Mailing List archive

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

[vdr] Re: xmltv2vdr broken for 1.1.29?



A simple solution to get xml2vdr running together with vdr
1.1.29 and autopid-patch.

Search within xml2vdr.pl
  # Send a Channel Entry
     SVDRPsend("C $source-0-$epgfreq-$sid $channel_name");

replace it with
  # Send a Channel Entry
  if ($nid>0) {
     SVDRPsend("C $source-$nid-$tid-$sid $channel_name");
  }
  else {
     SVDRPsend("C $source-$nid-$epgfreq-$sid
$channel_name");
  }

Now it should work.

lg, Gerhard
----------------------------------------------
Das ist ein Service von austria.com


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



Home | Main Index | Thread Index