[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:20:14 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  
---------------------------------+------------------------------------------
Changes (by cpinkham):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [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.

 Closes #2368.

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


More information about the mythtv-commits mailing list