[mythtv-commits] Ticket #2368: Scheduling program manually causes it to show up twice in media library list and mythweb recorded shows listing

MythTV mythtv at cvs.mythtv.org
Fri Sep 22 03:24:47 UTC 2006


#2368: Scheduling program manually causes it to show up twice in media library
list and mythweb recorded shows listing
---------------------------------+------------------------------------------
 Reporter:  rbonafied at gmail.com  |        Owner:  ijr    
     Type:  defect               |       Status:  closed 
 Priority:  minor                |    Milestone:  unknown
Component:  mythtv               |      Version:  head   
 Severity:  medium               |   Resolution:  fixed  
---------------------------------+------------------------------------------
Comment (by cpinkham):

 (In [11263]) Carry over [11262] from head.  References #2368.

 Commit log for [11262]:

 In ProgramInfo::StartedRecording, we need to check more than the chanid
 and starttime when copying the program info from the program table to the
 recordedprogram table. This is because a manually scheduled recording can
 mask a normal program listing, but both are still in the program table.

 This mod makes StartedRecording check the program title in addition to the
 chanid and starttime when copying data to make sure we are copying the
 right data. Previously we'd copy the wrong data which caused duplicate
 rows to appear on the Watch Recordings screen for the manually scheduled
 recording.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2368#comment:6>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list