[mythtv-commits] Ticket #8589: Recordings are nolonger identified as 720p or 1080i/p since the ProgramInfo refactor.

MythTV mythtv at cvs.mythtv.org
Tue Sep 14 09:40:29 UTC 2010


#8589: Recordings are nolonger identified as 720p or 1080i/p since the ProgramInfo
refactor.
--------------------------------------+-------------------------------------
 Reporter:  MarcT <myrdhn@…>          |           Owner:  danielk   
     Type:  defect                    |          Status:  closed    
 Priority:  trivial                   |       Milestone:  0.24      
Component:  MythTV - Recording        |         Version:  Trunk Head
 Severity:  low                       |      Resolution:  fixed     
 Keywords:                            |   Ticket locked:  0         
--------------------------------------+-------------------------------------

Comment (by David Madsen <david.madsen@…>):

 In the process of testing this patch I have discovered a small problem
 with the fix.  The SQL query that is updating the flags in the
 recordedprogram table is matching on STARTTIME == recstartts.

 In cases where the recording has a preroll or start early rule the
 recstartts time will not match the STARTTIME field in the recordedprogram
 table and the update will not occur.

 Changing the binding for :STARTTIME to be startts instead of recstartts
 fixed the issue for me.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8589#comment:7>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list