262 lines
12 KiB
XML
262 lines
12 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<includes>
|
|
<!--Song browser-->
|
|
<include name="song">
|
|
<control type="group">
|
|
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
|
|
<control type="image">
|
|
<include>dimensionsFullscreen</include>
|
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Container.Art(artist.fanart)]</texture>
|
|
<colordiffuse>44ffffff</colordiffuse>
|
|
<include>kenBurnsey</include>
|
|
</control>
|
|
<control type="image">
|
|
<texture>vignette.png</texture>
|
|
<colordiffuse>ffffffff</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
</control>
|
|
|
|
<control type="group">
|
|
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-5-begin</posy>
|
|
<animation type="visible">
|
|
<include>listSlideIn</include>
|
|
</animation>
|
|
<animation type="hidden">
|
|
<effect type="fade" start="100" end="0" time="0"/>
|
|
</animation>
|
|
<!--album thumb and info-->
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>8-col</width>
|
|
<height>8-col</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture fallback="defaultAlbumCover.png" border="0">$INFO[ListItem.art(thumb)]</texture>
|
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
<bordersize>3</bordersize>
|
|
<fadetime>500</fadetime>
|
|
<animation effect="rotateY" end="-7" center="auto,auto" time="0">windowopen</animation>
|
|
</control>
|
|
</control>
|
|
|
|
<control type="group">
|
|
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
|
|
<control type="label">
|
|
<posx>col-10-begin</posx>
|
|
<posy>row-5-begin</posy>
|
|
<width>15-col</width>
|
|
<height>2-row</height>
|
|
<font>mediumStrong</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Album]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>col-10-begin</posx>
|
|
<posy>row-7-begin</posy>
|
|
<width>15-col</width>
|
|
<height>1-row</height>
|
|
<font>regularStrong</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Artist] $INFO[ListItem.Year,(,)]</label>
|
|
</control>
|
|
</control>
|
|
|
|
<control type="panel" id="50">
|
|
<visible>container.content(songs) + !Substring(Container.folderpath,addons://sources/audio) + !Substring(Container.folderpath,plugin://) + Substring(Container.folderpath,musicdb://)</visible>
|
|
<posx>col-10-begin</posx>
|
|
<posy>row-9-begin</posy>
|
|
<width>15-col</width>
|
|
<height>19-row</height>
|
|
<onleft>9000</onleft>
|
|
<onright>60</onright>
|
|
<ondown>50</ondown>
|
|
<onup>50</onup>
|
|
<pagecontrol>60</pagecontrol>
|
|
<itemlayout width="15-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>69</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<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>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.TrackNumber]</label>
|
|
</control>
|
|
<control type="image">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>14-col</width>
|
|
<height>69</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>textboxInactive</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>11-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Title]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>13-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>2-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.duration]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout width="15-col" height="2-row">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<include>spinFocusIcon</include>
|
|
</control>
|
|
<control type="image">
|
|
<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>
|
|
<posy>0</posy>
|
|
<width>1-col-textbox</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.TrackNumber]</label>
|
|
</control>
|
|
<control type="image">
|
|
<posx>1-col</posx>
|
|
<posy>0</posy>
|
|
<width>15-col</width>
|
|
<height>2-row</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/white.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
</control>
|
|
<control type="label">
|
|
<posx>1-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>11-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.Title]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>12-col</posx>
|
|
<posy>0</posy>
|
|
<width>1-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label fallback="•••">$INFO[ListItem.Rating,,*]</label>
|
|
</control>
|
|
<control type="label">
|
|
<posx>13-col-indent</posx>
|
|
<posy>0</posy>
|
|
<width>2-col-gutter</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
<label>$INFO[ListItem.duration]</label>
|
|
</control>
|
|
</focusedlayout>
|
|
</control>
|
|
</include>
|
|
</includes> |