Hallo,
ich nutze Aeon MQ 5 und möchte in der RightList-Ansicht gern standardmäßig das Logo anstatt des ClearArts angezeigt bekommen.
Aktuell geht das nur, wenn ich das ClearArt lösche oder das Logo an diese Stelle "mogel" (Grafik für ClearArt = Logo). Komplett möchte ich auf die ClearArts aber nicht verzichten.
Meine Vermutung ist, dass sich das in diesem Bereich (ViewsRightList.xml) anpassen lässt:
Code
<control type="image"><!-- Logo -->
<posx>380</posx>
<posy>430</posy>
<width>300</width>
<height>110</height>
<texture background="true">$INFO[Skin.String(CustomMusicLogoPath)]$INFO[ListItem.Artist,,/logo.png]</texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<visible>Window.IsActive(500) | Window.IsActive(501) | Window.IsActive(502)</visible>
</control>
<control type="image"><!-- clearlogo e clearart -->
<posx>380</posx>
<posy>430</posy>
<width>300</width>
<height>110</height>
<texture background="true">$VAR[value_logoandclearart]</texture>
<aspectratio align="right" aligny="bottom">keep</aspectratio>
<fadetime>FanartCrossFadeTime</fadetime>
<visible>Window.IsActive(25) + !Skin.HasSetting(noartrightlistvideo)</visible>
</control>
Alles anzeigen
Leider habe ich selbst nicht die Ahnung was sich hinter dem Quellcode im Detail versteckt. Ich hoffe es kann mir jemand helfen.
greets
sharequest