On 22 June 2010 16:14, martinez martinez@embl.de wrote:
Thanks for the patch, I tried and it comes up with just one line rejected, but it is easy to address manually *************** cEitFilter::cEitFilter(void) *** 358,363 **** Set(0x12, 0x40, 0xC0); // event info now&next actual/other TS (0x4E/0x4F), future actual/other TS (0x5X/0x6X) if (Setup.SetSystemTime && Setup.TimeTransponder) Set(0x14, 0x70); // TDT } void cEitFilter::SetDisableUntil(time_t Time) --- 358,365 ---- Set(0x12, 0x40, 0xC0); // event info now&next actual/other TS (0x4E/0x4F), future actual/other TS (0x5X/0x6X) if (Setup.SetSystemTime && Setup.TimeTransponder) Set(0x14, 0x70); // TDT
- Set(3842, 0x40, 0xC0); // event info now&next actual/other TS
(0x4E/0x4F), future actual/other TS (0x5X/0x6X) } void cEitFilter::SetDisableUntil(time_t Time)
That's odd, it seemed to apply cleanly for me. Glad it is working anyway.
As mentioned, the eepg plugin might be a better long term solution for you.
Cheers, Dom