[mythtv-users] Boolean custom recordings in mythweb

Drew Tomlinson drew at mykitchentable.net
Wed Sep 26 20:25:40 UTC 2007


On 9/17/2007 8:03 AM Ryan Steffes wrote:
> On 9/17/07, Ryan Steffes <rbsteffes at gmail.com> wrote:
>   
>> On 9/16/07, Andy Rabin <andy.rabin at gmail.com> wrote:
>>     
>>> Maybe this isn't possible, but is there any way to use booleans in
>>> custom recordings through mythweb?
>>>
>>> For example, I'd have a custom recording set up to record all programs
>>> on Speed with "MotoGP" in the title, but I'd rather not have the 125
>>> or 250 races recorded, so something like "MotoGP -125 -250" or
>>> anything like that?
>>>
>>> Thanks,
>>> Andy
>>>
>>> --
>>>       
>> Are you using the power search or just the Title search?
>>
>> With just the title search I'm not sure, but with the power search you can use:
>>
>> program.title LIKE "%MotoGP%" AND (program.title NOT LIKE "%125%"
>> program.title NOT LIKE "%250%")
>>
>>
>>     
>
> Bah, sorry, missed an AND:
> program.title LIKE "%MotoGP%" AND (program.title NOT LIKE "%125%" AND
> program.title NOT LIKE "%250%")
>   

Wouldn't the missing AND have to be an OR?

program.title LIKE "%MotoGP%" AND (program.title NOT LIKE "%125%" OR 
program.title NOT LIKE "%250%")

Just curious,

Drew

-- 
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com



More information about the mythtv-users mailing list