This commit is contained in:
Chris Bevan 2015-11-22 19:48:07 +00:00
parent db8b51c4f6
commit 6bf68cef17
50 changed files with 1077 additions and 260 deletions

View File

@ -41,10 +41,19 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>6-col</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>22-col</width>
<height>11-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>6-col</posx>
<posy>13-row</posy>
<width>16-col</width> <width>16-col</width>
<height>25-row</height> <height>14-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
@ -100,27 +109,27 @@
</control> </control>
<!--Info panel--> <!--Info panel-->
<control type="group"> <control type="group">
<posx>6-col</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>22-col</width>
<height>11-row</height> <height>11-row</height>
<aspectratio aligny="center">scale</aspectratio> <aspectratio aligny="center">keep</aspectratio>
<texture>$INFO[ListItem.art(fanart)]</texture> <texture fallback="addonDefaultBG.png">$INFO[ListItem.art(fanart)]</texture>
<colordiffuse>22ffffff</colordiffuse> <colordiffuse>22ffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>22-col</width>
<height>11-row</height> <height>11-row</height>
<aspectratio aligny="center">scale</aspectratio> <aspectratio aligny="center">scale</aspectratio>
<texture>vignette.png</texture> <texture>vignette.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>4-col</posx>
<posy>1-row</posy> <posy>1-row</posy>
<width>4-col</width> <width>4-col</width>
<height>4-col</height> <height>4-col</height>
@ -133,17 +142,17 @@
<control type="label"> <control type="label">
<description>Addon Title</description> <description>Addon Title</description>
<visible>!isempty(ListItem.Property(Addon.Creator))</visible> <visible>!isempty(ListItem.Property(Addon.Creator))</visible>
<posx>6-col</posx> <posx>9-col</posx>
<posy>36</posy> <posy>58</posy>
<width>10-col-gutter</width> <width>10-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>mediumStrong</font> <font>medium</font>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="textbox" id="400"> <control type="textbox" id="400">
<posx>6-col</posx> <posx>9-col</posx>
<posy>3-row</posy> <posy>4-row</posy>
<font>textbox</font> <font>textbox</font>
<width>10-col-gutter</width> <width>10-col-gutter</width>
<height>160</height> <height>160</height>

View File

@ -7,7 +7,7 @@
<!--About this addon--> <!--About this addon-->
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
<posy>row-3-begin</posy> <posy>row-1-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
@ -35,7 +35,7 @@
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>18-col</width> <width>18-col</width>
<height>21-row</height> <height>24-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
@ -74,7 +74,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>11-row</height> <height>14-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
@ -102,7 +102,7 @@
<posy>4-row</posy> <posy>4-row</posy>
<font>textbox</font> <font>textbox</font>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<height>6-row</height> <height>9-row</height>
<label>$INFO[ListItem.Property(Addon.Description)]</label> <label>$INFO[ListItem.Property(Addon.Description)]</label>
<autoscroll delay="5000" time="1000" repeat="10000"/> <autoscroll delay="5000" time="1000" repeat="10000"/>
</control> </control>
@ -116,7 +116,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>6-col</width>
<height>10-row</height> <height>14-row</height>
<itemgap>3</itemgap> <itemgap>3</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemlayout width="6-col" height="2-row"> <itemlayout width="6-col" height="2-row">
@ -127,7 +127,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -168,7 +168,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -186,41 +186,54 @@
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<item id="1"> <item>
<visible>!substring(ListItem.Property(Addon.path),http,Left)</visible>
<label>31117</label> <label>31117</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>sendclick(146,12)</onclick> <onclick>sendclick(146,12)</onclick>
</item> </item>
<item id="2"> <item>
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,6)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,8)</onclick>
</item>
<item id="5">
<visible>Control.IsEnabled(7)</visible>
<label>$INFO[Control.GetLabel(7)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,7)</onclick>
</item>
<item id="6">
<visible>Control.IsEnabled(9)</visible> <visible>Control.IsEnabled(9)</visible>
<label>$INFO[Control.GetLabel(9)]</label> <label>$INFO[Control.GetLabel(9)]</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
<onclick>SendClick(146,9)</onclick> <onclick>SendClick(146,9)</onclick>
</item> </item>
<item id="7"> <item>
<visible>SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31015]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item>
<visible>!SubString(Control.GetLabel(13),*)</visible>
<label>$LOCALIZE[31013]: $LOCALIZE[31016]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,13)</onclick>
</item>
<item>
<visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,8)</onclick>
</item>
<item>
<visible>Control.IsEnabled(7)</visible>
<label>$INFO[Control.GetLabel(7)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,7)</onclick>
</item>
<item>
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(146,6)</onclick>
</item>
<item>
<visible>Control.IsEnabled(10)</visible> <visible>Control.IsEnabled(10)</visible>
<label>$INFO[Control.GetLabel(10)]</label> <label>$INFO[Control.GetLabel(10)]</label>
<label2></label2> <label2></label2>
@ -253,13 +266,12 @@
<description>Changelog button</description> <description>Changelog button</description>
<label>24036</label> <label>24036</label>
</control> </control>
<control type="button" id="11">
<description>Rollback button</description>
<label>24048</label>
</control>
<control type="button" id="12"> <control type="button" id="12">
<description>Launch addon</description> <description>Launch addon</description>
</control> </control>
<control type="radiobutton" id="13">
<description>Enable / disable auto update</description>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9</defaultcontrol> <defaultcontrol always="true">9</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--configuration options--> <!--configuration options-->
@ -113,7 +113,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -154,7 +154,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">8000</defaultcontrol> <defaultcontrol always="true">8000</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<!--fanart / coverart if available--> <!--fanart / coverart if available-->
@ -135,7 +135,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -187,7 +187,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -325,7 +325,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -377,7 +377,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -0,0 +1,522 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol>9000</defaultcontrol>
<controls>
<control type="group">
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<height>40</height>
<control type="label">
<description>window header label</description>
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<font>regular</font>
<label>$LOCALIZE[15020]</label>
</control>
</control>
<control type="list" id="9000">
<description>processing mode selection list</description>
<posx>0</posx>
<posy>0</posy>
<width>1140</width>
<height>40</height>
<onup>9001</onup>
<ondown>200</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<orientation>horizontal</orientation>
<scrolltime tween="sine" easing="out">200</scrolltime>
<itemlayout width="228" height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>5</posx>
<posy>0</posy>
<width>218</width>
<textcolor>grey3</textcolor>
<font>font13_title</font>
<label>$INFO[ListItem.Label]</label>
<scroll>false</scroll>
</control>
</itemlayout>
<focusedlayout width="228" height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="50" time="0" condition="!Control.HasFocus(9000)">conditional</animation>
</control>
<control type="label">
<posx>5</posx>
<posy>0</posy>
<width>218</width>
<height>40</height>
<textcolor>textActive</textcolor>
<font>regular</font>
<label>$INFO[ListItem.Label]</label>
<scroll>false</scroll>
</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>
<control type="group">
<description>white borders and mode description</description>
<posx>0</posx>
<posy>0</posy>
<width>1140</width>
<height>500</height>
<control type="label">
<description>current mode description label</description>
<posx>0</posx>
<posy>0</posy>
<width>1120</width>
<font>regular</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<label>$INFO[Container(9000).ListItem.Label2]</label>
</control>
</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>
<posy>0</posy>
<width>570</width>
<height>360</height>
<control type="label">
<description>blue available modes</description>
<posx>0</posx>
<posy>0</posy>
<width>550</width>
<font>regular</font>
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
<textcolor>textActive</textcolor>
</control>
<control type="scrollbar" id="60">
<description>scrollbar for available modes list</description>
<posx>0</posx>
<posy>0</posy>
<width>25</width>
<height>350</height>
<onleft>61</onleft>
<onright>20</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</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="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
<focusedlayout height="66" width="528">
<control type="image">
<left>5</left>
<top>8</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<height>50</height>
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(20)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(20)</visible>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
<left>568</left>
<top>0</top>
<width>570</width>
<height>360</height>
<control type="label">
<description>blue active modes</description>
<left>10</left>
<top>2</top>
<width>550</width>
<height>30</height>
<font>font12_title</font>
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="scrollbar" id="61">
<description>scrollbar for active modes list</description>
<left>542</left>
<top>30</top>
<width>25</width>
<height>350</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>21</onleft>
<onright>60</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="21">
<description>active modes list</description>
<left>15</left>
<top>35</top>
<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="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
<focusedlayout height="66" width="528">
<control type="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>60</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(21)">conditional</animation>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<height>50</height>
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
<visible>true</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(21)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(21)</visible>
</control>
</focusedlayout>
</control>
</control>
</control>
<control type="group" id="9001">
<left>55</left>
<top>528</top>
<width>1090</width>
<control type="radiobutton" id="22">
<description>Default RadioButton</description>
<left>0</left>
<top>15</top>
<height>40</height>
<width>280</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>24</onleft>
<onright>23</onright>
<textwidth>252</textwidth>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>15064</label>
<include>ButtonCommonValues</include>
</control>
<control type="button" id="23">
<description>Apply changes button</description>
<left>288</left>
<top>15</top>
<height>40</height>
<width>250</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>22</onleft>
<onright>24</onright>
<font>font13</font>
<disabledcolor>15FFFFFF</disabledcolor>
<textcolor>grey3</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<label>14070</label>
<align>center</align>
</control>
<control type="button" id="24">
<description>Clear active modes button</description>
<left>841</left>
<top>15</top>
<height>40</height>
<width>250</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>23</onleft>
<onright>22</onright>
<font>font13</font>
<disabledcolor>30FFFFFF</disabledcolor>
<textcolor>grey3</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<label>15066</label>
<align>center</align>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-4-begin</posx>
<posy>row-5-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--title-->
<control type="label" id="2">
<posx>24</posx>
<posy>0</posy>
<width>18-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>$LOCALIZE[20077]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<posx>0</posx>
<posy>2-row</posy>
<width>24-col</width>
<height>10-row</height>
<pagecontrol>60</pagecontrol>
<onright>60</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="scrollbar" id="60">
<posx>48r</posx>
<posy>row-5-begin</posy>
<height>23-row</height>
<onleft>5</onleft>
</control>
<control type="button" id="7">
<description>Default Button</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="label" id="14">
<description>Default Label</description>
<label>-</label>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--add further controls here-->
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAudioDSPSettings.xml</label>
</control>
<!--TO BE MOVED-->
<control type="group">
<control type="label">
<description>info label</description>
<left>40</left>
<top>540</top>
<width>720</width>
<font>regular</font>
<label>$INFO[ADSP.MasterInfo]</label>
<textcolor>textActive</textcolor>
</control>
<control type="image">
<description>Audio DSP Image</description>
<left>555</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<visible>!IsEmpty(ADSP.MasterOwnIcon)</visible>
<texture>$INFO[ADSP.MasterOwnIcon]</texture>
</control>
<control type="image">
<description>Audio Codec Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasVideo</visible>
</control>
<control type="image">
<description>Audio Codec Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasAudio</visible>
</control>
<control type="image">
<description>Audio Codec Override Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<visible>!IsEmpty(ADSP.MasterOverrideIcon)</visible>
<texture>$INFO[ADSP.MasterOverrideIcon]</texture>
</control>
<control type="image">
<description>Audio Channels Image</description>
<left>730</left>
<top>540</top>
<width>50</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
</control>
<control type="label">
<description>type label</description>
<left>590</left>
<top>65</top>
<width>720</width>
<font>regular</font>
<label>15042</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
<description>type label</description>
<left>590</left>
<top>100</top>
<width>230</width>
<font>regular</font>
<label>$INFO[ADSP.DetectedStreamType]</label>
<textcolor>textActive</textcolor>
</control>
</control>
</controls>
</window>

View File

@ -237,7 +237,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -278,7 +278,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -30,6 +30,7 @@
</control> </control>
<control type="label" id="401"> <control type="label" id="401">
<description>heading</description> <description>heading</description>
<visible>!StringCompare(control.getlabel(401),control.getlabel(402))</visible>
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<font>itemSubTitle</font> <font>itemSubTitle</font>
@ -44,6 +45,22 @@
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/> <effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation> </animation>
</control> </control>
<control type="label">
<visible>StringCompare(control.getlabel(401),control.getlabel(402))</visible>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>31023</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label" id="402"> <control type="label" id="402">
<description>message</description> <description>message</description>
<posx>24</posx> <posx>24</posx>

View File

@ -249,7 +249,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -290,7 +290,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">10</defaultcontrol> <defaultcontrol always="true">10</defaultcontrol>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
@ -132,7 +132,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -175,7 +175,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9001</defaultcontrol> <defaultcontrol always="true">9001</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
@ -14,8 +14,10 @@
<control type="label" id="1"> <control type="label" id="1">
<description>heading</description> <description>heading</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-48</posy>
<width>8-col</width> <width>8-col</width>
<height>3-row</height>
<wrapmultiline>true</wrapmultiline>
<font>pageTitle</font> <font>pageTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
</control> </control>
@ -60,7 +62,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -101,7 +103,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -340,7 +340,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -381,7 +381,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -363,7 +363,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -404,7 +404,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -108,7 +108,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align> <align>center</align>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -151,7 +151,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align> <align>center</align>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -85,7 +85,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -113,7 +113,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -87,7 +87,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -128,7 +128,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -39,7 +39,7 @@
<width>468</width> <width>468</width>
<height>60</height> <height>60</height>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%] ($LOCALIZE[31152])</label> <label>$INFO[container.foldername]</label>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<!--animations--> <!--animations-->
<animation type="Windowopen"> <animation type="Windowopen">

View File

@ -277,7 +277,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -320,7 +320,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -212,7 +212,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -264,7 +264,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -429,7 +429,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align> <align>center</align>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -472,7 +472,7 @@
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align> <align>center</align>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9001</defaultcontrol> <defaultcontrol always="true">9001</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
@ -17,8 +17,10 @@
<control type="label" id="1"> <control type="label" id="1">
<description>heading</description> <description>heading</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-48</posy>
<width>9-col</width> <width>8-col</width>
<height>3-row</height>
<wrapmultiline>true</wrapmultiline>
<font>pageTitle</font> <font>pageTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
</control> </control>
@ -61,7 +63,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>×</label> <label>×</label>
</control> </control>
@ -94,7 +96,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label></label> <label></label>
</control> </control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">450</defaultcontrol> <defaultcontrol always="true">450</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<!--background--> <!--background-->
@ -169,7 +169,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -212,7 +212,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -79,7 +79,7 @@
<!--busy indicator--> <!--busy indicator-->
<include name="loadingIndicator"> <include name="loadingIndicator">
<control type="group"> <control type="group">
<visible>!IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible> <visible>!isempty(container.foldername) + !IntegerGreaterThan(container.numitems,0) | window.isactive(busydialog)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<!--animations--> <!--animations-->

View File

@ -126,7 +126,7 @@
</control> </control>
<--hub options--> <--hub options-->
<control type="group"> <control type="group">
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(5900) | window.isactive(5000)"> <animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(1100)">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/> <effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation> </animation>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">5</defaultcontrol> <defaultcontrol always="true">5</defaultcontrol>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
@ -93,7 +93,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -134,7 +134,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -83,7 +83,7 @@
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--loading indicator--> <!--loading indicator-->
<!--<include>loadingIndicator</include>--> <include>loadingIndicator</include>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol allways="true">50</defaultcontrol> <defaultcontrol allways="true">50</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
@ -258,7 +258,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -286,7 +286,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">22</defaultcontrol> <defaultcontrol always="true">22</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
@ -310,7 +310,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -351,7 +351,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">15</defaultcontrol> <defaultcontrol always="true">15</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<control type="image"> <control type="image">
@ -123,7 +123,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -164,7 +164,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -16,86 +16,91 @@
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--content title-->
<control type="image">
<posx>0</posx>
<posy>23-row</posy>
<width>fullscreenWidth</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>23-row</posy>
<width>18-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[System.Time] [UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
</control>
<control type="label">
<right>96</right>
<posy>23-row</posy>
<width>8-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>right</align>
<textcolor>textActive</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>0</posx>
<posy>25-row</posy>
<width>fullscreenWidth</width>
<height>5-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="textbox">
<posx>col-1-begin</posx>
<posy>910</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>114</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--options-->
<control type="group"> <control type="group">
<posx>col-17-begin</posx> <posx>col-17-begin</posx>
<posy>0</posy> <posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<!--overlay-->
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>5-col-textbox</width> <width>8-col</width>
<height>2-row</height> <height>fullscreenHeight</height>
<texture>colors/white.png</texture> <texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label"> <control type="image">
<posx>24</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>324</width> <width>8-col</width>
<height>2-row</height> <height>row-5-begin</height>
<aligny>center</aligny> <texture>colors/white.png</texture>
<font>itemTitle</font> <colordiffuse>highlight</colordiffuse>
<textcolor>black</textcolor> <aspectratio>stretch</aspectratio>
<label>$LOCALIZE[31143]: $INFO[VideoPlayer.TimeRemaining]</label>
</control> </control>
<control type="list" id="8001"> <control type="image">
<posx>5-col</posx> <posx>0</posx>
<posy>0</posy> <posy>row-5-begin</posy>
<width>12-col</width> <width>8-col</width>
<height>2-row</height> <height>2-row</height>
<itemgap>0</itemgap> <texture>colors/white.png</texture>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<itemlayout width="1-col" height="2-row"> </control>
<!--content-->
<control type="group">
<posx>24</posx>
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>528</width>
<align>left</align>
<height>3-row</height>
<aligny>center</aligny>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[videoplayer.Title]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>528</width>
<height>2-row</height>
<align>left</align>
<font>regularStrong</font>
<textcolor>black</textcolor>
<label>$INFO[Videoplayer.time] / $INFO[Videoplayer.duration]</label>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>7-row</posy>
<font>textbox</font>
<width>528</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>15-row</height>
<label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--dialog controls-->
<control type="panel" id="8001">
<posx>0</posx>
<posy>24-row</posy>
<width>8-col</width>
<height>6-row</height>
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<itemlayout width="8-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -103,7 +108,7 @@
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -115,17 +120,47 @@
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="1-col" height="2-row"> <focusedlayout width="8-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>1-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -139,6 +174,17 @@
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
</control> </control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout> </focusedlayout>
<content> <content>
<item> <item>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="true">9000</defaultcontrol>
<controls> <controls>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -58,7 +58,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
@ -99,7 +99,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">5</defaultcontrol> <defaultcontrol always="true">5</defaultcontrol>
<onload condition="window.isactive(124)">Control.SetFocus(9123,1)</onload>
<onload condition="window.isactive(123)">Control.SetFocus(9123,2)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<control type="image"> <control type="image">
@ -28,17 +29,26 @@
<!--audio / video options selection--> <!--audio / video options selection-->
<control type="panel" id="9123"> <control type="panel" id="9123">
<posx>24</posx> <posx>0</posx>
<posy>-24</posy> <posy>-16</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<ondown>5</ondown> <ondown>5</ondown>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row"> <itemlayout width="4-col" height="2-row">
<control type="label"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<aligny>center</aligny> <aligny>center</aligny>
@ -50,18 +60,18 @@
<focusedlayout width="4-col" height="78"> <focusedlayout width="4-col" height="78">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>62</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>4-col-textbox</width>
<height>9</height> <height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation> <animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<aligny>center</aligny> <aligny>center</aligny>
@ -83,27 +93,6 @@
</item> </item>
</content> </content>
</control> </control>
<!--current page marker-->
<control type="image">
<visible>window.isactive(124) + !control.hasfocus(9123)</visible>
<posx>24</posx>
<posy>38</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>window.isactive(123) + !control.hasfocus(9123)</visible>
<posx>312</posx>
<posy>38</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<description>Control Area</description> <description>Control Area</description>
<posx>0</posx> <posx>0</posx>

View File

@ -70,6 +70,7 @@
<height>2-row</height> <height>2-row</height>
<font>largeStrong</font> <font>largeStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>background</shadowcolor>
<label>[B]$INFO[container.foldername][/B]</label> <label>[B]$INFO[container.foldername][/B]</label>
</control> </control>
</control> </control>

View File

@ -4,7 +4,7 @@
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posy>0</posy> <posy>0</posy>
<posx>-966</posx> <posx>-966</posx>
<control type="image"> <control type="image">
@ -38,7 +38,7 @@
<!--overlay--> <!--overlay-->
<control type="image"> <control type="image">
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posx>949</posx> <posx>949</posx>
<posy>0</posy> <posy>0</posy>
<width>972</width> <width>972</width>
@ -54,7 +54,7 @@
<control type="group"> <control type="group">
<posx>col-13-begin</posx> <posx>col-13-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
@ -71,7 +71,7 @@
<control type="group"> <control type="group">
<!--tvhsow library-sourced episode list--> <!--tvhsow library-sourced episode list-->
<control type="panel" id="52"> <control type="panel" id="52">
<visible>container.content(episodes) + !Substring(Container.folderpath,plugin)</visible> <visible>!isempty(container.folderpath) + container.content(episodes) + !Substring(Container.folderpath,plugin)</visible>
<posx>col-13-begin</posx> <posx>col-13-begin</posx>
<posy>row-8-begin</posy> <posy>row-8-begin</posy>
<width>12-col</width> <width>12-col</width>

View File

@ -49,7 +49,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label></label> <label></label>
@ -138,7 +138,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label></label> <label></label>

View File

@ -2,7 +2,7 @@
<includes> <includes>
<include name="seasons"> <include name="seasons">
<control type="group"> <control type="group">
<visible>container.content(seasons) + !container.content(episodes)</visible> <visible>!isempty(container.folderpath) + container.content(seasons) + !container.content(episodes)</visible>
<!--fanart--> <!--fanart-->
<control type="group"> <control type="group">
@ -43,6 +43,7 @@
<height>2-row</height> <height>2-row</height>
<font>largeStrong</font> <font>largeStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>background</shadowcolor>
<label>[B]$INFO[container.foldername][/B] [COLOR highlight]$INFO[listitem.genre][/COLOR]</label> <label>[B]$INFO[container.foldername][/B] [COLOR highlight]$INFO[listitem.genre][/COLOR]</label>
</control> </control>
</control> </control>
@ -71,7 +72,7 @@
<!--content--> <!--content-->
<control type="panel" id="58"> <control type="panel" id="58">
<visible>!StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible> <visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-17-begin</posy> <posy>row-17-begin</posy>
<width>24-col</width> <width>24-col</width>

View File

@ -35,7 +35,7 @@
<width>8-col</width> <width>8-col</width>
<height>8-col</height> <height>8-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="defaultAlbumCover.png" border="0">$INFO[ListItem.art(thumb)]</texture> <texture fallback="defaultAlbumCover.png" diffuse="masks/discSurface.png" border="0">$INFO[ListItem.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<fadetime>500</fadetime> <fadetime>500</fadetime>
@ -105,7 +105,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label></label> <label></label>
@ -195,7 +195,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label></label> <label></label>

View File

@ -5,7 +5,7 @@
<control type="group"> <control type="group">
<visible>container.content(addons)</visible> <visible>container.content(addons)</visible>
<control type="panel" id="59"> <control type="panel" id="59">
<visible>!StringCompare(container.foldername,files) + !container.content(movies) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin)</visible> <visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin)</visible>
<posx>78</posx> <posx>78</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>1800</width>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1100"> <window type="dialog" id="1100">
<defaultcontrol always="true">6000</defaultcontrol> <defaultcontrol always="true">6000</defaultcontrol>
<onload>Skin.Reset(menuItemType)</onload> <onload>Skin.Reset(menuItemType)</onload>
<onload>Skin.SetString(currentAddonSourceSlot,$VAR[customAddonSourceSlot])</onload> <onload>Skin.SetString(currentAddonSourceSlot,$VAR[customAddonSourceSlot])</onload>
<onload condition="stringcompare(skin.string(menuItemTypeFilter),video)">Skin.SetString(menuItemType,videoAddon)</onload> <onload condition="stringcompare(skin.string(menuItemTypeFilter),video)">Skin.SetString(menuItemType,videoAddon)</onload>
@ -140,12 +140,12 @@
<onright>dialog.close(1100)</onright> <onright>dialog.close(1100)</onright>
<itemlayout width="col-7-begin" height="2-row"> <itemlayout width="col-7-begin" height="2-row">
<control type="label"> <control type="label">
<posx>60</posx> <posx>52</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<label></label> <label></label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -173,12 +173,12 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>60</posx> <posx>52</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<label></label> <label></label>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -72,7 +72,9 @@
<width>4-col</width> <width>4-col</width>
<height>4-col</height> <height>4-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="defaultAlbumCover.png" diffuse="masks/circle.png" border="0">$INFO[musicplayer.cover]</texture> <texture fallback="defaultAlbumCover.png" diffuse="masks/discSurface.png" border="0">$INFO[Player.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>500</fadetime> <fadetime>500</fadetime>
</control> </control>
</control> </control>

View File

@ -197,7 +197,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -249,7 +249,7 @@
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -316,7 +316,7 @@
</control> </control>
</control> </control>
<!--cast and crew toggle--> <!--cast and crew toggle-->
<control type="group"> <control type="group">
<visible>skin.string(showcast,true)</visible> <visible>skin.string(showcast,true)</visible>

View File

@ -1539,7 +1539,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -1567,7 +1567,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -326,7 +326,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -354,7 +354,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -566,7 +566,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -594,7 +594,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -181,7 +181,7 @@
<description>Add item</description> <description>Add item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -197,7 +197,7 @@
<description>Remove item</description> <description>Remove item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -241,7 +241,7 @@
<description>Add item</description> <description>Add item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -257,7 +257,7 @@
<description>Remove item</description> <description>Remove item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -310,7 +310,7 @@
<description>Add item</description> <description>Add item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -326,7 +326,7 @@
<description>Remove item</description> <description>Remove item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -370,7 +370,7 @@
<description>Add item</description> <description>Add item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -386,7 +386,7 @@
<description>Remove item</description> <description>Remove item</description>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbol</font> <font>symbolLarge</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus>colors/unselected.png</texturenofocus> <texturenofocus>colors/unselected.png</texturenofocus>
<label></label> <label></label>
@ -414,7 +414,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -442,7 +442,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -249,7 +249,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -277,7 +277,7 @@
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<font>symbol</font> <font>symbolLarge</font>
<textcolor>black</textcolor> <textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>

View File

@ -251,7 +251,7 @@
<!--sorting and misc controls--> <!--sorting and misc controls-->
<control type="group" id="61"> <control type="group" id="61">
<animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(5900) | window.isactive(1100)"> <animation type="Conditional" condition="!controlgroup(9002).hasfocus | window.isactive(1100)">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/> <effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation> </animation>

View File

@ -20,15 +20,28 @@
- [REMOVED] DialogPVRRecordingInfo.xml - [REMOVED] DialogPVRRecordingInfo.xml
- [REMOVED] VisualisationPresetList.xml - [REMOVED] VisualisationPresetList.xml
- [NEW] DialogAudioDSPManager.xml
- [NEW] DialogAudioDSPSettings.xml
- [MODIFIED] DialogAddonInfo.xml - remove button id="11" - [MODIFIED] DialogAddonInfo.xml - remove button id="11"
- [MODIFIED] DialogKaiToast.xml - remove ID's 403-405 - [MODIFIED] DialogKaiToast.xml - remove ID's 403-405
- [MODIFIED] DialogVideoInfo.xml - add button ID 7, replace user rating value - [MODIFIED] DialogVideoInfo.xml - add button ID 7, replace user rating value
- [MODIFIED] MyMusicNav.xml - remove files node button - [MODIFIED] MyMusicNav.xml - remove files node button
***To do*** ***To do***
on startup: add check for parent folder items: system.getbool(showparentdiritems) Better video / audio settings handling (use a button instead)
Info screen rework for the OSD (match movie info style instead)
Check extra button to dialogAddonInfo.xml (auto update)
Music smartplaylists
Touch support for file seeking etc
on startup: add check for parent folder items and warn user to turn off: system.getbool(showparentdiritems)
Pictures section update Pictures section update
@ -36,14 +49,10 @@ DialogPVRinfo - button update
Radio RDS test Radio RDS test
Touchscreen controls - get Android tablet for testing Touchscreen controls on Android tablets
Addons manager - clean up a bit.
Expand menu system to add options for sub menu etc (see xbox NXE for inspiration) Expand menu system to add options for sub menu etc (see xbox NXE for inspiration)
Android file view is not working properly.
[B]0.1.0[/B] [B]0.1.0[/B]
- Initial Commit - Initial Commit

View File

@ -77,10 +77,22 @@ msgctxt "#31012"
msgid "Video Library" msgid "Video Library"
msgstr "" msgstr ""
msgctxt "#31013"
msgid "Auto Update"
msgstr ""
msgctxt "#31014" msgctxt "#31014"
msgid "title(s)" msgid "title(s)"
msgstr "" msgstr ""
msgctxt "#31015"
msgid "On"
msgstr ""
msgctxt "#31016"
msgid "Off"
msgstr ""
msgctxt "#31017" msgctxt "#31017"
msgid "Channels" msgid "Channels"
msgstr "" msgstr ""
@ -105,6 +117,10 @@ msgctxt "#31022"
msgid "Select Items" msgid "Select Items"
msgstr "" msgstr ""
msgctxt "#31023"
msgid "Notification"
msgstr ""
msgctxt "#31029" msgctxt "#31029"
msgid "Current playlist" msgid "Current playlist"
msgstr "" msgstr ""

BIN
media/addonDefaultBG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 KiB

BIN
media/masks/discSurface.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB