[mythtv] "Allow recording even if duplicate episode" is ignored?
Geoffrey Hausheer
ou401cru02 at sneakemail.com
Wed Sep 24 17:40:46 EDT 2003
On Wed, 24 Sep 2003 14:10:58 -0700, "Chris Petersen
lists-at-forevermore.net |mythtv/1.0-Allow|"
<o8f8hesx3k0t at sneakemail.com> said:
> > 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.
>
> same title and subtitl, with no description would most likely be a
> duplicate (but I'm sure there will be many exceptions).. but same title
> and description with no subtitle happens all the time for different
> shows.
>
> What we really need is the new xmltv that has episode number support.
> and tv listings that display the info.
Right...so that last patch was too smart for it's own good.
What about this one?
Index: scheduledrecording.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/scheduledrecording.cpp,v
retrieving revision 1.43
diff -u -r1.43 scheduledrecording.cpp
--- scheduledrecording.cpp 18 Sep 2003 21:34:24 -0000 1.43
+++ scheduledrecording.cpp 24 Sep 2003 21:39:22 -0000
@@ -255,7 +255,7 @@
" AND "
" recorded.subtitle IS NOT NULL AND recorded.subtitle <> '' AND
program.subtitle = recorded.subtitle "
" AND "
-" recorded.description IS NOT NULL AND recorded.description <> '' AND
program.description = recorded.description"
+" program.description = recorded.description"
" ) "
"WHERE "
"((record.type = %1) " // allrecord
.Geoff
More information about the mythtv-dev
mailing list