This commit is contained in:
theDeadMan 2018-05-15 20:19:05 +01:00
parent c9f2861f90
commit 4763b669a5
2 changed files with 37 additions and 13 deletions

View File

@ -8,7 +8,7 @@
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0" fallback="colors/black.png">$INFO[Container.Art(artist.fanart)]</texture> <texture border="0">$INFO[Container(52).Art(fanart)]</texture>
<fadetime>0</fadetime> <fadetime>0</fadetime>
<colordiffuse>66ffffff</colordiffuse> <colordiffuse>66ffffff</colordiffuse>
</control> </control>

View File

@ -103,9 +103,21 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>largeTitle</font> <font>largeLight</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>..</label> <label>..</label>
</control>
<control type="textbox">
<visible>String.StartsWith(ListItem.label,*)</visible>
<posx>12</posx>
<posy>4-row</posy>
<width>240</width>
<height>4-row</height>
<align>left</align>
<aligny>center</aligny>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible> <visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
@ -174,9 +186,21 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>largeTitle</font> <font>largeLight</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>..</label> <label>..</label>
</control>
<control type="textbox">
<visible>String.StartsWith(ListItem.label,*)</visible>
<posx>12</posx>
<posy>4-row</posy>
<width>240</width>
<height>4-row</height>
<align>left</align>
<aligny>center</aligny>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible> <visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>