Guilouz what appears to you under the artist and album ? in view_54_albumview.xml
I saw in the xml file it should be Artist - Album? in artist view and year - album in album view
or i am wrong?
here it show artist under artist and artist - album under album
or should it be so ?
I changed that and think you had it so intended . or ?
Now here it show Artist under the Artist Pictures and year<br>album under the album cover
i edit all 4 label and add the [CR] because if artist name or album name is to long i think it dont look nice and all 4 visible (!)
<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year,,[CR]][COLOR white]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>Container.Content(albums)</visible>
</control>
<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR white]$INFO[ListItem.Artist,,][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>!Container.Content(albums)</visible>
</control>