[mythtv-commits] Ticket #6465: Patch to remove invalid "NotListed" tags

MythTV mythtv at cvs.mythtv.org
Thu Apr 16 20:41:54 UTC 2009


#6465: Patch to remove invalid "NotListed" tags
------------------------------+---------------------------------------------
 Reporter:  cizek at rcn.com     |       Owner:  ijr       
     Type:  defect            |      Status:  new       
 Priority:  minor             |   Milestone:  unknown   
Component:  MythTV - General  |     Version:  0.21-fixes
 Severity:  medium            |     Mlocked:  0         
------------------------------+---------------------------------------------
 If I go into the Program Guide and select multiple programs to record
 (Single Record), often a few will be tagged "NotListed".  To get the
 recording to start, I have to go to the "Previously Recorded" screen,
 highlight the "N" flagged recordings, and select "Remove This Episode From
 The List".  This fixes the problem and starts the recording.

 I don't know why this happens -- I think it's a race condition between
 when the recordings are selected on the frontend, and when the scheduler
 performs the actual scheduling on the backend.  The easiest way to
 duplicate it is to go into the Program Guide and quickly hit "R" on a
 bunch of programs.

 The attached patch adds logic in Scheduler::UpdateMatches(recordid) to
 remove the invalid record for the specified recordid.  This fixes the
 problem for me.

 This patch is against 0.21-fixes, but I've had same problem with trunk.

 -Bill

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


More information about the mythtv-commits mailing list