Quote:Hi, i have a problem, all works fine but i see the cd art as one of the slideshow fantart too any clue.
yep because is in the same folder as the fanart!
you can do 3 things
1. Edit the code to only display one static fanart and loose the slideshow
2. make another folder for the cdArt and put all the cdArts there but if you have one or more albums named the same you will have problems
3. make a subfolder inside the artist/band folder and put the cdArt there this is the code to edit
Code:
<control type="image">
<description>Cd overlay</description>
<width>270</width>
<height>228</height>
<posx>112</posx>
<posy>-143</posy>
<texture diffuse="home/disc_mask.png">[color=Red]backdrops/artist_fanart/$INFO[MusicPlayer.Artist][/color]/$INFO[MusicPlayer.Album].png</texture>
<!--<texture>home/cd_overlay.png</texture>-->
<aspectratio align="bottom">keep</aspectratio>
</control>
the part in red is the path to the artist/band folder just add another folder and add the name to the path like this
Code:
backdrops/artist_fanart/$INFO[MusicPlayer.Artist]/<new_folder_name>