On Tue, Apr 12, 2005 at 10:36:45PM -0700, Fa Yoeu wrote:
> I only want to record the new battlestar galactica series.  Is there a
> way I can specify this in myth?  Essential, I want to record all
> battlestar galactica playing at anytime on channel scifi.  When I
> tried this, I kept getting the old series recorded as well.
> _______________________________________________
> mythtv-users mailing list
> mythtv-users@mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Yeah, myth's software was written to match on titles rather than things
like the seriesid field which zap2it provides.   You could do an sql
query in myth's advanced query, or in tvwish, looking for.

    seriesid = 'SH710749'

Or you could also do a query for battlestar galactica with;

        orignalairdate > '2004-01-01'

(Or similar, you may need some functions on the date there, I can't write
those date queries in my head without testing..)

_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to