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

Derek Atkins warlord at MIT.EDU
Wed Sep 24 19:05:48 EDT 2003


This patch would work for me (in the short term), until we can figure
out what to do for the gui to allow users to configure how they define
"duplicate".

-derek

"Geoffrey Hausheer" <ou401cru02 at sneakemail.com> writes:

> 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

-- 
       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