<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"><<a href="mailto:hakon@alstadheim.priv.no">hakon@alstadheim.priv.no</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;"><div class="Ih2E3d">Carl Fongheiser wrote:<br>
><br>
><br>
> On Wed, Sep 3, 2008 at 8:31 AM, Kevin Kuphal <<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:kkuphal@gmail.com">kkuphal@gmail.com</a>>> wrote:<br>
><br>
> On Wed, Sep 3, 2008 at 4:01 AM, Tomi Makinen <<a href="mailto:makinen@gmail.com">makinen@gmail.com</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:makinen@gmail.com">makinen@gmail.com</a>>> wrote:<br>
><br>
> Hey,<br>
><br>
> I would like to schedule childrens programs every workday,<br>
> same time and same channel. The names differ alot.<br>
> The first one might be the same everytime for now, but that<br>
> might change. Is there way to do this, if not counting 5<br>
> different recording schedules ?<br>
> With powersearch fex?<br>
><br>
><br>
> Powersearch is probably your best option. Some SQL for day > X<br>
> and < Y will probably suffice. I'm not sure the exact syntax but<br>
> it shouldn't be hard to figure out.<br>
><br>
><br>
> It should look like this:<br>
><br>
> DAYOFWEEK(program.starttime) > 1 AND DAYOFWEEK(program.starttime) < 7<br>
><br>
> (DAYOFWEEK() returns a number from 1 to 7, where 1 is Sunday.)<br>
><br>
> Obviously, you'd also want to have clauses for the actual start time<br>
> and the channel.<br>
><br>
> Carl Fongheiser<br>
><br>
</div>> ------------------------------------------------------------------------<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 "name" for the recordings<br>
every time. This might 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>