so wie don es beschrieben hat, hab ich es auch gelöst. ich benutze die cdart nur im visualisierungsfenster. dazu habe ich den eintrag:
Code
<control type="image">
<description>Cd overlay</description>
<animation effect="slide" start="-118" end="0" time="900" tween="cubic" easing="out" delay="1000">WindowOpen</animation>
<animation type="WindowClose">
<effect type="slide" start="0" end="-114" time="800" tween="cubic" easing="in" delay="0"/>
<effect type="fade" start="100" end="0" time="1300"/>
<condition type="!Player.Playing"/>
</animation>
<animation effect="rotate" end="-360" center="auto" time="14250" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
<width>250</width>
<height>250</height>
<posx>165</posx>
<posy>436</posy>
<texture fallback="special://skin/media/defaultcdart.png">$INFO[Player.FolderPath]/cdart.png</texture>
<aspectratio align="bottom">keep</aspectratio>
</control>
Alles anzeigen
in der MusicVisualisation.xml im 720p ordner des skins (bei mir confluence) eingefügt.
die zeile:
Code
<texture fallback="special://skin/media/defaultcdart.png">$INFO[Player.FolderPath]/cdart.png</texture>
zeigt mir dann als standart meine "defaultcdart.png" die ich zuvor in den ordner "media" kopiert habe