[mythtv-commits] Ticket #11399: EIT scanner causes unnecessary reschedules and prevents idle shutdown
MythTV
noreply at mythtv.org
Fri Feb 8 08:49:17 UTC 2013
#11399: EIT scanner causes unnecessary reschedules and prevents idle shutdown
-----------------------------------+----------------------------
Reporter: Roger James <roger@…> | Owner: stuarta
Type: Patch - Bug Fix | Status: new
Priority: minor | Milestone: 0.26.1
Component: MythTV - EIT | Version: 0.26-fixes
Severity: medium | Resolution:
Keywords: eit idle | Ticket locked: 0
-----------------------------------+----------------------------
Comment (by stuarta):
I don't believe this is totally correct.
One of the design decisions behind the EIT table handling
was to always treat the data for the current mux as more
correct than the data gathered from another mux.
ie. prefer EITa to EITo
You patch groups EITa and EITo together. (TableID::PF_EIT &
TableID::PF_EITo)
I agree that for the long term data tables
{{{
SC_EITbeg to SC_EITend <----- treat as the same
SC_EITbego to SC_EITendo <--- treat as the same
}}}
we should group them together as above
Cheers
Stuart
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11399#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list