Discussion:
[Xmltv-devel] [ xmltv-Bugs-3483889 ] Domain name changed for tv_grab_pt
SourceForge.net
2012-02-03 14:50:59 UTC
Permalink
Bugs item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Tracker Item Submitted) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Bruno Tavares (gawen)
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.

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3483889&group_id=39046
SourceForge.net
2012-02-07 23:43:33 UTC
Permalink
Bugs item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Settings changed) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Nobody/Anonymous (nobody)
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.

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3483889&group_id=39046
SourceForge.net
2012-02-07 23:54:11 UTC
Permalink
Bugs item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Nobody/Anonymous (nobody)
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: 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=424135&aid=3483889&group_id=39046
SourceForge.net
2012-02-10 07:46:05 UTC
Permalink
Bugs 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=424135&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Nobody/Anonymous (nobody)
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-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=424135&aid=3483889&group_id=39046
SourceForge.net
2012-02-10 10:17:10 UTC
Permalink
Bugs item #3483889, was opened at 2012-02-03 06:50
Message generated for change (Comment added) made by
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Rokys ()
Assigned to: Nobody/Anonymous (nobody)
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: 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=424135&aid=3483889&group_id=39046
Loading...