2019-04-13, 04:20
(2019-04-13, 04:05)tscholl Wrote:OK, now I feel like I really am going to have to do this as a setting. But here's something else to try. Right above the multiimage control you just modified is another one that looks like this:(2019-04-13, 01:32)pkscout Wrote:Ok I changed it as suggested. It does change the behavior back to the original.(2019-04-12, 17:57)tscholl Wrote: The same behavior is found in the windows versions as well. So some change was made between 17.6 and 18.1 on how KODI displays images.I think I found the difference between the v17 and v18 skin. If you go to my v18 mod folder and look for xml/MusicVisualization.xml you can change line 43 from:
That being said it's definitely not a AS problem, but the problem seriously affects the way the images look when displayed.
Not sure where to go from here unless you can send it back to the dev's for a resolution.
to:Code:<aspectratio>scale</aspectratio>
Code:<aspectratio>keep</aspectratio>
I think that will revert back the behavior. I've been pretty consistent about not wanting to change much of the default Estuary behavior in my mod except for the home screen customization, so I need to decide if I'm going to consider this a bug and fix it or just leave it. I just hate the idea that any time I update my mod that you'd have to manually make that change. So maybe there's a new option to add to the mod. '-)
There is however another problem. The images are displayed on top of the fan art, and the fan art always displays around the edges.
With it set to scale you just can't see the fan art because each image covers the whole screen. In previous versions the fan art displayed as the first image and then the slide show started.
Code:
<control type="image">
<aspectratio>scale</aspectratio>
<fadetime>400</fadetime>
<animation effect="fade" start="0" end="100" time="400">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="300">WindowClose</animation>
<texture background="true">$INFO[Player.Art(fanart)]</texture>
</control>
Try deleting all that. I'm pretty sure that's what is showing the single fanart in the background of your non-full size images.