Sponsor:

Your company here, and a link to your site. Click to find out more.

tv_grab_uk_freeview - Man Page

Grab TV listings for UK (Freeview).

Synopsis

tv_grab_uk_freeview --help

tv_grab_uk_freeview [--config-file FILE] --configure [--gui OPTION]

tv_grab_uk_freeview [--config-file FILE] [--output FILE] [--days N]
                   [--offset N] [--fast] [--quiet] [--debug]

tv_grab_uk_freeview --list-channels [--config-file FILE]
                   [--output FILE] [--quiet] [--debug]

Description

Output TV listings for channels available on Freeview (UK).

First run tv_grab_uk_freeview --configure to choose, which channels you want to download. Then running tv_grab_uk_freeview with no arguments will output listings in XML format to standard output.

Channel ids will be output either as the Freeview channel number (e.g. 101 for BBC One HD) or as the internal channel id (e.g. 17536 for BBC One HD). You can set this option during --configure.

--configure Prompt for which channels, and write the configuration file.

--gui OPTION Use this option to enable a graphical interface to be used. OPTION may be 'Tk', or left blank for the best available choice. Additional allowed values of OPTION are 'Term' for normal terminal output (default) and 'TermNoProgressBar' to disable the use of Term::ProgressBar.

--config-file FILE Set the name of the configuration file, the default is ~/.xmltv/tv_grab_uk_freeview.conf.  This is the file written by --configure and read when grabbing.

--days N Grab N days.  The default is 7 days.

--offset N Start N days in the future.  The default is to start from today.

--fast Only fetch summary information for each programme. This is only title, start/stop times, episode number.

--output FILE Write to FILE rather than standard output.

--quiet Suppress the progress messages normally written to standard error.

--debug Provide more information on progress to standard error to help in debugging.

--list-channels Output a list (in xmltv format) of all channels that can be fetched.

--version Show the version of the grabber.

--help Print a help message and exit.

See Also

xmltv(5).

Author

Geoff Westcott, February 2024

Bugs

None known.

Info

2024-02-24 perl v5.38.2 User Contributed Perl Documentation