[mythtv-commits] Ticket #650: Handle simultaneous recordings of same program on same channel

MythTV mythtv at cvs.mythtv.org
Sat Nov 12 16:33:27 EST 2005


#650: Handle simultaneous recordings of same program on same channel
---------------------+------------------------------------------------------
 Reporter:  danielk  |       Owner:  danielk
     Type:  defect   |      Status:  new    
 Priority:  blocker  |   Milestone:  0.19   
Component:  mythtv   |     Version:  head   
 Severity:  medium   |  
---------------------+------------------------------------------------------
Currently if one starts a 'manual record' or 'LiveTV record' of a program
 that is already being recorded as a scheduled recording based on guide
 data, the two or more recordings will be placed in the same file and the
 keyframe map will be completely fubarred.

 The solution I will implement will generate a unique name by adding
 'seconds' to the starttime. These will in fact not indicate seconds, but
 whether this is the 1st, 2nd, 3rd, etc, recording at the same time on the
 same channel. The unique starttime will be generated in
 ProgramInfo::StartedRecording(), so this will have to be called before
 tv_rec creates a RingBuffer instance for the recording.

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


More information about the mythtv-commits mailing list