
davidrkirk at gmail
Mar 7, 2012, 1:46 PM
Post #4 of 5
(408 views)
Permalink
|
On Thu, Mar 8, 2012 at 10:34 AM, Mark <markk [at] kc> wrote: > 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 Thanks Mark. I was just in the process of updating all my recordings via MythWeb when this came through. I've run your script and it looks like it's done the job. Thanks heaps. David Kirk
|