2019-08-27, 00:30
I'm trying to modify Confluence Zeitgeist (which I think is a mod of standard confluence with a modern look and some extra options) to be able to see album fanarts while playing them.
By long-pressing over the desired album, I select the fanart and from that moment I can see it in the home screen:
...so far so good.
But then, when I'm in the album view or when I play it, I only get the Artist fanart picture:
I don't understand this behaviour but let's go to the file 720p/MusicVisualisation.xml. In it, we can see:
I've been trying to use other variables from https://kodi.wiki/view/InfoLabels#Visualisation instead of $INFO[Player.Art(fanart)] with no luck. Does anyone what should I do to properly see the album fanart as the background?
Regards and thanks in advance.
By long-pressing over the desired album, I select the fanart and from that moment I can see it in the home screen:
...so far so good.
But then, when I'm in the album view or when I play it, I only get the Artist fanart picture:
I don't understand this behaviour but let's go to the file 720p/MusicVisualisation.xml. In it, we can see:
xml:<control type="image">
<description>Fanart Image for Artist</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Player.Art(fanart)]</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
<visible>!String.IsEmpty(Player.Art(fanart)) + !Skin.HasSetting(HideVisualizationFanart)</visible>
<fadetime>600</fadetime>
</control>
I've been trying to use other variables from https://kodi.wiki/view/InfoLabels#Visualisation instead of $INFO[Player.Art(fanart)] with no luck. Does anyone what should I do to properly see the album fanart as the background?
Regards and thanks in advance.