[mythtv-commits] Ticket #3326: Implement multiple recordings per transport

MythTV mythtv at cvs.mythtv.org
Tue Dec 4 00:46:27 UTC 2007


#3326: Implement multiple recordings per transport
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  task     |       Status:  new    
 Priority:  minor    |    Milestone:  unknown
Component:  mythtv   |      Version:  head   
 Severity:  low      |   Resolution:         
  Mlocked:  0        |  
---------------------+------------------------------------------------------

Comment(by danielk):

 (In [15036]) Refs #3326. Fixes a phantom conflict problem with input
 groups.

 This fixes the issue reported by Bruce Markley where an in progress
 recording would be ended prematurely when another recorder wanted to
 record on an input in the same input group as an input on the card which
 the in progress recording is, but the in progress recording is using a
 different input which is not in that input group.

 The problem was that TVRec::StartRecording() checked for conflicting
 cards, but did not check if the input was actually conflicting. The fix
 was simple, but the to avoid code duplication I moved the input group map
 out of the scheduler and into inputgroupmap.h. (This is the code as the
 patch I posted earlier, I just didn't have time to test it earlier.)

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3326#comment:103>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list