xmltv/grab/na_dd tv_grab_na_dd.in,1.91,1.92
Robert Eden <[email protected]> Mon, 14 Dec 2015 04:53:26 +0000
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/na_dd
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv31253
Modified Files:
tv_grab_na_dd.in
Log Message:
remove Tribune refernces not that SD self-hosts
Index: tv_grab_na_dd.in
===================================================================
RCS file: /cvsroot/xmltv/xmltv/grab/na_dd/tv_grab_na_dd.in,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** tv_grab_na_dd.in 29 Jun 2015 16:24:28 -0000 1.91
--- tv_grab_na_dd.in 14 Dec 2015 04:53:24 -0000 1.92
***************
*** 40,45 ****
and Freeware applications.
! The raw data source is Tribune Media Service's Data Direct Service, which is
! very similar to the free Zap2IT Labs service Tribune previously offerred.
While the service is not available for free, Schedules Direct strives
--- 40,45 ----
and Freeware applications.
! The raw data source is Schedules Direct's SD-DD service, which purchases
! Data from Gracenote (formerly known as Tribune Media Services).
While the service is not available for free, Schedules Direct strives
***************
*** 185,189 ****
Add <n> spaces to the front of the start date. This is normally not needed,
! but can be helpful in working around a Tribune problem when the request packet
spans TCP packets. Recommended initial value is "20". This is only needed if you get
"invalid start time" messages. If this helps, please post results to the list.
--- 185,189 ----
Add <n> spaces to the front of the start date. This is normally not needed,
! but can be helpful in working around a SD-DD problem when the request packet
spans TCP packets. Recommended initial value is "20". This is only needed if you get
"invalid start time" messages. If this helps, please post results to the list.
***************
*** 251,269 ****
tv_cat lineup1.xml lineup2.xml lineup3.xml >guide.xml
- =head1 Non-US/Canada listings. "fake" postal codes.
-
- TMS's Data direct service proivdes listings for a few non US/Canada locations. These are
- accessed with "fake" postal codes. The following are available:
-
- 147BERM Bermuda Cablevision
- 366HAMI Hamilton, Bermuda Wow World on Wireless
- 101VENE DirecTV Latin America
- 904MEXI Mexico #1
- 954MEXI Mexico #2
- 512TRIN Trinidad Express
- 782YOKO Yokota AFB, Japan. Americable International
-
- For a more complete list, check the Schedules Direct FAQ
-
=head1 Adding icon links to listings
--- 251,254 ----
***************
*** 293,297 ****
=item dd_progid
! TMS generated C<a.b.c/d> where C<a> is a unique program id, C<b> is a unique episode id,
C<c/d> is part C<c> of C<d> similar to xmltv_ns.
--- 278,282 ----
=item dd_progid
! Gracenote generated C<a.b.c/d> where C<a> is a unique program id, C<b> is a unique episode id,
C<c/d> is part C<c> of C<d> similar to xmltv_ns.
***************
*** 745,749 ****
}
! print STDERR "Fetching from Schedules Direct " unless $opt_quiet;
print STDERR "\n dd_data is in $dd_data_name\n" if $DEBUG || $opt_dd_data;
--- 730,734 ----
}
! print STDERR "Fetching from ",($ENV{DD_SERVICE}?$dd_service:"Schedules Direct") unless $opt_quiet;
print STDERR "\n dd_data is in $dd_data_name\n" if $DEBUG || $opt_dd_data;
***************
*** 930,935 ****
if ($@) {
#
! # Sometimes when an error occurs TMS generates BAD XML.
! # Before displaying a non-user-friendly message, let's see if TMS knows it has a problem
#
my $xml="";
--- 915,920 ----
if ($@) {
#
! # Sometimes when an error occurs SD-DD generates BAD XML.
! # Before displaying a non-user-friendly message, let's see if SD-DD knows it has a problem
#
my $xml="";
***************
*** 978,982 ****
die "ERROR:
! *** FAULT Message from Tribune detected. See message above.
*** This is probably a known issue, please try again later. If the problem
*** persists, check the XMLTV-USERS list or the Schedules Direct web page for
--- 963,967 ----
die "ERROR:
! *** FAULT Message detected. See message above.
*** This is probably a known issue, please try again later. If the problem
*** persists, check the XMLTV-USERS list or the Schedules Direct web page for
***************
*** 1417,1421 ****
#
! # Store TMS Show ID, Episode ID, part in <episode-num> of "id.episode.part/total"
# using our own numbering system.
#
--- 1402,1406 ----
#
! # Store Gracenote Show ID, Episode ID, part in <episode-num> of "id.episode.part/total"
# using our own numbering system.
#
------------------------------------------------------------------------------