This commit is contained in:
Chris Bevan 2015-05-26 19:58:11 +01:00
parent 7772e2e4ab
commit d46a7cf733
19 changed files with 615 additions and 591 deletions

View File

@ -108,7 +108,7 @@
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>17-row</height> <height>17-row</height>
<label>$INFO[ListItem.Property(Artist_Description)]</label> <label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label>
<autoscroll delay="15000" time="1500" repeat="10000"/> <autoscroll delay="15000" time="1500" repeat="10000"/>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
@ -296,7 +296,7 @@
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>15-row</height> <height>15-row</height>
<label>$INFO[ListItem.Property(Album_Description)]</label> <label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>

View File

@ -173,7 +173,7 @@
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>350</height> <height>350</height>
<label>$INFO[ListItem.plot]</label> <label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
@ -388,7 +388,7 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<height>200</height> <height>200</height>
<label>$INFO[ListItem.plot]</label> <label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </control>
<!--dialog controls--> <!--dialog controls-->

View File

@ -49,6 +49,10 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<animation type="conditional" condition="control.hasfocus(10)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="708" tween="back" easing="out" time="1000"/>
</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>col-9-begin</posx> <posx>col-9-begin</posx>
@ -78,7 +82,10 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include> <animation type="conditional" condition="control.hasfocus(11)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="996" tween="back" easing="out" time="1000"/>
</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>col-13-begin</posx> <posx>col-13-begin</posx>

View File

@ -50,7 +50,7 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<label>-</label> <label>-</label>
<font>medium</font> <font>mediumStrong</font>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="image"> <control type="image">
@ -128,7 +128,7 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<label>-</label> <label>-</label>
<font>medium</font> <font>mediumStrong</font>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -170,7 +170,7 @@
<width>12-col-gutter</width> <width>12-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(20)">Conditional</animation> <animation effect="fade" start="100" end="50" condition="Control.HasFocus(20)">Conditional</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -22,8 +22,7 @@
<include file="View_Albums.xml"/> <include file="View_Albums.xml"/>
<include file="View_Songs.xml"/> <include file="View_Songs.xml"/>
<include file="View_MusicFiles.xml"/> <include file="View_MusicFiles.xml"/>
<include file="View_MusicPlaylist.xml"/>
<include file="ViewsMusic.xml"/>
<!--modal dialogs--> <!--modal dialogs-->
<include name="modalDialog"> <include name="modalDialog">

View File

@ -179,6 +179,12 @@
<label2/> <label2/>
<onclick>activateWindow(5001)</onclick> <onclick>activateWindow(5001)</onclick>
</item> </item>
<item>
<visible>MusicPlayer.Offset(0).Exists</visible>
<label>31123</label>
<label2/>
<onclick>activateWindow(musicplaylist)</onclick>
</item>
<!--CD / DVD handling--> <!--CD / DVD handling-->
<item> <item>
<visible>System.HasMediaDVD</visible> <visible>System.HasMediaDVD</visible>

View File

@ -166,22 +166,6 @@
<!--music submenu items--> <!--music submenu items-->
<include name="musicSideMenu"> <include name="musicSideMenu">
<control type="button" id="501">
<description>current music playlist (if available)</description>
<visible>MusicPlayer.Offset(0).Exists</visible>
<height>2-row</height>
<width>col-7-begin</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>highlight</focusedcolor>
<disabledcolor>menuDisabled</disabledcolor>
<texturefocus colordiffuse="textActive">colors/white.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textoffsetx>col-1-begin</textoffsetx>
<label>31123</label>
<onclick>right</onclick>
<onclick>activateWindow(musicplaylist)</onclick>
</control>
<control type="button" id="502"> <control type="button" id="502">
<description>Search (music)</description> <description>Search (music)</description>
<visible>System.HasAddon(script.globalsearch)</visible> <visible>System.HasAddon(script.globalsearch)</visible>

View File

@ -4,29 +4,41 @@
<allowoverlay>yes</allowoverlay> <allowoverlay>yes</allowoverlay>
<controls> <controls>
<control type="group"> <control type="group">
<posx>col-7-begin</posx> <posx>col-14-begin</posx>
<posy>0</posy> <posy>0</posy>
<visible>!Window.IsActive(visualisation) + !Window.IsActive(karaoke) + [Window.IsActive(musiclibrary) | Window.IsActive(videolibrary) | window.IsActive(home) | window.isactive(MusicFiles)]</visible> <visible>!Window.IsActive(visualisation)</visible>
<animation type="windowopen">
<effect type="slide" start="0,-50" end="0,0" tween="cubic" easing="out" delay="500" time="300"/>
<effect type="fade" start="0" end="100" time="500" delay="500"/>
</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>8-col</width>
<height>1-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>12</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control> </control>
<control type="label"> <control type="label">
<description>Artist</description> <description>Artist</description>
<posx>12</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<font>itemSubtitle</font> <font>itemTitle</font>
<width>12-col-gutter</width> <width>7-col-gutter</width>
<align>center</align> <height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<height>1-row</height> <height>1-row</height>
<label>$LOCALIZE[31136] - [B]$INFO[MusicPlayer.Artist][/B] $INFO[musicplayer.Title]</label> <label>$INFO[musicplayer.Artist] - $INFO[MusicPlayer.Title]</label>
<scroll>false</scroll> <scroll>false</scroll>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,111 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9500</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<previouswindow>home</previouswindow> <previouswindow>home</previouswindow>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<!--window fader--> <!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)"> <animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
</animation> </animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--content provider-->
<control type="group"> <!--Main content listing-->
<posx>0</posx> <control type="group" id="9999">
<posy>0</posy> <include>viewMusicPlayList</include>
<!--main menu--> </control>
<control type="group">
<posx>col-1-begin</posx> <!--page scrollbar-->
<posy>row-2-begin</posy> <control type="group" id="8000">
<include>dateTime</include> <visible>Control.IsVisible(60)</visible>
<include>hubMenu</include> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>98r</posx>
<posy>row-5-begin</posy>
<height>22-row</height>
<onleft>9999</onleft>
</control> </control>
<!--Folder titles--> </control>
<control type="group">
<posx>col-4-begin</posx> <!--Folder titles-->
<posy>row-2-begin</posy> <control type="group">
<!--source title--> <posx>col-1-begin</posx>
<control type="grouplist"> <posy>row-1-begin</posy>
<posx>0</posx> <!--source title-->
<posy>0</posy> <control type="grouplist">
<width>12-col</width> <posx>0</posx>
<height>1-row</height> <posy>0</posy>
<itemgap>0</itemgap> <width>12-col</width>
<orientation>horizontal</orientation> <height>1-row</height>
<control type="label"> <itemgap>0</itemgap>
<width>auto</width> <orientation>horizontal</orientation>
<font>pageTitle</font>
<label>31123</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<visible>Playlist.IsRandom</visible>
<width>auto</width>
<font>pageTitle</font>
<label> ($LOCALIZE[31133])</label>
<textcolor>highlight</textcolor>
</control>
</control>
<!--source subtitle-->
<control type="label"> <control type="label">
<posx>0</posx> <width>auto</width>
<posy>45</posy> <font>pageTitle</font>
<width>24-col</width> <label>31123</label>
<font>regular</font>
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
</control> <control type="label">
<!--Main content listing--> <visible>Playlist.IsRandom</visible>
<control type="group" id="9999"> <width>auto</width>
<posx>col-4-begin</posx> <font>pageTitle</font>
<posy>row-2-begin</posy> <label> ($LOCALIZE[31133])</label>
<animation type="windowopen"> <textcolor>highlight</textcolor>
<include>listSlideIn</include>
</animation>
<animation type="windowclose">
<effect type="fade" start="100" end="0" time="300" delay="300"/>
</animation>
<!--source content-->
<control type="group" id="9500">
<include>viewMusicPlayList</include>
</control> </control>
</control> </control>
<!--page scrollbar--> <!--source subtitle-->
<control type="group" id="8000"> <control type="label">
<visible>Control.IsVisible(60)</visible> <posx>0</posx>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <posy>45</posy>
<control type="scrollbar" id="60"> <width>24-col</width>
<posx>84r</posx> <font>regular</font>
<posy>276</posy> <label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
<height>672</height> <textcolor>textActive</textcolor>
<onleft>9999</onleft>
</control>
</control> </control>
</control> </control>
<!--dateTime-->
<include>dateTime</include>
</control> </control>
<!--sorting and misc controls-->
<control type="group" id="61"> <!--hub menu-->
<!--titles--> <include>hubMenu</include>
<control type="group">
<posx>24</posx>
<posy>111</posy>
<animation type="Conditional" condition="controlgroup(62).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="!controlgroup(62).hasfocus | Window.IsActive(5000) | Window.IsActive(5900)">
<effect type="fade" start="100" end="0" time="400"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<!--menu-->
<include>sideBarMenuItems</include>
</control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -34,11 +34,11 @@
<control type="group" id="9500"> <control type="group" id="9500">
<visible>[SubString(skin.string(showRecentVideoItems),false) | !skin.string(showRecentVideoItems)]</visible> <visible>[SubString(skin.string(showRecentVideoItems),false) | !skin.string(showRecentVideoItems)]</visible>
<include>movies</include> <include>movies</include>
<include>files</include>
<include>tvshows</include> <include>tvshows</include>
<include>seasons</include> <include>seasons</include>
<include>episodes</include> <include>episodes</include>
<include>addons</include> <include>addons</include>
<include>files</include>
</control> </control>
</control> </control>

View File

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9002</defaultcontrol> <defaultcontrol always="true">22</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<visible>!Window.IsVisible(smartplaylistrule)</visible>
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
<posy>row-3-begin</posy> <posy>row-3-begin</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
@ -29,6 +29,7 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
-->
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
@ -38,154 +39,141 @@
<font>dialogTitle</font> <font>dialogTitle</font>
<label>31203</label> <label>31203</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control> </control>
<!--set playlist type-->
<control type="spincontrolex" id="22"> <!--name playlist-->
<description>Set Playlist type</description> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>14-col</width> <control type="image">
<label>467</label> <posx>0</posx>
<onright>9002</onright> <posy>0</posy>
<ondown>12</ondown> <width>12-col</width>
</control> <height>96</height>
<texture>colors/black.png</texture>
<control type="edit" id="12"> <colordiffuse>overlay</colordiffuse>
<description>Name Button</description> <aspectratio>stretch</aspectratio>
<posx>4-col</posx> </control>
<posy>4-row</posy> <control type="edit" id="12">
<width>14-col-gutter</width> <description>Name Button</description>
<label>-</label> <posx>12</posx>
<onup>22</onup> <posy>12</posy>
<onright>9002</onright> <width>12-col-gutter</width>
<ondown>10</ondown> <texturenofocus colordiffuse="99ffffff">colors/offblack.png</texturenofocus>
</control> <texturefocus>colors/offblack.png</texturefocus>
<control type="label"> <textoffsetx>24</textoffsetx>
<description>Playlist Name Label</description> <hinttext>21433</hinttext>
<posx>12</posx> <align>left</align>
<posy>4-row</posy> <label>-</label>
<width>14-col-gutter</width> <onright>9002</onright>
<height>2-row</height> <ondown>22</ondown>
<font>mediumStrong</font> </control>
<label>21433</label>
<textcolor>disabled</textcolor>
<font>itemTitle</font>
</control> </control>
<!--set playlist type, limits and sort-->
<control type="group"> <control type="group">
<posy>6-row</posy> <posx>0</posx>
<!--add / remove edit rules--> <posy>5-row</posy>
<control type="group"> <control type="image">
<control type="panel" id="9001"> <posx>0</posx>
<posx>0</posx> <posy>0</posy>
<posy>55</posy> <width>12-col</width>
<width>4-col-gutter</width> <height>5-row</height>
<height>3-row</height> <texture>colors/black.png</texture>
<itemgap>3</itemgap> <colordiffuse>overlay</colordiffuse>
<onright>10</onright> <aspectratio>stretch</aspectratio>
<onup>12</onup> </control>
<ondown>16</ondown> <control type="spincontrolex" id="22">
<orientation>vertical</orientation> <description>Set Playlist type</description>
<itemlayout width="6-col" height="1-row"> <posx>12</posx>
<control type="image"> <posy>12</posy>
<posx>0</posx> <width>6-col-gutter</width>
<posy>2</posy> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<width>6-col</width> <label>467</label>
<height>53</height> <onright>17</onright>
<aspectratio>stretch</aspectratio> <ondown>18</ondown>
<texture>colors/black.png</texture> <onup>12</onup>
</control> </control>
<control type="label"> <control type="spincontrolex" id="17">
<posx>24</posx> <posx>6-col</posx>
<posy>0</posy> <posy>12</posy>
<width>1-col</width> <width>420</width>
<font>symbol</font> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<textcolor>textActive</textcolor> <label>21427</label>
<label>$INFO[ListItem.label2]</label> <onleft>22</onleft>
<shadowcolor>-</shadowcolor> <onup>12</onup>
</control> <ondown>19</ondown>
<control type="label"> </control>
<posx>1-col</posx> <control type="spincontrolex" id="18">
<posy>2</posy> <posx>12</posx>
<width>6-col</width> <posy>96</posy>
<font>menuTitle</font> <width>6-col-gutter</width>
<textcolor>textActive</textcolor> <label>21429</label>
<label>$INFO[ListItem.label]</label> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<shadowcolor>-</shadowcolor> <onright>19</onright>
</control> <onup>22</onup>
</itemlayout> <ondown>10</ondown>
<focusedlayout width="6-col" height="1-row"> </control>
<control type="image"> <control type="togglebutton" id="19">
<posx>0</posx> <posx>6-col</posx>
<posy>2</posy> <posy>96</posy>
<width>6-col</width> <width>420</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<texture>colors/white.png</texture> <alttexturenofocus colordiffuse="overlay">colors/black.png</alttexturenofocus>
</control> <texturefocus>colors/white.png</texturefocus>
<control type="label"> <alttexturefocus>colors/white.png</alttexturefocus>
<posx>24</posx> <textoffsetx>24</textoffsetx>
<posy>0</posy> <textcolor>textActive</textcolor>
<width>1-col</width> <focusedcolor>black</focusedcolor>
<font>symbol</font> <label>$LOCALIZE[31110]</label>
<textcolor>black</textcolor> <altlabel>$LOCALIZE[31109]</altlabel>
<label>$INFO[ListItem.label2]</label> <onright>9002</onright>
<shadowcolor>-</shadowcolor> <onup>17</onup>
</control> <onleft>18</onleft>
<control type="label"> <ondown>10</ondown>
<posx>1-col</posx> </control>
<posy>2</posy> </control>
<width>6-col</width>
<font>menuTitle</font> <!--rules list-->
<textcolor>black</textcolor> <control type="group">
<label>$INFO[ListItem.label]</label> <posx>0</posx>
<shadowcolor>-</shadowcolor> <posy>372</posy>
</control> <control type="image">
</focusedlayout> <posx>0</posx>
<content> <posy>0</posy>
<item id="2"> <width>12-col</width>
<description>Remove Rule</description> <height>8-row</height>
<label>1210</label> <texture>colors/black.png</texture>
<label2></label2> <colordiffuse>overlay</colordiffuse>
<thumb>-</thumb> <aspectratio>stretch</aspectratio>
<onclick>SendClick(129,14)</onclick>
</item>
<item id="3">
<description>Edit Button</description>
<label>21435</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,15)</onclick>
</item>
</content>
</control>
</control> </control>
<control type="panel" id="10"> <control type="panel" id="10">
<description>Rules List Control</description> <description>Rules List Control</description>
<posx>4-col</posx> <posx>12</posx>
<posy>1-row</posy> <posy>12</posy>
<width>8-col-gutter</width> <width>12-col-gutter</width>
<height>4-row</height> <height>4-row</height>
<onup>12</onup> <onup>18</onup>
<onleft>9001</onleft> <onright>9001</onright>
<ondown>16</ondown> <ondown>16</ondown>
<itemlayout width="8-col" height="1-row"> <itemlayout width="12-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>12-col</width>
<height>53</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>-1</posy> <posy>0</posy>
<width>8-col</width> <width>12-col-gutter</width>
<height>1-row</height> <height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>black</selectedcolor> <selectedcolor>black</selectedcolor>
@ -193,12 +181,12 @@
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="1-row"> <focusedlayout width="12-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>12-col</width>
<height>53</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
@ -206,9 +194,10 @@
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>-1</posy> <posy>0</posy>
<width>8-col</width> <width>12-col-gutter</width>
<height>1-row</height> <height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<selectedcolor>black</selectedcolor> <selectedcolor>black</selectedcolor>
@ -217,84 +206,118 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--items must match...-->
<control type="spincontrolex" id="16">
<posx>0</posx>
<posy>8-row</posy>
<width>12-col</width>
<label>21424</label>
<onright>9002</onright>
<onup>10</onup>
<ondown>17</ondown>
</control>
</control> </control>
<control type="spincontrolex" id="16">
<posx>0</posx> <!--add / edit / delete rules-->
<posy>14-row</posy> <control type="panel" id="9001">
<posx>14-col</posx>
<posy>6-row</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<label>21424</label> <height>8-row</height>
<onright>9002</onright> <itemgap>3</itemgap>
<onup>10</onup> <onright>10</onright>
<ondown>17</ondown> <onup>12</onup>
</control> <ondown>16</ondown>
<control type="spincontrolex" id="17"> <orientation>horizontal</orientation>
<posx>0</posx> <itemlayout width="3-col" height="2-row">
<posy>15-row</posy> <control type="label">
<width>12-col-gutter</width> <posx>0</posx>
<label>21427</label> <posy>0</posy>
<onright>9002</onright> <width>1-col</width>
<onup>16</onup> <height>2-row</height>
<ondown>18</ondown> <align>center</align>
</control> <aligny>center</aligny>
<control type="spincontrolex" id="18"> <font>symbol</font>
<posx>0</posx> <textcolor>textActive</textcolor>
<posy>16-row</posy> <label>$INFO[ListItem.label2]</label>
<width>12-col-gutter</width> </control>
<label>21429</label> <control type="label">
<onright>9002</onright> <posx>1-col-indent</posx>
<onup>17</onup> <posy>-1</posy>
<ondown>19</ondown> <width>3-col-gutter</width>
</control> <height>2-row</height>
<control type="label"> <aligny>center</aligny>
<posx>12</posx> <font>buttonTitle</font>
<posy>17-row</posy> <textcolor>textActive</textcolor>
<width>8-col</width> <label>$INFO[ListItem.label]</label>
<height>1-row</height> </control>
<font>itemTitle</font> </itemlayout>
<textcolor>textActive</textcolor> <focusedlayout width="3-col" height="2-row">
<label>31044</label> <control type="image">
<shadowcolor>-</shadowcolor> <posx>0</posx>
</control> <posy>0</posy>
<control type="togglebutton" id="19"> <width>1-col-textbox</width>
<posx>0</posx> <height>2-row</height>
<posy>17-row</posy> <aspectratio>stretch</aspectratio>
<width>12-col-gutter</width> <texture>colors/white.png</texture>
<label>21431</label> <colordiffuse>highlight</colordiffuse>
<altlabel>21430</altlabel> <include>spinFocusIcon</include>
<textcolor>textActive</textcolor> </control>
<texturefocus>colors/white.png</texturefocus> <control type="image">
<alttexturefocus>colors/white.png</alttexturefocus> <posx>1-col</posx>
<align>right</align> <posy>0</posy>
<textoffsetx>12</textoffsetx> <width>2-col</width>
<onright>9002</onright> <height>2-row</height>
<onup>18</onup> <aspectratio>stretch</aspectratio>
</control> <texture>colors/white.png</texture>
<!--bit of bloat... Handles togglebutton focus--> </control>
<control type="label"> <control type="label">
<visible>control.hasfocus(19)</visible> <posx>0</posx>
<posx>12</posx> <posy>0</posy>
<posy>18-row</posy> <width>1-col</width>
<width>8-col</width> <height>2-row</height>
<height>1-row</height> <align>center</align>
<font>itemTitle</font> <aligny>center</aligny>
<textcolor>black</textcolor> <font>symbol</font>
<label>31044</label> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <label>$INFO[ListItem.label2]</label>
</control> <shadowcolor>-</shadowcolor>
<control type="label"> </control>
<visible>control.hasfocus(19)</visible> <control type="label">
<posx>828</posx> <posx>1-col-indent</posx>
<posy>19-row</posy> <posy>-1</posy>
<width>12-col-gutter</width> <width>5-col-gutter</width>
<align>right</align> <height>2-row</height>
<height>1-row</height> <aligny>center</aligny>
<font>itemTitle</font> <font>buttonTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[control.getlabel(19)]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>New Rule</description>
<label>Add</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,13)</onclick>
</item>
<item id="2">
<description>Remove Rule</description>
<label>1210</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(129,14)</onclick>
</item>
</content>
</control> </control>
<!--OK / Cancel--> <!--OK / Cancel-->
<control type="panel" id="9002"> <control type="panel" id="9002">
<visible>false</visible>
<posx>14-col</posx> <posx>14-col</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>4-col</width> <width>4-col</width>

View File

@ -1,62 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">15</defaultcontrol> <defaultcontrol always="true">15</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>yes</allowoverlay>
<include>fadeInOut</include>
<controls> <controls>
<control type="group"> <control type="image">
<posx>col-9-begin</posx> <posx>0</posx>
<posy>row-6-begin</posy>
<control type="label">
<description>header label</description>
<posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <include>dimensionsFullscreen</include>
<font>itemTitle</font> <texture>colors/black.png</texture>
<align>left</align> <colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>col-7-begin</posx>
<posy>row-9-begin</posy>
<!--animations-->
<include>modalDialogInOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<label>21422</label> <label>21422</label>
<textcolor>textActive</textcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>264</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control> </control>
<control type="group" id="9001"> <control type="group" id="9001">
<posx>0</posx> <posx>0</posx>
<posy>1-row</posy> <posy>84</posy>
<control type="spincontrolex" id="15"> <control type="spincontrolex" id="15">
<description>Rule Field</description> <description>Rule Field</description>
<posx>0</posx> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>6-col-gutter</width>
<label>31046</label> <label>31046</label>
<ondown>16</ondown> <onright>16</onright>
<ondown>17</ondown>
</control> </control>
<control type="spincontrolex" id="16"> <control type="spincontrolex" id="16">
<description>Rule operator</description> <description>Rule operator</description>
<posx>0</posx> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<posy>1-row</posy> <posx>6-col</posx>
<width>8-col</width> <posy>0</posy>
<font>itemTitle</font> <width>420</width>
<label>31047</label> <onleft>15</onleft>
<onup>15</onup>
<ondown>17</ondown> <ondown>17</ondown>
</control> </control>
<control type="edit" id="17"> <control type="edit" id="17">
<description>Value Button</description> <description>Value Button</description>
<posx>0</posx> <posx>12</posx>
<posy>2-row</posy> <posy>84</posy>
<width>6-col</width> <width>11-col-gutter</width>
<texturenofocus colordiffuse="99ffffff">colors/offblack.png</texturenofocus>
<texturefocus>colors/offblack.png</texturefocus>
<textoffsetx>24</textoffsetx>
<label>-</label> <label>-</label>
<align>left</align>
<onup>16</onup> <onup>16</onup>
<onright>20</onright> <onright>20</onright>
<ondown>9002</ondown> <ondown>9002</ondown>
</control> </control>
<!--just use a magnifying glass symbol for browse!-->
<control type="button" id="20"> <control type="button" id="20">
<description>Browse Button</description> <description>Browse Button</description>
<posx>6-col</posx> <posx>780</posx>
<posy>2-row</posy> <posy>84</posy>
<width>2-col</width> <width>1-col</width>
<height>1-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny>
<textoffsetx>0</textoffsetx>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/black.png</texturenofocus> <texturenofocus colordiffuse="highlight">colors/white.png</texturenofocus>
<label>1024</label> <label></label>
<font>menuTitle</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor> <focusedcolor>black</focusedcolor>
<onup>16</onup> <onup>16</onup>
@ -65,66 +109,73 @@
</control> </control>
<!--OK / Cancel buttons--> <!--OK / Cancel buttons-->
<control type="panel" id="9002"> <control type="panel" id="9002">
<posx>0</posx> <posx>204</posx>
<posy>4-row</posy> <posy>168</posy>
<width>6-col</width> <width>9-col</width>
<height>1-row</height> <height>2-row</height>
<itemgap>3</itemgap> <onup>17</onup>
<onright>10</onright>
<onup>16</onup>
<ondown>16</ondown>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="3-col" height="1-row"> <itemlayout width="3-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>6-col</width> <width>3-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="3-col" height="1-row"> <focusedlayout width="3-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>2</posy> <posy>0</posy>
<width>3-col</width> <width>1-col-textbox</width>
<height>53</height> <height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>2-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font> <font>symbol</font>
<textcolor>black</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col</posx> <posx>1-col-indent</posx>
<posy>2</posy> <posy>-1</posy>
<width>3-col</width> <width>5-col-gutter</width>
<font>menuTitle</font> <height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -145,6 +196,14 @@
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(129,19)</onclick> <onclick>SendClick(129,19)</onclick>
</item> </item>
<item id="3">
<description>Remove Rule</description>
<label>1210</label>
<label2></label2>
<thumb>-</thumb>
<onclick>dialog.close(137,true)</onclick>
<onclick>Control.Message(14,click,136)</onclick>
</item>
</content> </content>
</control> </control>
</control> </control>

View File

@ -36,7 +36,6 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
<control type="label"> <control type="label">

View File

@ -0,0 +1,142 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--playlist-->
<include name="viewMusicPlayList">
<control type="group">
<control type="panel" id="59">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>22-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>59</onup>
<ondown>59</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine" easing="inout">200</scrolltime>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>66ffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</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.Artist] - $INFO[ListItem.Title]</label>
</control>
<control type="label">
<right>24</right>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[listitem.duration]</label>
</control>
<control type="label">
<right>2-col</right>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<align>right</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album] $INFO[listItem.year,(,)]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</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.Artist] - $INFO[ListItem.Title]</label>
</control>
<control type="label">
<right>24</right>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[listitem.duration]</label>
</control>
<control type="label">
<right>2-col</right>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<align>right</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album] $INFO[listItem.year,(,)]</label>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -62,16 +62,7 @@
<texture fallback="colors/offblack.png">$INFO[Listitem.icon]</texture> <texture fallback="colors/offblack.png">$INFO[Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ff666666</colordiffuse>
</control>
<control type="image">
<posx>3</posx>
<posy>3</posy>
<width>402</width>
<height>266</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>

View File

@ -1,178 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--playlist-->
<include name="viewMusicPlayList">
<control type="group">
<posx>0</posx>
<posy>3-row</posy>
<control type="panel" id="59">
<posx>0</posx>
<posy>4</posy>
<width>21-col</width>
<height>12-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>59</ondown>
<onup>59</onup>
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine" easing="inout">200</scrolltime>
<itemlayout width="21-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>21-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<posx>0</posx>
<posy>2</posy>
<width>21-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
<bordersize>0</bordersize>
<colordiffuse>66FFFFFF</colordiffuse>
</control>
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>8-col</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist] - $INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>17-col-gutter</posx>
<posy>17</posy>
<width>4-col-gutter</width>
<font>itemTitle</font>
<align>left</align>
<height>24</height>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[listitem.duration]</label>
</control>
<control type="label">
<posx>11-col</posx>
<posy>17</posy>
<width>9-col-gutter</width>
<font>smallStrong</font>
<align>left</align>
<height>24</height>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album] $INFO[listItem.year,(,)]</label>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<posx>52r</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="masks/circle.png" border="0">colors/offblack.png</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying</visible>
<posx>36r</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<font>symbol</font>
<textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</itemlayout>
<focusedlayout width="21-col" height="1-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>21-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
<bordersize>0</bordersize>
<colordiffuse>FFFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>8-col</width>
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Artist] - $INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>17-col-gutter</posx>
<posy>17</posy>
<width>4-col-gutter</width>
<font>itemTitle</font>
<align>left</align>
<height>24</height>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[listitem.duration]</label>
</control>
<control type="label">
<posx>11-col</posx>
<posy>17</posy>
<width>9-col-gutter</width>
<font>smallStrong</font>
<align>left</align>
<height>24</height>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Album] $INFO[listItem.year,(,)]</label>
</control>
<control type="image">
<visible>ListItem.IsPlaying</visible>
<posx>52r</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture diffuse="masks/circle.png" border="0">colors/offblack.png</texture>
</control>
<control type="label">
<visible>ListItem.IsPlaying</visible>
<posx>36r</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<font>symbol</font>
<textcolor>textActive</textcolor>
<selectedcolor>selected</selectedcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -4,7 +4,7 @@
<import addon="xbmc.gui" version="5.3.0"/> <import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.globalsearch" version="1.1.1"/> <import addon="script.globalsearch" version="1.1.1"/>
<import addon="script.artistslideshow" version="1.5.0"/> <import addon="script.artistslideshow" version="1.5.0"/>
<import addon="script.maximinimalism.functions" version="1.0.0"/> <import addon="script.thedeadman.functions" version="1.0.0"/>
</requires> </requires>
<extension point="xbmc.gui.skin" debugging="false"> <extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" /> <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />

View File

@ -1,6 +1,6 @@
# Kodi Media Center language file # Kodi Media Center language file
# Addon Name: Maximinimalism # Addon Name: Pellucid
# Addon id: skin.maximinimalism # Addon id: skin.pellucid
# Addon Provider: chrisbevan # Addon Provider: chrisbevan
msgid "" msgid ""
msgstr "" msgstr ""
@ -22,7 +22,7 @@ msgstr ""
msgctxt "Addon Description" msgctxt "Addon Description"
msgid "" msgid ""
"Maximinimalism is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss." "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss."
msgstr "" msgstr ""
msgctxt "#31000" msgctxt "#31000"
@ -756,3 +756,11 @@ msgstr ""
msgctxt "#31203" msgctxt "#31203"
msgid "Smart Playlist" msgid "Smart Playlist"
msgstr "" msgstr ""
msgctxt "#31204"
msgid "Playlist Rules"
msgstr ""
msgctxt "#31205"
msgid "No further details available."
msgstr ""

BIN
media/equaliser.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB