[mythtvnz] Use different tuner for adjacent recordings

Steve Hodge stevehodge at gmail.com
Tue Apr 20 11:50:41 BST 2010


On Tue, Apr 20, 2010 at 9:35 PM, Aaron Whitehouse
<lists at whitehouse.org.nz>wrote:

> To save me manually going through and changing each Recording Rule, can
> anybody think of an SQL statement that would replace all "Begin this
> recording on time" and "End this recording on time" with 2 minutes and 5
> minutes respectively?
>

I believe this should work:
update record set startoffset = 2, endoffset = 5;

After you've done the update it's probably safest to restart mythbackend so
it reschedules everything.

Cheers,
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ourshack.com/pipermail/mythtvnz/attachments/20100420/f42bdec8/attachment.htm 


More information about the mythtvnz mailing list