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

« back to all changes in this revision

Viewing changes to xmltv/doc/man/tv_grab_de_tvtoday.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_de_tvtoday - Grab TV listings for Germany (from www.tvtoday.de
3
 
    webpage).
4
 
 
5
 
SYNOPSIS
6
 
    tv_grab_de_tvtoday --help
7
 
 
8
 
    tv_grab_de_tvtoday [--config-file FILE] --configure [--gui OPTION]
9
 
 
10
 
    tv_grab_de_tvtoday [--config-file FILE] [--output FILE] [--days N]
11
 
    [--offset N] [--quiet] [--slow] [--nosqueezeout]
12
 
 
13
 
    tv_grab_de_tvtoday --list-channels [--icons]
14
 
 
15
 
    tv_grab_de_tvtoday --capabilities
16
 
 
17
 
    tv_grab_de_tvtoday --version
18
 
 
19
 
DESCRIPTION
20
 
    Output TV listings for several channels available in Germany. The data
21
 
    comes from www.tvtoday.de which is the webpage of one of the most
22
 
    popular TV magazines in Germany. The grabber relies on parsing HTML so
23
 
    it might stop working at any time.
24
 
 
25
 
    First run tv_grab_de_tvtoday --configure to choose, which channels you
26
 
    want to download. Then running tv_grab_de_tvtoday with no arguments will
27
 
    output listings in XML format to standard output.
28
 
 
29
 
    --configure Ask for each available channel whether to download and write
30
 
    the configuration file.
31
 
 
32
 
    --config-file FILE Set the name of the configuration file, the default
33
 
    is ~/.xmltv/tv_grab_de_tvtoday.conf. This is the file written by
34
 
    --configure and read when grabbing.
35
 
 
36
 
    --gui OPTION Use this option to enable a graphical interface to be used.
37
 
    OPTION may be 'Tk', or left blank for the best available choice.
38
 
    Additional allowed values of OPTION are 'Term' for normal terminal
39
 
    output (default) and 'TermNoProgressBar' to disable the use of
40
 
    Term::ProgressBar.
41
 
 
42
 
    --output FILE Write to FILE rather than standard output.
43
 
 
44
 
    --days N Grab N days. The default is seven.
45
 
 
46
 
    --offset N Start N days in the future. The default is to start from
47
 
    today (= zero). Set to -1 to grab data beginning yesterday.
48
 
 
49
 
    --quiet Suppress the progress messages normally written to standard
50
 
    error.
51
 
 
52
 
    --slow enables long strategy run: tvtoday.de publishes only some (vital)
53
 
    information on the actual listing pages, the rest is shown in a separate
54
 
    popup window. If you'd like to parse the data from these popups as well,
55
 
    supply this flag. But consider that the grab process takes much longer
56
 
    when doing so, since many more web pages have to be retrieved.
57
 
 
58
 
    --nosqueezeout Disables aggressive squeeze out of information field from
59
 
    the index pages. If specified, the program description from tvtoday.de
60
 
    is passed trough as data of the desc-tag, otherwise the data is parsed
61
 
    for information about actors, director, etc. and understood data gets
62
 
    returned in it's corresponding field.
63
 
 
64
 
    --list-channels Write output giving <channel> elements for every channel
65
 
    available (ignoring the config file), but no programmes.
66
 
 
67
 
    --icons Get the URL for channel-logos together with the channel-list.
68
 
    Mind that this takes a long time, since a webpage has to be requested
69
 
    for every channel.
70
 
 
71
 
    --capabilities Show which capabilities the grabber supports. For more
72
 
    information, see
73
 
    <http://membled.com/twiki/bin/view/Main/XmltvCapabilities>
74
 
 
75
 
    --version Show the version of the grabber.
76
 
 
77
 
    --help Print a help message and exit.
78
 
 
79
 
SEE ALSO
80
 
    xmltv(5).
81
 
 
82
 
AUTHOR
83
 
    Stefan Siegl, stesie@brokenpipe.de. Inspired by tv_grab_fi by Matti
84
 
    Airas.
85
 
 
86
 
BUGS
87
 
    If you happen to find a bug, you're requested to send a mail to me at
88
 
    stesie@brokenpipe.de or to one of the XMLTV mailing lists, see webpages
89
 
    at http://sourceforge.net/projects/xmltv/.
90