[mythtv-users] Boolean custom recordings in mythweb

Ryan Steffes rbsteffes at gmail.com
Mon Sep 17 15:03:38 UTC 2007


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%")


More information about the mythtv-users mailing list