~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to xmltv/doc/man/tv_grab_es.txt

  • Committer: Bazaar Package Importer
  • Author(s): Shaun Jackman
  • Date: 2007-09-11 16:52:59 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070911165259-4r32oke21i1ezbmv
Tags: 0.10.5-1
* New upstream release.
* Update the watch file.
* Change Debian policy to version 3.7.2.2. No changes necessary.
* Add ant-optional to build dependencies. Closes: #441762.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NAME
2
 
    tv_grab_es - Grab TV listings for Spain.
3
 
 
4
 
SYNOPSIS
5
 
    tv_grab_es --help
6
 
 
7
 
    tv_grab_es [--config-file FILE] --configure [--gui OPTION]
8
 
 
9
 
    tv_grab_es [--config-file FILE] [--output FILE] [--days N] [--offset N]
10
 
    [--quiet]
11
 
 
12
 
    tv_grab_es --list-channels
13
 
 
14
 
    tv_grab_es --capabilities
15
 
 
16
 
    tv_grab_es --version
17
 
 
18
 
DESCRIPTION
19
 
    Output TV listings for several channels available in Spain. Now supports
20
 
    the terrestrial analog tv listings, which is the most common tv viewed
21
 
    in Spain that currently has no EPG information. I have plans to add
22
 
    Satelite listings (now the Spanish platforms are in a merger process
23
 
    between providers and also cable (the listings has to be grabbed from
24
 
    different sites)). The tv listings comes from www.elpais.es The grabber
25
 
    relies on parsing HTML so it might stop working at any time.
26
 
 
27
 
    First run tv_grab_es --configure to choose, which channels you want to
28
 
    download. Then running tv_grab_es with no arguments will output listings
29
 
    in XML format to standard output.
30
 
 
31
 
    --configure Prompt for which channels, and write the configuration file.
32
 
 
33
 
    --config-file FILE Set the name of the configuration file, the default
34
 
    is ~/.xmltv/tv_grab_es.conf. This is the file written by --configure and
35
 
    read when grabbing.
36
 
 
37
 
    --gui OPTION Use this option to enable a graphical interface to be used.
38
 
    OPTION may be 'Tk', or left blank for the best available choice.
39
 
    Additional allowed values of OPTION are 'Term' for normal terminal
40
 
    output (default) and 'TermNoProgressBar' to disable the use of
41
 
    XMLTV::ProgressBar.
42
 
 
43
 
    --output FILE Write to FILE rather than standard output.
44
 
 
45
 
    --days N Grab N days. The default is 3.
46
 
 
47
 
    --offset N Start N days in the future. The default is to start from
48
 
    today.
49
 
 
50
 
    --quiet Suppress the progress messages normally written to standard
51
 
    error.
52
 
 
53
 
    --capabilities Show which capabilities the grabber supports. For more
54
 
    information, see
55
 
    <http://membled.com/twiki/bin/view/Main/XmltvCapabilities>
56
 
 
57
 
    --version Show the version of the grabber.
58
 
 
59
 
    --help Print a help message and exit.
60
 
 
61
 
SEE ALSO
62
 
    xmltv(5).
63
 
 
64
 
AUTHOR
65
 
    Ramon Roca, Ramon.Roca@XCombo.com, based on tv_grab_fi, from Matti
66
 
    Airas.
67
 
 
68
 
BUGS
 
1
NAME
 
2
    tv_grab_es - Grab TV listings for Spain.
 
3
 
 
4
SYNOPSIS
 
5
    tv_grab_es --help
 
6
 
 
7
    tv_grab_es [--config-file FILE] --configure [--gui OPTION]
 
8
 
 
9
    tv_grab_es [--config-file FILE] [--output FILE] [--days N] [--offset N]
 
10
    [--quiet]
 
11
 
 
12
    tv_grab_es --list-channels
 
13
 
 
14
    tv_grab_es --capabilities
 
15
 
 
16
    tv_grab_es --version
 
17
 
 
18
DESCRIPTION
 
19
    Output TV listings for several channels available in Spain. Now supports
 
20
    the terrestrial analog tv listings, which is the most common tv viewed
 
21
    in Spain that currently has no EPG information. I have plans to add
 
22
    Satelite listings (now the Spanish platforms are in a merger process
 
23
    between providers and also cable (the listings has to be grabbed from
 
24
    different sites)). The tv listings comes from www.elpais.es The grabber
 
25
    relies on parsing HTML so it might stop working at any time.
 
26
 
 
27
    First run tv_grab_es --configure to choose, which channels you want to
 
28
    download. Then running tv_grab_es with no arguments will output listings
 
29
    in XML format to standard output.
 
30
 
 
31
    --configure Prompt for which channels, and write the configuration file.
 
32
 
 
33
    --config-file FILE Set the name of the configuration file, the default
 
34
    is ~/.xmltv/tv_grab_es.conf. This is the file written by --configure and
 
35
    read when grabbing.
 
36
 
 
37
    --gui OPTION Use this option to enable a graphical interface to be used.
 
38
    OPTION may be 'Tk', or left blank for the best available choice.
 
39
    Additional allowed values of OPTION are 'Term' for normal terminal
 
40
    output (default) and 'TermNoProgressBar' to disable the use of
 
41
    XMLTV::ProgressBar.
 
42
 
 
43
    --output FILE Write to FILE rather than standard output.
 
44
 
 
45
    --days N Grab N days. The default is 3.
 
46
 
 
47
    --offset N Start N days in the future. The default is to start from
 
48
    today.
 
49
 
 
50
    --quiet Suppress the progress messages normally written to standard
 
51
    error.
 
52
 
 
53
    --capabilities Show which capabilities the grabber supports. For more
 
54
    information, see
 
55
    <http://membled.com/twiki/bin/view/Main/XmltvCapabilities>
 
56
 
 
57
    --version Show the version of the grabber.
 
58
 
 
59
    --help Print a help message and exit.
 
60
 
 
61
SEE ALSO
 
62
    xmltv(5).
 
63
 
 
64
AUTHOR
 
65
    Ramon Roca, Ramon.Roca@XCombo.com, based on tv_grab_fi, from Matti
 
66
    Airas.
 
67
 
 
68
BUGS