[mythtv-users] "Record this show on this day every week"

Bruce Markey bjm at lvcm.com
Mon Mar 28 00:40:43 UTC 2005


Bruce Markey wrote:
> With 0.17:

These examples screwed up the wrapping. Let me try that again:

With 0.17:

AND program.title LIKE "The Simpsons"
AND DAYNAME(program.starttime) = "Sunday"

With current CVS:

program.title = "The Simpsons"
AND DAYNAME(program.starttime) = "Sunday"


--  bjm


More information about the mythtv-users mailing list