[mythtv] PATCH: manual recording (much better)

Isaac Richards ijr at po.cwru.edu
Sun Mar 30 11:47:41 EST 2003


On Saturday 29 March 2003 07:02 pm, Chris Derossi wrote:
> The enclosed patch against current CVS is an improved version of the manual
> recording code.

Are you sure

 @@ -480,6 +491,10 @@
     else if (internalState == kState_WatchingRecording &&
              nextState == kState_WatchingLiveTV)
     {
+        recorder->SpawnLiveTV();
+
+        watchingLiveTV = true;
+
         internalState = nextState;
         changed = true;
     }

this bit is correct?  The only way it should be transitioning from 
WatchingRecording back to WatchingLiveTV is at the request of the encoder, so 
watchingLiveTV should already by true, and the encoder should already be in 
LiveTV mode as well.

Isaac


More information about the mythtv-dev mailing list