Mailing List archive

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

[vdr] analogtv and xmltv2vdr



Hello,

I found a way to use the epg-data from xmltv2vdr within the
analog-plugin from Andreas Kool.

There is a little bug within xmltv2vdr.pl
Just search the line "# Send a Channel Entry" in the else
path of the sub "ProcessEpg":
  else
  {
     SVDRPsend("C $source-$nid-$epgfreq-$sid
$channel_name");
  }

Change it to
  else
  {
     $epgfreq_tmp = $epgfreq;
     if ($epgfreq_tmp > 10000)
     {
        $epgfreq_tmp = int ($epgfreq_tmp/1000);
     }
     SVDRPsend("C $source-$nid-$epgfreq_tmp-$sid
$channel_name");
  }

vdr is using only the MHz-part of the frequency.

Then you may use
ORF1:570:I0C89M256:C:6900:2048+2049:2049:2050:0:11006:1:11:0:orf-1.szing.at
ORF1
analog:189250:M64:C:0:160:80:0:32001:11:0:0:0:orf-1.szing.at

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