[mythtv-users] Re: Re: Recording New Battlestar series

David Engel gigem at comcast.net
Mon Apr 18 15:05:38 UTC 2005


On Fri, Apr 15, 2005 at 07:32:22PM -0700, Brad Templeton wrote:
> On Fri, Apr 15, 2005 at 05:04:13PM -0500, David Engel wrote:
> > We looked at doing this a while back.  There were enough unexpected
> > cases where the seriesids weren't the same and probably should have
> > been, that we decided to err on the sied of caution and stick with the
> > title check.  You can always use the more advanced rules for those
> > cases that really need better discrimination.
> 
> What sort of incidences do you see?  Some I know about from the past

Run the following query:

  select distinct program.title,program.seriesid,tmp.seriesid from program 
  join program as tmp on program.title = tmp.title and 
  program.seriesid <> tmp.seriesid order by title;

David
-- 
David Engel
gigem at comcast.net


More information about the mythtv-users mailing list