Discussion:
[Xmltv-devel] [ xmltv-Patches-3483889 ] Domain name changed for tv_grab_pt
SourceForge.net
2012-02-11 18:45:42 UTC
Permalink
Patches item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Comment added) made by dekarl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3483889&group_id=39046

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_pt
Group: None
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Karl Dietz (dekarl)
Summary: Domain name changed for tv_grab_pt

Initial Comment:
Zon has stopped "support" for their (old) tvcabo.pt domain name. The data should now be fetched from the zon.pt domain name. Apparently the data structure remains unchanged.

So:
Line 100 " my $DOMAIN = 'tvcabo.pt'; " (alter to 'zon.pt')
Line 252 " if (/^channel:?\s+(.+)\.tvcabo\.pt\s*$/) { " (alter tvcabo to zon)
Line 383 " $ch_xmltv_id =~ /(.+?)\.tvcabo\.pt/; " (same as above)

Those were the only references I could find to "tvcabo" in grab\pt\tv_grab_pt, so I believe altering those 3 line should fix it.

----------------------------------------------------------------------
Comment By: Karl Dietz (dekarl)
Date: 2012-02-11 10:45

Message:
Patch has been committed with a small addition to allow usage of old
configuration files (its a drop in replacement)

----------------------------------------------------------------------

Comment By: Rokys ()
Date: 2012-02-10 02:17

Message:
Opening the conf file with a text editor, and changing the tvcabo part of
the channel number to zon will make the conf file compatible with the
changes made.

That's what I did.

----------------------------------------------------------------------

Comment By: Karl Dietz (dekarl)
Date: 2012-02-09 23:46

Message:
Did the channel numbers change? It would be nice to be able to use an old
configuration if they are the same.

----------------------------------------------------------------------

Comment By: Rokys ()
Date: 2012-02-07 15:54

Message:
Changing lines 252 and 383 will break existing .conf files, but probably
worth changing to avoid future confusion.

I've tested the changes with a test build, and it is fixed. I've attached a
corrected version of this grabber's revision 1.48. I would give my thanks
if any of the developers could update the file from alpha building. My test
build will eventually stop working (when ActiveState PDK's trial period
expires).

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3483889&group_id=39046
SourceForge.net
2012-02-20 18:10:28 UTC
Permalink
Patches item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Comment added) made by jss930
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3483889&group_id=39046

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_pt
Group: None
Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Karl Dietz (dekarl)
Summary: Domain name changed for tv_grab_pt

Initial Comment:
Zon has stopped "support" for their (old) tvcabo.pt domain name. The data should now be fetched from the zon.pt domain name. Apparently the data structure remains unchanged.

So:
Line 100 " my $DOMAIN = 'tvcabo.pt'; " (alter to 'zon.pt')
Line 252 " if (/^channel:?\s+(.+)\.tvcabo\.pt\s*$/) { " (alter tvcabo to zon)
Line 383 " $ch_xmltv_id =~ /(.+?)\.tvcabo\.pt/; " (same as above)

Those were the only references I could find to "tvcabo" in grab\pt\tv_grab_pt, so I believe altering those 3 line should fix it.

----------------------------------------------------------------------

Comment By: Jose Silva (jss930)
Date: 2012-02-20 10:10

Message:
The address changed again and with it, the data structure, I believe. At
least the page look and functions are very different and the grabber
doesn't work even if the address is changed as below.

New address is: http://www.zon.pt/tv/guiaTV/Pages/GuiaTV.aspx

----------------------------------------------------------------------

Comment By: Karl Dietz (dekarl)
Date: 2012-02-11 10:45

Message:
Patch has been committed with a small addition to allow usage of old
configuration files (its a drop in replacement)

----------------------------------------------------------------------

Comment By: Rokys ()
Date: 2012-02-10 02:17

Message:
Opening the conf file with a text editor, and changing the tvcabo part of
the channel number to zon will make the conf file compatible with the
changes made.

That's what I did.

----------------------------------------------------------------------

Comment By: Karl Dietz (dekarl)
Date: 2012-02-09 23:46

Message:
Did the channel numbers change? It would be nice to be able to use an old
configuration if they are the same.

----------------------------------------------------------------------

Comment By: Rokys ()
Date: 2012-02-07 15:54

Message:
Changing lines 252 and 383 will break existing .conf files, but probably
worth changing to avoid future confusion.

I've tested the changes with a test build, and it is fixed. I've attached a
corrected version of this grabber's revision 1.48. I would give my thanks
if any of the developers could update the file from alpha building. My test
build will eventually stop working (when ActiveState PDK's trial period
expires).

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424137&aid=3483889&group_id=39046
Loading...