Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: xmltv2vdr problems, mixing up channels



This patch should fix that

--- xmltv2vdr-1.0.5/xmltv2vdr.pl 2003-05-19 23:34:04.000000000 +0200
+++ xmltv2vdr/xmltv2vdr.pl 2003-08-15 13:42:53.000000000 +0200
@@ -132,7 +132,7 @@

# New XML Program - doesn't handle split programs yet

- if ( ($xmlline =~ /\<programme/ ) && ( $xmlline =~ /$xmltv_channel_name/ ) && ( $xmlline !~ /clumpidx=\"1\/2\"/ ) && ( $chanevent == 0 ) )
+ if ( ($xmlline =~ /\<programme/ ) && ( $xmlline =~ /"$xmltv_channel_name"/ ) && ( $xmlline !~ /clumpidx=\"1\/2\"/ ) && ( $chanevent == 0 ) )
{ $chanevent = 1;
( $null, $xmlst, $null, $xmlet, @null ) = split(/\"/, $xmlline);



Oscar Carlsson wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: MD5

Hi list

I'm having some very strange problems with xmltv2vdr..

This is from the modified channels.conf:

BBC Prime:338:M64:C:6875:4104:4360:7944:555:1049:0:0:0:2.dagenstv.com
TV4plus:378:M64:C:6875:4130:4386:7970:555:1074:0:0:0:142.dagenstv.com

The problem is that the EPG info for TV4plus ends up under BBC Prime. I also
have the same problem with the info for 111.dagenstv.com end up in
11.dagenstv.com... as well as 7->47...

does this make any sense at all? i really can't figure out that could be wrong

oscar








--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index