This commit is contained in:
Chris Bevan 2015-07-21 21:17:36 +01:00
parent 63568e2aec
commit 990bce9eaf
3 changed files with 47 additions and 3 deletions

View File

@ -20,12 +20,30 @@
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<visible>!player.paused</visible>
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>player.paused</visible>
<posx>3</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
<animation type="conditional" condition="true" loop="true">
<effect type="fade" start="0" end="100" time="1000"/>
<effect type="fade" start="100" end="0" time="1000" delay="1000"/>
</animation>
</control>
<control type="label">
<description>Artist</description>
<posx>1-col</posx>

View File

@ -67,7 +67,7 @@
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container(9998).listitem.artist] [COLOR highlight]$INFO[container(9998).listitem.title]$INFO[container(9998).listitem.year, (,) ][/COLOR]</label>
<label>$INFO[container(9998).listitem.title] [COLOR highlight]$INFO[container(9998).listitem.artist]$INFO[container(9998).listitem.year, (,) ][/COLOR]</label>
</control>
<control type="textbox">
<posx>0</posx>

View File

@ -90,13 +90,26 @@
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
<control type="label">
<visible>!ListItem.IsPlaying</visible>
<posx>0</posx>
@ -167,13 +180,26 @@
<include>spinFocusIcon</include>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<visible>ListItem.IsPlaying + !player.paused</visible>
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying + player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
<control type="label">
<visible>!ListItem.IsPlaying</visible>
<posx>0</posx>