[mythtv-commits] mythtv/master commit: 61f156f73 by David Engel (gigem)

MythTV noreply at mythtv.org
Thu Jan 5 02:31:56 UTC 2012


      Author:  David Engel <dengel at mythtv.org>
 Change Date:  2012-01-04T18:30:46-08:00
   Push Date:  2012/01/04 18:31:48 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  61f156f73993f41d5f721386cfcf878a455d5a28
   Changeset:  https://github.com/MythTV/mythtv/commit/61f156f73

Log:

Fix inverted logic bug in detecting damaged recordings.

recorded.duplicate was being set for damgaged recordings and cleared
for undamaged recordings.  Thanks to Stuart Morgan for spotting the
bug and providing the fix.

Update the schema to repair some of the damage (no pun intended) since
the bug was introduced by clearing r.duplicate for all damaged
recordings.  Unfortunately, there are valid cases where undamaged
recordings can have r.duplicate cleared so we can't blindly set
r.duplicate for all undamaged recordings.

Modified:

   mythtv/bindings/perl/MythTV.pm
   mythtv/bindings/python/MythTV/static.py
   mythtv/libs/libmythbase/mythversion.h
   mythtv/libs/libmythtv/dbcheck.cpp
   mythtv/libs/libmythtv/recordinginfo.cpp
   mythtv/libs/libmythtv/tv_rec.cpp



More information about the mythtv-commits mailing list