[mythtv] [PATCH] Allow recording of shows that have already started

Isaac Richards mythtv-dev@snowman.net
Wed, 16 Oct 2002 23:21:53 -0400


On Wednesday 16 October 2002 05:29 am, Jim Radford wrote:
> Hi Isaac,
>
> I like being able to record shows that have already started.
> Sometimes I remember just a little too late and I can't see how it
> hurts.  Plus is makes it easier to test the scheduler.  :-)
>
> Also I consolidated some repeated code from the frontend main loop.

I applied everything except the ability to record already started shows -- 
like your FIXME says, there's a hole there where it could tell it to start 
recording something when it already is..  If you fix that (and test it), I'll 
be happy to have the rest in..  Should be just a matter of adding a check for 
tv->IsRecording() before telling it to record something, but I may be 
forgetting something.

Thanks for the patch, btw =)

Isaac