Bei einigen Bands in meiner Musiksammlung findet das Addon "ArtistSlideShow" keine Einträge.
Der ArtworkDownload entsprechend ebenfalls nicht.
Im Skin habe ich:
Code
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<texture background="true" fallback="Sub_Woofers_by_Henrikson.jpg">$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
<fadetime>2000</fadetime>
<visible>Container(2).HasFocus(3) + Player.HasAudio</visible>
<include>backgroundfade</include>
</control>
<control type="multiimage">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<aspectratio>keep</aspectratio>
<timeperimage>5000</timeperimage>
<fadetime>2000</fadetime>
<randomize>true</randomize>
<visible>Container(2).HasFocus(3) + Player.HasAudio</visible>
</control>
Alles anzeigen
Ganz normale Fanart mit Fallback funktioniert, wenn ich das Addon AUS habe.
Wenn das Addon AN ist, habe ich aber weder das angegebene Fallback noch die hinterlegte Fanart. Es bleibt einfach schwarz.
Das Addon sucht im "Extrafanart"-Ordner.
Mache ich da was falsch, oder müßte ich als Workaround die Basis-Fanart noch mal in jeden leeren Extrafanart-Ordner kopieren?