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

« back to all changes in this revision

Viewing changes to xmltv/doc/man/tv_grab_nc.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_re - Grab TV listings for Nouvelle Caledonie Island (France).
 
3
 
 
4
SYNOPSIS
 
5
    To configure: tv_grab_nc --configure [--config-file FILE] To grab
 
6
    channels listing: tv_grab_nc --list-channels [--output FILE] To grab
 
7
    programmes listings: tv_grab_nc [--output FILE] [--offset N] [--days N]
 
8
    [--quiet] Slower, detailed grab: tv_grab_nc --slow [--output FILE]
 
9
    [--offset N] [--days N] [--quiet] Help: tv_grab_nc --help
 
10
 
 
11
DESCRIPTION
 
12
    Output TV listings for Canal Satellite Caledonie channels available in
 
13
    Nouvelle Caledonie Island. The data comes from
 
14
    www.canalsatellite-caledonie.com. The default is to grab listing only
 
15
    for the current day. By default program descriptions are not downloaded,
 
16
    so if you want description and credits, you should activate the --slow
 
17
    option.
 
18
 
 
19
    --configure Grab channels informations and ask for channel type and
 
20
    names.
 
21
 
 
22
    --output FILE Write to FILE rather than standard output.
 
23
 
 
24
    --days N Grab N days, rather than only for the current day.
 
25
 
 
26
    --offset N Start grabbing for N days in the future, eg offset 1 means
 
27
    start with tomorrow.
 
28
 
 
29
    --slow Get additional information from the website, like program
 
30
    description and credits.
 
31
 
 
32
    --quiet Suppress the progress messages normally written to standard
 
33
    error.
 
34
 
 
35
    --version Show the version of the grabber.
 
36
 
 
37
    --help Print a help message and exit.
 
38
 
 
39
SEE ALSO
 
40
    xmltv(5)
 
41
 
 
42
AUTHOR
 
43
    Eric Castelnau, eric.castelnau@free.fr Inspired by hacks from Marcus
 
44
    Westbury <marcus.westbury@gmail.com>
 
45