tv_grab_pt(1) Grab TV listings for Portugal.

SYNOPSIS

tv_grab_pt --help

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

tv_grab_pt [--config-file FILE] [--output FILE] [--days N]
           [--offset N] [--fast] [--quiet] [--icons]

tv_grab_pt --list-channels

DESCRIPTION

Output TV listings for several channels available in Portugal. It supports the public network and the private NetCabo network.

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

--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_pt.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, category, episode number.

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

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

--icons Fetches channels icons/logos [deprecated - this is now the default]

--version Show the version of the grabber.

--help Print a help message and exit.

AUTHOR

Bruno Tavares, [email protected], based on tv_grab_es, from Ramon Roca.

Grabber Site : http://bat.is-a-geek.com/XMLGrabPt

BUGS