[mythtv-users] Zap2it issues

Jason Ramey webmaster at permutation.org
Fri Nov 21 00:42:23 EST 2003


 
Thanks, that did it. For other people using unstable debs, it's
/usr/share/perl5/XMLTV/ZapListings.pm. 

Jason
________________________________

From: mythtv-users-bounces at mythtv.org 
Sent: Thursday, November 20, 2003 8:47 PM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Zap2it issues


The alternative would be to just edit the Zaplisting.pm as mentioned before
on the list....

---snip

the old version:
old version: while ( $options=~s/<OPTION
value="(\d+)">([^<]+)<\/OPTION>//ios )

The new version: while ( $options=~s/<OPTION
value="(\d+)"\s*>([^<]+)<\/OPTION>//ios ) {

The difference is the \s*

By the way the Zaplisting.pm you need to change is in
/usr/lib/perl5/site_perl/5.8.0/XMLTV/Zaplisting.pm on my RH9 system.

snip---

rgds
anders



More information about the mythtv-users mailing list