<div dir="ltr">Thanks for good solutions.. I will try those out.<br><br>- Tomi -<br><br><div class="gmail_quote">On Wed, Sep 3, 2008 at 7:17 PM, HÃ¥kon Alstadheim <span dir="ltr">&lt;<a href="mailto:hakon@alstadheim.priv.no">hakon@alstadheim.priv.no</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 class="Ih2E3d">Carl Fongheiser wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Sep 3, 2008 at 8:31 AM, Kevin Kuphal &lt;<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</a><br>
</div><div class="Ih2E3d">&gt; &lt;mailto:<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; On Wed, Sep 3, 2008 at 4:01 AM, Tomi Makinen &lt;<a href="mailto:makinen@gmail.com">makinen@gmail.com</a><br>
</div><div class="Ih2E3d">&gt; &nbsp; &nbsp; &lt;mailto:<a href="mailto:makinen@gmail.com">makinen@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; Hey,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; I would like to schedule childrens programs every workday,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; same time and same channel. The names differ alot.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; The first one might be the same everytime for now, but that<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; might change. Is there way to do this, if not counting 5<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; different recording schedules ?<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; With powersearch fex?<br>
&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp; Powersearch is probably your best option. &nbsp;Some SQL for day &gt; X<br>
&gt; &nbsp; &nbsp; and &lt; Y will probably suffice. &nbsp;I&#39;m not sure the exact syntax but<br>
&gt; &nbsp; &nbsp; it shouldn&#39;t be hard to figure out.<br>
&gt;<br>
&gt;<br>
&gt; It should look like this:<br>
&gt;<br>
&gt; &nbsp; DAYOFWEEK(program.starttime) &gt; 1 AND DAYOFWEEK(program.starttime) &lt; 7<br>
&gt;<br>
&gt; (DAYOFWEEK() returns a number from 1 to 7, where 1 is Sunday.)<br>
&gt;<br>
&gt; Obviously, you&#39;d also want to have clauses for the actual start time<br>
&gt; and the channel.<br>
&gt;<br>
&gt; Carl Fongheiser<br>
&gt;<br>
</div>&gt; ------------------------------------------------------------------------<br>
There are several ways to do this. I used to have it set as a regular<br>
manual recording, record every day starting at 18:00 hours on the<br>
channel, duration 60 minutes. Make sure you set the first day as a<br>
sunday to make it record 7 days a week. Pick a monday as the first day<br>
if you want only weekdays.<br>
<br>
This will work, and you will get the same &quot;name&quot; for the recordings<br>
every time. This might &nbsp;be a feature or a bug depending on your<br>
preferences. I have recently switched to a powersearch to get the<br>
different segments in separate recordings (seems dvb recordings spanning<br>
several programmes sometimes are difficult to play back).<br>
<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br></div>