various
This commit is contained in:
parent
f9a070a1e4
commit
7860c48652
|
@ -1,9 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window type="dialog">
|
||||
<defaultcontrol>9000</defaultcontrol>
|
||||
|
||||
<controls>
|
||||
<!--background-->
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
|
@ -28,6 +27,15 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</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">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -39,300 +47,206 @@
|
|||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
|
||||
<!--content selection-->
|
||||
<control type="list" id="9000">
|
||||
<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>
|
||||
<!--content selection-->
|
||||
<control type="list" id="9000">
|
||||
<description>Mode selection list</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>570</width>
|
||||
<height>360</height>
|
||||
<control type="label">
|
||||
<description>blue available modes</description>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>12-row</height>
|
||||
<onright>200</onright>
|
||||
<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>
|
||||
<posy>0</posy>
|
||||
<width>550</width>
|
||||
<font>regular</font>
|
||||
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<!--active modes list-->
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<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 type="scrollbar" id="60">
|
||||
<description>scrollbar for available modes list</description>
|
||||
<!--available modes list-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>25</width>
|
||||
<height>350</height>
|
||||
<onleft>61</onleft>
|
||||
<onright>20</onright>
|
||||
<showonepage>false</showonepage>
|
||||
</control>
|
||||
|
||||
<control type="list" id="20">
|
||||
<description>available modes list</description>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>528</width>
|
||||
<height>345</height>
|
||||
<onup>9000</onup>
|
||||
<ondown>9001</ondown>
|
||||
<onleft>60</onleft>
|
||||
<onright>21</onright>
|
||||
<pagecontrol>60</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.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.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(20)</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(20)</visible>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<posy>8-row</posy>
|
||||
<control type="label">
|
||||
<description>available modes</description>
|
||||
<posx>24</posx>
|
||||
<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[15050] ($INFO[Container(20).NumItems])</label>
|
||||
</control>
|
||||
<control type="panel" id="20">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>9-col</width>
|
||||
<height>8-row</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>9001</onright>
|
||||
<ondown>21</ondown>
|
||||
<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>
|
||||
|
||||
<control type="group">
|
||||
<posx>568</posx>
|
||||
<posy>0</posy>
|
||||
<width>570</width>
|
||||
<height>360</height>
|
||||
|
||||
<control type="label">
|
||||
<description>blue active modes</description>
|
||||
<posx>10</posx>
|
||||
<posy>2</posy>
|
||||
<width>550</width>
|
||||
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
|
||||
<!--save and reset-->
|
||||
<control type="grouplist" id="9001">
|
||||
<posx>13-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>5-col</width>
|
||||
<onleft>control.setfocus(20)</onleft>
|
||||
<control type="radiobutton" id="22">
|
||||
<description>Default RadioButton</description>
|
||||
<label>15064</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
|
||||
<control type="scrollbar" id="61">
|
||||
<description>scrollbar for active modes list</description>
|
||||
<posx>542</posx>
|
||||
<posy>30</posy>
|
||||
<width>25</width>
|
||||
<height>350</height>
|
||||
|
||||
<onleft>21</onleft>
|
||||
<onright>60</onright>
|
||||
|
||||
<control type="button" id="23">
|
||||
<description>Apply changes button</description>
|
||||
<label>14070</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
|
||||
<control type="list" id="21">
|
||||
<description>active modes list</description>
|
||||
<posx>15</posx>
|
||||
<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 type="button" id="24">
|
||||
<description>Clear active modes button</description>
|
||||
<label>15066</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
</control>
|
||||
<!--end dialog-->
|
||||
</control>
|
||||
|
||||
<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-->
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
|
|
|
@ -22,15 +22,15 @@
|
|||
</control>
|
||||
<control type="progress" id="20">
|
||||
<description>Progressbar</description>
|
||||
<posx>-96</posx>
|
||||
<posy>2-row</posy>
|
||||
<posx>0</posx>
|
||||
<posy>-72</posy>
|
||||
<width>8-col</width>
|
||||
<height>1-row</height>
|
||||
<info>System.Progressbar</info>
|
||||
</control>
|
||||
<control type="textbox" id="9">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<posy>84</posy>
|
||||
<width>8-col-gutter</width>
|
||||
<height>124</height>
|
||||
<font>textbox</font>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<!--options-->
|
||||
<control type="panel" id="9000">
|
||||
<posx>0</posx>
|
||||
<posy>6-row</posy>
|
||||
<posy>228</posy>
|
||||
<width>8-col</width>
|
||||
<height>6-row</height>
|
||||
<orientation>vertical</orientation>
|
||||
|
@ -112,6 +112,7 @@
|
|||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
<visible>control.isvisible(10)</visible>
|
||||
<description>No</description>
|
||||
<label>$INFO[control.getlabel(10)]</label>
|
||||
<label2></label2>
|
||||
|
@ -119,6 +120,7 @@
|
|||
<onclick>SendClick(10)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<visible>control.isvisible(11)</visible>
|
||||
<description>Yes / OK</description>
|
||||
<label>$INFO[control.getlabel(11)]</label>
|
||||
<label2></label2>
|
||||
|
@ -126,6 +128,7 @@
|
|||
<onclick>SendClick(11)</onclick>
|
||||
</item>
|
||||
<item id="3">
|
||||
<visible>control.isvisible(12)</visible>
|
||||
<visible>Control.IsVisible(12)</visible>
|
||||
<description>Custom Button</description>
|
||||
<label>$INFO[control.getlabel(12)]</label>
|
||||
|
|
|
@ -279,27 +279,17 @@
|
|||
<posy>row-1-begin</posy>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>24</posy>
|
||||
<posy>0</posy>
|
||||
<width>528</width>
|
||||
<align>left</align>
|
||||
<height>100</height>
|
||||
<aligny>center</aligny>
|
||||
<font>largeLight</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[listitem.album]</label>
|
||||
<label>[B]$INFO[ListItem.artist][/B] $INFO[listitem.album]</label>
|
||||
<wrapmultiline>true</wrapmultiline>
|
||||
</control>
|
||||
<control type="label">
|
||||
<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-->
|
||||
<!--synopsis-->
|
||||
<control type="textbox">
|
||||
<posx>0</posx>
|
||||
<posy>168</posy>
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label" id="1">
|
||||
<posx>12</posx>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col-gutter</width>
|
||||
<width>1116</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
|
@ -39,9 +39,9 @@
|
|||
</control>
|
||||
<control type="textbox" id="5">
|
||||
<description>textarea</description>
|
||||
<posx>12</posx>
|
||||
<posx>24</posx>
|
||||
<posy>3-row</posy>
|
||||
<width>16-col-gutter</width>
|
||||
<width>1116</width>
|
||||
<height>19-row</height>
|
||||
<font>textbox</font>
|
||||
</control>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window id="0">
|
||||
<defaultcontrol always="true">9000</defaultcontrol>
|
||||
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&mode=single)</onload>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<onload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onload>
|
||||
<animation effect="fade" start="100" end="0" time="250">WindowClose</animation>
|
||||
<animation effect="fade" start="0" end="100" time="500" reversible="true">WindowOpen</animation>
|
||||
<controls>
|
||||
|
@ -11,10 +11,11 @@
|
|||
<animation type="windowOpen" condition="!Skin.HasSetting(lowPowerMode)">
|
||||
<effect type="zoom" center="auto" start="105" tween="sine" end="100" time="1500"/>
|
||||
</animation>
|
||||
<include>modalDialogContentShift</include>
|
||||
<control type="image">
|
||||
<include>dimensionsFullscreen</include>
|
||||
<texture>$INFO[skin.string(homeBackground)]</texture>
|
||||
<colordiffuse>6Affffff</colordiffuse>
|
||||
<colordiffuse>ffffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
|
@ -26,87 +27,38 @@
|
|||
</control>
|
||||
<!--Date / time and weather-->
|
||||
<control type="group">
|
||||
<posx>1716</posx>
|
||||
<posy>row-26-begin</posy>
|
||||
<posx>1852</posx>
|
||||
<posy>858</posy>
|
||||
<control type="label">
|
||||
<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>
|
||||
<height>4-row</height>
|
||||
<font>regular</font>
|
||||
<align>right</align>
|
||||
<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>
|
||||
<!--power and settings-->
|
||||
<control type="panel" id="9999">
|
||||
<posx>col-24-begin</posx>
|
||||
<posy>row-27-begin</posy>
|
||||
<width>6-col</width>
|
||||
<!--hidden button to reveal background-->
|
||||
<control type="button" id="9999">
|
||||
<posx>-500</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col</width>
|
||||
<height>2-row</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<onleft>9000</onleft>
|
||||
<itemlayout 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/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>
|
||||
<onclick>control.setfocus(9000)</onclick>
|
||||
</control>
|
||||
|
||||
<!--hub menu-->
|
||||
<include>hubMenu</include>
|
||||
<include>hubOptions</include>
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<orientation>vertical</orientation>
|
||||
<onleft>9002</onleft>
|
||||
<onright>9999</onright>
|
||||
<onback>RunScript(script.skinshortcuts,type=hidesubmenu&mainmenuID=9001)</onback>
|
||||
<onback>activateWindow(home)</onback>
|
||||
<itemlayout width="col-5-begin" height="2-row">
|
||||
<control type="label">
|
||||
<posx>col-1-begin</posx>
|
||||
|
@ -78,7 +78,12 @@
|
|||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</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>
|
||||
</include>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=videos)</onclick>
|
||||
</control>
|
||||
<control type="button" id="507">
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
|
@ -94,7 +94,7 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<label>31041</label>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=mainmenu)</onclick>
|
||||
<onclick>RunScript(script.skinshortcuts,type=manage&group=music)</onclick>
|
||||
</control>
|
||||
<control type="button" id="504">
|
||||
<width>6-col</width>
|
||||
|
@ -124,5 +124,12 @@
|
|||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
|
||||
</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&group=pictures)</onclick>
|
||||
</control>
|
||||
</include>
|
||||
</includes>
|
|
@ -1,16 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9000</defaultcontrol>
|
||||
<onload condition="window.previous(0)">setfocus(9000)</onload>
|
||||
<previouswindow>home</previouswindow>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--Main content listing-->
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">9000</defaultcontrol>
|
||||
<onload condition="window.previous(0)">setfocus(9000)</onload>
|
||||
<previouswindow>home</previouswindow>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
<!--page container 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-->
|
||||
<include>modalDialogContentShift</include>
|
||||
<!--Main content listing-->
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
<height>18-row</height>
|
||||
<onleft>3</onleft>
|
||||
<onright>3</onright>
|
||||
<onup>20</onup>
|
||||
<onup>5</onup>
|
||||
<ondown>5</ondown>
|
||||
<orientation>vertical</orientation>
|
||||
<itemgap>0</itemgap>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-9-begin</posx>
|
||||
<posy>row-2-begin</posy>
|
||||
<posy>row-3-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<animation type="conditional" condition="window.isactive(profilesettings)">
|
||||
|
@ -26,7 +26,7 @@
|
|||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>8-col</width>
|
||||
<height>23-row</height>
|
||||
<height>21-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>44ffffff</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
|
|
|
@ -21,14 +21,46 @@
|
|||
<label>$LOCALIZE[31206]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
<!--source subtitle-->
|
||||
<control type="label">
|
||||
<posx>col-1-begin</posx>
|
||||
<!--source subtitle / content selector-->
|
||||
<control type="list" id="95">
|
||||
<posx>8</posx>
|
||||
<posy>96</posy>
|
||||
<width>auto</width>
|
||||
<font>pageSubTitle</font>
|
||||
<label>$LOCALIZE[31207] $INFO[System.TotalUptime]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<width>12-col</width>
|
||||
<height>1-row</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<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>
|
||||
<!--dateTime-->
|
||||
<include>dateTime</include>
|
||||
|
@ -37,7 +69,8 @@
|
|||
<posx>col-1-begin</posx>
|
||||
<posy>row-6-begin</posy>
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="panel" id="95">
|
||||
<control type="panel">
|
||||
<visible>container(95).hasfocus(1)</visible>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>24-col</width>
|
||||
|
@ -205,16 +238,26 @@
|
|||
<onclick>noop</onclick>
|
||||
</item>
|
||||
<item id="8">
|
||||
<visible>System.GetBool(pvrmanager.enabled)</visible>
|
||||
<description>PVR</description>
|
||||
<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">></property>
|
||||
<thumb>-</thumb>
|
||||
<onclick>noop</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</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>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -30,7 +29,6 @@
|
|||
<label>31203</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
</control>
|
||||
|
||||
<!--name playlist-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
|
@ -59,7 +57,6 @@
|
|||
<ondown>22</ondown>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--set playlist type, limits and sort-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
|
@ -73,7 +70,7 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="spincontrolex" id="22">
|
||||
<control type="button" id="22">
|
||||
<description>Set Playlist type</description>
|
||||
<posx>12</posx>
|
||||
<posy>12</posy>
|
||||
|
@ -84,7 +81,7 @@
|
|||
<ondown>18</ondown>
|
||||
<onup>12</onup>
|
||||
</control>
|
||||
<control type="spincontrolex" id="17">
|
||||
<control type="button" id="17">
|
||||
<posx>6-col</posx>
|
||||
<posy>12</posy>
|
||||
<width>420</width>
|
||||
|
@ -94,7 +91,7 @@
|
|||
<onup>12</onup>
|
||||
<ondown>19</ondown>
|
||||
</control>
|
||||
<control type="spincontrolex" id="18">
|
||||
<control type="button" id="18">
|
||||
<posx>12</posx>
|
||||
<posy>96</posy>
|
||||
<width>6-col-gutter</width>
|
||||
|
@ -104,27 +101,22 @@
|
|||
<onup>22</onup>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
<control type="togglebutton" id="19">
|
||||
<control type="button" id="19">
|
||||
<posx>6-col</posx>
|
||||
<posy>96</posy>
|
||||
<width>420</width>
|
||||
<height>2-row</height>
|
||||
<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>
|
||||
<textcolor>textActive</textcolor>
|
||||
<focusedcolor>black</focusedcolor>
|
||||
<label>$LOCALIZE[31110]</label>
|
||||
<altlabel>$LOCALIZE[31109]</altlabel>
|
||||
<label>$LOCALIZE[31109]</label>
|
||||
<onright>9002</onright>
|
||||
<onup>17</onup>
|
||||
<onleft>18</onleft>
|
||||
<ondown>10</ondown>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--rules list-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
|
@ -196,7 +188,6 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
|
||||
<!--items must match...-->
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
@ -207,8 +198,7 @@
|
|||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
|
||||
<control type="spincontrolex" id="16">
|
||||
<control type="button" id="16">
|
||||
<posx>12</posx>
|
||||
<posy>312</posy>
|
||||
<width>12-col-gutter</width>
|
||||
|
@ -218,7 +208,6 @@
|
|||
<ondown>9002</ondown>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--add / edit / delete rules-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>12</posx>
|
||||
|
@ -284,7 +273,6 @@
|
|||
</item>
|
||||
</content>
|
||||
</control>
|
||||
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9002">
|
||||
<posx>0</posx>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
<control type="group" id="9001">
|
||||
<posx>0</posx>
|
||||
<posy>84</posy>
|
||||
<control type="spincontrolex" id="15">
|
||||
<control type="button" id="15">
|
||||
<description>Rule Field</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
<posx>12</posx>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<onright>16</onright>
|
||||
<ondown>17</ondown>
|
||||
</control>
|
||||
<control type="spincontrolex" id="16">
|
||||
<control type="button" id="16">
|
||||
<description>Rule operator</description>
|
||||
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
|
||||
<posx>6-col</posx>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<includes>
|
||||
<!--Photo browser-->
|
||||
<include name="photos">
|
||||
<control type="panel" id="52">
|
||||
<control type="panel" id="50">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<width>1800</width>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<onup>50</onup>
|
||||
<scrolltime tween="cubic" easing="out">600</scrolltime>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<itemlayout width="444" height="336">
|
||||
<itemlayout width="444" height="360">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -30,15 +30,23 @@
|
|||
<posy>268</posy>
|
||||
<width>384</width>
|
||||
<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>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textDisabled</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>ff333333</shadowcolor>
|
||||
<label>$INFO[ListItem.path]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="444" height="336">
|
||||
<focusedlayout width="444" height="360">
|
||||
<control type="group">
|
||||
<include>focusThumb</include>
|
||||
<control type="image">
|
||||
|
@ -57,12 +65,20 @@
|
|||
<posy>268</posy>
|
||||
<width>384</width>
|
||||
<height>1-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>ff333333</shadowcolor>
|
||||
<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>
|
||||
<font>thumbTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.path]</label>
|
||||
</control>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
<include>globalBackground</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<posy>-48</posy>
|
||||
<width>fullscreenWidth</width>
|
||||
<height>6</height>
|
||||
<height>48</height>
|
||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||
<texture border="0">colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<effect type="fade" start="0" end="100" delay="600" time="200"/>
|
||||
</animation>
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>row-9-begin</posy>
|
||||
<posy>row-8-begin</posy>
|
||||
<control type="label">
|
||||
<visible>Container(9123).HasFocus(1)</visible>
|
||||
<posx>24-col</posx>
|
||||
|
@ -378,41 +378,65 @@
|
|||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<!--content selector-->
|
||||
<control type="list" id="9123">
|
||||
<posx>col-1-begin</posx>
|
||||
<posy>636</posy>
|
||||
<posx>63</posx>
|
||||
<posy>654</posy>
|
||||
<width>24-col</width>
|
||||
<height>84</height>
|
||||
<height>48</height>
|
||||
<onleft>9000</onleft>
|
||||
<ondown>9998</ondown>
|
||||
<onback>9000</onback>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="4-col-gutter" height="2-row">
|
||||
<control type="label">
|
||||
<itemlayout width="4-col-gutter" height="48">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<font>itemTitle</font>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>44FFFFFF</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label>$INFO[ListItem.property(textTitle)]</label>
|
||||
<width>1</width>
|
||||
<height>48</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4-col-gutter</posx>
|
||||
<posy>0</posy>
|
||||
<width>1</width>
|
||||
<height>48</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col-gutter" height="78">
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<height>2-row</height>
|
||||
<font>itemTitle</font>
|
||||
<width>4-col-gutter</width>
|
||||
<height>48</height>
|
||||
<font>smallStrong</font>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<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>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
|
@ -479,5 +503,11 @@
|
|||
<include>hubOptions</include>
|
||||
<!--loading indicator-->
|
||||
<include>loadingIndicator</include>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>custom_recentContent.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
|
|
|
@ -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
|
@ -1,11 +1,29 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="false">211</defaultcontrol>
|
||||
<onunload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&mode=single)</onunload>
|
||||
<onunload>RunScript(script.skinshortcuts,type=buildxml&mainmenuID=9001&group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu)</onunload>
|
||||
<onunload>control.setfocus(9000)</onunload>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<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">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
<addon id="skin.pellucid" version="1.1.1" name="Pellucid" provider-name="theDeadman">
|
||||
<requires>
|
||||
<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.weatherfanart.single" version="0.0.6"/>
|
||||
</requires>
|
||||
|
@ -17,8 +16,8 @@
|
|||
<license></license>
|
||||
<forum></forum>
|
||||
<source>https://github.com/chrisbevan/skin.pellucid</source>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
<assets>
|
||||
<icon>resources/icon.png</icon>
|
||||
<fanart>resources/fanart.jpg</fanart>
|
||||
<screenshot>resources/screenshot-01.jpg</screenshot>
|
||||
</assets>
|
||||
|
|
|
@ -15,22 +15,26 @@
|
|||
- [NEW] DialogPlayerProcessInfo.xml
|
||||
- [MODIFIED] Addon Browser design reworked
|
||||
- [NEW] DialogPlayerProcessInfo.xml
|
||||
- [NEW] EventLog.xml
|
||||
- [NEW] Privacy policy added to system info
|
||||
- [NEW] DialogAudioDSPManager.xml
|
||||
- Numerous misc tweaks and fixes
|
||||
- [MODIFIED] SmartPlaylistEditor.xml / SmartPlaylistRule.xml
|
||||
|
||||
|
||||
[TODO]
|
||||
Add recent content screen to main menu
|
||||
|
||||
Gamepad setup
|
||||
DialogAudioDSPManager.xml
|
||||
event log screen (in settings)
|
||||
|
||||
MyPVRTimers
|
||||
|
||||
Make sure default view is a pagewidth single list. Change all views to 50 (except episodes / songs / seasons etc)
|
||||
|
||||
Pictures section refresh
|
||||
|
||||
Fix stop from fullscreen music view
|
||||
|
||||
Revise onback for the menu to prevent dodgy nav
|
||||
|
||||
Add user option: Revise player stop on return
|
||||
|
||||
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
|
||||
|
||||
Screenshots etc
|
||||
Check if feedback notification appears when updating libraries
|
||||
|
||||
|
||||
[B]1.1.0[/B]
|
||||
|
|
|
@ -434,11 +434,7 @@ msgid "About this Kodi Installation"
|
|||
msgstr ""
|
||||
|
||||
msgctxt "#31109"
|
||||
msgid "Order: Ascending"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31110"
|
||||
msgid "Order: Descending"
|
||||
msgid "Order: "
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31111"
|
||||
|
@ -469,10 +465,22 @@ msgctxt "#31117"
|
|||
msgid "Launch addon"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31118"
|
||||
msgid "PVR not active"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31119"
|
||||
msgid "Privacy Policy"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31120"
|
||||
msgid "Playing"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31121"
|
||||
msgid "My Kodi"
|
||||
msgstr ""
|
||||
|
||||
msgctxt "#31123"
|
||||
msgid "Current Playlist"
|
||||
msgstr ""
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<overrides>
|
||||
<groupoverride group="mainmenu" condition="true">setfocus(9500)</groupoverride>
|
||||
</overrides>
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue