Code:
<control>
<description>music background image</description>
<type>image</type>
<id>0</id>
<posX>0</posX>
<posY>0</posY>
<width>1280</width>
<height>720</height>
[B]<texture>e:\Music\#Play.Current.Artist\folder.jpg</texture>[/B]
<animation effect="fade" time="400" delay="0">WindowOpen</animation>
</control>
This is to add fanart to MyMusicPlayingNow.xml
my music hidef fanart (if available) is stored as e:\music\%artist%\folder.jpg
if folder.jpg doesn't exist I want to display an alternative image eg. \skin\media\nomusicfanart.png
how do i do this?