SourceForge.net
2012-02-11 18:45:42 UTC
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.
Private: No
Submitted By: Rokys ()
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.
----------------------------------------------------------------------
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
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: NoneStatus: Closed
Resolution: Accepted
Priority: 5Resolution: Accepted
Private: No
Submitted By: Rokys ()
Assigned to: Karl Dietz (dekarl)
Summary: Domain name changed for tv_grab_ptInitial 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:45Message:
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