[mythtv-users] Set up a Holiday Special Recording Schedule??

Brad DerManouelian myth at dermanouelian.com
Tue Dec 2 20:41:29 UTC 2008


On Dec 2, 2008, at 12:35 PM, Brad DerManouelian wrote:

> On Dec 2, 2008, at 12:10 PM, boehm100 at comcast.net wrote:
>
>> Hi,
>>
>> I primarily use MythWeb to set up my recording schedule.  I would
>> like to create a recording schedule that would record HD/Digital
>> holiday specials.  Is this possible?  How does one record by  
>> category?
>
> You need to create a custom record rule. The SQL you want is:
> WHERE program.category LIKE '%holiday%' AND program.hdtv = 1
>
> I think this might be called "power search" or something in Mythweb. I
> don't remember since I schedule all my stuff from the frontend.

I should have tried this before posting. You don't need the "WHERE"  
part since it's already built into the query. Just make a Custom  
recording schedule, set it to Power Search, give it a Title and then  
enter the Search Phrase:
program.category LIKE '%holiday%' AND program.hdtv = 1

-Brad



More information about the mythtv-users mailing list