<div class="gmail_quote">On Tue, Apr 20, 2010 at 9:35 PM, Aaron Whitehouse <span dir="ltr"><<a href="mailto:lists@whitehouse.org.nz">lists@whitehouse.org.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
To save me manually going through and changing each Recording Rule, can<br>
anybody think of an SQL statement that would replace all "Begin this<br>
recording on time" and "End this recording on time" with 2 minutes and 5<br>
minutes respectively?<br></blockquote><div><br>I believe this should work:<br>update record set startoffset = 2, endoffset = 5;<br><br>After you've done the update it's probably safest to restart mythbackend so it reschedules everything.<br>
<br>Cheers,<br>Steve <br></div></div>