Artist Fanart on Home Background
#1
I would love to see the artist fanart as the home background when playing (just like when an artist/album is selected in the music section, with the same opacity, etc...)
I'm not (yet) used to skin modding but i already managed to add the fanart in the Visualisation mode adding :

Code:
        <!-- fanart code-->
        <control type="image">
            <description>Artist Fanart</description>
            <include>ScreenSize</include>
            <texture>$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
            <aspectratio aligny="top">scale</aspectratio>
            <visible>!Window.IsActive(120) + !Visualisation.Enabled + Player.HasAudio</visible>
        </control>
        <!-- fanart code end -->
In the MusicVisualisation.xml file.

How could i mod the Home menu to see the fanart in opacity?

Thanks for your help.
And bravo again mister HitcherUK
Reply
#2
Quote:i already managed to add the fanart in the Visualisation mode adding :...

part of that code seems familiar, specially the <comments> !!!Laugh

try edit the home.xml
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#3
héhé
i used your mod indeed
but i prefer to use the fanart scrapped by last fm than the image files.
Reply

Logout Mark Read Team Forum Stats Members Help
Artist Fanart on Home Background0