[mythtvnz] Starting Recordings Early
Mark
markk at kc.net.nz
Wed Mar 7 21:34:14 GMT 2012
Here's a script that I have in /etc/cron.daily/mythtv-hard-padding
Replace <your password> with whatever your password is and it should
check once a day for recordings with no start and end extension times.
Note that everything following the echo should be on one line.
#!/bin/bash
echo "UPDATE record set startoffset = 2 , endoffset = 5 where recordid !
= 0 and startoffset=0 and endoffset=0;" | mysql -umythtv -p<your
password> mythconverg
On Tue, 2012-03-06 at 23:34 -0800, Steve V wrote:
>
>
>
>
> ______________________________________________________________
> From: David Kirk <davidrkirk at gmail.com>
> To: mythtvnz at lists.linuxnut.co.nz
> Sent: Wednesday, 7 March 2012 8:19 PM
> Subject: [mythtvnz] Starting Recordings Early
>
>
> Hi,
>
>
> The problem: some TV broadcasters don't stick to their own
> schedules so I'm missing the beginning of some of shows.
>
>
> The solution is apparently to go in to Set Recording
> Priorities and tell it to start recording 2 minutes early.
>
>
> Unfortunately that only applies to new programs that I
> schedule. Is there a way to make it apply to existing
> scheduled programs?
>
>
>
>
> Thanks
>
> David Kirk
>
>
> You will have to edit all your previous recording to add the 2
> minutes early start.
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz at lists.linuxnut.co.nz
> http://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
More information about the mythtvnz
mailing list