<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 8:31 AM, Kevin Kuphal <span dir="ltr">&lt;<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</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;">
<div dir="ltr"><div class="gmail_quote"><div class="Ih2E3d">On Wed, Sep 3, 2008 at 4:01 AM, Tomi Makinen <span dir="ltr">&lt;<a href="mailto:makinen@gmail.com" target="_blank">makinen@gmail.com</a>&gt;</span> wrote:<br></div>
<div><div></div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">Hey,<br><br>I would like to schedule childrens programs every workday, same time and same channel. The names differ alot.<br>The first one might be the same everytime for now, but that might change. Is there way to do this, if not counting 5 different recording schedules ?<br>


With powersearch fex?</div></blockquote><div><br></div></div></div><div>Powersearch is probably your best option. &nbsp;Some SQL for day &gt; X and &lt; Y will probably suffice. &nbsp;I&#39;m not sure the exact syntax but it shouldn&#39;t be hard to figure out.</div>
</div></div></blockquote><div><br>It should look like this:<br><br>&nbsp; DAYOFWEEK(program.starttime) &gt; 1 AND DAYOFWEEK(program.starttime) &lt; 7<br><br>(DAYOFWEEK() returns a number from 1 to 7, where 1 is Sunday.)<br><br>
Obviously, you&#39;d also want to have clauses for the actual start time and the channel.<br><br>Carl Fongheiser <br></div></div><br></div>