On Sun, Feb 06, 2005 at 12:44:38PM +0100, Jens Baumeister wrote: > On Sun, 6 Feb 2005 04:07:08 -0700, Russ Dill <[EMAIL PROTECTED]> wrote: > > > When telling mythweb to record any showing of the movie "Lilo & > > Stitch", it also decided to record every episode of the cartoon "Lilo > > & Stitch". I'm not sure how to prevent this. > > How about optional input fields for minium and/or maximum lengths when > scheduling repeat recordings or search-based recordings? > > I'd love to code it, but my C skills are rusty and I'll be too busy in > the forseeable future. >
A not particularly user friendly, but effective way is to use the custom SQL query in the new release. They you can make your query search for that title but only if categorytype = 'movie', for example. (Or only if it's the series if that's what you want.) Or do a query for the specific programid, if you know it.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
