This commit is contained in:
Chris Bevan 2016-11-17 17:38:24 +00:00
parent f9a070a1e4
commit 7860c48652
30 changed files with 2169 additions and 3298 deletions

View File

@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window type="dialog"> <window type="dialog">
<defaultcontrol>9000</defaultcontrol> <defaultcontrol>9000</defaultcontrol>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
@ -28,6 +27,15 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image">
<posx>4-col</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
@ -39,300 +47,206 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<!--content selection-->
<!--content selection--> <control type="list" id="9000">
<control type="list" id="9000"> <description>Mode selection list</description>
<description>processing mode selection list</description>
<posx>0</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>8-row</height>
<onup>9001</onup>
<ondown>200</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<orientation>vertical</orientation>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="91">
<label>1. $LOCALIZE[15057]</label>
<label2>$LOCALIZE[15114]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">InputResampling</property>
</item>
<item id="92">
<label>2. $LOCALIZE[15058]</label>
<label2>$LOCALIZE[15113]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Preprocessing</property>
</item>
<item id="93">
<label>3. $LOCALIZE[15059]</label>
<label2>$LOCALIZE[15115]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Masterprocessing</property>
</item>
<item id="94">
<label>4. $LOCALIZE[15060]</label>
<label2>$LOCALIZE[15117]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Postprocessing</property>
</item>
<item id="95">
<label>5. $LOCALIZE[15061]</label>
<label2>$LOCALIZE[15116]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">OutputResampling</property>
</item>
</content>
</control>
<!--end dialog-->
</control>
<!--to integrate-->
<control type="label">
<description>current mode description label</description>
<posx>0</posx>
<posy>0</posy>
<width>1120</width>
<font>regular</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(9000).ListItem.Label2]</label>
</control>
<control type="group" id="200">
<description>available- and active mode lists</description>
<posx>0</posx>
<posy>0</posy>
<width>1140</width>
<height>500</height>
<ondown>9001</ondown>
<onup>9000</onup>
<control type="group">
<description>available modes group</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>2-row</posy>
<width>570</width> <width>4-col</width>
<height>360</height> <height>12-row</height>
<control type="label"> <onright>200</onright>
<description>blue available modes</description> <orientation>vertical</orientation>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>252</width>
<height>2-row</height>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<visible>control.hasfocus(9000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="image">
<visible>!control.hasfocus(9000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>252</width>
<height>2-row</height>
<aligny>center</aligny>
<textcolor>black</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--available- and active mode lists-->
<control type="group" id="200">
<posx>4-col</posx>
<posy>2-row</posy>
<control type="group">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>550</width> <!--active modes list-->
<font>regular</font> <control type="label">
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label> <posx>24</posx>
<textcolor>textActive</textcolor> <posy>0</posy>
<width>9-col</width>
<align>left</align>
<aligny>center</aligny>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
</control>
<control type="panel" id="21">
<posx>0</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>6-row</height>
<onup>20</onup>
<onleft>9000</onleft>
<onright>9001</onright>
<itemlayout height="2-row" width="9-col">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout height="2-row" width="9-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>9-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control> </control>
<!--available modes list-->
<control type="scrollbar" id="60"> <control type="group">
<description>scrollbar for available modes list</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>8-row</posy>
<width>25</width> <control type="label">
<height>350</height> <description>available modes</description>
<onleft>61</onleft> <posx>24</posx>
<onright>20</onright> <posy>0</posy>
<showonepage>false</showonepage> <width>9-col</width>
</control> <align>left</align>
<aligny>center</aligny>
<control type="list" id="20"> <height>2-row</height>
<description>available modes list</description> <font>settingsCategoryTitle</font>
<posx>0</posx> <textcolor>highlight</textcolor>
<posy>0</posy> <label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
<width>528</width> </control>
<height>345</height> <control type="panel" id="20">
<onup>9000</onup> <posx>0</posx>
<ondown>9001</ondown> <posy>2-row</posy>
<onleft>60</onleft> <width>9-col</width>
<onright>21</onright> <height>8-row</height>
<pagecontrol>60</pagecontrol> <onleft>9000</onleft>
<scrolltime>200</scrolltime> <onright>9001</onright>
<ondown>21</ondown>
<itemlayout height="46" width="528"> <itemlayout height="2-row" width="9-col">
<control type="label">
<control type="label"> <posx>24</posx>
<description>active addon name and mode name</description> <posy>0</posy>
<posx>80</posx> <aligny>center</aligny>
<posy>3</posy> <height>2-row</height>
<width>435</width> <width>600</width>
<label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label> <textcolor>textActive</textcolor>
</control> <font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</itemlayout> </control>
<focusedlayout height="66" width="528"> </itemlayout>
<focusedlayout height="2-row" width="9-col">
<control type="label"> <control type="image">
<description>addon name and mode name on focus</description> <posx>0</posx>
<posx>80</posx> <posy>0</posy>
<posy>3</posy> <width>9-col</width>
<width>435</width> <aligny>center</aligny>
<label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label> <height>2-row</height>
</control> <texture>colors/white.png</texture>
</control>
<control type="label"> <control type="label">
<description>ADSP-Mode description on focus</description> <posx>24</posx>
<posx>80</posx> <posy>0</posy>
<posy>33</posy> <aligny>center</aligny>
<width>435</width> <height>2-row</height>
<label>$INFO[ListItem.Property(Description)]</label> <width>600</width>
<visible>!Control.HasFocus(20)</visible> <textcolor>black</textcolor>
</control> <selectedcolor>black</selectedcolor>
<font>buttonTitle</font>
<control type="label"> <label>$INFO[ListItem.label]</label>
<description>ADSP-Mode description on focus</description> </control>
<posx>80</posx> </focusedlayout>
<posy>33</posy> </control>
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(20)</visible>
</control>
</focusedlayout>
</control> </control>
</control> </control>
<!--save and reset-->
<control type="group"> <control type="grouplist" id="9001">
<posx>568</posx> <posx>13-col</posx>
<posy>0</posy> <posy>2-row</posy>
<width>570</width> <width>5-col</width>
<height>360</height> <onleft>control.setfocus(20)</onleft>
<control type="radiobutton" id="22">
<control type="label"> <description>Default RadioButton</description>
<description>blue active modes</description> <label>15064</label>
<posx>10</posx> <width>5-col</width>
<posy>2</posy>
<width>550</width>
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
</control> </control>
<control type="button" id="23">
<control type="scrollbar" id="61"> <description>Apply changes button</description>
<description>scrollbar for active modes list</description> <label>14070</label>
<posx>542</posx> <width>5-col</width>
<posy>30</posy>
<width>25</width>
<height>350</height>
<onleft>21</onleft>
<onright>60</onright>
</control> </control>
<control type="button" id="24">
<control type="list" id="21"> <description>Clear active modes button</description>
<description>active modes list</description> <label>15066</label>
<posx>15</posx> <width>5-col</width>
<posy>35</posy>
<width>538</width>
<height>345</height>
<onup>9000</onup>
<ondown>9001</ondown>
<onleft>20</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="528">
<control type="label">
<description>active addon name and mode name</description>
<posx>80</posx>
<posy>3</posy>
<width>435</width>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
<focusedlayout height="66" width="528">
<control type="label">
<description>addon name and mode name on focus</description>
<posx>80</posx>
<posy>3</posy>
<width>435</width>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<posx>80</posx>
<posy>33</posy>
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(21)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<posx>80</posx>
<posy>33</posy>
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(21)</visible>
</control>
</focusedlayout>
</control> </control>
</control> </control>
<!--end dialog-->
</control> </control>
<!--debugging-->
<control type="group" id="9001">
<posx>55</posx>
<posy>528</posy>
<width>1090</width>
<control type="radiobutton" id="22">
<description>Default RadioButton</description>
<label>15064</label>
</control>
<control type="button" id="23">
<description>Apply changes button</description>
<label>14070</label>
</control>
<control type="button" id="24">
<description>Clear active modes button</description>
<label>15066</label>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>DialogID</include> <include>DialogID</include>

View File

@ -22,15 +22,15 @@
</control> </control>
<control type="progress" id="20"> <control type="progress" id="20">
<description>Progressbar</description> <description>Progressbar</description>
<posx>-96</posx> <posx>0</posx>
<posy>2-row</posy> <posy>-72</posy>
<width>8-col</width> <width>8-col</width>
<height>1-row</height> <height>1-row</height>
<info>System.Progressbar</info> <info>System.Progressbar</info>
</control> </control>
<control type="textbox" id="9"> <control type="textbox" id="9">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>84</posy>
<width>8-col-gutter</width> <width>8-col-gutter</width>
<height>124</height> <height>124</height>
<font>textbox</font> <font>textbox</font>
@ -40,7 +40,7 @@
<!--options--> <!--options-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<posx>0</posx> <posx>0</posx>
<posy>6-row</posy> <posy>228</posy>
<width>8-col</width> <width>8-col</width>
<height>6-row</height> <height>6-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
@ -112,6 +112,7 @@
</focusedlayout> </focusedlayout>
<content> <content>
<item id="1"> <item id="1">
<visible>control.isvisible(10)</visible>
<description>No</description> <description>No</description>
<label>$INFO[control.getlabel(10)]</label> <label>$INFO[control.getlabel(10)]</label>
<label2></label2> <label2></label2>
@ -119,6 +120,7 @@
<onclick>SendClick(10)</onclick> <onclick>SendClick(10)</onclick>
</item> </item>
<item id="2"> <item id="2">
<visible>control.isvisible(11)</visible>
<description>Yes / OK</description> <description>Yes / OK</description>
<label>$INFO[control.getlabel(11)]</label> <label>$INFO[control.getlabel(11)]</label>
<label2></label2> <label2></label2>
@ -126,6 +128,7 @@
<onclick>SendClick(11)</onclick> <onclick>SendClick(11)</onclick>
</item> </item>
<item id="3"> <item id="3">
<visible>control.isvisible(12)</visible>
<visible>Control.IsVisible(12)</visible> <visible>Control.IsVisible(12)</visible>
<description>Custom Button</description> <description>Custom Button</description>
<label>$INFO[control.getlabel(12)]</label> <label>$INFO[control.getlabel(12)]</label>

View File

@ -279,27 +279,17 @@
<posy>row-1-begin</posy> <posy>row-1-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>24</posy> <posy>0</posy>
<width>528</width> <width>528</width>
<align>left</align> <align>left</align>
<height>100</height> <height>100</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>largeLight</font> <font>largeLight</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[listitem.album]</label> <label>[B]$INFO[ListItem.artist][/B] $INFO[listitem.album]</label>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
</control> </control>
<control type="label"> <!--synopsis-->
<posx>0</posx>
<posy>-24</posy>
<width>528</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.artist]</label>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox"> <control type="textbox">
<posx>0</posx> <posx>0</posx>
<posy>168</posy> <posy>168</posy>

View File

@ -28,9 +28,9 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<posx>12</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col-gutter</width> <width>1116</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
@ -39,9 +39,9 @@
</control> </control>
<control type="textbox" id="5"> <control type="textbox" id="5">
<description>textarea</description> <description>textarea</description>
<posx>12</posx> <posx>24</posx>
<posy>3-row</posy> <posy>3-row</posy>
<width>16-col-gutter</width> <width>1116</width>
<height>19-row</height> <height>19-row</height>
<font>textbox</font> <font>textbox</font>
</control> </control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window id="0"> <window id="0">
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;mode=single)</onload> <onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation> <animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation> <animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
<controls> <controls>
@ -11,10 +11,11 @@
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)"> <animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/> <effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
</animation> </animation>
<include>modalDialogContentShift</include>
<control type="image"> <control type="image">
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<texture>$INFO[skin.string(homeBackground)]</texture> <texture>$INFO[skin.string(homeBackground)]</texture>
<colordiffuse>6Affffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
@ -26,87 +27,38 @@
</control> </control>
<!--Date / time and weather--> <!--Date / time and weather-->
<control type="group"> <control type="group">
<posx>1716</posx> <posx>1852</posx>
<posy>row-26-begin</posy> <posy>858</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-24</posy>
<width>24-col</width>
<height>4-row</height>
<align>right</align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[System.Time]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>2-row</posy>
<width>24-col</width> <width>24-col</width>
<height>4-row</height> <height>4-row</height>
<font>regular</font> <font>regular</font>
<align>right</align> <align>right</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[System.Time][/B] $INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label> <label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
</control> </control>
</control> </control>
<!--power and settings--> <!--hidden button to reveal background-->
<control type="panel" id="9999"> <control type="button" id="9999">
<posx>col-24-begin</posx> <posx>-500</posx>
<posy>row-27-begin</posy> <posy>0</posy>
<width>6-col</width> <width>1-col</width>
<height>2-row</height> <height>2-row</height>
<orientation>horizontal</orientation>
<onleft>9000</onleft> <onleft>9000</onleft>
<itemlayout width="78" height="2-row"> <onclick>control.setfocus(9000)</onclick>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<texture border="0">colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="78" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<texture border="0">colors/white.png</texture>
<aspectratio>stretch</aspectratio>
<include>spinFocusIcon</include>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<font>symbolLarge</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<label></label>
<onclick>ActivateWindow(settings)</onclick>
<thumb>-</thumb>
</item>
<item>
<label></label>
<onclick>ActivateWindow(shutdownmenu)</onclick>
<thumb>-</thumb>
</item>
</content>
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<include>hubOptions</include> <include>hubOptions</include>

View File

@ -42,7 +42,7 @@
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft>9002</onleft> <onleft>9002</onleft>
<onright>9999</onright> <onright>9999</onright>
<onback>RunScript(script.skinshortcuts,type=hidesubmenu&amp;mainmenuID=9001)</onback> <onback>activateWindow(home)</onback>
<itemlayout width="col-5-begin" height="2-row"> <itemlayout width="col-5-begin" height="2-row">
<control type="label"> <control type="label">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -78,7 +78,12 @@
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
</focusedlayout> </focusedlayout>
<content><include>skinshortcuts-allmenus</include></content> <content>
<include condition="window.isactive(home)">skinshortcuts-mainmenu</include>
<include condition="window.isactive(pictures)">skinshortcuts-group-picturessubmenu</include>
<include condition="window.isactive(music) | window.isactive(radiochannels) | window.isactive(radioguide) | window.isactive(radiorecordings) | window.isactive(radiotimers)">skinshortcuts-group-musicsubmenu</include>
<include condition="window.isactive(videos) | window.isactive(tvchannels) | window.isactive(tvrecordings) | window.isactive(tvguide) | window.isactive(tvtimers)">skinshortcuts-group-videosubmenu</include>
</content>
</control> </control>
</control> </control>
</include> </include>

View File

@ -35,7 +35,7 @@
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>6-col</width> <width>6-col</width>
<label>31041</label> <label>31041</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=mainmenu)</onclick> <onclick>RunScript(script.skinshortcuts,type=manage&amp;group=videos)</onclick>
</control> </control>
<control type="button" id="507"> <control type="button" id="507">
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
@ -94,7 +94,7 @@
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>31041</label> <label>31041</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=mainmenu)</onclick> <onclick>RunScript(script.skinshortcuts,type=manage&amp;group=music)</onclick>
</control> </control>
<control type="button" id="504"> <control type="button" id="504">
<width>6-col</width> <width>6-col</width>
@ -124,5 +124,12 @@
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus> <alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
</control> </control>
<control type="button" id="5">
<width>6-col</width>
<focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>31041</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=pictures)</onclick>
</control>
</include> </include>
</includes> </includes>

View File

@ -1,16 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9000</defaultcontrol> <defaultcontrol always="false">9000</defaultcontrol>
<onload condition="window.previous(0)">setfocus(9000)</onload>
<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-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--Main content listing--> <!--Main content listing-->

View File

@ -1,16 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9000</defaultcontrol> <defaultcontrol always="false">9000</defaultcontrol>
<onload condition="window.previous(0)">setfocus(9000)</onload>
<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-->
<animation type="conditional" condition="[window.next(0) | window.next(1)] + !player.hasvideo">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--Main content listing--> <!--Main content listing-->

View File

@ -89,7 +89,7 @@
<height>18-row</height> <height>18-row</height>
<onleft>3</onleft> <onleft>3</onleft>
<onright>3</onright> <onright>3</onright>
<onup>20</onup> <onup>5</onup>
<ondown>5</ondown> <ondown>5</ondown>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemgap>0</itemgap> <itemgap>0</itemgap>

View File

@ -6,7 +6,7 @@
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
<posx>col-9-begin</posx> <posx>col-9-begin</posx>
<posy>row-2-begin</posy> <posy>row-3-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<animation type="conditional" condition="window.isactive(profilesettings)"> <animation type="conditional" condition="window.isactive(profilesettings)">
@ -26,7 +26,7 @@
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>8-col</width> <width>8-col</width>
<height>23-row</height> <height>21-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>44ffffff</colordiffuse> <colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>

View File

@ -21,14 +21,46 @@
<label>$LOCALIZE[31206]</label> <label>$LOCALIZE[31206]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--source subtitle--> <!--source subtitle / content selector-->
<control type="label"> <control type="list" id="95">
<posx>col-1-begin</posx> <posx>8</posx>
<posy>96</posy> <posy>96</posy>
<width>auto</width> <width>12-col</width>
<font>pageSubTitle</font> <height>1-row</height>
<label>$LOCALIZE[31207] $INFO[System.TotalUptime]</label> <orientation>horizontal</orientation>
<textcolor>textActive</textcolor> <itemlayout width="3-col" height="1-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<font>pageSubTitle</font>
<textcolor>44FFFFFF</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="3-col" height="1-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<font>pageSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control>
</focusedlayout>
<content>
<item id="1">
<label> $LOCALIZE[31121]</label>
<onclick>noop</onclick>
</item>
<item id="2">
<label>31119</label>
<onclick>noop</onclick>
</item>
</content>
</control> </control>
<!--dateTime--> <!--dateTime-->
<include>dateTime</include> <include>dateTime</include>
@ -37,7 +69,8 @@
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-6-begin</posy> <posy>row-6-begin</posy>
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="panel" id="95"> <control type="panel">
<visible>container(95).hasfocus(1)</visible>
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>24-col</width> <width>24-col</width>
@ -205,16 +238,26 @@
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
<item id="8"> <item id="8">
<visible>System.GetBool(pvrmanager.enabled)</visible>
<description>PVR</description> <description>PVR</description>
<label>24019</label> <label>24019</label>
<label2>$INFO[Pvr.BackendName][CR]$INFO[PVR.BackendDiskspace]</label2> <label2 fallback="31118">$INFO[Pvr.BackendName][CR]$INFO[PVR.BackendDiskspace]</label2>
<property name="itemIcon">&gt;</property> <property name="itemIcon">&gt;</property>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>noop</onclick> <onclick>noop</onclick>
</item> </item>
</content> </content>
</control> </control>
<!--privacy policy-->
<control type="textbox" id="30">
<visible>container(95).hasfocus(2)</visible>
<posx>0</posx>
<posy>0</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>23-row</height>
<autoscroll delay="10000" time="5000" repeat="10000"/>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -19,7 +19,6 @@
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
@ -30,7 +29,6 @@
<label>31203</label> <label>31203</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--name playlist--> <!--name playlist-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -59,7 +57,6 @@
<ondown>22</ondown> <ondown>22</ondown>
</control> </control>
</control> </control>
<!--set playlist type, limits and sort--> <!--set playlist type, limits and sort-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -73,7 +70,7 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="spincontrolex" id="22"> <control type="button" id="22">
<description>Set Playlist type</description> <description>Set Playlist type</description>
<posx>12</posx> <posx>12</posx>
<posy>12</posy> <posy>12</posy>
@ -84,7 +81,7 @@
<ondown>18</ondown> <ondown>18</ondown>
<onup>12</onup> <onup>12</onup>
</control> </control>
<control type="spincontrolex" id="17"> <control type="button" id="17">
<posx>6-col</posx> <posx>6-col</posx>
<posy>12</posy> <posy>12</posy>
<width>420</width> <width>420</width>
@ -94,7 +91,7 @@
<onup>12</onup> <onup>12</onup>
<ondown>19</ondown> <ondown>19</ondown>
</control> </control>
<control type="spincontrolex" id="18"> <control type="button" id="18">
<posx>12</posx> <posx>12</posx>
<posy>96</posy> <posy>96</posy>
<width>6-col-gutter</width> <width>6-col-gutter</width>
@ -104,27 +101,22 @@
<onup>22</onup> <onup>22</onup>
<ondown>10</ondown> <ondown>10</ondown>
</control> </control>
<control type="togglebutton" id="19"> <control type="button" id="19">
<posx>6-col</posx> <posx>6-col</posx>
<posy>96</posy> <posy>96</posy>
<width>420</width> <width>420</width>
<height>2-row</height> <height>2-row</height>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<alttexturenofocus colordiffuse="overlay">colors/black.png</alttexturenofocus>
<texturefocus>colors/white.png</texturefocus>
<alttexturefocus>colors/white.png</alttexturefocus>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor> <focusedcolor>black</focusedcolor>
<label>$LOCALIZE[31110]</label> <label>$LOCALIZE[31109]</label>
<altlabel>$LOCALIZE[31109]</altlabel>
<onright>9002</onright> <onright>9002</onright>
<onup>17</onup> <onup>17</onup>
<onleft>18</onleft> <onleft>18</onleft>
<ondown>10</ondown> <ondown>10</ondown>
</control> </control>
</control> </control>
<!--rules list--> <!--rules list-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
@ -196,7 +188,6 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--items must match...--> <!--items must match...-->
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -207,8 +198,7 @@
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="button" id="16">
<control type="spincontrolex" id="16">
<posx>12</posx> <posx>12</posx>
<posy>312</posy> <posy>312</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
@ -218,7 +208,6 @@
<ondown>9002</ondown> <ondown>9002</ondown>
</control> </control>
</control> </control>
<!--add / edit / delete rules--> <!--add / edit / delete rules-->
<control type="panel" id="9001"> <control type="panel" id="9001">
<posx>12</posx> <posx>12</posx>
@ -284,7 +273,6 @@
</item> </item>
</content> </content>
</control> </control>
<!--OK / Cancel--> <!--OK / Cancel-->
<control type="panel" id="9002"> <control type="panel" id="9002">
<posx>0</posx> <posx>0</posx>

View File

@ -54,7 +54,7 @@
<control type="group" id="9001"> <control type="group" id="9001">
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>84</posy>
<control type="spincontrolex" id="15"> <control type="button" id="15">
<description>Rule Field</description> <description>Rule Field</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<posx>12</posx> <posx>12</posx>
@ -64,7 +64,7 @@
<onright>16</onright> <onright>16</onright>
<ondown>17</ondown> <ondown>17</ondown>
</control> </control>
<control type="spincontrolex" id="16"> <control type="button" id="16">
<description>Rule operator</description> <description>Rule operator</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus> <texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<posx>6-col</posx> <posx>6-col</posx>

View File

@ -2,7 +2,7 @@
<includes> <includes>
<!--Photo browser--> <!--Photo browser-->
<include name="photos"> <include name="photos">
<control type="panel" id="52"> <control type="panel" id="50">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>1800</width>
@ -13,7 +13,7 @@
<onup>50</onup> <onup>50</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="336"> <itemlayout width="444" height="360">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -30,15 +30,23 @@
<posy>268</posy> <posy>268</posy>
<width>384</width> <width>384</width>
<height>1-row</height> <height>1-row</height>
<align>center</align> <aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textDisabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.path]</label>
<shadowcolor>ff333333</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="444" height="336"> <focusedlayout width="444" height="360">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
@ -57,12 +65,20 @@
<posy>268</posy> <posy>268</posy>
<width>384</width> <width>384</width>
<height>1-row</height> <height>1-row</height>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor>ff333333</shadowcolor> </control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.path]</label>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>

View File

@ -40,9 +40,9 @@
<include>globalBackground</include> <include>globalBackground</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-48</posy>
<width>fullscreenWidth</width> <width>fullscreenWidth</width>
<height>6</height> <height>48</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
@ -58,7 +58,7 @@
<effect type="fade" start="0" end="100" delay="600" time="200"/> <effect type="fade" start="0" end="100" delay="600" time="200"/>
</animation> </animation>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-9-begin</posy> <posy>row-8-begin</posy>
<control type="label"> <control type="label">
<visible>Container(9123).HasFocus(1)</visible> <visible>Container(9123).HasFocus(1)</visible>
<posx>24-col</posx> <posx>24-col</posx>
@ -378,41 +378,65 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--content selector-->
<control type="list" id="9123"> <control type="list" id="9123">
<posx>col-1-begin</posx> <posx>63</posx>
<posy>636</posy> <posy>654</posy>
<width>24-col</width> <width>24-col</width>
<height>84</height> <height>48</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<ondown>9998</ondown> <ondown>9998</ondown>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col-gutter" height="2-row"> <itemlayout width="4-col-gutter" height="48">
<control type="label"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>1</width>
<height>2-row</height> <height>48</height>
<font>itemTitle</font> <aspectratio>stretch</aspectratio>
<aligny>center</aligny> <texture>colors/black.png</texture>
<textcolor>44FFFFFF</textcolor> </control>
<shadowcolor>-</shadowcolor> <control type="image">
<label>$INFO[ListItem.property(textTitle)]</label> <posx>4-col-gutter</posx>
<posy>0</posy>
<width>1</width>
<height>48</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control> </control>
</itemlayout>
<focusedlayout width="4-col-gutter" height="78">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col-gutter</width>
<height>2-row</height> <height>48</height>
<font>itemTitle</font> <font>smallStrong</font>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label> <label>$INFO[ListItem.property(textTitle)]</label>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation> </control>
</itemlayout>
<focusedlayout width="4-col-gutter" height="48">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>48</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>48</height>
<font>smallStrong</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
@ -479,5 +503,11 @@
<include>hubOptions</include> <include>hubOptions</include>
<!--loading indicator--> <!--loading indicator-->
<include>loadingIndicator</include> <include>loadingIndicator</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>custom_recentContent.xml</label>
</control>
</controls> </controls>
</window> </window>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<overrides>
<groupoverride>control.setfocus(9998)</groupoverride>
</overrides>

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">211</defaultcontrol> <defaultcontrol always="false">211</defaultcontrol>
<onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;mode=single)</onunload> <onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onunload>
<onunload>control.setfocus(9000)</onunload> <onunload>control.setfocus(9000)</onunload>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<control type="group">
<visible>!isempty(skin.string(homeBackground))</visible>
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
</animation>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>$INFO[skin.string(homeBackground)]</texture>
<colordiffuse>6Affffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>

View File

@ -2,8 +2,7 @@
<addon id="skin.pellucid" version="1.1.1" name="Pellucid" provider-name="theDeadman"> <addon id="skin.pellucid" version="1.1.1" name="Pellucid" provider-name="theDeadman">
<requires> <requires>
<import addon="xbmc.gui" version="5.12.0"/> <import addon="xbmc.gui" version="5.12.0"/>
<import addon="script.skin.helper.service" version="1.0.0"/> <import addon="script.skinshortcuts" version="1.0.0"/>
<import addon="script.skinshortcuts" version="1.0.0"/>
<import addon="resource.images.weathericons.outline" version="0.0.5"/> <import addon="resource.images.weathericons.outline" version="0.0.5"/>
<import addon="resource.images.weatherfanart.single" version="0.0.6"/> <import addon="resource.images.weatherfanart.single" version="0.0.6"/>
</requires> </requires>
@ -17,8 +16,8 @@
<license></license> <license></license>
<forum></forum> <forum></forum>
<source>https://github.com/chrisbevan/skin.pellucid</source> <source>https://github.com/chrisbevan/skin.pellucid</source>
<assets> <assets>
<icon>resources/icon.png</icon> <icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart> <fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot> <screenshot>resources/screenshot-01.jpg</screenshot>
</assets> </assets>

View File

@ -15,22 +15,26 @@
- [NEW] DialogPlayerProcessInfo.xml - [NEW] DialogPlayerProcessInfo.xml
- [MODIFIED] Addon Browser design reworked - [MODIFIED] Addon Browser design reworked
- [NEW] DialogPlayerProcessInfo.xml - [NEW] DialogPlayerProcessInfo.xml
- [NEW] EventLog.xml
- [NEW] Privacy policy added to system info
- [NEW] DialogAudioDSPManager.xml
- Numerous misc tweaks and fixes - Numerous misc tweaks and fixes
- [MODIFIED] SmartPlaylistEditor.xml / SmartPlaylistRule.xml
[TODO] [TODO]
Add recent content screen to main menu
Gamepad setup Gamepad setup
DialogAudioDSPManager.xml
event log screen (in settings)
MyPVRTimers MyPVRTimers
Make sure default view is a pagewidth single list. Change all views to 50 (except episodes / songs / seasons etc)
Pictures section refresh Pictures section refresh
Fix stop from fullscreen music view Fix stop from fullscreen music view
Revise onback for the menu to prevent dodgy nav
Add user option: Revise player stop on return Add user option: Revise player stop on return
Check RCB (e.g. busy spinner and menu width) Check RCB (e.g. busy spinner and menu width)
@ -38,7 +42,6 @@ Check RCB (e.g. busy spinner and menu width)
check all active strings check all active strings
Screenshots etc Screenshots etc
Check if feedback notification appears when updating libraries
[B]1.1.0[/B] [B]1.1.0[/B]

View File

@ -434,11 +434,7 @@ msgid "About this Kodi Installation"
msgstr "" msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: "
msgstr ""
msgctxt "#31110"
msgid "Order: Descending"
msgstr "" msgstr ""
msgctxt "#31111" msgctxt "#31111"
@ -469,10 +465,22 @@ msgctxt "#31117"
msgid "Launch addon" msgid "Launch addon"
msgstr "" msgstr ""
msgctxt "#31118"
msgid "PVR not active"
msgstr ""
msgctxt "#31119"
msgid "Privacy Policy"
msgstr ""
msgctxt "#31120" msgctxt "#31120"
msgid "Playing" msgid "Playing"
msgstr "" msgstr ""
msgctxt "#31121"
msgid "My Kodi"
msgstr ""
msgctxt "#31123" msgctxt "#31123"
msgid "Current Playlist" msgid "Current Playlist"
msgstr "" msgstr ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

10
shortcuts/_dvd..xml Executable file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>32033</label>
<label2>32034</label2>
<icon>DefaultDVDFull.png</icon>
<thumb />
<action>EjectTray()</action>
</shortcut>
</shortcuts>

31
shortcuts/_livetv..xml Executable file
View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>22020</label>
<label2>32017</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVGuide)</action>
</shortcut>
<shortcut>
<label>19163</label>
<label2>32017</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVRecordings)</action>
</shortcut>
<shortcut>
<label>19040</label>
<label2>32017</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVTimers)</action>
</shortcut>
<shortcut>
<label>137</label>
<label2>32017</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVSearch)</action>
</shortcut>
</shortcuts>

66
shortcuts/mainmenu.DATA.xml Executable file
View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>32032</label>
<label2>32034</label2>
<icon>DefaultDVDFull.png</icon>
<thumb />
<action>XBMC.PlayDVD()</action>
</shortcut>
<shortcut>
<label>31005</label>
<label2>32034</label2>
<icon>DefaultVideo.png</icon>
<thumb />
<action>ActivateWindow(1106)</action>
</shortcut>
<shortcut>
<label>32022</label>
<label2>32034</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVChannels)</action>
</shortcut>
<shortcut>
<label>10006</label>
<label2>32034</label2>
<icon>DefaultVideo.png</icon>
<thumb />
<action>ActivateWindow(Videos)</action>
</shortcut>
<shortcut>
<label>10005</label>
<label2>32034</label2>
<icon>DefaultMusicAlbums.png</icon>
<thumb />
<action>ActivateWindow(Music)</action>
</shortcut>
<shortcut>
<label>12600</label>
<label2>32034</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<action>ActivateWindow(Weather)</action>
</shortcut>
<shortcut>
<label>10002</label>
<label2>32034</label2>
<icon>DefaultPicture.png</icon>
<thumb />
<action>ActivateWindow(Pictures)</action>
</shortcut>
<shortcut>
<label>10004</label>
<label2>32034</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<action>ActivateWindow(Settings)</action>
</shortcut>
<shortcut>
<label>31004</label>
<label2>32034</label2>
<icon>DefaultShortcut.png</icon>
<thumb />
<action>ActivateWindow(shutdownmenu)</action>
</shortcut>
</shortcuts>

52
shortcuts/musicsubmenu.DATA.xml Executable file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>32087</label>
<label2>10005</label2>
<icon>DefaultAudio.png</icon>
<thumb />
<action>ActivateWindow(Radiochannels)</action>
</shortcut>
<shortcut>
<label>133</label>
<label2>10005</label2>
<icon>DefaultMusicArtists.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,musicdb://artists/)</action>
</shortcut>
<shortcut>
<label>132</label>
<label2>10005</label2>
<icon>DefaultMusicAlbums.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,musicdb://albums/)</action>
</shortcut>
<shortcut>
<label>135</label>
<label2>10005</label2>
<icon>DefaultFolder.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,musicdb://genres/)</action>
</shortcut>
<shortcut>
<label>136</label>
<label2>10005</label2>
<icon>DefaultFolder.png</icon>
<thumb />
<action>activateWindow(MusicLibrary,special://musicplaylists/)</action>
</shortcut>
<shortcut>
<label>744</label>
<label2>10005</label2>
<icon>DefaultFolder.png</icon>
<thumb />
<action>ActivateWindow(Music,Files)</action>
</shortcut>
<shortcut>
<label>1038</label>
<label2>10005</label2>
<icon>DefaultAddonMusic.png</icon>
<thumb />
<action>ActivateWindow(MusicLibrary,Addons)</action>
</shortcut>
</shortcuts>

4
shortcuts/overrides.xml Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<overrides>
<groupoverride group="mainmenu" condition="true">setfocus(9500)</groupoverride>
</overrides>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>1039</label>
<label2>32020</label2>
<icon>DefaultAddonPicture.png</icon>
<thumb />
<action>ActivateWindow(Pictures,Addons,return)</action>
</shortcut>
</shortcuts>

38
shortcuts/videosubmenu.DATA.xml Executable file
View File

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<shortcut>
<label>32022</label>
<label2>32034</label2>
<icon>DefaultTVShows.png</icon>
<thumb />
<action>ActivateWindow(TVChannels)</action>
</shortcut>
<shortcut>
<label>342</label>
<label2>32014</label2>
<icon>DefaultMovieTitle.png</icon>
<thumb />
<action>ActivateWindow(Videos,videodb://movies/titles/)</action>
</shortcut>
<shortcut>
<label>20343</label>
<label2>32014</label2>
<icon>DefaultTVShowTitle.png</icon>
<thumb />
<action>ActivateWindow(Videos,videodb://tvshows/titles/)</action>
</shortcut>
<shortcut>
<label>744</label>
<label2>32014</label2>
<icon>DefaultFolder.png</icon>
<thumb />
<action>ActivateWindow(Videos,sources://video/)</action>
</shortcut>
<shortcut>
<label>1037</label>
<label2>32014</label2>
<icon>DefaultAddonVideo.png</icon>
<thumb />
<action>ActivateWindow(Videos,addons://sources/video/)</action>
</shortcut>
</shortcuts>