[mythtv-commits] mythtv/master commit: f53a00f54 by Stuart Morgan (stuartm)

MythTV noreply at mythtv.org
Tue Feb 14 12:09:16 UTC 2012


      Author:  Stuart Morgan <smorgan at mythtv.org>
 Change Date:  2012-02-14T04:08:36-08:00
   Push Date:  2012/02/14 04:09:03 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  f53a00f546e2cd90eec7c8c6b3b32559b204a4a6
   Changeset:  https://github.com/MythTV/mythtv/commit/f53a00f54

Log:

Fix videos not being marked as watched. We had some code to handle in-progress recordings where we didn't have the total number of frames, this used the start/end time of the recording which can't be trusted for video because they are based on the length from downloaded metadata e.g. An episode of Frasier might only be 22 minutes long without adverts but according to the metadata it's 30 minutes. We now trust the totalFrames to be accurate for anything which isn't an in-progress recording.

Modified:

   mythtv/libs/libmythtv/mythplayer.cpp



More information about the mythtv-commits mailing list