[mythtv-commits] mythtv commit: r8567 by danielk

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jan 11 17:27:25 UTC 2006


      Author: danielk
        Date: 2006-01-11 17:27:25 +0000 (Wed, 11 Jan 2006)
New Revision: 8567
   Changeset: http://cvs.mythtv.org/trac/changeset/8567

Modified:

   trunk/mythtv/libs/libmythtv/tv_rec.cpp

Log:

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.






More information about the mythtv-commits mailing list