[mythtv-commits] Ticket #9610: [PATCH] mythbackend marks recordings as successful even if they never entered the recording state

MythTV noreply at mythtv.org
Tue Feb 22 09:29:43 UTC 2011


#9610: [PATCH] mythbackend marks recordings as successful even if they never
entered the recording state
------------------------------------------+--------------------------------
     Reporter:  dl-mythtv@…               |      Owner:  danielk
         Type:  Patch - Bug Fix           |     Status:  new
     Priority:  minor                     |  Milestone:  unknown
    Component:  MythTV - Recording        |    Version:  0.24-fixes
     Severity:  medium                    |   Keywords:  zero byte
Ticket locked:  0                         |  recording
------------------------------------------+--------------------------------
 If, for whatever reason, a recording never gets past the rsTuning state,
 mythbackend will flag this as a successful recording at the end of the
 recording time by setting the status to rsRecorded.  This will result in a
 zero-byte or missing recording file, and mythbackend will not schedule
 another attempt to record the episode.  If this was a one-time recording
 rule, that rule will also be eligible for deletion.

 I have observed this problem with the HD-PVR, HDHR, and firewire.

 The attached patch only allows the transition to rsRecorded if the
 previous state was rsRecording.  Any other state will transition to
 rsFailed, which will allow mythbackend to reschedule the recording.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9610>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list