[mythtv-commits] Re: Ticket #743: Fix "program not found in PAT" problem.

MythTV mythtv at cvs.mythtv.org
Fri Dec 2 18:03:51 UTC 2005


#743: Fix "program not found in PAT" problem.
---------------------+------------------------------------------------------
 Reporter:  stuarta  |        Owner:  danielk
     Type:  patch    |       Status:  new    
 Priority:  minor    |    Milestone:  unknown
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:         
---------------------+------------------------------------------------------
Changes (by danielk):

  * milestone:  0.19 => unknown

Comment:

 Except for the UpdatePAT() only being sent when the program isn't set,
 this is technically correct. But it would disable some useful warnings in
 CreatePATSingleProgram().

 Right now CreatePATSingleProgram() tells you if the desired program wasn't
 found, which is a telltale inidicator that you need to rescan your inputs.
 And, it tells you if there are no programs in the PAT, a telltale
 indicator of a broken transport to delete from your lineup.

 A better solution might be to avoid processing stale data. I thought that
 closing and reopening the file descriptor for the DVR device would be
 enough, but perhaps we need to reset the device somehow in the
 DVBSignalMonitor?

 Please reply in the mailing list.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/743>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list