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_tr - Grab TV listings for Turkey.

Bugs

       None known.

perl v5.34.0                                       2022-02-19                                     TV_GRAB_TR(1p)

Credits

       Grabber written by Dig Lam, dig -dot- lam -at- gmail -dot- com This documentation copied from tv_grab_uk
       by Ed Avis, ed -at- membled -dot- com.

Description

       Output TV listings in XMLTV format for many stations available in Turkey. Data is downloaded from
       Digiturk.

       First you must run tv_grab_tr--configure to choose which stations you want to receive.

       Then running tv_grab_tr with no arguments will get listings for your chosen stations including today.

Environment Variables

       The environment variable HOME can be set to change where configuration files are stored. All
       configuration is stored in $HOME/.xmltv/. On Windows, it might be necessary to set HOME to a path without
       spaces in it.

Error Handling

       If the grabber fails to download listings data for a channel, it will print an error message to STDERR
       and continue with the next configured channel.

Name

       tv_grab_tr - Grab TV listings for Turkey.

Options

--help Print a help message and exit.

       --configure Prompt for which stations to download and write the configuration file.

       --list-channels Output a list of all channels that data is available for. The list is in xmltv-format.

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

       --outputFILE When grabbing, write output to FILE rather than standard output.

       --daysN When grabbing, grab N days.

       --offsetN Start grabbing at today + N days.

       --quiet Only print error-messages on STDERR.

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

       --capabilities Show which capabilities the grabber supports. For more information, see
       <http://wiki.xmltv.org/index.php/XmltvCapabilities>

       --version Show the version of the grabber.

       --description Show a brief description of the grabber.

Synopsis

       tv_grab_tr --help

       tv_grab_tr --configure [--config-file FILE]

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

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

       tv_grab_tr --version

       tv_grab_tr --capabilities

       tv_grab_tr --description

See Also