[mythtv-firehose] mythtv/master commit: 8ea8f9a44 by Robert McNamara (rmcnamara)

MythTV noreply at mythtv.org
Tue Nov 15 04:09:17 UTC 2011


      Author:  Robert McNamara <rmcnamara at mythtv.org>
 Change Date:  2011-11-14T20:03:12-08:00
   Push Date:  2011/11/14 20:08:55 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  8ea8f9a44670257e3fa5b37a799bb74c69c51526
   Changeset:  https://github.com/MythTV/mythtv/commit/8ea8f9a44

Log:

libmythmetadata: fix rare occasions when artwork was cleared out.

In "absolute last resort fallback mode," when trying to find at least
series level artwork for a generic TV episode, we were accidentally passing
the lookup object for the title search back as a result-- this lookup
only contains partial info, and not full artwork, and when there was
existing, full artwork for season 1, the incomplete artwork for the
"0" season was being overwritten in its stead-- at most, this was a
banner as this lookup was only meant to be for producing a search
selection list.

Fix the issue by taking the single series result and performing
one more lookup on it as a faux "1x01," which will produce correct,
full artwork.

Confused yet?

Modified:

   mythtv/libs/libmythmetadata/metadatadownload.cpp



More information about the mythtv-firehose mailing list