[mythtv-users] Howto manually schedule for every workday

Carl Fongheiser carlfongheiser at gmail.com
Wed Sep 3 13:38:00 UTC 2008


On Wed, Sep 3, 2008 at 8:31 AM, Kevin Kuphal <kkuphal at gmail.com> wrote:

> On Wed, Sep 3, 2008 at 4:01 AM, Tomi Makinen <makinen at gmail.com> wrote:
>
>> Hey,
>>
>> I would like to schedule childrens programs every workday, same time and
>> same channel. The names differ alot.
>> 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 ?
>> With powersearch fex?
>>
>
> Powersearch is probably your best option.  Some SQL for day > X and < Y
> will probably suffice.  I'm not sure the exact syntax but it shouldn't be
> hard to figure out.
>

It should look like this:

  DAYOFWEEK(program.starttime) > 1 AND DAYOFWEEK(program.starttime) < 7

(DAYOFWEEK() returns a number from 1 to 7, where 1 is Sunday.)

Obviously, you'd also want to have clauses for the actual start time and the
channel.

Carl Fongheiser
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20080903/31ad567b/attachment.htm 


More information about the mythtv-users mailing list