logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tv_grab_uk_freeview - Grab TV listings for UK (Freeview).

Author

       Geoff Westcott, February 2024

Bugs

       None known.

perl v5.40.1                                       2025-04-19                            TV_GRAB_UK_FREEVIEW(1p)

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.

       --guiOPTION 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-fileFILE 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.

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

       --offsetN 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.

       --outputFILE 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.

Name

       tv_grab_uk_freeview - Grab TV listings for UK (Freeview).

See Also

xmltv(5).

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]

See Also