[mythtv-users] No EIT data for a channel - "Error: offset>181, pes length & current cannot be queried"

Angela angela.schmid at wolke7.net
Mon Oct 29 18:21:30 UTC 2012


>BTW, do hidden channels get EIT data?  If they do, then I might know where
the problem lies, as all the "dodgey" channels are hidden, rather then
deleted.

When usonairguide is set for a channel EIT is loaded, independent if visible
is set. You can easily fix it with the following after setting up your
channels.

update channel
   set useonairguide = 1
;
update channel
   set useonairguide = 0
 where  visible = 0
;
commit;

Angela



More information about the mythtv-users mailing list