I am trying to assign sat EPG I have on my receiver to cable channels. I made channels.xml that look :
<channel id="1:0:1:321:8:AB:DE80000:0:0:0">1:0:19:449:24:1:FFFF0000:0:0:0:http%3a//abc.tv</channel> <!-- Ch1 -->
1:0:1:321:8:AB:DE80000:0:0:0 - Sat channel reference with EPG
1:0:19:449:24:1:FFFF0000:0:0:0 - cable channels reference - without EPG
and rytec.source.xml file
<source type="epg.dat" channels="/media/hdd/epg/channels.xml">
<description>MyTry(sat-cab)-EPG </description>
<url>/media/hdd/epg.dat</url>
</source>
How you can see I try to take SAT EPG information from epg.dat file from receiver. No success. Imported 0 events. According to log -EPG Import read dat.file , but won't find any event. A sat EPG present on all channels. Is here any way I can use it for cable?