Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
2.1
Description
<p>There are a lot of places in skins where a FanartImageSource is used without specifying MaxWidth/Height. This causes the full size image to be allocated which massively increases memory consumption, sometimes leading to an OOM exception, and decreases performance. e.g. in BV movie covers for list items are allocated full size, sometimes as big as 1400x2100, to be rendered as a 100x100 thumbnail.</p>
<p>Ensure that all skins request a reasonable MaxWidth/Height when using the FanartImageSource.</p>
<p>Ensure that all skins request a reasonable MaxWidth/Height when using the FanartImageSource.</p>