<div class="gmail_quote">On Tue, Apr 20, 2010 at 9:35 PM, Aaron Whitehouse <span dir="ltr">&lt;<a href="mailto:lists@whitehouse.org.nz">lists@whitehouse.org.nz</a>&gt;</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 &quot;Begin this<br>
recording on time&quot; and &quot;End this recording on time&quot; 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&#39;ve done the update it&#39;s probably safest to restart mythbackend so it reschedules everything.<br>
<br>Cheers,<br>Steve <br></div></div>