[mythtv] "Allow recording even if duplicate episode" is ignored?

Derek Atkins warlord at MIT.EDU
Wed Sep 24 18:08:43 EDT 2003


Gregory McLean <gregm at gxsnmp.org> writes:

> One would _assume_ that the programs are duplicates if they match? To
> me the above sounds like a duplicate. Both descriptions are empty and
> the titles and subtitle are the same unless I'm missing some subtle
> thing somewhere.

The problem is that because the description is empty it is not
being treated like a duplicate.  The logic appears to be:

  a.title = b.title AND a.subtitle = b.subtitle AND a.description = b.description
  AND a.title != NULL AND a.subtitle != NULL AND a.description != NULL;

It's the last piece that is causing the "failure" -- the empty
description.

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the mythtv-dev mailing list