- Moderator
- #91
Thanks! That did the trick.
Chuck
Chuck
Cheers, got it sort of working now !
Bit of noob here and can't quite get this working :-(
So far I have added the code to MyMusicPlayingNow and MyMusicSongs. It ever so slightly worked (was faded together with the original MP Streamed backdrop) however this was only if I clicked 'now playing' which I wont as I just select an artist and the let the album play through.
How do I get to work when it is just playing in the corner and you can still see the rest of the tracks? And not make it so the pic is faded?
<control>
<description>music background image</description>
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
<texture>hover_my music.png</texture>
</control>
<control>
<description>fanart</description>
<type>image</type>
<id>1000</id>
<posX>0</posX>
<posY>0</posY>
<width>1920</width>
<height>1080</height>
<colordiffuse>40ffffff</colordiffuse>
<texture>.\FanArt\Music\#Play.Current.Artist.png</texture>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
</control>
<control>
<description>music overlay image</description>
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
<texture>mainoverlay.png</texture>
</control>