~ubuntu-branches/ubuntu/saucy/freeguide/saucy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NAME
2
 
    tv_grab_na_dd - Grab TV listings for North America using Schedules
3
 
    Direct http://www.schedulesdirect.org
4
 
 
5
 
SYNOPSIS
6
 
        tv_grab_na_dd --help
7
 
 
8
 
        tv_grab_na_dd --version
9
 
 
10
 
        tv_grab_na_dd --capabilities
11
 
 
12
 
        tv_grab_na_dd --configure [--config-file FILE] [--dd-data FILE]
13
 
                                  [--reprocess] [--auto-config add|ignore]
14
 
                                  [--gui OPTION]
15
 
 
16
 
        tv_grab_na_dd --list-lineups [--config-file FILE] [--dd-data FILE]
17
 
                                     [--reprocess]
18
 
 
19
 
        tv_grab_na_dd [--config-file FILE] [--dd-data FILE]
20
 
                      [--reprocess] [--auto-config add|ignore]
21
 
                      [--days N] [--offset N] [--quiet] [--notrim]
22
 
                      [--old-chan-id] [--low-mem] [--output FILE]
23
 
                      [--list-channel] [--share SHAREDIR] [--list-times]
24
 
                      [--download-only] [--padd n] [--dropbadchar]
25
 
 
26
 
DESCRIPTION
27
 
    This script downloads TV listings using Schedules Direct's data service,
28
 
    converts it to XMLTV format, and outputs the results.
29
 
 
30
 
    You must first register with Schedules Direct at:
31
 
    <http://www.schedulesdirect.org>
32
 
 
33
 
    Schedules Direct is a non-profit organization whose mission is to
34
 
    provide low-cost television program guide data to end-users of Open
35
 
    Source and Freeware applications.
36
 
 
37
 
    The raw data source is Tribune Media Service's Data Direct Service,
38
 
    which is very similar to the free Zap2IT Labs service Tribune previously
39
 
    offerred.
40
 
 
41
 
    While the service is not available for free, Schedules Direct strives to
42
 
    keep costs as low as possible.
43
 
 
44
 
    First you must become a member at the <http://www.schedulesdirect.org>
45
 
    site.
46
 
 
47
 
    Next, you use that website to add lineup(s) to your account.
48
 
 
49
 
    Next, you execute "tv_grab_na_dd --configure" to set up the grabber.
50
 
 
51
 
    Finally, you execute tv_grab_na_dd with no arguments and it will output
52
 
    listings in XML format to standard output. See below for other options.
53
 
 
54
 
Stand-alone options
55
 
    --help
56
 
        Print a help message and exit.
57
 
 
58
 
    --version
59
 
        Show the version of the grabber.
60
 
 
61
 
    --capabilities
62
 
        Show which capabilities the grabber supports. For more information,
63
 
        see <http://xmltv.org/wiki/xmltvcapabilities.html>
64
 
 
65
 
Mode selection (default is grab mode)
66
 
    --configure
67
 
        Activates configure mode. If a config file already exists the values
68
 
        are used as defaults.
69
 
 
70
 
    --gui OPTION
71
 
        Use this option to enable a graphical interface to be used. OPTION
72
 
        may be 'Tk', or left blank for the best available choice. Additional
73
 
        allowed values of OPTION are 'Term' for normal terminal output
74
 
        (default) and 'TermNoProgressBar' to disable the use of
75
 
        Term::ProgressBar.
76
 
 
77
 
    --list-lineups
78
 
        Lists available lineups. Only requires username in the config file.
79
 
        Used by programs that automate the "--configure" process.
80
 
 
81
 
General Options
82
 
    --config-file *file*
83
 
        Set the name of the configuration file, the default is
84
 
        ~/.xmltv/tv_grab_na_dd.conf. This is the file created during
85
 
        "--configure" mode.
86
 
 
87
 
    --dd-data *file*
88
 
        Store raw Data Direct data to this file. (default is a temporary
89
 
        file)
90
 
 
91
 
    --reprocess
92
 
        Don't get data from Data Direct, but reprocess a file saved with
93
 
        --dd-data.
94
 
 
95
 
    --auto-config *add|ignore*
96
 
        When used in --configure mode, updates the config file, removing old
97
 
        channels, and adding or ignoring new channels. Prompts are skipped
98
 
        if defaults are available in the current config file.
99
 
 
100
 
        When used in grab mode, appends new channels to the config file.
101
 
 
102
 
Grabber Mode options
103
 
    --days *n*
104
 
        Grab *n* days. The default is 7.
105
 
 
106
 
    --offset *n*
107
 
        Start N days after the default.
108
 
 
109
 
    --quiet
110
 
        Suppress some messages normally written to standard error.
111
 
 
112
 
    --notrim
113
 
        Data Direct includes shows in progress at the start time. The
114
 
        default behavior is to filter these shows out so data can be cleanly
115
 
        split between days. This option turns off that filter so you get
116
 
        shows in progress a tthe start time.
117
 
 
118
 
    --old-chan-id
119
 
        Use a channel id similar to the one used by the old tv_grab_na
120
 
        grabber.
121
 
 
122
 
    --low-mem
123
 
        Omit all but the most basic program information. Reduces memory
124
 
        usage.
125
 
 
126
 
    --output *file*
127
 
        Write xml to *file* rather than standard output.
128
 
 
129
 
    --list-channel
130
 
        Same as --days 0
131
 
 
132
 
    --share *SHAREDIR*
133
 
        tv_grab_na_icons stores icons in *SHAREDIR*/icons. The share
134
 
        directory is set at install time, but there may be times when it
135
 
        needs to be specified. (for example: no write access to the default
136
 
        share directory)
137
 
 
138
 
    --list-times
139
 
        Report to STDERR the Schedules Direct blockedTime (not currently
140
 
        enforced) and suggestedTime values to assist automated processes
141
 
        with scheduling.
142
 
 
143
 
    --download-only
144
 
        Don't generate any output, just fetch the data. Personally I don't
145
 
        see the point, but it was requested and easy to add.
146
 
 
147
 
    --padd *n*
148
 
        Add <n> spaces to the front of the start date. This is normally not
149
 
        needed, but can be helpful in working around a Tribune problem when
150
 
        the request packet spans TCP packets. Recommended initial value is
151
 
        "20". This is only needed if you get "invalid start time" messages.
152
 
        If this helps, please post results to the list.
153
 
 
154
 
    --dropbadchar
155
 
        DD data is supposed to be in UTF-8 format. Sometimes DD sends bad
156
 
        characters which cause a "Bad XML from DD" error. This option causes
157
 
        those bad characters to be deleted.
158
 
 
159
 
Automating configuration
160
 
    Sometimes applications want to call tv_grab_na_dd as a standalone
161
 
    application, but automate the configure process. The best way is to hook
162
 
    in to the XMLTV::Ask module, but if that's not available, here is a
163
 
    solution.
164
 
 
165
 
        Step1. Application creates config file with username (and optionally
166
 
        password).
167
 
 
168
 
        Step2. "tv_grab_na_dd --dd-data lineups.xml --list-lineups"
169
 
 
170
 
        Step3. Application adds desired lineup to config file.
171
 
 
172
 
        Step4. "tv_grab_na_dd --dd-data lineups.xml --reprocess
173
 
        --auto-config add --list-channels"
174
 
 
175
 
        Step5. Application edits config file as needed, and deletes
176
 
        lineups.xml.
177
 
 
178
 
Grabber Timing
179
 
    Data Direct offers a "suggested download time" that can be retrieved
180
 
    with the "--list-times" option. Its use is encouraged.
181
 
 
182
 
Handling Multiple Linups
183
 
    tv_grab_na_dd only outputs a single lineup. If your Schedules Direct
184
 
    account has multiple lineups, they are all downloaded even though only
185
 
    one is output.
186
 
 
187
 
    To process multiple lineups, use separate --config-file. Separate config
188
 
    files are also handy if you need different channel sets for a lineup
189
 
    (common with MythTV). To prevent re-downloading the data on subsequent
190
 
    passes, the "--reprocess" option is recommended.
191
 
 
192
 
    Here's an example: (the = sign is optional, but helps readability)
193
 
 
194
 
     tv_grab_na_dd --config-file=lineup1.dat --output=lineup1.xml --dd-data=dd.xml
195
 
     tv_grab_na_dd --config-file=lineup2.dat --output=lineup2.xml --dd-data=dd.xml --reprocess
196
 
     tv_grab_na_dd --config-file=lineup3.dat --output=lineup3.xml --dd-data=dd.xml --reprocess
197
 
 
198
 
    Each config file specifies the desired lineup and channel list.
199
 
 
200
 
    If you want to merge the lineups into a single file, you can use tv_cat
201
 
 
202
 
     tv_cat lineup1.xml lineup2.xml lineup3.xml >guide.xml
203
 
 
204
 
Non-US/Canada listings. "fake" postal codes.
205
 
    TMS's Data direct service proivdes listings for a few non US/Canada
206
 
    locations. These are accessed with "fake" postal codes. The following
207
 
    are available:
208
 
 
209
 
        147BERM Bermuda Cablevision
210
 
        366HAMI Hamilton, Bermuda Wow World on Wireless
211
 
        101VENE DirecTV Latin America
212
 
        904MEXI Mexico #1
213
 
        954MEXI Mexico #2
214
 
        512TRIN Trinidad Express
215
 
        782YOKO Yokota AFB, Japan. Americable International
216
 
 
217
 
    For a more complete list, check the Schedules Direct FAQ
218
 
 
219
 
Adding icon links to listings
220
 
    tv_grab_na_dd checks for channel icons in a directory *share*/icons. The
221
 
    *share* directory is usually set during the install. For windows exe
222
 
    users, it defaults to the location where xmltv.exe is. tv_grab_na_icons
223
 
    is available to download the icons.
224
 
 
225
 
Notes on channel lists
226
 
    Channel lists can be configured both at the Schedules Direct website and
227
 
    through the grabber. This is done to allow multiple config files with
228
 
    different channel lists as Schedules Direct only supports a single
229
 
    channel map per lineup.
230
 
 
231
 
    Similarly, tv_grab_na_dd only supports a single channel mapping for a
232
 
    station. If multiple mappings are detected, only the first one is used
233
 
    and you are advised to adjust your Schedules Direct lineup.
234
 
 
235
 
Notes on episode numbers
236
 
    Three episode-num formats are supplied (when available)
237
 
 
238
 
    xmltv_ns
239
 
        always "..a/b" for part "a" of "b". First two xmltv_ns fields always
240
 
        blank.
241
 
 
242
 
    dd_progid
243
 
        TMS generated "a.b.c/d" where "a" is a unique program id, "b" is a
244
 
        unique episode id, "c/d" is part "c" of "d" similar to xmltv_ns.
245
 
 
246
 
    onscreen
247
 
        Distributor-designated number corresponding to an episode of a
248
 
        specific show. Varies by distributor.
249
 
 
250
 
Notes on passwords
251
 
    If a password is stored in the config file, the config file should be
252
 
    properly protected. Instead of storing the password in the config file,
253
 
    it can be omitted, and will be prompted for.
254
 
 
255
 
Notes on lineup changes
256
 
    Data Direct currently adds a channel to your lineup automatically when
257
 
    it is available. When tv_grab_na_dd sees the new channel in the
258
 
    Schedules Direct lineup, it prints a message (and potentially adds or
259
 
    ignores it based on --auto-config).
260
 
 
261
 
    If you are sensitive to bandwidth issues, I would set --auto-config
262
 
    ignore and periodically check your --config-file for ignored channels
263
 
    and remove from your Schedules Direct lineup.
264
 
 
265
 
Notes on previously-shown
266
 
    Previous releases of tv_grab_na_dd set XMLTV's "date" field for DD
267
 
    "original-air-date" field. The correct place for the data is
268
 
    "previously-shown->start" The OAD is in both places temporarily for
269
 
    compatability reasons.
270
 
 
271
 
    DD has dropped the "repeat" flag and replaced it with a "new" flag. Now
272
 
    we set "previously-shown
273
 
 
274
 
Known issues
275
 
    none!
276
 
 
277
 
SEE ALSO
278
 
    xmltv(5).
279
 
 
280
 
Author
281
 
    Author/Maintainer: Robert Eden, rmeden@yahoo.com
282
 
 
283
 
  Contributors:
284
 
        Ed Avis, ed@membled.com
285
 
 
286
 
        Don Huettl, drh@huettl.net
287
 
 
288
 
        Matti Airas, mairas@iki.fi (I used tv_grab_fi as a template)
289
 
 
290
 
        and of course everyone else I forgot to mention. :)
291
 
 
 
1
NAME
 
2
    tv_grab_na_dd - Grab TV listings for North America using Schedules
 
3
    Direct http://www.schedulesdirect.org
 
4
 
 
5
SYNOPSIS
 
6
        tv_grab_na_dd --help
 
7
 
 
8
        tv_grab_na_dd --version
 
9
 
 
10
        tv_grab_na_dd --capabilities
 
11
 
 
12
        tv_grab_na_dd --configure [--config-file FILE] [--dd-data FILE]
 
13
                                  [--reprocess] [--auto-config add|ignore]
 
14
                                  [--gui OPTION]
 
15
 
 
16
        tv_grab_na_dd --list-lineups [--config-file FILE] [--dd-data FILE]
 
17
                                     [--reprocess]
 
18
 
 
19
        tv_grab_na_dd [--config-file FILE] [--dd-data FILE]
 
20
                      [--reprocess] [--auto-config add|ignore]
 
21
                      [--days N] [--offset N] [--quiet] [--notrim]
 
22
                      [--old-chan-id] [--low-mem] [--output FILE]
 
23
                      [--list-channel] [--share SHAREDIR] [--list-times]
 
24
                      [--download-only] [--padd n] [--dropbadchar] [--agent NAME]
 
25
 
 
26
DESCRIPTION
 
27
    This script downloads TV listings using Schedules Direct's data service,
 
28
    converts it to XMLTV format, and outputs the results.
 
29
 
 
30
    You must first register with Schedules Direct at:
 
31
    <http://www.schedulesdirect.org>
 
32
 
 
33
    Schedules Direct is a non-profit organization whose mission is to
 
34
    provide low-cost television program guide data to end-users of Open
 
35
    Source and Freeware applications.
 
36
 
 
37
    The raw data source is Tribune Media Service's Data Direct Service,
 
38
    which is very similar to the free Zap2IT Labs service Tribune previously
 
39
    offerred.
 
40
 
 
41
    While the service is not available for free, Schedules Direct strives to
 
42
    keep costs as low as possible.
 
43
 
 
44
    First you must become a member at the <http://www.schedulesdirect.org>
 
45
    site.
 
46
 
 
47
    Next, you use that website to add lineup(s) to your account.
 
48
 
 
49
    Next, you execute "tv_grab_na_dd --configure" to set up the grabber.
 
50
 
 
51
    Finally, you execute tv_grab_na_dd with no arguments and it will output
 
52
    listings in XML format to standard output. See below for other options.
 
53
 
 
54
Stand-alone options
 
55
    --help
 
56
        Print a help message and exit.
 
57
 
 
58
    --version
 
59
        Show the version of the grabber.
 
60
 
 
61
    --capabilities
 
62
        Show which capabilities the grabber supports. For more information,
 
63
        see <http://xmltv.org/wiki/xmltvcapabilities.html>
 
64
 
 
65
Mode selection (default is grab mode)
 
66
    --configure
 
67
        Activates configure mode. If a config file already exists the values
 
68
        are used as defaults.
 
69
 
 
70
    --gui OPTION
 
71
        Use this option to enable a graphical interface to be used. OPTION
 
72
        may be 'Tk', or left blank for the best available choice. Additional
 
73
        allowed values of OPTION are 'Term' for normal terminal output
 
74
        (default) and 'TermNoProgressBar' to disable the use of
 
75
        Term::ProgressBar.
 
76
 
 
77
    --list-lineups
 
78
        Lists available lineups. Only requires username in the config file.
 
79
        Used by programs that automate the "--configure" process.
 
80
 
 
81
General Options
 
82
    --config-file *file*
 
83
        Set the name of the configuration file, the default is
 
84
        ~/.xmltv/tv_grab_na_dd.conf. This is the file created during
 
85
        "--configure" mode.
 
86
 
 
87
    --dd-data *file*
 
88
        Store raw Data Direct data to this file. (default is a temporary
 
89
        file)
 
90
 
 
91
    --reprocess
 
92
        Don't get data from Data Direct, but reprocess a file saved with
 
93
        --dd-data.
 
94
 
 
95
    --auto-config *add|ignore*
 
96
        When used in --configure mode, updates the config file, removing old
 
97
        channels, and adding or ignoring new channels. Prompts are skipped
 
98
        if defaults are available in the current config file.
 
99
 
 
100
        When used in grab mode, appends new channels to the config file.
 
101
 
 
102
Grabber Mode options
 
103
    --days *n*
 
104
        Grab *n* days. The default is 7.
 
105
 
 
106
    --offset *n*
 
107
        Start N days after the default.
 
108
 
 
109
    --quiet
 
110
        Suppress some messages normally written to standard error.
 
111
 
 
112
    --notrim
 
113
        Data Direct includes shows in progress at the start time. The
 
114
        default behavior is to filter these shows out so data can be cleanly
 
115
        split between days. This option turns off that filter so you get
 
116
        shows in progress a tthe start time.
 
117
 
 
118
    --old-chan-id
 
119
        Use a channel id similar to the one used by the old tv_grab_na
 
120
        grabber.
 
121
 
 
122
    --low-mem
 
123
        Omit all but the most basic program information. Reduces memory
 
124
        usage.
 
125
 
 
126
    --output *file*
 
127
        Write xml to *file* rather than standard output.
 
128
 
 
129
    --list-channel
 
130
        Same as --days 0
 
131
 
 
132
    --share *SHAREDIR*
 
133
        tv_grab_na_icons stores icons in *SHAREDIR*/icons. The share
 
134
        directory is set at install time, but there may be times when it
 
135
        needs to be specified. (for example: no write access to the default
 
136
        share directory)
 
137
 
 
138
    --list-times
 
139
        Report to STDERR the Schedules Direct blockedTime (not currently
 
140
        enforced) and suggestedTime values to assist automated processes
 
141
        with scheduling.
 
142
 
 
143
    --download-only
 
144
        Don't generate any output, just fetch the data. Personally I don't
 
145
        see the point, but it was requested and easy to add.
 
146
 
 
147
    --padd *n*
 
148
        Add <n> spaces to the front of the start date. This is normally not
 
149
        needed, but can be helpful in working around a Tribune problem when
 
150
        the request packet spans TCP packets. Recommended initial value is
 
151
        "20". This is only needed if you get "invalid start time" messages.
 
152
        If this helps, please post results to the list.
 
153
 
 
154
    --dropbadchar
 
155
        DD data is supposed to be in UTF-8 format. Sometimes DD sends bad
 
156
        characters which cause a "Bad XML from DD" error. This option causes
 
157
        those bad characters to be deleted.
 
158
 
 
159
    --agent NAME
 
160
        appends NAME to the http agent string when fetching data. This is a
 
161
        polite way to tell Schedules Direct which application is being used.
 
162
        It helps developers know how many people are using their application
 
163
        and gives applications credit towards free accounts.
 
164
 
 
165
Automating configuration
 
166
    Sometimes applications want to call tv_grab_na_dd as a standalone
 
167
    application, but automate the configure process. The best way is to hook
 
168
    in to the XMLTV::Ask module, but if that's not available, here is a
 
169
    solution.
 
170
 
 
171
        Step1. Application creates config file with username (and optionally
 
172
        password).
 
173
 
 
174
        Step2. "tv_grab_na_dd --dd-data lineups.xml --list-lineups"
 
175
 
 
176
        Step3. Application adds desired lineup to config file.
 
177
 
 
178
        Step4. "tv_grab_na_dd --dd-data lineups.xml --reprocess
 
179
        --auto-config add --list-channels"
 
180
 
 
181
        Step5. Application edits config file as needed, and deletes
 
182
        lineups.xml.
 
183
 
 
184
Grabber Timing
 
185
    Data Direct offers a "suggested download time" that can be retrieved
 
186
    with the "--list-times" option. Its use is encouraged.
 
187
 
 
188
Handling Multiple Linups
 
189
    tv_grab_na_dd only outputs a single lineup. If your Schedules Direct
 
190
    account has multiple lineups, they are all downloaded even though only
 
191
    one is output.
 
192
 
 
193
    To process multiple lineups, use separate --config-file. Separate config
 
194
    files are also handy if you need different channel sets for a lineup
 
195
    (common with MythTV). To prevent re-downloading the data on subsequent
 
196
    passes, the "--reprocess" option is recommended.
 
197
 
 
198
    Here's an example: (the = sign is optional, but helps readability)
 
199
 
 
200
     tv_grab_na_dd --config-file=lineup1.dat --output=lineup1.xml --dd-data=dd.xml
 
201
     tv_grab_na_dd --config-file=lineup2.dat --output=lineup2.xml --dd-data=dd.xml --reprocess
 
202
     tv_grab_na_dd --config-file=lineup3.dat --output=lineup3.xml --dd-data=dd.xml --reprocess
 
203
 
 
204
    Each config file specifies the desired lineup and channel list.
 
205
 
 
206
    If you want to merge the lineups into a single file, you can use tv_cat
 
207
 
 
208
     tv_cat lineup1.xml lineup2.xml lineup3.xml >guide.xml
 
209
 
 
210
Non-US/Canada listings. "fake" postal codes.
 
211
    TMS's Data direct service proivdes listings for a few non US/Canada
 
212
    locations. These are accessed with "fake" postal codes. The following
 
213
    are available:
 
214
 
 
215
        147BERM Bermuda Cablevision
 
216
        366HAMI Hamilton, Bermuda Wow World on Wireless
 
217
        101VENE DirecTV Latin America
 
218
        904MEXI Mexico #1
 
219
        954MEXI Mexico #2
 
220
        512TRIN Trinidad Express
 
221
        782YOKO Yokota AFB, Japan. Americable International
 
222
 
 
223
    For a more complete list, check the Schedules Direct FAQ
 
224
 
 
225
Adding icon links to listings
 
226
    tv_grab_na_dd checks for channel icons in a directory *share*/icons. The
 
227
    *share* directory is usually set during the install. For windows exe
 
228
    users, it defaults to the location where xmltv.exe is. tv_grab_na_icons
 
229
    is available to download the icons.
 
230
 
 
231
Notes on channel lists
 
232
    Channel lists can be configured both at the Schedules Direct website and
 
233
    through the grabber. This is done to allow multiple config files with
 
234
    different channel lists as Schedules Direct only supports a single
 
235
    channel map per lineup.
 
236
 
 
237
    Similarly, tv_grab_na_dd only supports a single channel mapping for a
 
238
    station. If multiple mappings are detected, only the first one is used
 
239
    and you are advised to adjust your Schedules Direct lineup.
 
240
 
 
241
Notes on episode numbers
 
242
    Three episode-num formats are supplied (when available)
 
243
 
 
244
    xmltv_ns
 
245
        always "..a/b" for part "a" of "b". First two xmltv_ns fields always
 
246
        blank.
 
247
 
 
248
    dd_progid
 
249
        TMS generated "a.b.c/d" where "a" is a unique program id, "b" is a
 
250
        unique episode id, "c/d" is part "c" of "d" similar to xmltv_ns.
 
251
 
 
252
    onscreen
 
253
        Distributor-designated number corresponding to an episode of a
 
254
        specific show. Varies by distributor.
 
255
 
 
256
Notes on passwords
 
257
    If a password is stored in the config file, the config file should be
 
258
    properly protected. Instead of storing the password in the config file,
 
259
    it can be omitted, and will be prompted for.
 
260
 
 
261
Notes on lineup changes
 
262
    Data Direct currently adds a channel to your lineup automatically when
 
263
    it is available. When tv_grab_na_dd sees the new channel in the
 
264
    Schedules Direct lineup, it prints a message (and potentially adds or
 
265
    ignores it based on --auto-config).
 
266
 
 
267
    If you are sensitive to bandwidth issues, I would set --auto-config
 
268
    ignore and periodically check your --config-file for ignored channels
 
269
    and remove from your Schedules Direct lineup.
 
270
 
 
271
Notes on previously-shown
 
272
    Previous releases of tv_grab_na_dd set XMLTV's "date" field for DD
 
273
    "original-air-date" field. The correct place for the data is
 
274
    "previously-shown->start" The OAD is in both places temporarily for
 
275
    compatability reasons.
 
276
 
 
277
    DD has dropped the "repeat" flag and replaced it with a "new" flag. Now
 
278
    we set "previously-shown
 
279
 
 
280
Known issues
 
281
    none!
 
282
 
 
283
SEE ALSO
 
284
    xmltv(5).
 
285
 
 
286
Author
 
287
    Author/Maintainer: Robert Eden, rmeden@yahoo.com
 
288
 
 
289
  Contributors:
 
290
        Ed Avis, ed@membled.com
 
291
 
 
292
        Don Huettl, drh@huettl.net
 
293
 
 
294
        Matti Airas, mairas@iki.fi (I used tv_grab_fi as a template)
 
295
 
 
296
        and of course everyone else I forgot to mention. :)
 
297