been told need to add a new reader in epgcache.cpp specifically for uk cable 0x2bc. on the pli dm500 images epg works but not on enigma2
+ printf("[7 days EPG NOT available\n"); + dprintf("pid 0x12\n"); + printf("[7 days EPG available\n"); + dprintf("pid 0x2bc\n"); dmxEIT.addfilter(0x00, 0x00); //0 dummy filter dmxEIT.addfilter(0x50, 0xf0); //1 current TS, scheduled dmxEIT.addfilter(0x4f, 0xff); //2 other TS, current/next + dmxEIT.addfilter(0x4e, 0xff); + dmxEIT.addfilter(0x50, 0xff); + dmxEIT.addfilter(0x51, 0xff); #ifdef HAVE_DBOX_HARDWARE dmxEIT.addfilter(0x60, 0xf1); //3a other TS, scheduled, even dmxEIT.addfilter(0x61, 0xf1); //3b other TS, scheduled, odd #else dmxEIT.addfilter(0x60, 0xf0); //3 other TS, scheduled #endif + dmxEIT.addfilter(0x52, 0xf1); + dmxEIT.addfilter(0x53, 0xf1);
this is the patch used on neutreno for dm500 not sure if helps was told change the EIT code for the mask.pid and mask.data