[mythtv-commits] Ticket #821: autoexpire doesn't delete short-recordings immediately during LiveTV

MythTV mythtv at cvs.mythtv.org
Wed Jan 11 17:27:26 UTC 2006


#821: autoexpire doesn't delete short-recordings immediately during LiveTV
---------------------+------------------------------------------------------
 Reporter:  ghaushe  |        Owner:  danielk
     Type:  defect   |       Status:  closed 
 Priority:  minor    |    Milestone:  0.19   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:  fixed  
---------------------+------------------------------------------------------
Changes (by danielk):

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

Comment:

 (In [8567]) Fixes #821.

 When flipping through channels quickly enough that the recorder doesn't
 have time to start up, the recorder is never shut down and so the
 recording's end time is never set. This sets the end time for these rump
 'recordings'.

 Also if the recording is less than 30 seconds long the recording end time
 was often being set as before the recording start time by the rounding
 rutines in FinishedRecording(). This adds a check for this and sets the
 end time so that the recording is at least 1 second long in the DB in
 these cases.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/821>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list