[mythtv-commits] mythtv commit: r7030 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 15 17:37:32 UTC 2005


      Author: danielk
        Date: 2005-08-15 17:37:32 +0000 (Mon, 15 Aug 2005)
New Revision: 7030
   Changeset: http://cvs.mythtv.org/trac/changeset/7030

Modified:

   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h

Log:

Another merge from the Signal Monitor patch.

This removes the recorder starting code from HandleStateChange()
and moves it to StartRecorder() and StartRecorderPost(). The
reason for two methods is that in the signal monitor patch 
StartRecorder() is run before the frontend begins playing the
stream, and StartRecorderPost() run after the frontend begins
playing the stream. But in this commit StartRecorder() just calls
StartRecorderPost() giving us the same functionality as the
code in SVN before this commit.

There is a change in how zero length recordings are handled,
before an empty recording would be added to the recorded list,
but now these should not be added to the list so that MythTV
can attempt to record them later.






More information about the mythtv-commits mailing list