tv_grab_fi --version (return code: 0)
XMLTV module version 0.5.69
This program version generated from
tv_grab_fi.pl 2.05 2014/06/21 16:36:15
common.pm 2.06 2015/02/24 18:41:32
day.pm 2.01 2014/06/14 18:18:36
programme.pm 2.10 2016/08/20 16:55:13
programmeStartOnly.pm 2.03 2016/05/16 16:20:29
foxtv.pm 2.04 2016/05/15 16:58:19
iltapulu.pm 2.09 2015/11/20 20:19:21
telkku.pm 2.06 2016/08/20 16:55:13
telvis.pm 2.04 2015/02/24 18:41:32
yle.pm 2.11 2016/05/15 15:16:16
tv_grab_fi --help (return code: 0)
[1mNAME[0m
tv_grab_fi - Grab TV listings for Finland
[1mSYNOPSIS[0m
tv_grab_fi [--cache <FILE>] [--config-file <FILE>] [--days <N>] [--gui
[<OPTION>]] [--no-randomize] [--offset <N>] [--output <FILE>] [--quiet]
tv_grab_fi --capabilities
tv_grab_fi --configure [--cache <FILE>] [--config-file <FILE>] [--gui
[<OPTION>]] [--quiet]
tv_grab_fi --description
tv_grab_fi --help|-h|-?
tv_grab_fi --list-channels [--cache <FILE>] [--gui [<OPTION>]] [--quiet]
tv_grab_fi --version
[1mDESCRIPTION[0m
Grab TV listings for several channels available in Finland. The data comes
from various sources, e.g. www.telkku.com. The grabber relies on parsing
HTML, so it might stop working when the web page layout is changed.
You need to run "tv_grab_fi --configure" first to create the channel
configuration for your setup. Subsequently runs of "tv_grab_fi" will grab
the latest data, process them and produce XML data on the standard output.
[1mCOMMANDS[0m
[1mNONE[0m Grab mode.
[1m--capabilities[0m
Show the capabilities this grabber supports. See also
<http://wiki.xmltv.org/index.php/XmltvCapabilities>.
[1m--configure[0m
Generate the configuration file by asking the users which channels
to grab.
[1m--description[0m
Print the description for this grabber.
[1m--help|-h|-?[0m
Show this help page.
[1m--list-channels[0m
Fetch all available channels from the various sources and write
them to the standard output.
[1m--version[0m
Show the version of this grabber.
[1mGENERIC OPTIONS[0m
[1m--cache FILE[0m
File name to cache the fetched HTML data in. This speeds up
subsequent runs using the same data.
[1m--gui [OPTION][0m
Enable the graphical user interface. If you don't specify
[1mOPTION[0m then XMLTV will automatically choose the best available
GUI. Allowed values are:
[1mTerm[0m
Terminal output with a progress bar
[1mTermNoProgressBar[0m
Terminal output without progress bar
[1mTk[0m Tk-based GUI
[1m--quiet[0m Suppress any progress messages to the standard output.
[1mCONFIGURE MODE OPTIONS[0m
[1m--config-file FILE[0m
File name to write the configuration to.
Default is $HOME/.xmltv/tv_grab_fi.conf.
[1mGRAB MODE OPTIONS[0m
[1m--config-file FILE[0m
File name to read the configuration from.
Default is $HOME/.xmltv/tv_grab_fi.conf.
[1m--days "N"[0m
Grab "N" days of TV data.
Default is 14 days.
[1m--no-randomize[0m
Grab TV data in deterministic order, i.e. first fetch channel 1,
days 1 to N, then channel 2, and so on.
Default is to use a random access pattern. If you only grab TV
data from one source then the randomizing is a no-op.
[1m--offset "N"[0m
Grab TV data starting at "N" days in the future.
Default is 0, i.e. today.
[1m--output FILE[0m
Write the XML data to FILE instead of the standard output.
[1mCONFIGURATION FILE SYNTAX[0m
The configuration file is line oriented, each line can contain one
command. Empty lines and everything after the "#" comment character is
ignored. Supported commands are:
[1mchannel ID NAME[0m
Grab information for this channel. "ID" depends on the source,
"NAME" is ignored and forwarded as is to the XMLTV output file.
This information can be automatically generated using the grabber
in the configuration mode.
[1mseries description NAME[0m
If a programme title matches "NAME" then the first sentence of the
description, i.e. everything up to the first period ("."),
question mark ("?") or exclamation mark ("!"), is removed from the
description and is used as the name of the episode.
[1mseries title NAME[0m
If a programme title contains a colon (":") then the grabber
checks if the left-hand side of the colon matches "NAME". If it
does then the left-hand side is used as programme title and the
right-hand side as the name of the episode.
[1mtitle map "FROM" 'TO'[0m
If the programme title starts with the string "FROM" then replace
this part with the string "TO". The strings must be enclosed in
single quotes ("'") or double quotes ("""). The title mapping
occurs before the "series" command processing.
[1mtitle strip parental level[0m
At the beginning of 2012 some programme descriptions started to
include parental levels at the end of the title, e.g. "(S)". With
this command all parental levels will be removed from the titles
automatically. This removal occurs before the title mapping.
[1mSEE ALSO[0m
xmltv.
[1mAUTHORS[0m
[1mCurrent[0m
Stefan Becker "chemobejk at gmail dot com"
Ville Ahonen "ville dot ahonen at iki dot fi"
[1mRetired[0m
Matti Airas
[1mBUGS[0m
The channels are identified by channel number rather than the RFC2838 form
recommended by the XMLTV DTD.