Der Grund warum ich das Fanart nicht nehmen möchte hat zwei Gründe:
1. Die Grafiken dazu werden ja aus dem Internet geladen. Wozu was zusätzliches laden, wenn doch schon alles vorhenden ist.
2. Ich habe viel unveröffentlichtes Material. Was würde Fanart machen, wenn es keine Infos zum Titel oder Interpreten findet?
Wo finde ich die MusicVisualisation.xml?
Gefunden habe ich unter /Android/data/http://com.semperpax.spmc/files/.xbmc/ad…ommon.fanart.tv eine addon.xml und eine fanarttv.xml
Edit: Gefunden in /Android/data/http://com.semperpax.spmc/files/.xbmc/ad…fluence.3/720p/
So siehst jetzt aus:
<control type="image">
<description>Fanart Image for Artist</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<!-- <texture background="true">$INFO[Player.Art(fanart)]</texture> -->
<texture background="true">$INFO[MusicPlayer.Cover]</texture>
<aspectratio>scale</aspectratio>
<colordiffuse>AAFFFFFF</colordiffuse>
<!-- <visible>!IsEmpty(Player.Art(fanart)) + !Skin.HasSetting(HideVisualizationFanart) + !Skin.HasSetting(CDWallNoVisualisation)+ !Skin.HasSetting(ArtistSlide)</visible> -->
<visible>!IsEmpty(MusicPlayer.Cover) + !Skin.HasSetting(HideVisualizationFanart) + !Skin.HasSetting(CDWallNoVisualisation)+ !Skin.HasSetting(ArtistSlide)</visible>
<fadetime>600</fadetime>
</control>
Alles anzeigen
Was muss ich jetzt noch in SPMC aktivieren, damit das Cover angezeigt wird?