<div class="gmail_quote">On Thu, Mar 8, 2012 at 10:34 AM, Mark <span dir="ltr"><<a href="mailto:markk@kc.net.nz">markk@kc.net.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here's a script that I have in /etc/cron.daily/mythtv-hard-padding<br>
Replace <your password> with whatever your password is and it should<br>
check once a day for recordings with no start and end extension times.<br>
Note that everything following the echo should be on one line.<br>
<br>
#!/bin/bash<br>
<br>
echo "UPDATE record set startoffset = 2 , endoffset = 5 where recordid !<br>
= 0 and startoffset=0 and endoffset=0;" | mysql -umythtv -p<your<br>
password> mythconverg</blockquote><div><br></div><div>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.</div>
<div><br></div><div>Thanks heaps.</div><div><br></div><div><br></div><div>David Kirk</div></div>