[mythtv-users] Delay start time on just one channel?

Brad DerManouelian myth at dermanouelian.com
Thu Feb 7 21:11:50 UTC 2008


On Feb 7, 2008, at 1:02 PM, R. G. Newbury wrote:

> This would do the trick: substitute for the proper chanid.
>
> mysql> update record set endtime = (endtime + 02) where chanid = 1037;
>
>
> But don't run it more than once unless you don't care if you record 4
> minutes or 6 or whatever.
> If you don't care about that, and normally do not set your recording
> schedule more than say 2 days in advance, then you could do this in a
> cron script...

To avoid that you could just update where endtime ends with 00 or 30.  
This is assuming your channel only starts programs on the hour or half  
hour. Then you can run it as often as you like.



More information about the mythtv-users mailing list