[mythtv-commits] mythtv/master commit: cbd970315 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Thu Mar 15 23:12:03 UTC 2012


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2012-03-15T16:10:46-07:00
   Push Date:  2012/03/15 16:11:52 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  cbd97031538468035d8d8090dbe60108e941eb2e
   Changeset:  https://github.com/MythTV/mythtv/commit/cbd970315

Log:

Prevent showing 0x0 artwork when a recording doesn't have Seas/Ep.

I am not sure why this solution didn't occur to me earlier,

Basically, if the season input to the methods is 0, just order
the season results descending.  That way if the user has set
artwork (or any artwork has been set for anything > 1x01),
it'll be shown in higher priority than the 0x0 artwork.

The bug still exists (it's just inverted now, you'd get TV results
if you actually had TV and movies with the same legit inetref,
but this should affect far, far, far fewer people. Many/most users
will probably never see this inversion of the bug at all.

Refs #10408

Modified:

   mythtv/libs/libmythtv/metadataimagehelper.cpp



More information about the mythtv-commits mailing list