stoli / Metropolis

Continuation of Metropolis skin for XBMC
Other
23 stars 22 forks source link

Extrafanart remains as background for areas that have none #303

Closed jingai closed 9 years ago

jingai commented 9 years ago

If the user enters a library view that supports extrafanart (and extra fanart is present) and then enters a library that has no extra fanart, the old image persists as the background.

This is because the multiimage controls 6997-6999 in the Includes.xml still contain non-empty labels. These labels need to be cleared when changing from/to a library (e.g., from Movies to Addons).

jingai commented 9 years ago

I don't really know what to do to fix this. As it is, it's kind of an all-or-nothing thing. All items must have extrafanart if any one item does or you'll get incorrect fanart for the ones that don't.

FWIW, most other skins don't have the same problem as Metropolis because they simple show both images. In Metropolis, we use a diffuse overlay over the fanart, so showing both would make the bottom one bleed through.