Compare commits

..

No commits in common. "leia" and "master" have entirely different histories.
leia ... master

145 changed files with 2562 additions and 2531 deletions

View File

@ -18,7 +18,7 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="9000"> <control type="group" id="9000">
<posx>0</posx> <posx>0</posx>
<posy>130</posy> <posy>130</posy>
<control type="button" id="2"> <control type="button" id="2">
@ -26,7 +26,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -45,11 +45,12 @@
</control> </control>
<control type="togglebutton" id="4"> <control type="togglebutton" id="4">
<description>Sort asc</description> <description>Sort asc</description>
<label>31062</label> <posx>250</posx>
<altlabel>31061</altlabel> <posy>58</posy>
<onleft>50</onleft> <label>-</label>
<onleft>3</onleft>
<onright>50</onright> <onright>50</onright>
<onup>3</onup> <onup>2</onup>
<ondown>5</ondown> <ondown>5</ondown>
</control> </control>
<control type="radiobutton" id="5"> <control type="radiobutton" id="5">
@ -131,6 +132,5 @@
</control> </control>
<include>WindowTitleButtonsMedia</include> <include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -60,7 +60,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font18</font> <font>font18</font>
<label>$INFO[ListItem.AddonName]</label> <label>$INFO[ListItem.Property(Addon.Name)]</label>
<textcolor>green</textcolor> <textcolor>green</textcolor>
</control> </control>
<control type="group"> <control type="group">
@ -84,7 +84,7 @@
<posy>0</posy> <posy>0</posy>
<width>440</width> <width>440</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.AddonType]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Type)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -108,7 +108,7 @@
<posy>30</posy> <posy>30</posy>
<width>440</width> <width>440</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -132,7 +132,7 @@
<posy>60</posy> <posy>60</posy>
<width>440</width> <width>440</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.AddonVersion]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -156,7 +156,7 @@
<posy>90</posy> <posy>90</posy>
<width>125</width> <width>125</width>
<height>25</height> <height>25</height>
<texture>$INFO[ListItem.AddonStarRating]</texture> <texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
</control> </control>
<control type="label"> <control type="label">
<description>Summary txt</description> <description>Summary txt</description>
@ -176,7 +176,7 @@
<posy>120</posy> <posy>120</posy>
<width>440</width> <width>440</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.AddonSummary]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Summary)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -203,7 +203,7 @@
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
</control> </control>
<control type="group"> <control type="group">
<visible>!IsEmpty(ListItem.AddonDisclaimer) | !IsEmpty(ListItem.AddonBroken)</visible> <visible>!IsEmpty(ListItem.Property(Addon.Disclaimer)) | !IsEmpty(ListItem.Property(Addon.Broken))</visible>
<control type="label"> <control type="label">
<description>Description Page Count</description> <description>Description Page Count</description>
<posx>520</posx> <posx>520</posx>
@ -221,7 +221,7 @@
<posx>530</posx> <posx>530</posx>
<posy>170</posy> <posy>170</posy>
<subtype>page</subtype> <subtype>page</subtype>
<font></font> <font>-</font>
<onleft>61</onleft> <onleft>61</onleft>
<onright>9000</onright> <onright>9000</onright>
<ondown>noop</ondown> <ondown>noop</ondown>
@ -238,11 +238,11 @@
<font>font12</font> <font>font12</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label> <label>$INFO[ListItem.Property(Addon.Description)]</label>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
</control> </control>
<control type="group"> <control type="group">
<visible>IsEmpty(ListItem.AddonBroken))</visible> <visible>IsEmpty(ListItem.Property(Addon.Broken))</visible>
<control type="label"> <control type="label">
<description>Disclaimer txt</description> <description>Disclaimer txt</description>
<posx>0</posx> <posx>0</posx>
@ -261,7 +261,7 @@
<posy>445</posy> <posy>445</posy>
<width>830</width> <width>830</width>
<height>25</height> <height>25</height>
<label>$INFO[ListItem.AddonDisclaimer]</label> <label>$INFO[ListItem.Property(Addon.Disclaimer)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -270,7 +270,7 @@
</control> </control>
</control> </control>
<control type="group"> <control type="group">
<visible>!IsEmpty(ListItem.Addon.Broken)</visible> <visible>!IsEmpty(ListItem.Property(Addon.Broken))</visible>
<control type="label"> <control type="label">
<description>Disclaimer txt</description> <description>Disclaimer txt</description>
<posx>0</posx> <posx>0</posx>
@ -289,7 +289,7 @@
<posy>445</posy> <posy>445</posy>
<width>830</width> <width>830</width>
<height>25</height> <height>25</height>
<label>$INFO[ListItem.AddonBroken]</label> <label>$INFO[ListItem.Property(Addon.Broken)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -299,7 +299,7 @@
</control> </control>
</control> </control>
<control type="group"> <control type="group">
<visible>IsEmpty(ListItem.AddonDisclaimer) + IsEmpty(ListItem.AddonBroken)</visible> <visible>IsEmpty(ListItem.Property(Addon.Disclaimer)) + IsEmpty(ListItem.Property(Addon.Broken))</visible>
<control type="label"> <control type="label">
<description>Description Page Count</description> <description>Description Page Count</description>
<posx>520</posx> <posx>520</posx>
@ -317,7 +317,7 @@
<posx>530</posx> <posx>530</posx>
<posy>170</posy> <posy>170</posy>
<subtype>page</subtype> <subtype>page</subtype>
<font></font> <font>-</font>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>noop</ondown> <ondown>noop</ondown>
@ -334,7 +334,7 @@
<font>font12</font> <font>font12</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label> <label>$INFO[ListItem.Property(Addon.Description)]</label>
<pagecontrol>61</pagecontrol> <pagecontrol>61</pagecontrol>
</control> </control>
</control> </control>

View File

@ -1,13 +1,12 @@
<window> <window>
<defaultcontrol>9</defaultcontrol> <defaultcontrol>9</defaultcontrol>
<coordinates> <coordinates>
<system>1</system>
<posx>165</posx> <posx>165</posx>
<posy>35</posy> <posy>35</posy>
</coordinates> </coordinates>
<include>dialogeffect</include> <include>dialogeffect</include>
<controls> <controls>
<control type="group">
<description>Dialog Background and Header</description>
<control type="image"> <control type="image">
<description>background image</description> <description>background image</description>
<posx>0</posx> <posx>0</posx>
@ -25,7 +24,7 @@
<height>650</height> <height>650</height>
<texture border="40">DialogFront.png</texture> <texture border="40">DialogFront.png</texture>
</control> </control>
<control type="label" id="2"> <control type="label" id="20">
<description>heading label</description> <description>heading label</description>
<posx>40</posx> <posx>40</posx>
<posy>40</posy> <posy>40</posy>
@ -34,7 +33,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font18</font> <font>font18</font>
<label></label> <label>$LOCALIZE[24003]</label>
<textcolor>dialogheader</textcolor> <textcolor>dialogheader</textcolor>
</control> </control>
<control type="button"> <control type="button">
@ -50,19 +49,58 @@
<height>4</height> <height>4</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
</control> <control type="grouplist" id="9">
<control type="grouplist" id="9001"> <description>Button area</description>
<description>OK, Cancel and Default buttons</description> <posx>705</posx>
<left>0</left> <posy>95</posy>
<top>520</top> <width>200</width>
<width>950</width> <height>390</height>
<height>35</height>
<align>center</align>
<itemgap>5</itemgap> <itemgap>5</itemgap>
<orientation>horizontal</orientation> <pagecontrol>-</pagecontrol>
<onup>12</onup>
<ondown>10</ondown>
<onleft>60</onleft>
<onright>2</onright>
<animation effect="slide" start="0,0" end="-10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation> <animation effect="slide" start="0,0" end="-10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<control type="button" id="28"> </control>
<control type="grouplist" id="2">
<description>control area</description>
<posx>40</posx>
<posy>95</posy>
<width>635</width>
<height>510</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onup>2</onup>
<ondown>2</ondown>
<onleft>9</onleft>
<onright>60</onright>
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
</control>
<control type="scrollbar" id="60">
<posx>680</posx>
<posy>95</posy>
<width>20</width>
<height>510</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>2</onleft>
<onright>9</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9001">
<posx>705</posx>
<posy>490</posy>
<animation effect="slide" start="0,0" end="-10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<control type="button" id="10">
<description>OK Button</description> <description>OK Button</description>
<posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>200</width> <width>200</width>
<height>35</height> <height>35</height>
@ -72,14 +110,15 @@
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<label>186</label> <label>186</label>
<onleft>30</onleft> <onleft>60</onleft>
<onright>29</onright> <onright>2</onright>
<onup>5</onup> <onup>9</onup>
<ondown>5</ondown> <ondown>11</ondown>
</control> </control>
<control type="button" id="29"> <control type="button" id="11">
<description>Cancel Button</description> <description>Cancel Button</description>
<posy>0</posy> <posx>0</posx>
<posy>40</posy>
<width>200</width> <width>200</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
@ -88,14 +127,15 @@
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<label>222</label> <label>222</label>
<onleft>28</onleft> <onleft>60</onleft>
<onright>29</onright> <onright>2</onright>
<onup>5</onup> <onup>10</onup>
<ondown>5</ondown> <ondown>12</ondown>
</control> </control>
<control type="button" id="30"> <control type="button" id="12">
<description>Defaults Button</description> <description>Defaults Button</description>
<posy>0</posy> <posx>0</posx>
<posy>80</posy>
<width>200</width> <width>200</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
@ -104,121 +144,68 @@
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<label>409</label> <label>409</label>
<onleft>29</onleft> <onleft>60</onleft>
<onright>28</onright> <onright>2</onright>
<onup>5</onup> <onup>11</onup>
<ondown>5</ondown> <ondown>9</ondown>
</control> </control>
</control> </control>
<control type="group">
<left>90</left> <control type="button" id="13">
<top>90</top> <description>Default Catagory Button</description>
<control type="grouplist" id="3"> <width>200</width>
<description>Categories Area</description> <height>35</height>
<left>0</left>
<top>0</top>
<width>759</width>
<height>40</height>
<itemgap>5</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<onleft>3</onleft>
<onright>3</onright>
<onup>9001</onup>
<ondown>5</ondown>
</control>
<control type="button" id="10">
<description>Default Category Button</description>
<width>186</width>
<height>40</height>
<textoffsetx>20</textoffsetx>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</control> </control>
</control> <control type="button" id="3">
<control type="group">
<control type="grouplist" id="5">
<description>control area</description>
<left>70</left>
<top>150</top>
<width>800</width>
<height>360</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onup>3</onup>
<ondown>9001</ondown>
<onleft>9001</onleft>
<onright>60</onright>
</control>
<control type="scrollbar" id="60">
<posx>880</posx>
<posy>150</posy>
<width>20</width>
<height>360</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>5</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>Default Button</description> <description>Default Button</description>
<height>40</height> <height>35</height>
<font>font13</font> <font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="4">
<description>Default RadioButton</description> <description>Default RadioButton</description>
<height>40</height> <height>35</height>
<font>font13</font> <font>font12</font>
<textwidth>695</textwidth> <texturefocus border="3">button-focus.png</texturefocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
</control> </control>
<control type="spincontrolex" id="9"> <control type="spincontrolex" id="5">
<description>Default SpinControlex</description> <description>Default spincontrolex</description>
<height>40</height> <height>35</height>
<font>font13</font> <texturefocus border="3">button-focus.png</texturefocus>
<textcolor>grey2</textcolor> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<focusedcolor>white</focusedcolor> <font>font12</font>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<aligny>center</aligny> <aligny>center</aligny>
<reverse>yes</reverse>
</control> </control>
<control type="image" id="11"> <control type="sliderex" id="8">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description> <description>Default Slider</description>
<height>40</height> <height>35</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturefocus border="5">button-focus2.png</texturefocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<font>font13</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
</control> </control>
<control type="image" id="6">
<description>Default Seperator</description>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label" id="7">
<description>Separator label</description>
<label></label>
<height>25</height>
<font>font12</font>
<align>center</align>
<aligny>bottom</aligny>
<textcolor>green</textcolor>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -63,7 +63,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">
@ -279,7 +279,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">

View File

@ -1,6 +1,7 @@
<window> <window>
<defaultcontrol always="true">35</defaultcontrol> <defaultcontrol always="true">35</defaultcontrol>
<coordinates> <coordinates>
<system>1</system>
<posx>0</posx> <posx>0</posx>
<posy>320</posy> <posy>320</posy>
</coordinates> </coordinates>
@ -14,7 +15,7 @@
<height>116</height> <height>116</height>
<texture border="1,11,1,23">sub-background.png</texture> <texture border="1,11,1,23">sub-background.png</texture>
</control> </control>
<control type="grouplist" id="1000"> <control type="grouplist">
<posx>0</posx> <posx>0</posx>
<posy>5</posy> <posy>5</posy>
<width>1280</width> <width>1280</width>
@ -34,7 +35,7 @@
<alttexturenofocus>sub-nomaster-nofocus.png</alttexturenofocus> <alttexturenofocus>sub-nomaster-nofocus.png</alttexturenofocus>
<onclick>xbmc.mastermode</onclick> <onclick>xbmc.mastermode</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<visible>System.HasLocks</visible> <visible>System.HasLocks</visible>
<visible>System.Loggedon</visible> <visible>System.Loggedon</visible>
</control> </control>
@ -46,7 +47,7 @@
<texturenofocus>sub-info-nofocus.png</texturenofocus> <texturenofocus>sub-info-nofocus.png</texturenofocus>
<onclick>XBMC.ActivateWindow(7)</onclick> <onclick>XBMC.ActivateWindow(7)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>130</label> <label>130</label>
<visible>System.Loggedon</visible> <visible>System.Loggedon</visible>
</control> </control>
@ -59,13 +60,13 @@
<onclick>dialog.close(all,true)</onclick> <onclick>dialog.close(all,true)</onclick>
<onclick>system.logoff</onclick> <onclick>system.logoff</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>$LOCALIZE[20126] $INFO[system.profilename]</label> <label>$LOCALIZE[20126] $INFO[system.profilename]</label>
<visible>System.HasLoginScreen</visible> <visible>System.HasLoginScreen</visible>
<visible>System.Loggedon</visible> <visible>System.Loggedon</visible>
</control> </control>
<control type="button" id="13"> <control type="button" id="13">
<description>Exit Kodi</description> <description>Exit xbmc</description>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-exit-focus.gif</texturefocus> <texturefocus>sub-exit-focus.gif</texturefocus>
@ -73,14 +74,12 @@
<onclick>dialog.close(all,true)</onclick> <onclick>dialog.close(all,true)</onclick>
<onclick>XBMC.Quit()</onclick> <onclick>XBMC.Quit()</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>$LOCALIZE[13012]</label> <label>$LOCALIZE[13012] XBMC</label>
<visible>System.ShowExitButton</visible> <visible>System.ShowExitButton</visible>
</control> </control>
<control type="grouplist" id="14"> <control type="group" id="14">
<width>80</width> <width>80</width>
<height>81</height>
<orientation>Vertical</orientation>
<defaultcontrol always="true">35</defaultcontrol> <defaultcontrol always="true">35</defaultcontrol>
<control type="button" id="30"> <control type="button" id="30">
<description>30min ShutdownTimer button</description> <description>30min ShutdownTimer button</description>
@ -88,15 +87,15 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),30)</onclick> <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),30)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<onleft>13</onleft> <onleft>13</onleft>
<onright>15</onright> <onright>15</onright>
<onup>31</onup> <onup>31</onup>
<ondown>35</ondown> <ondown>35</ondown>
<font></font> <font>-</font>
<label>20147</label> <label>20147</label>
</control> </control>
<control type="button" id="31"> <control type="button" id="31">
@ -105,15 +104,15 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),60)</onclick> <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),60)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<onleft>13</onleft> <onleft>13</onleft>
<onright>15</onright> <onright>15</onright>
<onup>32</onup> <onup>32</onup>
<ondown>30</ondown> <ondown>30</ondown>
<font></font> <font>-</font>
<label>20148</label> <label>20148</label>
</control> </control>
<control type="button" id="32"> <control type="button" id="32">
@ -122,15 +121,15 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),120)</onclick> <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),120)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<onleft>13</onleft> <onleft>13</onleft>
<onright>15</onright> <onright>15</onright>
<onup>33</onup> <onup>33</onup>
<ondown>31</ondown> <ondown>31</ondown>
<font></font> <font>-</font>
<label>20149</label> <label>20149</label>
</control> </control>
<control type="button" id="33"> <control type="button" id="33">
@ -139,15 +138,15 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown())</onclick> <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown())</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<onleft>13</onleft> <onleft>13</onleft>
<onright>15</onright> <onright>15</onright>
<onup>34</onup> <onup>34</onup>
<ondown>32</ondown> <ondown>32</ondown>
<font></font> <font>-</font>
<label>20150</label> <label>20150</label>
</control> </control>
<control type="button" id="34"> <control type="button" id="34">
@ -157,15 +156,15 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.CancelAlarm(shutdowntimer)</onclick> <onclick>XBMC.CancelAlarm(shutdowntimer)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<onleft>13</onleft> <onleft>13</onleft>
<onright>15</onright> <onright>15</onright>
<onup>35</onup> <onup>35</onup>
<ondown>33</ondown> <ondown>33</ondown>
<font></font> <font>-</font>
<label>20151</label> <label>20151</label>
</control> </control>
<control type="button" id="35"> <control type="button" id="35">
@ -174,7 +173,7 @@
<posy>0</posy> <posy>0</posy>
<width>80</width> <width>80</width>
<height>81</height> <height>81</height>
<texturefocus>sub-shutdown-focus.gif</texturefocus> <texturefocus>-</texturefocus>
<texturenofocus>sub-shutdown-nofocus.png</texturenofocus> <texturenofocus>sub-shutdown-nofocus.png</texturenofocus>
<onclick>XBMC.Shutdown()</onclick> <onclick>XBMC.Shutdown()</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
@ -182,7 +181,7 @@
<onright>15</onright> <onright>15</onright>
<onup>30</onup> <onup>30</onup>
<ondown>34</ondown> <ondown>34</ondown>
<font></font> <font>-</font>
<label>13005</label> <label>13005</label>
</control> </control>
<control type="image"> <control type="image">
@ -206,7 +205,7 @@
<onclick>XBMC.Suspend()</onclick> <onclick>XBMC.Suspend()</onclick>
<onclick>dialog.close(all,true)</onclick> <onclick>dialog.close(all,true)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>13011</label> <label>13011</label>
<visible>!Skin.HasSetting(ShutdownUseHibernate)</visible> <visible>!Skin.HasSetting(ShutdownUseHibernate)</visible>
<visible>System.CanSuspend</visible> <visible>System.CanSuspend</visible>
@ -222,7 +221,7 @@
<onclick>XBMC.Hibernate()</onclick> <onclick>XBMC.Hibernate()</onclick>
<onclick>dialog.close(all,true)</onclick> <onclick>dialog.close(all,true)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>13010</label> <label>13010</label>
<visible>Skin.HasSetting(ShutdownUseHibernate)</visible> <visible>Skin.HasSetting(ShutdownUseHibernate)</visible>
<visible>System.CanHibernate</visible> <visible>System.CanHibernate</visible>
@ -237,7 +236,7 @@
<texturenofocus>sub-favs-nofocus.png</texturenofocus> <texturenofocus>sub-favs-nofocus.png</texturenofocus>
<onclick>XBMC.ActivateWindow(Favourites)</onclick> <onclick>XBMC.ActivateWindow(Favourites)</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>1036</label> <label>1036</label>
<visible>System.Loggedon</visible> <visible>System.Loggedon</visible>
</control> </control>
@ -251,7 +250,7 @@
<texturenofocus>sub-reboot-nofocus.png</texturenofocus> <texturenofocus>sub-reboot-nofocus.png</texturenofocus>
<onclick>XBMC.Reset()</onclick> <onclick>XBMC.Reset()</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>13013</label> <label>13013</label>
</control> </control>
<control type="button" id="19"> <control type="button" id="19">
@ -264,7 +263,7 @@
<texturefocus>sub-eject-focus.gif</texturefocus> <texturefocus>sub-eject-focus.gif</texturefocus>
<onclick>XBMC.EjectTray()</onclick> <onclick>XBMC.EjectTray()</onclick>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
<font></font> <font>-</font>
<label>$LOCALIZE[13391] $LOCALIZE[155]</label> <label>$LOCALIZE[13391] $LOCALIZE[155]</label>
<visible>System.Loggedon + System.HasMediaDVD</visible> <visible>System.Loggedon + System.HasMediaDVD</visible>
</control> </control>
@ -293,7 +292,7 @@
</control> </control>
<control type="image" id="0"> <control type="image" id="0">
<posx>0</posx> <posx>0</posx>
<posy>150</posy> <posy>110</posy>
<width>1280</width> <width>1280</width>
<height>50</height> <height>50</height>
<colordiffuse>CCFFFFFF</colordiffuse> <colordiffuse>CCFFFFFF</colordiffuse>
@ -302,33 +301,13 @@
<control type="label" id="3100"> <control type="label" id="3100">
<description>Label control</description> <description>Label control</description>
<posx>0</posx> <posx>0</posx>
<posy>150</posy> <posy>110</posy>
<width>1280</width> <width>1280</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="group">
<left>578</left>
<top>-30</top>
<control type="image">
<description>Up arrow</description>
<left>0</left>
<top>0</top>
<width>40</width>
<height>30</height>
<texture>arrow-big-up.png</texture>
</control>
<control type="image">
<description>Down Arrow</description>
<left>0</left>
<top>125</top>
<width>40</width>
<height>30</height>
<texture>arrow-big-down.png</texture>
</control>
</control>
</controls> </controls>
</window> </window>

View File

@ -1,31 +1,32 @@
<window> <window>
<defaultcontrol always="true">10</defaultcontrol> <defaultcontrol always="true">10</defaultcontrol>
<coordinates> <coordinates>
<left>290</left> <system>1</system>
<top>210</top> <posx>290</posx>
<posy>210</posy>
</coordinates> </coordinates>
<include>dialogeffect</include> <include>dialogeffect</include>
<controls> <controls>
<control type="image"> <control type="image">
<description>background image</description> <description>background image</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>700</width> <width>700</width>
<height>300</height> <height>300</height>
<texture border="40">DialogBack.png</texture> <texture border="40">DialogBack.png</texture>
</control> </control>
<control type="image"> <control type="image">
<description>background image</description> <description>background image</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>700</width> <width>700</width>
<height>300</height> <height>300</height>
<texture border="40">DialogFront.png</texture> <texture border="40">DialogFront.png</texture>
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<description>heading label</description> <description>heading label</description>
<left>40</left> <posx>40</posx>
<top>40</top> <posy>40</posy>
<width>620</width> <width>620</width>
<height>30</height> <height>30</height>
<align>center</align> <align>center</align>
@ -35,40 +36,49 @@
<textcolor>dialogheader</textcolor> <textcolor>dialogheader</textcolor>
</control> </control>
<control type="image"> <control type="image">
<left>40</left> <posx>40</posx>
<top>78</top> <posy>78</posy>
<width>620</width> <width>620</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="textbox" id="9"> <control type="label" id="2">
<description>dialog line 1</description> <description>dialog line 1</description>
<left>40</left> <posx>40</posx>
<top>80</top> <posy>85</posy>
<width>620</width> <width>620</width>
<height>100</height> <height>30</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>-</label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="progress" id="20"> <control type="label" id="3">
<description>Progressbar</description> <description>dialog line 2</description>
<left>60</left> <posx>40</posx>
<top>168</top> <posy>115</posy>
<width>580</width>
<height>20</height>
<info>System.Progressbar</info>
</control>
<control type="grouplist" id="9000">
<left>40</left>
<top>200</top>
<width>620</width> <width>620</width>
<height>30</height>
<align>center</align> <align>center</align>
<orientation>horizontal</orientation>
<aligny>center</aligny> <aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>40</posx>
<posy>145</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="button" id="11"> <control type="button" id="11">
<description>Yes button</description> <description>Yes button</description>
<posx>145</posx>
<posy>215</posy>
<width>200</width> <width>200</width>
<height>35</height> <height>35</height>
<label>107</label> <label>107</label>
@ -78,9 +88,15 @@
<align>center</align> <align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>11</onup>
<ondown>11</ondown>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
<description>No button</description> <description>No button</description>
<posx>355</posx>
<posy>215</posy>
<width>200</width> <width>200</width>
<height>35</height> <height>35</height>
<label>106</label> <label>106</label>
@ -90,16 +106,10 @@
<align>center</align> <align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
</control> <onleft>11</onleft>
<control type="button" id="12"> <onright>11</onright>
<description>custom button</description> <onup>10</onup>
<width>200</width> <ondown>10</ondown>
<height>35</height>
<label>106</label>
<textcolor>grey2</textcolor>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
</control>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -84,7 +84,7 @@
<onleft>5</onleft> <onleft>5</onleft>
<onright>5</onright> <onright>5</onright>
<ondown>5</ondown> <ondown>5</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="40"> <itemlayout height="40">
<control type="image"> <control type="image">

View File

@ -1,26 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol>1000</defaultcontrol> <defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include> <include>dialogeffect</include>
<coordinates> <coordinates>
<left>0</left> <system>1</system>
<top>0</top> <posx>0</posx>
<posy>0</posy>
</coordinates> </coordinates>
<controls> <controls>
<control type="image" id="999"> <control type="image" id="997">
<left>0</left> <description>background top image</description>
<top>0</top> <posx>0</posx>
<posy>-50</posy>
<width>400</width> <width>400</width>
<height>720</height> <height>50</height>
<texture border="80">ContextMenu.png</texture> <texture border="40,40,40,0">ContextMenu_Top.png</texture>
</control> </control>
<control type="grouplist" id="996"> <control type="image" id="999">
<description>grouplist for context buttons</description> <description>background image</description>
<left>42</left> <posx>0</posx>
<top>45</top> <posy>0</posy>
<width>400</width> <width>400</width>
<height max="640">auto</height> <texture border="40,0,40,0">ContextMenu_Middle.png</texture>
<itemgap>2</itemgap> </control>
<control type="image" id="998">
<description>background bottom image</description>
<posx>0</posx>
<width>400</width>
<height>50</height>
<texture border="40,0,40,40">ContextMenu_Bottom.png</texture>
</control> </control>
<control type="button" id="1000"> <control type="button" id="1000">
<description>button template</description> <description>button template</description>

View File

@ -180,9 +180,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_1.png</texturefocus> <texturefocus>osd_button_info_1.png</texturefocus>
<texturenofocus>osd_button_info_1_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
<onleft>2</onleft> <onleft>2</onleft>
@ -196,9 +196,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_2.png</texturefocus> <texturefocus>osd_button_info_2.png</texturefocus>
<texturenofocus>osd_button_info_2_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
<onleft>1</onleft> <onleft>1</onleft>
@ -398,9 +398,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_1.png</texturefocus> <texturefocus>osd_button_info_1.png</texturefocus>
<texturenofocus>osd_button_info_1_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
<onleft>2</onleft> <onleft>2</onleft>
@ -414,9 +414,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_2.png</texturefocus> <texturefocus>osd_button_info_2.png</texturefocus>
<texturenofocus>osd_button_info_2_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
<onleft>1</onleft> <onleft>1</onleft>
@ -725,9 +725,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_1.png</texturefocus> <texturefocus>osd_button_info_1.png</texturefocus>
<texturenofocus>osd_button_info_1_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
<onleft>2</onleft> <onleft>2</onleft>
@ -741,9 +741,9 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>32</height> <height>32</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<texturefocus>osd_button_info_2.png</texturefocus> <texturefocus>osd_button_info_2.png</texturefocus>
<texturenofocus>osd_button_info_2_nofocus.png</texturenofocus> <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
<onleft>1</onleft> <onleft>1</onleft>

View File

@ -50,7 +50,7 @@
<height>30</height> <height>30</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="3"> <control type="label" id="3">
@ -61,7 +61,7 @@
<height>30</height> <height>30</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="4"> <control type="label" id="4">
@ -72,7 +72,7 @@
<height>30</height> <height>30</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
</controls> </controls>

View File

@ -1,28 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">300</defaultcontrol> <defaultcontrol always="true">65</defaultcontrol>
<include>dialogeffect</include> <include>dialogeffect</include>
<depth>DepthDialog+</depth>
<coordinates> <coordinates>
<left>0</left> <system>2</system>
<top>120</top> <posx>0</posx>
<posy>165</posy>
</coordinates> </coordinates>
<controls> <controls>
<control type="group"> <control type="group">
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
<visible>!Window.IsVisible(numericinput)</visible> <visible>!Window.IsVisible(numericinput)</visible>
<control type="image"> <control type="image">
<left>0</left> <posx>0</posx>
<top>0</top> <posy>-10</posy>
<width>1280</width> <width>1280</width>
<height>104</height> <height>104</height>
<aspectratio>stretch</aspectratio> <texture border="1,11,1,23">sub-background.png</texture>
<texture border="20">sub-background.png</texture>
</control> </control>
<control type="label" id="311"> <control type="label" id="311">
<description>dialog Heading</description> <description>dialog Heading</description>
<left>60</left> <posx>60</posx>
<top>10</top> <posy>2</posy>
<width>1160</width> <width>1160</width>
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
@ -30,519 +28,765 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
</control> </control>
<control type="edit" id="312"> <control type="label" id="310">
<description>Edit Text</description> <description>Edit Text</description>
<left>250</left> <posx>20</posx>
<top>40</top> <posy>35</posy>
<width>780</width> <width>1240</width>
<height>50</height> <height>30</height>
<font>font12</font> <font>font12</font>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<texturefocus/>
<texturenofocus/>
</control> </control>
<control type="group">
<posx>290</posx>
<posy>105</posy>
<control type="image"> <control type="image">
<left>230</left> <posx>-45</posx>
<top>50</top> <posy>-45</posy>
<width>820</width> <width>790</width>
<height>350</height> <height>340</height>
<texture border="40">DialogBack.png</texture> <texture border="40">DialogBack.png</texture>
</control> </control>
<control type="image"> <control type="image">
<left>230</left> <posx>-45</posx>
<top>50</top> <posy>-45</posy>
<width>820</width> <width>790</width>
<height>350</height> <height>340</height>
<texture border="40">DialogFront.png</texture> <texture border="40">DialogFront.png</texture>
</control> </control>
<control type="group">
<left>267</left>
<top>92</top>
<!-- 1st row -->
<control type="grouplist">
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="309">
<description>Layout button</description>
<width>140</width>
<height>48</height>
<label>20177</label>
<onup>300</onup>
<ondown>302</ondown>
<texturenofocus border="3,14,27,3">button-nofocus.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="100">
<description>(0,0) key button</description>
<onup>32</onup>
<ondown>120</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="101">
<description>(0,1) key button</description>
<onup>32</onup>
<ondown>121</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="102">
<description>(0,2) key button</description>
<onup>32</onup>
<ondown>122</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="103">
<description>(0,3) key button</description>
<onup>32</onup>
<ondown>123</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="104">
<description>(0,4) key button</description>
<onup>8</onup>
<ondown>124</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="105">
<description>(0,5) key button</description>
<onup>8</onup>
<ondown>125</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="106">
<description>(0,6) key button</description>
<onup>305</onup>
<ondown>126</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="107">
<description>(0,7) key button</description>
<onup>306</onup>
<ondown>127</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="108">
<description>(0,8) key button</description>
<onup>308</onup>
<ondown>128</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="109">
<description>(0,9) key button</description>
<onup>308</onup>
<ondown>129</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="110">
<description>(0,10) key button</description>
<onup>308</onup>
<ondown>130</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="111">
<description>(0,11) key button</description>
<onup>308</onup>
<ondown>131</ondown>
<texturenofocus flipx="true" border="5,25,25,5">button-nofocus.png</texturenofocus>
<texturefocus flipx="true" border="5,25,25,5">button-focus-keyboard.png</texturefocus>
<include>KeyboardButtonCommons</include>
</control>
</control>
<!-- 2nd row -->
<control type="grouplist">
<orientation>horizontal</orientation>
<top>53</top>
<itemgap>2</itemgap>
<control type="radiobutton" id="302">
<description>SHIFT button</description>
<width>140</width>
<height>48</height>
<label>20178</label>
<onup>309</onup>
<ondown>303</ondown>
<texturenofocus border="3,14,27,3">button-nofocus.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-keyboard.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="120">
<description>(1,0) key button</description>
<onup>100</onup>
<ondown>140</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="121">
<description>(1,1) key button</description>
<onup>101</onup>
<ondown>141</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="122">
<description>(1,2) key button</description>
<onup>102</onup>
<ondown>142</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="123">
<description>(1,3) key button</description>
<onup>103</onup>
<ondown>143</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="124">
<description>(1,4) key button</description>
<onup>104</onup>
<ondown>144</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="125">
<description>(1,5) key button</description>
<onup>105</onup>
<ondown>145</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="126">
<description>(1,6) key button</description>
<onup>106</onup>
<ondown>146</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="127">
<description>(1,7) key button</description>
<onup>107</onup>
<ondown>147</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="128">
<description>(1,8) key button</description>
<onup>108</onup>
<ondown>148</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="129">
<description>(1,9) key button</description>
<onup>109</onup>
<ondown>149</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="130">
<description>(1,10) key button</description>
<onup>110</onup>
<ondown>150</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="131">
<description>(1,11) key button</description>
<onup>111</onup>
<ondown>151</ondown>
<include>KeyboardButtonCommons</include>
</control>
</control>
<!-- 3rd row -->
<control type="grouplist">
<top>105</top>
<orientation>horizontal</orientation>
<itemgap>2</itemgap>
<control type="radiobutton" id="303">
<description>CAPS LOCK button</description>
<width>140</width>
<height>48</height>
<label>20179</label>
<onup>302</onup>
<ondown>307</ondown>
<texturenofocus border="3,14,27,3">button-nofocus.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-keyboard.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="140">
<description>(2,0) key button</description>
<onup>120</onup>
<ondown>160</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="141">
<description>(2,1) key button</description>
<onup>121</onup>
<ondown>161</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="142">
<description>(2,2) key button</description>
<onup>122</onup>
<ondown>162</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="143">
<description>(2,3) key button</description>
<onup>123</onup>
<ondown>163</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="144">
<description>(2,4) key button</description>
<onup>124</onup>
<ondown>164</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="145">
<description>(2,5) key button</description>
<onup>125</onup>
<ondown>165</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="146">
<description>(2,6) key button</description>
<onup>126</onup>
<ondown>166</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="147">
<description>(2,7) key button</description>
<onup>127</onup>
<ondown>167</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="148">
<description>(2,8) key button</description>
<onup>128</onup>
<ondown>168</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="149">
<description>(2,9) key button</description>
<onup>129</onup>
<ondown>169</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="150">
<description>(2,10) key button</description>
<onup>130</onup>
<ondown>170</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="151">
<description>(2,11) key button</description>
<onup>131</onup>
<ondown>171</ondown>
<include>KeyboardButtonCommons</include>
</control>
</control>
<!-- 4th row -->
<control type="grouplist">
<top>155</top>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="307">
<description>IP Input button</description>
<width>69</width>
<height>48</height>
<onup>303</onup>
<ondown>300</ondown>
<label>IP</label>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="radiobutton" id="304">
<description>Symbols button</description>
<width>69</width>
<height>48</height>
<label>@</label>
<onup>303</onup>
<ondown>300</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="160">
<description>(3,0) key button</description>
<onup>140</onup>
<ondown>32</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="161">
<description>(3,1) key button</description>
<onup>141</onup>
<ondown>32</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="162">
<description>(3,2) key button</description>
<onup>142</onup>
<ondown>32</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="163">
<description>(3,3) key button</description>
<onup>143</onup>
<ondown>32</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="164">
<description>(3,4) key button</description>
<onup>144</onup>
<ondown>8</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="165">
<description>(3,5) key button</description>
<onup>145</onup>
<ondown>8</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="166">
<description>(3,6) key button</description>
<onup>146</onup>
<ondown>305</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="167">
<description>(3,7) key button</description>
<onup>147</onup>
<ondown>306</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="168">
<description>(3,8) key button</description>
<onup>148</onup>
<ondown>308</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="169">
<description>(3,9) key button</description>
<onup>149</onup>
<ondown>308</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="170">
<description>(3,10) key button</description>
<onup>150</onup>
<ondown>308</ondown>
<include>KeyboardButtonCommons</include>
</control>
<control type="button" id="171">
<description>(3,11) key button</description>
<onup>151</onup>
<ondown>308</ondown>
<include>KeyboardButtonCommons</include>
</control>
</control>
<!-- 5th row -->
<control type="grouplist">
<top>205</top>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="300"> <control type="button" id="300">
<description>DONE button</description> <description>DONE button</description>
<width>140</width> <posx>0</posx>
<height>50</height> <posy>0</posy>
<texturenofocus border="25,5,25,5">button-nofocus.png</texturenofocus> <width>198</width>
<texturefocus border="25,5,25,5">button-focus-keyboard.png</texturefocus> <height>48</height>
<label>20177</label> <label>20177</label>
<font>font12</font> <onleft>57</onleft>
<align>center</align> <onright>48</onright>
<aligny>center</aligny> <onup>307</onup>
<onup>304</onup> <ondown>302</ondown>
<ondown>309</ondown>
</control>
<control type="button" id="32">
<description>SPACE button</description>
<width>200</width>
<height>50</height>
<label>20182</label>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus> <texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="48">
<description>'0' button</description>
<posx>200</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>300</onleft>
<onright>49</onright>
<onup>32</onup>
<ondown>65</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="49">
<description>'1' button</description>
<posx>250</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>48</onleft>
<onright>50</onright>
<onup>32</onup>
<ondown>66</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="50">
<description>'2' button</description>
<posx>300</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>49</onleft>
<onright>51</onright>
<onup>32</onup>
<ondown>67</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="51">
<description>'3' button</description>
<posx>350</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>50</onleft>
<onright>52</onright>
<onup>32</onup>
<ondown>68</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="52">
<description>'4' button</description>
<posx>400</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>51</onleft>
<onright>53</onright>
<onup>32</onup>
<ondown>69</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="53">
<description>'5' button</description>
<posx>450</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>52</onleft>
<onright>54</onright>
<onup>32</onup>
<ondown>70</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="54">
<description>'6' button</description>
<posx>500</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>53</onleft>
<onright>55</onright>
<onup>305</onup>
<ondown>71</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="55">
<description>'7' button</description>
<posx>550</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>54</onleft>
<onright>56</onright>
<onup>305</onup>
<ondown>72</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="56">
<description>'8' button</description>
<posx>600</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>55</onleft>
<onright>57</onright>
<onup>306</onup>
<ondown>73</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="57">
<description>'9' button</description>
<posx>650</posx>
<posy>0</posy>
<width>48</width>
<height>48</height>
<onleft>56</onleft>
<onright>300</onright>
<onup>306</onup>
<ondown>74</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="togglebutton" id="302">
<description>SHIFT button</description>
<posx>0</posx>
<posy>50</posy>
<width>198</width>
<height>48</height>
<label>20178</label>
<onleft>74</onleft>
<onright>65</onright>
<onup>300</onup>
<ondown>303</ondown>
<texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
<alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
<alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="65">
<description>'A' button</description>
<posx>200</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>302</onleft>
<onright>66</onright>
<onup>48</onup>
<ondown>75</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="66">
<description>'B' button</description>
<posx>250</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>65</onleft>
<onright>67</onright>
<onup>49</onup>
<ondown>76</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="67">
<description>'C' button</description>
<posx>300</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>66</onleft>
<onright>68</onright>
<onup>50</onup>
<ondown>77</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="68">
<description>'D' button</description>
<posx>350</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>67</onleft>
<onright>69</onright>
<onup>51</onup>
<ondown>78</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="69">
<description>'E' button</description>
<posx>400</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>68</onleft>
<onright>70</onright>
<onup>52</onup>
<ondown>79</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="70">
<description>'F' button</description>
<posx>450</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>69</onleft>
<onright>71</onright>
<onup>53</onup>
<ondown>80</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="71">
<description>'G' button</description>
<posx>500</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>70</onleft>
<onright>72</onright>
<onup>54</onup>
<ondown>81</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="72">
<description>'H' button</description>
<posx>550</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>71</onleft>
<onright>73</onright>
<onup>55</onup>
<ondown>82</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="73">
<description>'I' button</description>
<posx>600</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>72</onleft>
<onright>74</onright>
<onup>56</onup>
<ondown>83</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="74">
<description>'J' button</description>
<posx>650</posx>
<posy>50</posy>
<width>48</width>
<height>48</height>
<onleft>73</onleft>
<onright>302</onright>
<onup>57</onup>
<ondown>84</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="togglebutton" id="303">
<description>CAPS LOCK button</description>
<posx>0</posx>
<posy>100</posy>
<width>198</width>
<height>48</height>
<label>20179</label>
<onleft>84</onleft>
<onright>75</onright>
<onup>302</onup>
<ondown>304</ondown>
<texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
<alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
<alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="75">
<description>'K' button</description>
<posx>200</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>303</onleft>
<onright>76</onright>
<onup>65</onup>
<ondown>85</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="76">
<description>'L' button</description>
<posx>250</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>75</onleft>
<onright>77</onright>
<onup>66</onup>
<ondown>86</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="77">
<description>'M' button</description>
<posx>300</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>76</onleft>
<onright>78</onright>
<onup>67</onup>
<ondown>87</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="78">
<description>'N' button</description>
<posx>350</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>77</onleft>
<onright>79</onright>
<onup>68</onup>
<ondown>88</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="79">
<description>'O' button</description>
<posx>400</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>78</onleft>
<onright>80</onright>
<onup>69</onup>
<ondown>89</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="80">
<description>'P' button</description>
<posx>450</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>79</onleft>
<onright>81</onright>
<onup>70</onup>
<ondown>90</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="81">
<description>'Q' button</description>
<posx>500</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>80</onleft>
<onright>82</onright>
<onup>71</onup>
<ondown>8</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="82">
<description>'R' button</description>
<posx>550</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>81</onleft>
<onright>83</onright>
<onup>72</onup>
<ondown>8</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="83">
<description>'S' button</description>
<posx>600</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>82</onleft>
<onright>84</onright>
<onup>73</onup>
<ondown>8</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="84">
<description>'T' button</description>
<posx>650</posx>
<posy>100</posy>
<width>48</width>
<height>48</height>
<onleft>83</onleft>
<onright>303</onright>
<onup>74</onup>
<ondown>8</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="togglebutton" id="304">
<description>Symbols button</description>
<posx>0</posx>
<posy>150</posy>
<width>198</width>
<height>48</height>
<label>20180</label>
<onleft>8</onleft>
<onright>85</onright>
<onup>303</onup>
<ondown>307</ondown>
<texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
<alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
<alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="85">
<description>'U' button</description>
<posx>200</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>304</onleft>
<onright>86</onright>
<onup>75</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="86">
<description>'V' button</description>
<posx>250</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>85</onleft>
<onright>87</onright>
<onup>76</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="87">
<description>'W' button</description>
<posx>300</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>86</onleft>
<onright>88</onright>
<onup>77</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="88">
<description>'X' button</description>
<posx>350</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>87</onleft>
<onright>89</onright>
<onup>78</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="89">
<description>'Y' button</description>
<posx>400</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>88</onleft>
<onright>90</onright>
<onup>79</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="90">
<description>'Z' button</description>
<posx>450</posx>
<posy>150</posy>
<width>48</width>
<height>48</height>
<onleft>89</onleft>
<onright>8</onright>
<onup>80</onup>
<ondown>32</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
<onup>161</onup>
<ondown>101</ondown>
</control> </control>
<control type="button" id="8"> <control type="button" id="8">
<description>BACKSPACE button</description> <description>BACKSPACE button</description>
<width>100</width> <posx>500</posx>
<height>50</height> <posy>150</posy>
<width>198</width>
<height>48</height>
<label>20181</label> <label>20181</label>
<onup>164</onup> <onleft>90</onleft>
<ondown>104</ondown> <onright>304</onright>
<onup>81</onup>
<ondown>305</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus> <texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
</control>
<control type="button" id="307">
<description>IP Input button</description>
<posx>0</posx>
<posy>200</posy>
<width>198</width>
<height>48</height>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<label>1006</label>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<onleft>306</onleft>
<onright>32</onright>
<onup>304</onup>
<ondown>300</ondown>
</control>
<control type="button" id="32">
<description>SPACE button</description>
<posx>200</posx>
<posy>200</posy>
<width>298</width>
<height>48</height>
<label>20182</label>
<onleft>307</onleft>
<onright>305</onright>
<onup>85</onup>
<ondown>48</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus-keyboard.png</texturefocus>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="button" id="305"> <control type="button" id="305">
<description>previous button</description> <description>previous button</description>
<width>50</width> <posx>500</posx>
<height>50</height> <posy>200</posy>
<label>&lt;</label> <width>98</width>
<height>48</height>
<label>&lt;&lt;</label>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<onleft>32</onleft>
<onright>306</onright>
<onup>8</onup>
<ondown>54</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus> <texturefocus border="3">button-focus-keyboard.png</texturefocus>
<font>font30</font>
<onup>166</onup>
<ondown>106</ondown>
</control> </control>
<control type="button" id="306"> <control type="button" id="306">
<description>next button</description> <description>next button</description>
<width>50</width> <posx>600</posx>
<height>50</height> <posy>200</posy>
<label>&gt;</label> <width>98</width>
<height>48</height>
<label>&gt;&gt;</label>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<onleft>305</onleft>
<onright>307</onright>
<onup>8</onup>
<ondown>56</ondown>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus-keyboard.png</texturefocus> <texturefocus border="3">button-focus-keyboard.png</texturefocus>
<font>font30</font>
<onup>167</onup>
<ondown>107</ondown>
</control>
<control type="button" id="308">
<description>cancel button</description>
<width>190</width>
<height>50</height>
<label>222</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus flipx="true" border="5,5,25,25">button-nofocus.png</texturenofocus>
<texturefocus flipx="true" border="5,5,25,25">button-focus-keyboard.png</texturefocus>
<font>font12</font>
<onup>168</onup>
<ondown>108</ondown>
<onclick>Close</onclick>
</control>
</control>
<control type="image">
<description>Backspace icon</description>
<left>435</left>
<top>210</top>
<width>30</width>
<height>30</height>
<texture>KeyboardBackKey.png</texture>
</control> </control>
</control> </control>
</control> </control>

View File

@ -32,7 +32,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font18</font> <font>font18</font>
<label></label> <label>-</label>
<textcolor>dialogheader</textcolor> <textcolor>dialogheader</textcolor>
</control> </control>
<control type="button"> <control type="button">
@ -56,7 +56,7 @@
<width>720</width> <width>720</width>
<height>440</height> <height>440</height>
<itemgap>4</itemgap> <itemgap>4</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onup>9001</onup> <onup>9001</onup>
<ondown>9001</ondown> <ondown>9001</ondown>
<onleft>9001</onleft> <onleft>9001</onleft>

View File

@ -69,7 +69,7 @@
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>9000</onright> <onright>9000</onright>
<ondown>12</ondown> <ondown>12</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="40"> <itemlayout height="40">
<control type="image"> <control type="image">
@ -193,7 +193,7 @@
<label>1022</label> <label>1022</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
</control> </control>
<control type="edit" id="12"> <control type="button" id="12">
<description>Name Button</description> <description>Name Button</description>
<posx>40</posx> <posx>40</posx>
<posy>370</posy> <posy>370</posy>
@ -201,7 +201,7 @@
<height>35</height> <height>35</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
<texturefocus border="3">button-focus.png</texturefocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<coordinates> <coordinates>
<system>1</system> <system>1</system>
<posx>530</posx> <posx>530</posx>

View File

@ -79,7 +79,7 @@
<texturefocus border="5">button-focus.png</texturefocus>\n <texturefocus border="5">button-focus.png</texturefocus>\n
<texturenofocus border="5">button-nofocus.png</texturenofocus> <texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font12</font> <font>font12</font>
<label></label> <label>-</label>
<onup>10</onup> <onup>10</onup>
<onleft>12</onleft> <onleft>12</onleft>
<onright>12</onright> <onright>12</onright>
@ -114,7 +114,7 @@
<texturefocus border="5">button-focus.png</texturefocus>\n <texturefocus border="5">button-focus.png</texturefocus>\n
<texturenofocus border="5">button-nofocus.png</texturenofocus> <texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font12</font> <font>font12</font>
<label></label> <label>-</label>
<onup>11</onup> <onup>11</onup>
<onleft>16</onleft> <onleft>16</onleft>
<onright>16</onright> <onright>16</onright>

97
720p/DialogOK.xml Normal file
View File

@ -0,0 +1,97 @@
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>210</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>13406</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label" id="2">
<description>dialog line 1</description>
<posx>40</posx>
<posy>85</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="3">
<description>dialog line 2</description>
<posx>40</posx>
<posy>115</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>40</posx>
<posy>145</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="button" id="10">
<description>OK button</description>
<posx>250</posx>
<posy>215</posy>
<width>200</width>
<height>35</height>
<label>186</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
</control>
</controls>
</window>

View File

@ -252,7 +252,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus> <texturefocus border="3">button-focus2.png</texturefocus>
<label></label> <label>-</label>
<onleft>5</onleft> <onleft>5</onleft>
<onright>7</onright> <onright>7</onright>
<onup>61</onup> <onup>61</onup>

116
720p/DialogProgress.xml Normal file
View File

@ -0,0 +1,116 @@
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<system>1</system>
<posx>290</posx>
<posy>210</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>700</width>
<height>300</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label" id="1">
<description>heading label</description>
<posx>0</posx>
<posy>0</posy>
<width>0</width>
<height>0</height>
<font>-</font>
<visible>false</visible>
</control>
<control type="label">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>620</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="label" id="2">
<description>dialog line 1</description>
<posx>40</posx>
<posy>85</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
</control>
<control type="label" id="3">
<description>dialog line 2</description>
<posx>40</posx>
<posy>115</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
<haspath>yes</haspath>
</control>
<control type="label" id="4">
<description>dialog line 3</description>
<posx>40</posx>
<posy>145</posy>
<width>620</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font12</font>
<haspath>yes</haspath>
</control>
<control type="progress">
<description>Progressbar</description>
<posx>40</posx>
<posy>184</posy>
<width>620</width>
<height>10</height>
<info>System.Progressbar</info>
</control>
<control type="button" id="10">
<description>Cancel button</description>
<posx>250</posx>
<posy>215</posy>
<width>200</width>
<height>35</height>
<label>222</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<texturefocus border="3">button-focus2.png</texturefocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
</control>
</controls>
</window>

View File

@ -1,169 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<coordinates>
<left>240</left>
<top>142</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="150" condition="Window.Is(contentsettings) + Window.IsActive(AddonSettings)">Conditional</animation>
<animation effect="fade" start="100" end="0" time="300" condition="[Window.Is(osdaudiosettings) | Window.Is(osdvideosettings) | Window.Is(osdsubtitlesettings)] + [Window.IsVisible(SliderDialog) | Window.IsVisible(FileBrowser)]">Conditional</animation>
<control type="image">
<left>-10</left>
<top>28</top>
<width>820</width>
<height>350</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<left>-10</left>
<top>28</top>
<width>820</width>
<height>350</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="grouplist" id="5">
<animation effect="slide" start="0,0" end="-10,0" time="0" condition="Control.IsVisible(60)">Conditional</animation>
<description>control area</description>
<left>35</left>
<top>71</top>
<width>600</width>
<height>261</height>
<itemgap>4</itemgap>
<pagecontrol>60</pagecontrol>
<onup>9001</onup>
<ondown>9001</ondown>
<onleft>60</onleft>
<onright>60</onright>
</control>
<control type="scrollbar" id="60">
<left>758</left>
<top>70</top>
<width>25</width>
<height>308</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>5</onleft>
<onright>5</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>Default Button</description>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<height>40</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="label" id="14">
<description>Default Heading</description>
<height>34</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="9001">
<left>635</left>
<top>-493</top>
<width>150</width>
<align>center</align>
<itemgap>4</itemgap>
<orientation>vertical</orientation>
<control type="button" id="28">
<description>OK Button</description>
<top>0</top>
<width>130</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onleft>5</onleft>
<onright>5</onright>
<onup>30</onup>
<ondown>29</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<top>0</top>
<width>130</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<label/>
<onleft>28</onleft>
<onright>30</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="30">
<description>Settings Button</description>
<top>0</top>
<width>130</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onleft>5</onleft>
<onright>5</onright>
<onup>29</onup>
<ondown>28</ondown>
</control>
</control>
</control>
</controls>
</window>

View File

@ -46,8 +46,8 @@
<width>350</width> <width>350</width>
<height>15</height> <height>15</height>
<aligny>center</aligny> <aligny>center</aligny>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<texturesliderbar>osd_slider_bg_2.png</texturesliderbar> <texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib> <textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>

View File

@ -46,7 +46,7 @@
<posy>100</posy> <posy>100</posy>
<width>1160</width> <width>1160</width>
<height>540</height> <height>540</height>
<label></label> <label>-</label>
<font>font11</font> <font>font11</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>

View File

@ -75,7 +75,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">
@ -237,7 +237,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">
@ -362,7 +362,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">
@ -517,7 +517,7 @@
<onright>50</onright> <onright>50</onright>
<onup>49</onup> <onup>49</onup>
<ondown>49</ondown> <ondown>49</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30"> <itemlayout height="30">
<control type="label"> <control type="label">

View File

@ -1,218 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">570</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>570</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanel</include>
<control type="group">
<visible>Control.IsVisible(570)</visible>
<include>Window_OpenClose_Animation</include>
<include>VisibleFadeEffect</include>
<include>ContentPanel</include>
<control type="list" id="570">
<left>350</left>
<top>140</top>
<width>900</width>
<height>510</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>570</onup>
<ondown>570</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="85" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>2</left>
<top>2</top>
<width>80</width>
<height>76</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>870</width>
<height>30</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>32</top>
<width>870</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Event.Description)]</label>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>970</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="85" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>900</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(570)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>900</width>
<height>80</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(570)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>2</left>
<top>2</top>
<width>80</width>
<height>76</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>800</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>32</top>
<width>800</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Event.Description)]</label>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>800</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1170</left>
<top>80</top>
<width>25</width>
<height>550</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>570</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(570)</visible>
</control>
</control>
<include content="CommonWindowHeader">
<param name="Icon" value="icon_events" />
<param name="Label" value="$LOCALIZE[14111]" />
</include>
<control type="group">
<left>0</left>
<control type="grouplist" id="9000">
<left>0</left>
<top>130</top>
<width>330</width>
<height>600</height>
<onleft>9000</onleft>
<onright>570</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>570</onback>
<itemgap>0</itemgap>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<label>31062</label>
<altlabel>31061</altlabel>
<textoffsety>10</textoffsety>
</control>
<control type="button" id="21">
<description>Level button</description>
<include>ButtonCommonValues</include>
<textwidth>200</textwidth>
<label/>
</control>
<control type="radiobutton" id="22">
<description>Only show current level</description>
<include>ButtonCommonValues</include>
<label/>
</control>
<control type="button" id="20">
<description>Clear button</description>
<label>192</label>
<include>ButtonCommonValues</include>
</control>
</control>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>128</height>
<texture>Header.png</texture>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[9] - $LOCALIZE[14111]</label>
</control>
<include>DateTimeLabel</include>
<include>WindowTitleButtons</include>
</controls>
</window>

View File

@ -31,11 +31,6 @@
<filename>humanist_521_condensed_bt.ttf</filename> <filename>humanist_521_condensed_bt.ttf</filename>
<size>32</size> <size>32</size>
</font> </font>
<font>
<name>font18a</name>
<filename>humanist_521_condensed_bt.ttf</filename>
<size>30</size>
</font>
<font> <font>
<name>font18b</name> <name>font18b</name>
<filename>humanist_521_bt.ttf</filename> <filename>humanist_521_bt.ttf</filename>

View File

@ -467,16 +467,16 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Home_Panel_Animation</include> <include>Window_OpenClose_Home_Panel_Animation</include>
<control type="image"> <control type="image">
<posx>10</posx> <posx>70</posx>
<posy>125</posy> <posy>170</posy>
<width>450</width> <width>450</width>
<height>500</height> <height>400</height>
<texture>Home-Menu-Back.png</texture> <texture>Home-Menu-Back.png</texture>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
<description>Up Arrow</description> <description>Up Arrow</description>
<posx>66</posx> <posx>155</posx>
<posy>144</posy> <posy>140</posy>
<width>40</width> <width>40</width>
<height>30</height> <height>30</height>
<texturefocus>arrow-big-up.png</texturefocus> <texturefocus>arrow-big-up.png</texturefocus>
@ -487,7 +487,7 @@
</control> </control>
<control type="button" id="11"> <control type="button" id="11">
<description>Down Arrow</description> <description>Down Arrow</description>
<posx>66</posx> <posx>155</posx>
<posy>540</posy> <posy>540</posy>
<width>40</width> <width>40</width>
<height>30</height> <height>30</height>
@ -498,15 +498,15 @@
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
<control type="list" id="9000"> <control type="list" id="9000">
<posx>55</posx> <posx>115</posx>
<posy>185</posy> <posy>180</posy>
<width>345</width> <width>345</width>
<height>342</height> <height>342</height>
<onleft>20</onleft> <onleft>20</onleft>
<onright>22</onright> <onright>22</onright>
<onup>9000</onup> <onup>9000</onup>
<ondown>9000</ondown> <ondown>9000</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="57" width="345"> <itemlayout height="57" width="345">
<control type="image"> <control type="image">
@ -571,46 +571,14 @@
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<item id="8">
<label>31400</label>
<onclick>ActivateWindow(TV)</onclick>
<icon>special://skin/backgrounds/tv.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
<visible>System.GetBool(pvrmanager.enabled)</visible>
</item>
<item id="1"> <item id="1">
<label>20342</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<icon>special://skin/backgrounds/movies.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
<visible>Library.HasContent(Movies)</visible>
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
</item>
<item id="2">
<label>20343</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon>special://skin/backgrounds/tvshow.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Library.HasContent(TVShows)</visible>
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
</item>
<item id="3">
<label>2</label>
<onclick>ActivateWindow(Music)</onclick>
<icon>special://skin/backgrounds/music.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
<visible>Library.HasContent(Music)</visible>
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
</item>
<item id="3">
<label>2</label>
<onclick>ActivateWindow(MusicFiles)</onclick>
<icon>special://skin/backgrounds/music.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
<visible>!Library.HasContent(Music)</visible>
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
</item>
<item id="4">
<label>1</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon>special://skin/backgrounds/pictures.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
<visible>!Skin.HasSetting(homepageHidePictureButton)</visible>
</item>
<item id="5">
<label>3</label> <label>3</label>
<onclick>ActivateWindow(Videos)</onclick> <onclick>ActivateWindow(Videos)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon> <icon>special://skin/backgrounds/videos.jpg</icon>
@ -618,15 +586,54 @@
<visible>!Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible> <visible>!Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible> <visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item> </item>
<item id="5"> <item id="1">
<label>3</label> <label>3</label>
<onclick>ActivateWindow(Videos,root)</onclick> <onclick>ActivateWindow(Videos,Files)</onclick>
<icon>special://skin/backgrounds/videos.jpg</icon> <icon>special://skin/backgrounds/videos.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb> <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
<visible>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible> <visible>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</visible>
<visible>!Skin.HasSetting(homepageHideVideoButton)</visible> <visible>!Skin.HasSetting(homepageHideVideoButton)</visible>
</item> </item>
<item id="6"> <item id="9">
<label>20342</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<icon>special://skin/backgrounds/movies.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Movies_Folder)]</thumb>
<visible>Library.HasContent(Movies)</visible>
<visible>!Skin.HasSetting(homepageHideMoviesButton)</visible>
</item>
<item id="10">
<label>20343</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon>special://skin/backgrounds/tvshow.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TVShow_Folder)]</thumb>
<visible>Library.HasContent(TVShows)</visible>
<visible>!Skin.HasSetting(homepageHideTVShowButton)</visible>
</item>
<item id="2">
<label>2</label>
<onclick>ActivateWindow(Music)</onclick>
<icon>special://skin/backgrounds/music.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
<visible>Library.HasContent(Music)</visible>
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
</item>
<item id="2">
<label>2</label>
<onclick>ActivateWindow(MusicFiles)</onclick>
<icon>special://skin/backgrounds/music.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
<visible>!Library.HasContent(Music)</visible>
<visible>!Skin.HasSetting(homepageHideMusicButton)</visible>
</item>
<item id="3">
<label>1</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon>special://skin/backgrounds/pictures.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
<visible>!Skin.HasSetting(homepageHidePictureButton)</visible>
</item>
<item id="4">
<label>0</label> <label>0</label>
<onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick> <onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick>
<onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick> <onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick>
@ -634,28 +641,19 @@
<thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb> <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
<visible>!Skin.HasSetting(homepageHideProgramButton)</visible> <visible>!Skin.HasSetting(homepageHideProgramButton)</visible>
</item> </item>
<item id="7"> <item id="5">
<label>8</label> <label>8</label>
<onclick condition="!String.IsEmpty(Weather.Plugin)">ActivateWindow(Weather)</onclick> <onclick>ActivateWindow(Weather)</onclick>
<onclick condition="String.IsEmpty(Weather.Plugin)">ActivateWindow(servicesettings,weather)</onclick>
<icon>special://skin/backgrounds/weather.jpg</icon> <icon>special://skin/backgrounds/weather.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb> <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
<visible>!Skin.HasSetting(homepageHideWeatherButton) + !IsEmpty(Weather.Plugin)</visible> <visible>!Skin.HasSetting(homepageHideWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
</item> </item>
<item id="8"> <item id="7">
<label>5</label> <label>5</label>
<onclick>ActivateWindow(Settings)</onclick> <onclick>ActivateWindow(Settings)</onclick>
<icon>special://skin/backgrounds/settings.jpg</icon> <icon>special://skin/backgrounds/settings.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb> <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
</item> </item>
<item id="9">
<label>31400</label>
<onclick>ActivateWindow(TV)</onclick>
<icon>special://skin/backgrounds/tv.jpg</icon>
<thumb>$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</thumb>
<visible>true</visible>
<!-- <visible>System.GetBool(pvrmanager.enabled)</visible> -->
</item>
</content> </content>
</control> </control>
</control> </control>
@ -666,29 +664,27 @@
<height>128</height> <height>128</height>
<texture>Header.png</texture> <texture>Header.png</texture>
</control> </control>
<control type="group">
<description>Kodi home screen logo</description>
<top>33</top>
<left>70</left>
<control type="image"> <control type="image">
<top>0</top> <posx>40</posx>
<left>0</left> <posy>30</posy>
<width>65</width> <width>440</width>
<height>65</height> <height>60</height>
<texture colordiffuse="kodi-blue">icons/logo.png</texture> <texture>xbmc-logo.png</texture>
<include>Window_OpenClose_Animation</include> <include>Window_OpenClose_Animation</include>
</control> </control>
<control type="image"> <control type="label">
<top>10</top> <description>date/time label</description>
<left>60</left> <posx>70r</posx>
<aspectratio>keep</aspectratio> <posy>65</posy>
<width>200</width> <width>400</width>
<height>45</height> <height>35</height>
<texture>icons/logo-text.png</texture> <align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
<include>Window_OpenClose_Animation</include> <include>Window_OpenClose_Animation</include>
</control> </control>
</control>
<include>DateTimeLabel</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>128r</posy> <posy>128r</posy>
@ -706,9 +702,9 @@
<posy>0</posy> <posy>0</posy>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<onclick>XBMC.PlayDVD()</onclick> <onclick>XBMC.PlayDVD()</onclick>
<texturefocus>home-playmedia.png</texturefocus> <texturefocus>home-playmedia.png</texturefocus>
<texturenofocus>home-playmedia.png</texturenofocus> <texturenofocus>home-playmedia.png</texturenofocus>
@ -733,9 +729,9 @@
<posy>0</posy> <posy>0</posy>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<onclick>ActivateWindow(Favourites)</onclick> <onclick>ActivateWindow(Favourites)</onclick>
<texturefocus>home-favourites.png</texturefocus> <texturefocus>home-favourites.png</texturefocus>
<texturenofocus>home-favourites.png</texturenofocus> <texturenofocus>home-favourites.png</texturenofocus>
@ -758,9 +754,9 @@
<posy>0</posy> <posy>0</posy>
<width>50</width> <width>50</width>
<height>50</height> <height>50</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<onclick>ActivateWindow(ShutdownMenu)</onclick> <onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus>home-power.png</texturefocus> <texturefocus>home-power.png</texturefocus>
<texturenofocus>home-power.png</texturenofocus> <texturenofocus>home-power.png</texturenofocus>

View File

@ -55,7 +55,7 @@
<width>620</width> <width>620</width>
<height>340</height> <height>340</height>
<itemgap>5</itemgap> <itemgap>5</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onleft>28</onleft> <onleft>28</onleft>
<onright>28</onright> <onright>28</onright>
<onup>28</onup> <onup>28</onup>

View File

@ -125,9 +125,9 @@
<posy>60r</posy> <posy>60r</posy>
<width>48</width> <width>48</width>
<height>48</height> <height>48</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<aligny></aligny> <aligny>-</aligny>
<onclick>ActivateWindow(ShutdownMenu)</onclick> <onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus>home-power.png</texturefocus> <texturefocus>home-power.png</texturefocus>
<texturenofocus>home-power.png</texturenofocus> <texturenofocus>home-power.png</texturenofocus>

View File

@ -29,7 +29,7 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-FullScreenFO.png</texturefocus> <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
<texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus> <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
<onleft>603</onleft> <onleft>603</onleft>
@ -48,8 +48,8 @@
<height>128</height> <height>128</height>
<texturefocus>osd_button_rec.png</texturefocus> <texturefocus>osd_button_rec.png</texturefocus>
<texturenofocus>osd_button_recNF.png</texturenofocus> <texturenofocus>osd_button_recNF.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>210</onleft> <onleft>210</onleft>
<onright>212</onright> <onright>212</onright>
<onup>212</onup> <onup>212</onup>
@ -63,10 +63,10 @@
<posy>40</posy> <posy>40</posy>
<width>128</width> <width>128</width>
<height>128</height> <height>128</height>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus>osd_button_rec2.png</texturenofocus> <texturenofocus>osd_button_rec2.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>211</onleft> <onleft>211</onleft>
<onright>920</onright> <onright>920</onright>
<onup>920</onup> <onup>920</onup>
@ -99,10 +99,10 @@
<width>77</width> <width>77</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_skip_minusFO.png</texturefocus> <texturefocus>osd_button_skip_minusFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Previous)</onclick> <onclick>XBMC.PlayerControl(Previous)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>215</onleft> <onleft>215</onleft>
<onright>211</onright> <onright>211</onright>
<onup>208</onup> <onup>208</onup>
@ -115,12 +115,12 @@
<width>71</width> <width>71</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_rewFO.png</texturefocus> <texturefocus>osd_button_rewFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Rewinding</usealttexture> <usealttexture>Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_rewFO.png</alttexturefocus> <alttexturefocus>osd_button_rewFO.png</alttexturefocus>
<alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>210</onleft> <onleft>210</onleft>
<onright>213</onright> <onright>213</onright>
<onup>209</onup> <onup>209</onup>
@ -138,8 +138,8 @@
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_playFO.png</alttexturefocus> <alttexturefocus>osd_button_playFO.png</alttexturefocus>
<alttexturenofocus>osd_button_playNF.png</alttexturenofocus> <alttexturenofocus>osd_button_playNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>211</onleft> <onleft>211</onleft>
<onright>214</onright> <onright>214</onright>
<onup>920</onup> <onup>920</onup>
@ -153,12 +153,12 @@
<width>64</width> <width>64</width>
<height>75</height> <height>75</height>
<texturefocus>osd_button_ffFO.png</texturefocus> <texturefocus>osd_button_ffFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Forwarding</usealttexture> <usealttexture>Player.Forwarding</usealttexture>
<alttexturefocus>osd_button_ffFO.png</alttexturefocus> <alttexturefocus>osd_button_ffFO.png</alttexturefocus>
<alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>213</onleft> <onleft>213</onleft>
<onright>215</onright> <onright>215</onright>
<onup>920</onup> <onup>920</onup>
@ -172,10 +172,10 @@
<width>71</width> <width>71</width>
<height>72</height> <height>72</height>
<texturefocus>osd_button_skip_plusFO.png</texturefocus> <texturefocus>osd_button_skip_plusFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Next)</onclick> <onclick>XBMC.PlayerControl(Next)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>214</onleft> <onleft>214</onleft>
<onright>210</onright> <onright>210</onright>
<onup>212</onup> <onup>212</onup>
@ -188,10 +188,10 @@
<width>74</width> <width>74</width>
<height>66</height> <height>66</height>
<texturefocus>osd_button_visFO.png</texturefocus> <texturefocus>osd_button_visFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick> <onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>208</onleft> <onleft>208</onleft>
<onright>215</onright> <onright>215</onright>
<onup>919</onup> <onup>919</onup>
@ -208,8 +208,8 @@
<texturenofocus>osd_button_lyrics.png</texturenofocus> <texturenofocus>osd_button_lyrics.png</texturenofocus>
<onclick>PreviousMenu</onclick> <onclick>PreviousMenu</onclick>
<onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick> <onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>208</onleft> <onleft>208</onleft>
<onright>215</onright> <onright>215</onright>
<onup>919</onup> <onup>919</onup>
@ -223,13 +223,13 @@
<width>75</width> <width>75</width>
<height>62</height> <height>62</height>
<texturefocus>osd_button_presetsFO.png</texturefocus> <texturefocus>osd_button_presetsFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(VisualisationPresetList)</usealttexture> <usealttexture>Window.IsActive(VisualisationPresetList)</usealttexture>
<alttexturefocus>osd_button_presetsSELNF.png</alttexturefocus> <alttexturefocus>osd_button_presetsSELNF.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(VisualisationPresetList)</onclick> <onclick>XBMC.ActivateWindow(VisualisationPresetList)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>211</onleft> <onleft>211</onleft>
<onright>214</onright> <onright>214</onright>
<onup>212</onup> <onup>212</onup>
@ -242,10 +242,10 @@
<width>83</width> <width>83</width>
<height>69</height> <height>69</height>
<texturefocus>osd_button_stopFO.png</texturefocus> <texturefocus>osd_button_stopFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Stop)</onclick> <onclick>XBMC.PlayerControl(Stop)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>211</onleft> <onleft>211</onleft>
<onright>214</onright> <onright>214</onright>
<onup>213</onup> <onup>213</onup>
@ -258,13 +258,13 @@
<width>84</width> <width>84</width>
<height>78</height> <height>78</height>
<texturefocus>osd_button_vizsettingsFO.png</texturefocus> <texturefocus>osd_button_vizsettingsFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(AddonSettings)</usealttexture> <usealttexture>Window.IsActive(AddonSettings)</usealttexture>
<alttexturefocus>osd_button_vizsettingsSELNF.png</alttexturefocus> <alttexturefocus>osd_button_vizsettingsSELNF.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick> <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>210</onleft> <onleft>210</onleft>
<onright>215</onright> <onright>215</onright>
<onup>921</onup> <onup>921</onup>

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<controls> <controls>
</controls> </controls>
</window> </window>

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<controls> <controls>
<control type="visualisation" id="2"> <control type="visualisation" id="2">
@ -24,7 +24,7 @@
<description>row 1 label</description> <description>row 1 label</description>
<posx>50</posx> <posx>50</posx>
<posy>40</posy> <posy>40</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<label>$LOCALIZE[445] | $INFO[musicplayer.Codec,Codec: ,]$INFO[musicplayer.Bitrate, - Bitrate: ,kbps]$INFO[musicplayer.bitspersample, - Bits:,bit]$INFO[musicplayer.Samplerate, - Freq.: ,kHz]$INFO[musicplayer.Channels, - Channels: ]</label> <label>$LOCALIZE[445] | $INFO[musicplayer.Codec,Codec: ,]$INFO[musicplayer.Bitrate, - Bitrate: ,kbps]$INFO[musicplayer.bitspersample, - Bits:,bit]$INFO[musicplayer.Samplerate, - Freq.: ,kHz]$INFO[musicplayer.Channels, - Channels: ]</label>
<font>font11</font> <font>font11</font>
@ -33,7 +33,7 @@
<description>row 2 label</description> <description>row 2 label</description>
<posx>50</posx> <posx>50</posx>
<posy>70</posy> <posy>70</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name] - $LOCALIZE[20166]</label> <label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name] - $LOCALIZE[20166]</label>
<font>font11</font> <font>font11</font>
@ -43,7 +43,7 @@
<description>Unlocked row 2 label</description> <description>Unlocked row 2 label</description>
<posx>50</posx> <posx>50</posx>
<posy>70</posy> <posy>70</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name]</label> <label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name]</label>
<font>font11</font> <font>font11</font>
@ -53,7 +53,7 @@
<description>row 3 label</description> <description>row 3 label</description>
<posx>50</posx> <posx>50</posx>
<posy>100</posy> <posy>100</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<label>$LOCALIZE[13388] | $INFO[Visualisation.Preset]</label> <label>$LOCALIZE[13388] | $INFO[Visualisation.Preset]</label>
<font>font11</font> <font>font11</font>

View File

@ -34,9 +34,9 @@
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group"> <control type="group">
<animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation> <animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation> <animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation> <animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation> <animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include> <include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 --> <include>CommonRootView</include> <!-- view id = 50 -->
@ -58,32 +58,26 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="group"> <control type="group" id="9000">
<left>0</left> <posx>0</posx>
<top>130</top> <posy>130</posy>
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>-30</posy> <posy>-30</posy>
<width>360</width> <width>320</width>
<height>470</height> <height>470</height>
<texture border="0,0,50,45">Panel2.png</texture> <texture border="0,0,50,45">Panel2.png</texture>
<visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible> <visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
</control>
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>130</posy>
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="button" id="2"> <control type="button" id="2">
<description>View As button</description> <description>View As button</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -102,8 +96,23 @@
</control> </control>
<control type="togglebutton" id="4"> <control type="togglebutton" id="4">
<description>Sort asc</description> <description>Sort asc</description>
<label>31062</label> <posx>250</posx>
<altlabel>31061</altlabel> <posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright>
<onup>2</onup>
<ondown>99</ondown>
</control>
<control type="radiobutton" id="99">
<description>Library button</description>
<posx>0</posx>
<posy>90</posy>
<label>$LOCALIZE[29800]</label>
<onclick>ReplaceWindow(MusicFiles)</onclick>
<selected>Window.IsVisible(MusicLibrary)</selected>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>3</onup> <onup>3</onup>
<ondown>8</ondown> <ondown>8</ondown>
@ -190,6 +199,5 @@
</control> </control>
<include>WindowTitleButtonsMedia</include> <include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -24,7 +24,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -46,7 +46,7 @@
<posx>0</posx> <posx>0</posx>
<posy>90</posy> <posy>90</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>20</onup> <onup>20</onup>

View File

@ -43,7 +43,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -64,7 +64,7 @@
<description>Sort asc</description> <description>Sort asc</description>
<posx>250</posx> <posx>250</posx>
<posy>58</posy> <posy>58</posy>
<label></label> <label>-</label>
<onleft>3</onleft> <onleft>3</onleft>
<onright>50</onright> <onright>50</onright>
<onup>2</onup> <onup>2</onup>

View File

@ -304,7 +304,7 @@
<font>font10</font> <font>font10</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label> <label>$INFO[ListItem.Plot]</label>
</control> </control>
</focusedlayout> </focusedlayout>
@ -642,7 +642,7 @@
<font>font10</font> <font>font10</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label> <label>$INFO[ListItem.Plot]</label>
</control> </control>
</focusedlayout> </focusedlayout>
@ -2266,7 +2266,7 @@
<posy>0</posy> <posy>0</posy>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
<font></font> <font>-</font>
<visible>false</visible> <visible>false</visible>
</control> </control>
<control type="label" id="30"> <control type="label" id="30">
@ -2275,7 +2275,7 @@
<posy>0</posy> <posy>0</posy>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
<font></font> <font>-</font>
<visible>false</visible> <visible>false</visible>
</control> </control>
<control type="label"> <control type="label">

View File

@ -19,7 +19,7 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="9000"> <control type="group" id="9000">
<posx>0</posx> <posx>0</posx>
<posy>130</posy> <posy>130</posy>
<control type="button" id="2"> <control type="button" id="2">
@ -27,7 +27,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -48,8 +48,7 @@
<description>Sort asc</description> <description>Sort asc</description>
<posx>250</posx> <posx>250</posx>
<posy>58</posy> <posy>58</posy>
<label>31062</label> <label>-</label>
<altlabel>31061</altlabel>
<onleft>3</onleft> <onleft>3</onleft>
<onright>50</onright> <onright>50</onright>
<onup>2</onup> <onup>2</onup>
@ -147,6 +146,5 @@
</control> </control>
<include>WindowTitleButtonsMedia</include> <include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -19,7 +19,7 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="9000"> <control type="group" id="9000">
<posx>0</posx> <posx>0</posx>
<posy>130</posy> <posy>130</posy>
<control type="button" id="2"> <control type="button" id="2">
@ -27,7 +27,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -48,8 +48,7 @@
<description>Sort asc</description> <description>Sort asc</description>
<posx>250</posx> <posx>250</posx>
<posy>58</posy> <posy>58</posy>
<label>31062</label> <label>-</label>
<altlabel>31061</altlabel>
<onleft>3</onleft> <onleft>3</onleft>
<onright>50</onright> <onright>50</onright>
<onup>2</onup> <onup>2</onup>
@ -114,6 +113,5 @@
</control> </control>
<include>WindowTitleButtonsMedia</include> <include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -36,9 +36,9 @@
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<control type="group"> <control type="group">
<animation effect="slide" start="0,0" end="970,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation> <animation effect="slide" start="0,0" end="970,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation> <animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<animation effect="slide" start="0,0" end="970,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation> <animation effect="slide" start="0,0" end="970,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" start="0,0" end="530,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation> <animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(56)">Conditional</animation>
<include>ContentPanel</include> <include>ContentPanel</include>
<include>CommonRootView</include> <!-- view id = 50 --> <include>CommonRootView</include> <!-- view id = 50 -->
<include>CommonListView</include> <!-- view id = 51 --> <include>CommonListView</include> <!-- view id = 51 -->
@ -86,32 +86,26 @@
<control type="group"> <control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="group"> <control type="group" id="9000">
<left>0</left> <posx>0</posx>
<top>130</top> <posy>130</posy>
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation> <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="image"> <control type="image">
<left>0</left> <posx>0</posx>
<top>-30</top> <posy>-30</posy>
<width>360</width> <width>320</width>
<height>580</height> <height>580</height>
<texture border="0,0,50,45">Panel2.png</texture> <texture border="0,0,50,45">Panel2.png</texture>
<visible>Control.IsVisible(56) | Control.IsVisible(500)</visible> <visible>Control.IsVisible(56) | Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
</control>
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>130</posy>
<animation effect="slide" start="0,0" end="-320,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<animation effect="slide" start="0,0" end="-320,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
<control type="button" id="2"> <control type="button" id="2">
<description>View As button</description> <description>View As button</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -130,8 +124,10 @@
</control> </control>
<control type="togglebutton" id="4"> <control type="togglebutton" id="4">
<description>Sort asc</description> <description>Sort asc</description>
<label>31062</label> <posx>250</posx>
<altlabel>31061</altlabel> <posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright> <onright>50</onright>
<onup>2</onup> <onup>2</onup>
<ondown>14</ondown> <ondown>14</ondown>
@ -171,7 +167,7 @@
<selected>Container.Filtered</selected> <selected>Container.Filtered</selected>
<visible>!Container.CanFilterAdvanced</visible> <visible>!Container.CanFilterAdvanced</visible>
</control> </control>
<control type="radiobutton" id="200"> <control type="radiobutton" id="20">
<description>Advanced Filter</description> <description>Advanced Filter</description>
<posx>0</posx> <posx>0</posx>
<posy>180</posy> <posy>180</posy>
@ -185,6 +181,39 @@
<selected>Container.Filtered</selected> <selected>Container.Filtered</selected>
<visible>Container.CanFilterAdvanced</visible> <visible>Container.CanFilterAdvanced</visible>
</control> </control>
<control type="radiobutton" id="16">
<description>PartyMode</description>
<posx>0</posx>
<posy>225</posy>
<include>ButtonCommonValues</include>
<label>589</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>19</onup>
<ondown>17</ondown>
</control>
<control type="radiobutton" id="17">
<description>Flatten</description>
<posx>0</posx>
<posy>270</posy>
<include>ButtonCommonValues</include>
<label>20411</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>16</onup>
<ondown>7</ondown>
</control>
<control type="radiobutton" id="7">
<description>Stack button</description>
<posx>0</posx>
<posy>315</posy>
<label>$LOCALIZE[346]</label>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>17</onup>
<ondown>11</ondown>
</control>
<control type="radiobutton" id="11"> <control type="radiobutton" id="11">
<description>Unlock Shares</description> <description>Unlock Shares</description>
<posx>0</posx> <posx>0</posx>
@ -255,7 +284,6 @@
</control> </control>
<include>WindowTitleButtonsMedia</include> <include>WindowTitleButtonsMedia</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
<!-- Test code for the flagging Can stay until all codecs done <!-- Test code for the flagging Can stay until all codecs done

View File

@ -23,7 +23,7 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>611</onup> <onup>611</onup>
@ -45,7 +45,7 @@
<posx>0</posx> <posx>0</posx>
<posy>90</posy> <posy>90</posy>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<label></label> <label>-</label>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
<onup>20</onup> <onup>20</onup>

View File

@ -7,7 +7,7 @@
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include> <include>ContentPanel</include>
<control type="group"> <control type="group">
<posx>350</posx> <posx>317</posx>
<posy>135</posy> <posy>135</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -64,7 +64,7 @@
<control type="label"> <control type="label">
<description>current temp Value</description> <description>current temp Value</description>
<posx>20</posx> <posx>20</posx>
<posy>110</posy> <posy>60</posy>
<width>210</width> <width>210</width>
<height>180</height> <height>180</height>
<font>font35b</font> <font>font35b</font>
@ -77,7 +77,7 @@
<control type="image"> <control type="image">
<description>current weather icon</description> <description>current weather icon</description>
<posx>230</posx> <posx>230</posx>
<posy>110</posy> <posy>60</posy>
<width>210</width> <width>210</width>
<height>180</height> <height>180</height>
<info>Window.Property(Current.ConditionIcon)</info> <info>Window.Property(Current.ConditionIcon)</info>
@ -226,7 +226,7 @@
</control> </control>
<control type="group"> <control type="group">
<description>day 0</description> <description>day 0</description>
<posx>810</posx> <posx>780</posx>
<posy>135</posy> <posy>135</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -325,7 +325,7 @@
</control> </control>
<control type="group"> <control type="group">
<description>day 0</description> <description>day 0</description>
<posx>810</posx> <posx>780</posx>
<posy>263</posy> <posy>263</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -424,7 +424,7 @@
</control> </control>
<control type="group"> <control type="group">
<description>day 0</description> <description>day 0</description>
<posx>810</posx> <posx>780</posx>
<posy>391</posy> <posy>391</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -523,7 +523,7 @@
</control> </control>
<control type="group"> <control type="group">
<description>day 3</description> <description>day 3</description>
<posx>810</posx> <posx>780</posx>
<posy>519</posy> <posy>519</posy>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -631,7 +631,7 @@
<description>change location button</description> <description>change location button</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<font></font> <font>-</font>
<textoffsetx>15</textoffsetx> <textoffsetx>15</textoffsetx>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<onleft>99</onleft> <onleft>99</onleft>
@ -681,7 +681,7 @@
<posx>0</posx> <posx>0</posx>
<posy>135</posy> <posy>135</posy>
<label>5</label> <label>5</label>
<onclick>ActivateWindow(servicesettings,weather)</onclick> <onclick>ActivateWindow(MyWeatherSettings)</onclick>
<include>ButtonCommonValues</include> <include>ButtonCommonValues</include>
<onleft>50</onleft> <onleft>50</onleft>
<onright>50</onright> <onright>50</onright>
@ -722,20 +722,19 @@
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<description>weather location label</description> <description>weather location label</description>
<posx>350</posx> <posx>50r</posx>
<posy>210</posy> <posy>50</posy>
<width>460</width> <width>1060</width>
<height>30</height> <height>30</height>
<font>font18</font> <font>font18</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<align>center</align> <align>right</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[Window(Weather).Property(Location)]</label> <label>$INFO[Window(Weather).Property(Location)]</label>
<include>Window_OpenClose_Animation</include> <include>Window_OpenClose_Animation</include>
</control> </control>
<include>WindowTitleButtons</include> <include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -20,7 +20,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-PrevFO.png</texturefocus> <texturefocus>PlayerControls-PrevFO.png</texturefocus>
<texturenofocus>PlayerControls-PrevNF.png</texturenofocus> <texturenofocus>PlayerControls-PrevNF.png</texturenofocus>
<onleft>407</onleft> <onleft>407</onleft>
@ -34,7 +34,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-RewindFO.png</texturefocus> <texturefocus>PlayerControls-RewindFO.png</texturefocus>
<texturenofocus>PlayerControls-RewindNF.png</texturenofocus> <texturenofocus>PlayerControls-RewindNF.png</texturenofocus>
<onleft>400</onleft> <onleft>400</onleft>
@ -48,7 +48,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-StopFO.png</texturefocus> <texturefocus>PlayerControls-StopFO.png</texturefocus>
<texturenofocus>PlayerControls-StopNF.png</texturenofocus> <texturenofocus>PlayerControls-StopNF.png</texturenofocus>
<onleft>401</onleft> <onleft>401</onleft>
@ -62,7 +62,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-PauseFO.png</texturefocus> <texturefocus>PlayerControls-PauseFO.png</texturefocus>
<texturenofocus>PlayerControls-PauseNF.png</texturenofocus> <texturenofocus>PlayerControls-PauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -79,7 +79,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-ForwardFO.png</texturefocus> <texturefocus>PlayerControls-ForwardFO.png</texturefocus>
<texturenofocus>PlayerControls-ForwardNF.png</texturenofocus> <texturenofocus>PlayerControls-ForwardNF.png</texturenofocus>
<onleft>403</onleft> <onleft>403</onleft>
@ -93,7 +93,7 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-NextFO.png</texturefocus> <texturefocus>PlayerControls-NextFO.png</texturefocus>
<texturenofocus>PlayerControls-NextNF.png</texturenofocus> <texturenofocus>PlayerControls-NextNF.png</texturenofocus>
<onleft>404</onleft> <onleft>404</onleft>
@ -107,9 +107,9 @@
<posy>5</posy> <posy>5</posy>
<width>45</width> <width>45</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Repeat)</onclick> <onclick>XBMC.PlayerControl(Repeat)</onclick>
<onleft>405</onleft> <onleft>405</onleft>
<onright>407</onright> <onright>407</onright>
@ -175,7 +175,7 @@
<posy>5</posy> <posy>5</posy>
<width>42</width> <width>42</width>
<height>40</height> <height>40</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-RandomFO.png</texturefocus> <texturefocus>PlayerControls-RandomFO.png</texturefocus>
<texturenofocus>PlayerControls-RandomNF.png</texturenofocus> <texturenofocus>PlayerControls-RandomNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture> <usealttexture>Playlist.IsRandom</usealttexture>

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<coordinates> <coordinates>
<system>1</system> <system>1</system>
<posx>0</posx> <posx>0</posx>

View File

@ -3,48 +3,36 @@
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<controls> <controls>
<include>CommonBackground</include> <include>CommonBackground</include>
<control type="image">
<left>40</left>left>
<top>135</top>top>
<width>1223</width>
<height>500</height>height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<left>40</left>
<top>135</top>
<width>1223</width>
<height>500</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="group"> <control type="group">
<include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include>
<control type="panel" id="50"> <control type="panel" id="50">
<posx>80</posx> <posx>300</posx>
<posy>180</posy> <posy>130</posy>
<width>1350</width> <width>950</width>
<height>512</height> <height>512</height>
<onleft>50</onleft> <onleft>9000</onleft>
<onright>50</onright> <onright>9000</onright>
<onup>50</onup> <onup>50</onup>
<ondown>50</ondown> <ondown>50</ondown>
<viewtype label="21371">panel</viewtype> <viewtype label="21371">panel</viewtype>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<preloaditems>2</preloaditems> <preloaditems>2</preloaditems>
<itemlayout height="200" width="200"> <itemlayout height="256" width="190">
<control type="image"> <control type="image">
<posx>5</posx> <posx>5</posx>
<posy>5</posy> <posy>5</posy>
<width>120</width> <width>180</width>
<height>120</height> <height>210</height>
<texture>$INFO[Listitem.Icon]</texture> <texture>$INFO[Listitem.Icon]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>5</posx> <posx>95</posx>
<posy>150</posy> <posy>220</posy>
<width>120</width> <width>180</width>
<height>25</height> <height>25</height>
<font>font12</font> <font>font13</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>center</align> <align>center</align>
@ -52,28 +40,28 @@
<label>[B]$INFO[ListItem.Label][/B]</label> <label>[B]$INFO[ListItem.Label][/B]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="200" width="200"> <focusedlayout height="256" width="190">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>140</width> <width>190</width>
<height>140</height> <height>256</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="5">button-focus.png</texture> <texture border="5">button-focus.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>5</posx> <posx>5</posx>
<posy>5</posy> <posy>5</posy>
<width>130</width> <width>180</width>
<height>130</height> <height>210</height>
<texture>$INFO[Listitem.Icon]</texture> <texture>$INFO[Listitem.Icon]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>5</posx> <posx>95</posx>
<posy>150</posy> <posy>220</posy>
<width>130</width> <width>180</width>
<height>25</height> <height>25</height>
<font>font12</font> <font>font13</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>center</align> <align>center</align>
@ -83,68 +71,95 @@
</focusedlayout> </focusedlayout>
<content> <content>
<item> <item>
<label>7</label> <label>3</label>
<onclick>ActivateWindow(FileManager)</onclick> <onclick>ActivateWindow(MyVideosSettings)</onclick>
<icon>icons/settings/icon_FileManager.png</icon> <icon>icon_video.png</icon>
</item>
<item>
<label>2</label>
<onclick>ActivateWindow(MyMusicSettings)</onclick>
<icon>icon_music.png</icon>
</item>
<item>
<label>1</label>
<onclick>ActivateWindow(MyPicturesSettings)</onclick>
<icon>icon_pics.png</icon>
</item> </item>
<item> <item>
<label>24001</label> <label>24001</label>
<onclick>ActivateWindow(AddonBrowser)</onclick> <onclick>ActivateWindow(AddonBrowser)</onclick>
<icon>icons/settings/icon_Addons.png</icon> <icon>icon_addons.png</icon>
</item> </item>
<item> <item>
<label>138</label> <label>31400</label>
<onclick>ActivateWindow(SystemInfo)</onclick> <onclick>ActivateWindow(MyTVSettings)</onclick>
<icon>SystemInformation.png</icon> <icon>icon_tv.png</icon>
</item>
<item>
<label>10050</label>
<onclick>ActivateWindow(Eventlog)</onclick>
<icon>icons/settings/icon_EventLog.png</icon>
</item>
<item>
<label>14036</label>
<onclick>ActivateWindow(servicesettings)</onclick>
<icon>icons/settings/icon_Services.png</icon>
</item>
<item>
<label>13000</label>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon>icons/settings/icon_System.png</icon>
</item>
<item>
<label>14206</label>
<onclick>ActivateWindow(AppearanceSettings)</onclick>
<icon>icons/settings/icon_Appearence.png</icon>
</item>
<item>
<label>14200</label>
<onclick>ActivateWindow(PlayerSettings)</onclick>
<icon>icons/settings/icon_Player.png</icon>
</item>
<item>
<label>14211</label>
<onclick>ActivateWindow(MediaSettings)</onclick>
<icon>icons/settings/icon_Media.png</icon>
</item>
<item>
<label>14204</label>
<onclick>ActivateWindow(PVRSettings)</onclick>
<icon>icons/settings/icon_PVR.png</icon>
</item>
<item>
<label>15016</label>
<onclick>ActivateWindow(GameSettings)</onclick>
<icon>icons/settings/icon_Games.png</icon>
</item> </item>
<item> <item>
<label>13200</label> <label>13200</label>
<onclick>ActivateWindow(Profiles)</onclick> <onclick>ActivateWindow(Profiles)</onclick>
<icon>unknown-user.png</icon> <icon>unknown-user.png</icon>
</item> </item>
<item>
<label>8</label>
<onclick>ActivateWindow(MyWeatherSettings)</onclick>
<icon>icon_weather.png</icon>
</item>
<item>
<label>14036</label>
<onclick>ActivateWindow(ServiceSettings)</onclick>
<icon>icon_network.png</icon>
</item>
<item>
<label>13000</label>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon>icon_system.png</icon>
</item>
<item>
<label>480</label>
<onclick>ActivateWindow(AppearanceSettings)</onclick>
<icon>icon_appearence.png</icon>
</item>
</content> </content>
</control> </control>
</control> </control>
<control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<posx>0</posx>
<posy>130</posy>
<control type="button" id="20">
<description>Filemanager button</description>
<posx>0</posx>
<posy>0</posy>
<include>ButtonCommonValues</include>
<label>7</label>
<onclick>ActivateWindow(FileManager)</onclick>
<onleft>50</onleft>
<onright>50</onright>
<onup>611</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>20</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>
<control type="group">
<posx>0</posx>
<posy>45</posy>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="button" id="611">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>603</onup>
<ondown>20</ondown>
<visible>false</visible>
</control>
</control>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -158,6 +173,5 @@
</control> </control>
<include>WindowTitleButtons</include> <include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -8,12 +8,12 @@
<include>ContentPanel</include> <include>ContentPanel</include>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<description>control area</description> <description>control area</description>
<left>350</left> <posx>300</posx>
<top>130</top> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<itemgap>2</itemgap> <itemgap>2</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onleft>3</onleft> <onleft>3</onleft>
<onright>90</onright> <onright>90</onright>
<onup>5</onup> <onup>5</onup>
@ -25,45 +25,15 @@
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="3"> <control type="grouplist" id="3">
<description>button area</description> <description>button area</description>
<left>0</left> <posx>0</posx>
<top>130</top> <posy>130</posy>
<width>330</width> <width>280</width>
<height>440</height> <height>440</height>
<itemgap>2</itemgap> <itemgap>2</itemgap>
<onleft>5</onleft> <onleft>5</onleft>
<onright>5</onright> <onright>5</onright>
<onup>20</onup>
<ondown>20</ondown>
</control>
<control type="group">
<control type="button">
<left>0</left>
<top>585</top>
<height>60</height>
<width>330</width>
<font>font13</font>
<label>31408</label>
<texturenofocus>Button_Side_NoFocus.png</texturenofocus>
</control>
<control type="button" id="20">
<description>Settings level button</description>
<left>0</left>
<top>585</top>
<width>330</width>
<height>60</height>
<align>right</align>
<aligny>top</aligny>
<textoffsetx>10</textoffsetx>
<textoffsety>18</textoffsety>
<textcolor>green</textcolor>
<font>font12</font>
<label>10037</label>
<onleft>5</onleft>
<onright>5</onright>
<ondown>3</ondown>
<onup>3</onup> <onup>3</onup>
<onclick>SettingsLevelChange</onclick> <ondown>3</ondown>
</control>
</control> </control>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
@ -72,37 +42,37 @@
</control> </control>
<control type="button" id="7"> <control type="button" id="7">
<description>Default Button</description> <description>Default Button</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<description>Default RadioButton</description> <description>Default RadioButton</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
</control> </control>
<control type="spincontrolex" id="9"> <control type="spincontrolex" id="9">
<description>Default SpinControlex</description> <description>Default SpinControlex</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<aligny>center</aligny> <aligny>center</aligny>
<reverse>yes</reverse> <reverse>yes</reverse>
</control> </control>
@ -112,19 +82,19 @@
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="image"> <control type="image">
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>1280</width> <width>1280</width>
<height>128</height> <height>128</height>
<texture>Header.png</texture> <texture>Header.png</texture>
</control> </control>
<control type="label" id="2"> <control type="label" id="2">
<description>Fake Label so we can pass it value down to the one below</description> <description>Fake Label so we can pass it value down to the one below</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
<font></font> <font>-</font>
<visible>false</visible> <visible>false</visible>
</control> </control>
<control type="label"> <control type="label">
@ -133,6 +103,5 @@
</control> </control>
<include>WindowTitleButtons</include> <include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -1,191 +1,37 @@
<window> <window>
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="true">2</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<controls> <controls>
<include>CommonBackground</include> <include>CommonBackground</include>
<control type="group"> <control type="group">
<left>9</left>
<top>130</top>
<width>350</width>
<height>500</height>
<include>Window_OpenClose_Left_Panel_Animation</include>
<control type="list" id="9000">
<left>0</left>
<top>0</top>
<onleft>9010</onleft>
<onright>9010</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol/>
<itemlayout height="46" width="330">
<control type="image">
<left>0</left>
<top>0</top>
<width>330</width>
<height>44</height>
<texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
<pulseonselect>true</pulseonselect>
</control>
<control type="label">
<left>35</left>
<top>10</top>
<width>250</width>
<font>12</font>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="46" width="330">
<control type="image">
<left>0</left>
<top>0</top>
<widht>330</widht>
<height>44</height>
<texture border="32,0,0,0">Button_Side_Focus.png</texture>
<animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(9000)">Conditional</animation>
<pulseonselect>true</pulseonselect>
</control>
<control type="label">
<left>35</left>
<top>10</top>
<width>250</width>
<height>44</height>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31409</label>
<icon></icon>
</item>
<item id="2">
<label>13200</label>
<icon></icon>
</item>
</content>
</control>
</control>
<control type="group" id="9010">
<include>Window_OpenClose_Right_Panel_Animation</include> <include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include> <include>ContentPanel</include>
<control type="grouplist" id="9001">
<visible>Container(9000).HasFocus(1)</visible>
<left>350</left>
<top>130</top>
<onup>9001</onup>
<ondown>9001</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<control type="radiobutton" id="4">
<description>Show login screen</description>
<width>900</width>
<height>35</height>
<label>20096</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
<control type="button" id="5">
<width>900</width>
<height>35</height>
<label>33084</label>
<label2>$INFO[System.ProfileAutoLogin]</label2>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus>
</control>
</control>
<control type="group">
<description>Descroption area</description>
<left>350</left>
<top>510</top>
<width>590</width>
<height>300</height>
<control type="image">
<left>0</left>
<top>0</top>
<height>2</height>
<width>920</width>
<texture>separator.png</texture>
</control>
<control type="group">
<visible>Container(9000).HasFocus(2)</visible>
<left>10</left>
<top>10</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<texture fallback="unknown-user.png">$INFO[Container(2).Listitem.Icon]</texture>
</control>
<control type="label">
<left>120</left>
<top>30</top>
<width>200</width>
<height>44</height>
<font>font12</font>
<align>right</align>
<textcolor>green</textcolor>
<label>$LOCALIZE[20093]: </label>
</control>
<control type="label">
<left>320</left>
<top>30</top>
<width>300</width>
<height>44</height>
<font>font12</font>
<textcolor>white</textcolor>
<label>$INFO[Container(2).ListItem.Label]</label>
</control>
<control type="label">
<left>120</left>
<top>70</top>
<width>200</width>
<height>44</height>
<font>font12</font>
<align>right</align>
<textcolor>green</textcolor>
<label>$LOCALIZE[31047]: </label>
</control>
<control type="label">
<left>320</left>
<top>70</top>
<width>300</width>
<height>44</height>
<font>font12</font>
<textcolor>white</textcolor>
<label fallback="13170">$INFO[Container(2).ListItem.Label2]</label>
</control>
</control>
</control>
<control type="panel" id="2"> <control type="panel" id="2">
<visible>Container(9000).HasFocus(2)</visible> <posx>300</posx>
<left>350</left> <posy>130</posy>
<top>130</top> <width>910</width>
<width>900</width> <height>340</height>
<height>450</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<itemlayout height="170" width="170"> <onright>60</onright>
<onup>53</onup>
<ondown>53</ondown>
<viewtype label="21371">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="170" width="190">
<control type="image"> <control type="image">
<left>1</left> <posx>1</posx>
<top>0</top> <posy>0</posy>
<width>168</width> <width>188</width>
<height>145</height> <height>145</height>
<bordertexture border="5">button-nofocus.png</bordertexture> <bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[ListItem.Icon]</texture> <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<left>0</left> <posx>94</posx>
<top>145</top> <posy>145</posy>
<width>150</width> <width>178</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
@ -195,24 +41,23 @@
<info>ListItem.Label</info> <info>ListItem.Label</info>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="170" width="170"> <focusedlayout height="170" width="190">
<control type="image"> <control type="image">
<left>1</left> <posx>1</posx>
<top>0</top> <posy>0</posy>
<width>168</width> <width>188</width>
<height>145</height> <height>145</height>
<bordertexture border="5">folder-focus.png</bordertexture> <bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[ListItem.Icon]</texture> <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<left>0</left> <posx>94</posx>
<top>145</top> <posy>145</posy>
<width>168</width> <width>178</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>grey2</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
@ -220,6 +65,107 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<control type="scrollbar" id="60">
<posx>1255</posx>
<posy>130</posy>
<width>20</width>
<height>340</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>2</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Page Count Label</description>
<posx>50r</posx>
<posy>38r</posy>
<width>500</width>
<height>20</height>
<font>font12b</font>
<textcolor>white</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>($INFO[Container(2).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label>
</control>
<control type="image">
<posx>300</posx>
<posy>510</posy>
<width>950</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="image">
<posx>330</posx>
<posy>525</posy>
<width>128</width>
<height>128</height>
<aspectratio>keep</aspectratio>
<texture fallback="unknown-user.png">$INFO[Container(2).Listitem.Icon]</texture>
</control>
<control type="label">
<posx>480</posx>
<posy>545</posy>
<width>770</width>
<height>30</height>
<font>font18</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Container(2).ListItem.Label,[COLOR=green]$LOCALIZE[20093] : [/COLOR]]</label>
</control>
<control type="label">
<posx>480</posx>
<posy>590</posy>
<width>770</width>
<height>30</height>
<font>font18</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Container(2).ListItem.Label2,[COLOR=green]$LOCALIZE[31047] : [/COLOR]]</label>
</control>
</control>
<control type="group" id="9000">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<posx>0</posx>
<posy>130</posy>
<control type="radiobutton" id="4">
<description>Enable Login screen</description>
<posx>0</posx>
<posy>0</posy>
<include>ButtonCommonValues</include>
<label>20096</label>
<onleft>2</onleft>
<onright>2</onright>
<onup>611</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>4</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>
<control type="group">
<posx>0</posx>
<posy>45</posy>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="button" id="611">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>603</onup>
<ondown>4</ondown>
<visible>false</visible>
</control>
</control>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -234,6 +180,5 @@
</control> </control>
<include>WindowTitleButtons</include> <include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -65,7 +65,7 @@
<posx>20</posx> <posx>20</posx>
<posy>10</posy> <posy>10</posy>
<width>750</width> <width>750</width>
<label></label> <label>-</label>
<align>center</align> <align>center</align>
<font>font13</font> <font>font13</font>
</control> </control>
@ -74,7 +74,7 @@
<posx>20</posx> <posx>20</posx>
<posy>40</posy> <posy>40</posy>
<width>750</width> <width>750</width>
<label></label> <label>-</label>
<align>center</align> <align>center</align>
<font>font13</font> <font>font13</font>
</control> </control>

View File

@ -7,8 +7,8 @@
<include>Window_OpenClose_Left_Panel_Animation</include> <include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include> <include>CommonNowPlaying</include>
<control type="grouplist" id="9000"> <control type="grouplist" id="9000">
<left>0</left> <posx>0</posx>
<top>130</top> <posy>130</posy>
<itemgap>1</itemgap> <itemgap>1</itemgap>
<onup>9000</onup> <onup>9000</onup>
<ondown>9000</ondown> <ondown>9000</ondown>
@ -43,61 +43,6 @@
<label>19191</label> <label>19191</label>
<visible>System.GetBool(pvrmanager.enabled)</visible> <visible>System.GetBool(pvrmanager.enabled)</visible>
</control> </control>
<control type="group">
<description>Version and date info group</description>
<left>-347</left>
<top>200</top>
<control type="image">
<left>0</left>
<top>1</top>
<width>349</width>
<height>310</height>
<texture border="0,0,50,45">Panel2.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="group">
<control type="label">
<description>Build text</description>
<left>10</left>
<top>20</top>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font10</font>
<label>$LOCALIZE[144]</label>
</control>
<control type="label" id="52">
<description>Kodi build version</description>
<left>10</left>
<top>35</top>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font10</font>
</control>
</control>
<control type="group">
<control type="label">
<description>date text</description>
<left>10</left>
<top>60</top>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font10</font>
<label>$LOCALIZE[174]</label>
</control>
<control type="label" id="53">
<description>Kodi build date</description>
<left>10</left>
<top>75</top>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<font>font10</font>
</control>
</control>
</control>
</control> </control>
</control> </control>
<control type="group"> <control type="group">
@ -105,116 +50,127 @@
<include>ContentPanel</include> <include>ContentPanel</include>
<control type="label" id="40"> <control type="label" id="40">
<description>fake filter text label</description> <description>fake filter text label</description>
<left>410</left> <posx>410</posx>
<top>115</top> <posy>115</posy>
<width>790</width> <width>790</width>
<height>30</height> <height>30</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label></label> <label>-</label>
<font>font18</font> <font>font18</font>
</control> </control>
<control type="image"> <control type="image">
<left>410</left> <posx>410</posx>
<top>150</top> <posy>150</posy>
<width>790</width> <width>790</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="group"> <control type="group">
<left>350</left> <posx>300</posx>
<top>170</top> <posy>170</posy>
<control type="label" id="2"> <control type="label" id="2">
<description>Label 2</description> <description>Label 2</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="3"> <control type="label" id="3">
<description>Label 3</description> <description>Label 3</description>
<left>0</left> <posx>0</posx>
<top>37</top> <posy>37</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="4"> <control type="label" id="4">
<description>Label 4</description> <description>Label 4</description>
<left>0</left> <posx>0</posx>
<top>70</top> <posy>70</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="5"> <control type="label" id="5">
<description>Label 5</description> <description>Label 5</description>
<left>0</left> <posx>0</posx>
<top>105</top> <posy>105</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="6"> <control type="label" id="6">
<description>Label 6</description> <description>Label 6</description>
<left>0</left> <posx>0</posx>
<top>140</top> <posy>140</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="7"> <control type="label" id="7">
<description>Label 7</description> <description>Label 7</description>
<left>0</left> <posx>0</posx>
<top>175</top> <posy>175</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="8"> <control type="label" id="8">
<description>Label 8</description> <description>Label 8</description>
<left>0</left> <posx>0</posx>
<top>210</top> <posy>210</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="9"> <control type="label" id="9">
<description>Label 9</description> <description>Label 9</description>
<left>0</left> <posx>0</posx>
<top>245</top> <posy>245</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="10"> <control type="label" id="10">
<description>Label 10</description> <description>Label 10</description>
<left>0</left> <posx>0</posx>
<top>280</top> <posy>280</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="label" id="11"> <control type="label" id="11">
<description>Label 11</description> <description>Label 11</description>
<left>0</left> <posx>0</posx>
<top>315</top> <posy>315</posy>
<width>910</width> <width>910</width>
<label></label> <label>-</label>
<font>font12</font>
</control>
<control type="label" id="52">
<description>XBMC XBE BUILD Version</description>
<posx>930</posx>
<posy>370</posy>
<width>910</width>
<label>144</label>
<textcolor>green</textcolor>
<shadowcolor>black</shadowcolor>
<align>right</align>
<font>font12</font> <font>font12</font>
</control> </control>
<control type="group"> <control type="group">
<left>0</left> <posx>600</posx>
<top>400</top> <posy>420</posy>
<control type="label"> <control type="label">
<description>CPU Text</description> <description>CPU Text</description>
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>550</width> <width>350</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label> <label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label>
<align>left</align> <align>right</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<shadowcolor>black</shadowcolor> <shadowcolor>black</shadowcolor>
@ -222,20 +178,20 @@
</control> </control>
<control type="progress"> <control type="progress">
<description>CPU BAR</description> <description>CPU BAR</description>
<left>0</left> <posx>10</posx>
<top>25</top> <posy>7</posy>
<width>550</width> <width>320</width>
<height>12</height> <height>12</height>
<info>System.CPUUsage</info> <info>System.CPUUsage</info>
</control> </control>
<control type="label"> <control type="label">
<description>Memory Text</description> <description>Memory Text</description>
<left>0</left> <posx>0</posx>
<top>40</top> <posy>30</posy>
<width>550</width> <width>350</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[31005] $INFO[system.memory(used.percent)]</label> <label>$LOCALIZE[31005] $INFO[system.memory(used.percent)]</label>
<align>left</align> <align>right</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<shadowcolor>black</shadowcolor> <shadowcolor>black</shadowcolor>
@ -243,9 +199,9 @@
</control> </control>
<control type="progress"> <control type="progress">
<description>Memory BAR</description> <description>Memory BAR</description>
<left>0</left> <posx>10</posx>
<top>65</top> <posy>37</posy>
<width>550</width> <width>320</width>
<height>12</height> <height>12</height>
<info>system.memory(used)</info> <info>system.memory(used)</info>
</control> </control>
@ -253,8 +209,8 @@
</control> </control>
</control> </control>
<control type="image"> <control type="image">
<left>0</left> <posx>0</posx>
<top>0</top> <posy>0</posy>
<width>1280</width> <width>1280</width>
<height>128</height> <height>128</height>
<texture>Header.png</texture> <texture>Header.png</texture>

View File

@ -8,18 +8,18 @@
<!-- Start General Skin Settings --> <!-- Start General Skin Settings -->
<control type="grouplist" id="9001"> <control type="grouplist" id="9001">
<visible>Skin.String(SkinSettings,1)</visible> <visible>Skin.String(SkinSettings,1)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<itemgap>2</itemgap> <itemgap>2</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>9000</onright> <onright>9000</onright>
<onup>9001</onup> <onup>9001</onup>
<ondown>9001</ondown> <ondown>9001</ondown>
<control type="label" id="100"> <control type="label" id="100">
<width>900</width> <width>950</width>
<height>45</height> <height>45</height>
<font>font18</font> <font>font18</font>
<label>31106</label> <label>31106</label>
@ -27,140 +27,140 @@
<align>center</align> <align>center</align>
</control> </control>
<control type="radiobutton" id="101"> <control type="radiobutton" id="101">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[20079]</label> <label>$LOCALIZE[20079]</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Animate_Skin)</onclick> <onclick>Skin.ToggleSetting(Animate_Skin)</onclick>
<selected>!Skin.HasSetting(Animate_Skin)</selected> <selected>!Skin.HasSetting(Animate_Skin)</selected>
</control> </control>
<control type="image" id="102"> <control type="image" id="102">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="103"> <control type="radiobutton" id="103">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31104</label> <label>31104</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(ShutdownUseHibernate)</onclick> <onclick>Skin.ToggleSetting(ShutdownUseHibernate)</onclick>
<selected>Skin.HasSetting(ShutdownUseHibernate)</selected> <selected>Skin.HasSetting(ShutdownUseHibernate)</selected>
</control> </control>
<control type="radiobutton" id="104"> <control type="radiobutton" id="104">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>20189</label> <label>20189</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(AutoScroll)</onclick> <onclick>Skin.ToggleSetting(AutoScroll)</onclick>
<selected>Skin.HasSetting(AutoScroll)</selected> <selected>Skin.HasSetting(AutoScroll)</selected>
</control> </control>
<control type="radiobutton" id="105"> <control type="radiobutton" id="105">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31103</label> <label>31103</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick> <onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick>
<selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected> <selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected>
</control> </control>
<control type="radiobutton" id="106"> <control type="radiobutton" id="106">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31105</label> <label>31105</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(No_Media_Titles_In_Scanner)</onclick> <onclick>Skin.ToggleSetting(No_Media_Titles_In_Scanner)</onclick>
<selected>!Skin.HasSetting(No_Media_Titles_In_Scanner)</selected> <selected>!Skin.HasSetting(No_Media_Titles_In_Scanner)</selected>
</control> </control>
<control type="image" id="107"> <control type="image" id="107">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="108"> <control type="radiobutton" id="108">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31112</label> <label>31112</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Media_Titles_WideIcons)</onclick> <onclick>Skin.ToggleSetting(Media_Titles_WideIcons)</onclick>
<selected>!Skin.HasSetting(Media_Titles_WideIcons)</selected> <selected>!Skin.HasSetting(Media_Titles_WideIcons)</selected>
</control> </control>
<control type="radiobutton" id="109"> <control type="radiobutton" id="109">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31116</label> <label>31116</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Hide_Video_Flags)</onclick> <onclick>Skin.ToggleSetting(Hide_Video_Flags)</onclick>
<selected>Skin.HasSetting(Hide_Video_Flags)</selected> <selected>Skin.HasSetting(Hide_Video_Flags)</selected>
</control> </control>
<control type="radiobutton" id="115"> <control type="radiobutton" id="115">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31118</label> <label>31118</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Show_Panel_Fanart)</onclick> <onclick>Skin.ToggleSetting(Show_Panel_Fanart)</onclick>
<selected>!Skin.HasSetting(Show_Panel_Fanart)</selected> <selected>!Skin.HasSetting(Show_Panel_Fanart)</selected>
</control> </control>
<control type="image" id="110"> <control type="image" id="110">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="111"> <control type="radiobutton" id="111">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>21398</label> <label>21398</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Use_Startup_Playlist)</onclick> <onclick>Skin.ToggleSetting(Use_Startup_Playlist)</onclick>
<selected>Skin.HasSetting(Use_Startup_Playlist)</selected> <selected>Skin.HasSetting(Use_Startup_Playlist)</selected>
</control> </control>
<control type="button" id="112"> <control type="button" id="112">
<description>Startup Playlist Path</description> <description>Startup Playlist Path</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
@ -168,24 +168,24 @@
<label>15311</label> <label>15311</label>
<label2>$INFO[Skin.String(Startup_Playlist_Path)]</label2> <label2>$INFO[Skin.String(Startup_Playlist_Path)]</label2>
<onclick>Skin.SetFile(Startup_Playlist_Path,.m3u,t:\playlists\music\)</onclick> <onclick>Skin.SetFile(Startup_Playlist_Path,.m3u,t:\playlists\music\)</onclick>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<enable>Skin.HasSetting(Use_Startup_Playlist)</enable> <enable>Skin.HasSetting(Use_Startup_Playlist)</enable>
</control> </control>
<control type="image" id="113"> <control type="image" id="113">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="114"> <control type="radiobutton" id="114">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31115</label> <label>31115</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(Player_Show_Teletext_Button)</onclick> <onclick>Skin.ToggleSetting(Player_Show_Teletext_Button)</onclick>
<selected>Skin.HasSetting(Player_Show_Teletext_Button)</selected> <selected>Skin.HasSetting(Player_Show_Teletext_Button)</selected>
@ -195,18 +195,18 @@
<!-- Start Home Page Skin Settings --> <!-- Start Home Page Skin Settings -->
<control type="grouplist" id="9002"> <control type="grouplist" id="9002">
<visible>Skin.String(SkinSettings,2)</visible> <visible>Skin.String(SkinSettings,2)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<itemgap>2</itemgap> <itemgap>2</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>9000</onright> <onright>9000</onright>
<onup>9002</onup> <onup>9002</onup>
<ondown>9002</ondown> <ondown>9002</ondown>
<control type="label" id="200"> <control type="label" id="200">
<width>900</width> <width>950</width>
<height>45</height> <height>45</height>
<font>font18</font> <font>font18</font>
<label>31101</label> <label>31101</label>
@ -215,7 +215,7 @@
</control> </control>
<control type="radiobutton" id="207"> <control type="radiobutton" id="207">
<description>enable video info</description> <description>enable video info</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>20176</label> <label>20176</label>
@ -223,13 +223,13 @@
<selected>!Skin.HasSetting(homepageVideoinfo)</selected> <selected>!Skin.HasSetting(homepageVideoinfo)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="206"> <control type="radiobutton" id="206">
<description>enable tv info</description> <description>enable tv info</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>31117</label> <label>31117</label>
@ -237,13 +237,13 @@
<selected>!Skin.HasSetting(homepagePVRinfo)</selected> <selected>!Skin.HasSetting(homepagePVRinfo)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="208"> <control type="radiobutton" id="208">
<description>enable music info</description> <description>enable music info</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>20083</label> <label>20083</label>
@ -251,13 +251,13 @@
<selected>!Skin.HasSetting(homepageMusicinfo)</selected> <selected>!Skin.HasSetting(homepageMusicinfo)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="209"> <control type="radiobutton" id="209">
<description>enable weather info</description> <description>enable weather info</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>20084</label> <label>20084</label>
@ -265,13 +265,13 @@
<selected>!Skin.HasSetting(homepageWeatherinfo)</selected> <selected>!Skin.HasSetting(homepageWeatherinfo)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="212"> <control type="radiobutton" id="212">
<description>Video Button always goes to file mode Toggle</description> <description>Video Button always goes to file mode Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31121]</label> <label>$LOCALIZE[31121]</label>
@ -279,13 +279,13 @@
<selected>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</selected> <selected>Skin.HasSetting(homepageVideoButtonAlwaysFilemode)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>!Skin.HasSetting(homepageHideVideoButton)</enable> <enable>!Skin.HasSetting(homepageHideVideoButton)</enable>
</control> </control>
<control type="label" id="210"> <control type="label" id="210">
<width>900</width> <width>950</width>
<height>45</height> <height>45</height>
<font>font18</font> <font>font18</font>
<label>31119</label> <label>31119</label>
@ -294,7 +294,7 @@
</control> </control>
<control type="radiobutton" id="211"> <control type="radiobutton" id="211">
<description>Hide Video Button Toggle</description> <description>Hide Video Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[3]</label> <label>$LOCALIZE[31120] - $LOCALIZE[3]</label>
@ -302,13 +302,13 @@
<selected>Skin.HasSetting(homepageHideVideoButton)</selected> <selected>Skin.HasSetting(homepageHideVideoButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="213"> <control type="radiobutton" id="213">
<description>Hide Movies Button Toggle</description> <description>Hide Movies Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[20342]</label> <label>$LOCALIZE[31120] - $LOCALIZE[20342]</label>
@ -316,14 +316,14 @@
<selected>Skin.HasSetting(homepageHideMoviesButton)</selected> <selected>Skin.HasSetting(homepageHideMoviesButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>Library.HasContent(Movies)</enable> <enable>Library.HasContent(Movies)</enable>
</control> </control>
<control type="radiobutton" id="214"> <control type="radiobutton" id="214">
<description>Hide TV Shows Button Toggle</description> <description>Hide TV Shows Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[20343]</label> <label>$LOCALIZE[31120] - $LOCALIZE[20343]</label>
@ -331,14 +331,14 @@
<selected>Skin.HasSetting(homepageHideTVShowButton)</selected> <selected>Skin.HasSetting(homepageHideTVShowButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<enable>Library.HasContent(TVShows)</enable> <enable>Library.HasContent(TVShows)</enable>
</control> </control>
<control type="radiobutton" id="215"> <control type="radiobutton" id="215">
<description>Hide Music Button Toggle</description> <description>Hide Music Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[2]</label> <label>$LOCALIZE[31120] - $LOCALIZE[2]</label>
@ -346,13 +346,13 @@
<selected>Skin.HasSetting(homepageHideMusicButton)</selected> <selected>Skin.HasSetting(homepageHideMusicButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="216"> <control type="radiobutton" id="216">
<description>Hide Picture Button Toggle</description> <description>Hide Picture Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[1]</label> <label>$LOCALIZE[31120] - $LOCALIZE[1]</label>
@ -360,13 +360,13 @@
<selected>Skin.HasSetting(homepageHidePictureButton)</selected> <selected>Skin.HasSetting(homepageHidePictureButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="217"> <control type="radiobutton" id="217">
<description>Hide Program Button Toggle</description> <description>Hide Program Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[0]</label> <label>$LOCALIZE[31120] - $LOCALIZE[0]</label>
@ -374,13 +374,13 @@
<selected>Skin.HasSetting(homepageHideProgramButton)</selected> <selected>Skin.HasSetting(homepageHideProgramButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
<control type="radiobutton" id="218"> <control type="radiobutton" id="218">
<description>Hide Weather Button Toggle</description> <description>Hide Weather Button Toggle</description>
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31120] - $LOCALIZE[8]</label> <label>$LOCALIZE[31120] - $LOCALIZE[8]</label>
@ -388,8 +388,8 @@
<selected>Skin.HasSetting(homepageHideWeatherButton)</selected> <selected>Skin.HasSetting(homepageHideWeatherButton)</selected>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
</control> </control>
</control> </control>
@ -398,7 +398,7 @@
<control type="group"> <control type="group">
<visible>Skin.String(SkinSettings,3)</visible> <visible>Skin.String(SkinSettings,3)</visible>
<control type="image"> <control type="image">
<posx>350</posx> <posx>320</posx>
<posy>130</posy> <posy>130</posy>
<width>910</width> <width>910</width>
<height>516</height> <height>516</height>
@ -406,7 +406,7 @@
<texture>black-back.png</texture> <texture>black-back.png</texture>
</control> </control>
<control type="group"> <control type="group">
<posx>350</posx> <posx>325</posx>
<posy>135</posy> <posy>135</posy>
<control type="multiimage"> <control type="multiimage">
<posx>200</posx> <posx>200</posx>
@ -479,7 +479,7 @@
<onright>300</onright> <onright>300</onright>
<onup>9003</onup> <onup>9003</onup>
<ondown>9003</ondown> <ondown>9003</ondown>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="40" width="242"> <itemlayout height="40" width="242">
<control type="image"> <control type="image">
@ -688,18 +688,18 @@
<!-- Start Custom Script Skin Settings --> <!-- Start Custom Script Skin Settings -->
<control type="grouplist" id="9004"> <control type="grouplist" id="9004">
<visible>Skin.String(SkinSettings,4)</visible> <visible>Skin.String(SkinSettings,4)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<itemgap>2</itemgap> <itemgap>2</itemgap>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>9000</onright> <onright>9000</onright>
<onup>9004</onup> <onup>9004</onup>
<ondown>9004</ondown> <ondown>9004</ondown>
<control type="label" id="400"> <control type="label" id="400">
<width>900</width> <width>950</width>
<height>45</height> <height>45</height>
<font>font18</font> <font>font18</font>
<label>31200</label> <label>31200</label>
@ -707,112 +707,112 @@
<align>center</align> <align>center</align>
</control> </control>
<control type="radiobutton" id="401"> <control type="radiobutton" id="401">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31208]</label> <label>$LOCALIZE[31208]</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(LyricScript_Enable)</onclick> <onclick>Skin.ToggleSetting(LyricScript_Enable)</onclick>
<selected>Skin.HasSetting(LyricScript_Enable)</selected> <selected>Skin.HasSetting(LyricScript_Enable)</selected>
</control> </control>
<control type="button" id="402"> <control type="button" id="402">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>- $LOCALIZE[31204]</label> <label>- $LOCALIZE[31204]</label>
<label2>[COLOR=green]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label2> <label2>[COLOR=green]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label2>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick> <onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
<enable>Skin.HasSetting(LyricScript_Enable)</enable> <enable>Skin.HasSetting(LyricScript_Enable)</enable>
</control> </control>
<control type="image" id="403"> <control type="image" id="403">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="404"> <control type="radiobutton" id="404">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31209] [B]$LOCALIZE[8][/B]</label> <label>$LOCALIZE[31209] [B]$LOCALIZE[8][/B]</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(WeatherScript_Enable)</onclick> <onclick>Skin.ToggleSetting(WeatherScript_Enable)</onclick>
<selected>Skin.HasSetting(WeatherScript_Enable)</selected> <selected>Skin.HasSetting(WeatherScript_Enable)</selected>
</control> </control>
<control type="button" id="405"> <control type="button" id="405">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>- $LOCALIZE[31203]</label> <label>- $LOCALIZE[31203]</label>
<label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Label)][/COLOR]</label2> <label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Label)][/COLOR]</label2>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetString(WeatherScript_Label)</onclick> <onclick>Skin.SetString(WeatherScript_Label)</onclick>
<enable>Skin.HasSetting(WeatherScript_Enable)</enable> <enable>Skin.HasSetting(WeatherScript_Enable)</enable>
</control> </control>
<control type="button" id="406"> <control type="button" id="406">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>- $LOCALIZE[31204]</label> <label>- $LOCALIZE[31204]</label>
<label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Path)][/COLOR]</label2> <label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Path)][/COLOR]</label2>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetAddon(WeatherScript_Path,xbmc.python.script)</onclick> <onclick>Skin.SetAddon(WeatherScript_Path,xbmc.python.script)</onclick>
<enable>Skin.HasSetting(WeatherScript_Enable)</enable> <enable>Skin.HasSetting(WeatherScript_Enable)</enable>
</control> </control>
<control type="image" id="407"> <control type="image" id="407">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="radiobutton" id="408"> <control type="radiobutton" id="408">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>$LOCALIZE[31207]</label> <label>$LOCALIZE[31207]</label>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.ToggleSetting(SubtitleScript_Enable)</onclick> <onclick>Skin.ToggleSetting(SubtitleScript_Enable)</onclick>
<selected>Skin.HasSetting(SubtitleScript_Enable)</selected> <selected>Skin.HasSetting(SubtitleScript_Enable)</selected>
</control> </control>
<control type="button" id="409"> <control type="button" id="409">
<width>900</width> <width>950</width>
<height>35</height> <height>35</height>
<font>font12</font> <font>font12</font>
<label>- $LOCALIZE[31204]</label> <label>- $LOCALIZE[31204]</label>
<label2>[COLOR=green]$INFO[Skin.String(SubtitleScript_Path)][/COLOR]</label2> <label2>[COLOR=green]$INFO[Skin.String(SubtitleScript_Path)][/COLOR]</label2>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>
<texturefocus colordiffuse="green" border="7">list-focus.png</texturefocus> <texturefocus border="7">list-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureradioon>radiobutton-focus-2.png</textureradioon> <textureradioon>radiobutton-focus-2.png</textureradioon>
<onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick> <onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
<enable>Skin.HasSetting(SubtitleScript_Enable)</enable> <enable>Skin.HasSetting(SubtitleScript_Enable)</enable>
</control> </control>
<control type="image" id="410"> <control type="image" id="410">
<width>900</width> <width>950</width>
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
@ -908,6 +908,5 @@
</control> </control>
<include>WindowTitleButtons</include> <include>WindowTitleButtons</include>
<include>BehindDialogFadeOut</include> <include>BehindDialogFadeOut</include>
<include>DateTimeLabel</include>
</controls> </controls>
</window> </window>

View File

@ -2,6 +2,7 @@
<defaultcontrol always="true">22</defaultcontrol> <defaultcontrol always="true">22</defaultcontrol>
<allowoverlay>no</allowoverlay> <allowoverlay>no</allowoverlay>
<coordinates> <coordinates>
<system>1</system>
<posx>240</posx> <posx>240</posx>
<posy>70</posy> <posy>70</posy>
</coordinates> </coordinates>
@ -51,7 +52,7 @@
<height>2</height> <height>2</height>
<texture>separator.png</texture> <texture>separator.png</texture>
</control> </control>
<control type="button" id="22"> <control type="spincontrolex" id="22">
<description>Set Playlist type</description> <description>Set Playlist type</description>
<posx>40</posx> <posx>40</posx>
<posy>85</posy> <posy>85</posy>
@ -87,7 +88,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<texturefocus border="3">button-focus.png</texturefocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<label></label> <label>-</label>
<colordiffuse>FFFFFFFF</colordiffuse> <colordiffuse>FFFFFFFF</colordiffuse>
<onup>22</onup> <onup>22</onup>
<onleft>12</onleft> <onleft>12</onleft>
@ -212,7 +213,8 @@
<ondown>16</ondown> <ondown>16</ondown>
</control> </control>
</control> </control>
<control type="button" id="16">
<control type="spincontrolex" id="16">
<posx>40</posx> <posx>40</posx>
<posy>365</posy> <posy>365</posy>
<width>720</width> <width>720</width>
@ -226,7 +228,8 @@
<onup>10</onup> <onup>10</onup>
<ondown>17</ondown> <ondown>17</ondown>
</control> </control>
<control type="button" id="17">
<control type="spincontrolex" id="17">
<posx>40</posx> <posx>40</posx>
<posy>405</posy> <posy>405</posy>
<width>720</width> <width>720</width>
@ -240,7 +243,8 @@
<onup>16</onup> <onup>16</onup>
<ondown>18</ondown> <ondown>18</ondown>
</control> </control>
<control type="button" id="18">
<control type="spincontrolex" id="18">
<posx>40</posx> <posx>40</posx>
<posy>445</posy> <posy>445</posy>
<width>565</width> <width>565</width>
@ -254,7 +258,8 @@
<onup>17</onup> <onup>17</onup>
<ondown>9001</ondown> <ondown>9001</ondown>
</control> </control>
<control type="button" id="19">
<control type="togglebutton" id="19">
<posx>610</posx> <posx>610</posx>
<posy>445</posy> <posy>445</posy>
<width>150</width> <width>150</width>
@ -264,10 +269,10 @@
<aligny>center</aligny> <aligny>center</aligny>
<texturefocus border="3">button-focus.png</texturefocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<!--alttexturefocus>button-focus.png</alttexturefocus> <alttexturefocus>button-focus.png</alttexturefocus>
<alttexturenofocus>button-nofocus.png</alttexturenofocus> <alttexturenofocus>button-nofocus.png</alttexturenofocus>
<label>21431</label> <label>21431</label>
<altlabel>21430</altlabel --> <altlabel>21430</altlabel>
<onright>18</onright> <onright>18</onright>
<onleft>18</onleft> <onleft>18</onleft>
<onup>17</onup> <onup>17</onup>

View File

@ -61,7 +61,7 @@
<label>21422</label> <label>21422</label>
</control> </control>
<control type="group" id="9001"> <control type="group" id="9001">
<control type="button" id="15"> <control type="spincontrolex" id="15">
<description>Rule Field</description> <description>Rule Field</description>
<posx>40</posx> <posx>40</posx>
<posy>125</posy> <posy>125</posy>
@ -75,7 +75,7 @@
<onup>9000</onup> <onup>9000</onup>
<ondown>17</ondown> <ondown>17</ondown>
</control> </control>
<control type="button" id="16"> <control type="spincontrolex" id="16">
<description>Rule operator</description> <description>Rule operator</description>
<posx>405</posx> <posx>405</posx>
<posy>125</posy> <posy>125</posy>
@ -102,7 +102,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<texturefocus border="3">button-focus.png</texturefocus> <texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus> <texturenofocus border="3">button-nofocus.png</texturenofocus>
<label></label> <label>-</label>
<onup>9001</onup> <onup>9001</onup>
<onleft>20</onleft> <onleft>20</onleft>
<onright>20</onright> <onright>20</onright>

View File

@ -5,16 +5,16 @@
<control type="button" id="10"> <control type="button" id="10">
<description>trigger</description> <description>trigger</description>
<onfocus>ReplaceWindow(Home)</onfocus> <onfocus>ReplaceWindow(Home)</onfocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<visible>!Skin.HasSetting(Use_Startup_Playlist)</visible> <visible>!Skin.HasSetting(Use_Startup_Playlist)</visible>
</control> </control>
<control type="button" id="10"> <control type="button" id="10">
<description>trigger with startup Playlist</description> <description>trigger with startup Playlist</description>
<onfocus>XBMC.PlayMedia($INFO[Skin.String(Startup_Playlist_Path)])</onfocus> <onfocus>XBMC.PlayMedia($INFO[Skin.String(Startup_Playlist_Path)])</onfocus>
<onfocus>ReplaceWindow(Home)</onfocus> <onfocus>ReplaceWindow(Home)</onfocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<visible>Skin.HasSetting(Use_Startup_Playlist)</visible> <visible>Skin.HasSetting(Use_Startup_Playlist)</visible>
</control> </control>
</controls> </controls>

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<controls> <controls>
<!-- codec infos --> <!-- codec infos -->
<control type="image"> <control type="image">
@ -14,7 +14,7 @@
<description>row 1 label</description> <description>row 1 label</description>
<posx>50</posx> <posx>50</posx>
<posy>40</posy> <posy>40</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<font>font11</font> <font>font11</font>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
@ -23,7 +23,7 @@
<description>row 2 label</description> <description>row 2 label</description>
<posx>50</posx> <posx>50</posx>
<posy>70</posy> <posy>70</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<font>font11</font> <font>font11</font>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
@ -32,7 +32,7 @@
<description>row 3 label</description> <description>row 3 label</description>
<posx>50</posx> <posx>50</posx>
<posy>100</posy> <posy>100</posy>
<label></label> <label>-</label>
<align>left</align> <align>left</align>
<font>font11</font> <font>font11</font>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
@ -193,7 +193,7 @@
<posy>150</posy> <posy>150</posy>
<width>910</width> <width>910</width>
<height>10</height> <height>10</height>
<overlaytexture></overlaytexture> <overlaytexture>-</overlaytexture>
<info>PVR.ActStreamProgrSNR</info> <info>PVR.ActStreamProgrSNR</info>
</control> </control>
<control type="label"> <control type="label">

View File

@ -12,10 +12,10 @@
<posy>-10</posy> <posy>-10</posy>
<width>1</width> <width>1</width>
<height>1</height> <height>1</height>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onfocus condition="!VideoPlayer.Content(LiveTV)">SetFocus(101)</onfocus> <onfocus condition="!VideoPlayer.Content(LiveTV)">SetFocus(101)</onfocus>
<onfocus condition="VideoPlayer.Content(LiveTV)">SetFocus(102)</onfocus> <onfocus condition="VideoPlayer.Content(LiveTV)">SetFocus(102)</onfocus>
</control> </control>
@ -41,7 +41,7 @@
<posy>0</posy> <posy>0</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-FullScreenFO.png</texturefocus> <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
<texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus> <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
<onleft>603</onleft> <onleft>603</onleft>
@ -63,8 +63,8 @@
<height>128</height> <height>128</height>
<texturefocus>osd_button_dvdmenu.png</texturefocus> <texturefocus>osd_button_dvdmenu.png</texturefocus>
<texturenofocus>osd_button_dvdmenuNF.png</texturenofocus> <texturenofocus>osd_button_dvdmenuNF.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>201</onleft> <onleft>201</onleft>
<onright>206</onright> <onright>206</onright>
<onup>206</onup> <onup>206</onup>
@ -79,9 +79,9 @@
<width>128</width> <width>128</width>
<height>128</height> <height>128</height>
<texturefocus>osd_button_dvdmenu2.png</texturefocus> <texturefocus>osd_button_dvdmenu2.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>200</onleft> <onleft>200</onleft>
<onright>205</onright> <onright>205</onright>
<onup>205</onup> <onup>205</onup>
@ -97,8 +97,8 @@
<height>128</height> <height>128</height>
<texturefocus>osd_SubtitleFO.png</texturefocus> <texturefocus>osd_SubtitleFO.png</texturefocus>
<texturenofocus>osd_SubtitleNF.png</texturenofocus> <texturenofocus>osd_SubtitleNF.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>201</onleft> <onleft>201</onleft>
<onright>206</onright> <onright>206</onright>
<onup>206</onup> <onup>206</onup>
@ -113,9 +113,9 @@
<width>128</width> <width>128</width>
<height>128</height> <height>128</height>
<texturefocus>osd_SubtitleFO.png</texturefocus> <texturefocus>osd_SubtitleFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>200</onleft> <onleft>200</onleft>
<onright>205</onright> <onright>205</onright>
<onup>205</onup> <onup>205</onup>
@ -138,10 +138,10 @@
<width>77</width> <width>77</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_skip_minusFO.png</texturefocus> <texturefocus>osd_button_skip_minusFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Previous)</onclick> <onclick>XBMC.PlayerControl(Previous)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>204</onleft> <onleft>204</onleft>
<onright>201</onright> <onright>201</onright>
<onup>210</onup> <onup>210</onup>
@ -154,12 +154,12 @@
<width>71</width> <width>71</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_rewFO.png</texturefocus> <texturefocus>osd_button_rewFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Rewinding</usealttexture> <usealttexture>Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_rewFO.png</alttexturefocus> <alttexturefocus>osd_button_rewFO.png</alttexturefocus>
<alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>200</onleft> <onleft>200</onleft>
<onright>202</onright> <onright>202</onright>
<onup>209</onup> <onup>209</onup>
@ -177,8 +177,8 @@
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_playFO.png</alttexturefocus> <alttexturefocus>osd_button_playFO.png</alttexturefocus>
<alttexturenofocus>osd_button_playNF.png</alttexturenofocus> <alttexturenofocus>osd_button_playNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>201</onleft> <onleft>201</onleft>
<onright>203</onright> <onright>203</onright>
<onup>206</onup> <onup>206</onup>
@ -192,12 +192,12 @@
<width>64</width> <width>64</width>
<height>75</height> <height>75</height>
<texturefocus>osd_button_ffFO.png</texturefocus> <texturefocus>osd_button_ffFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Forwarding</usealttexture> <usealttexture>Player.Forwarding</usealttexture>
<alttexturefocus>osd_button_ffFO.png</alttexturefocus> <alttexturefocus>osd_button_ffFO.png</alttexturefocus>
<alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>202</onleft> <onleft>202</onleft>
<onright>204</onright> <onright>204</onright>
<onup>206</onup> <onup>206</onup>
@ -211,10 +211,10 @@
<width>71</width> <width>71</width>
<height>72</height> <height>72</height>
<texturefocus>osd_button_skip_plusFO.png</texturefocus> <texturefocus>osd_button_skip_plusFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Next)</onclick> <onclick>XBMC.PlayerControl(Next)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>203</onleft> <onleft>203</onleft>
<onright>200</onright> <onright>200</onright>
<onup>205</onup> <onup>205</onup>
@ -227,13 +227,13 @@
<width>74</width> <width>74</width>
<height>64</height> <height>64</height>
<texturefocus>osd_button_audioFO.png</texturefocus> <texturefocus>osd_button_audioFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(OSDAudioSettings)</usealttexture> <usealttexture>Window.IsActive(OSDAudioSettings)</usealttexture>
<alttexturefocus>osd_button_audioSELNF.png</alttexturefocus> <alttexturefocus>osd_button_audioSELNF.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(OSDAudioSettings)</onclick> <onclick>XBMC.ActivateWindow(OSDAudioSettings)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>210</onleft> <onleft>210</onleft>
<onright>204</onright> <onright>204</onright>
<onup>208</onup> <onup>208</onup>
@ -246,13 +246,13 @@
<width>75</width> <width>75</width>
<height>62</height> <height>62</height>
<texturefocus>osd_button_videoFO.png</texturefocus> <texturefocus>osd_button_videoFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(OSDVideoSettings)</usealttexture> <usealttexture>Window.IsActive(OSDVideoSettings)</usealttexture>
<alttexturefocus>osd_button_videoSELNF.png</alttexturefocus> <alttexturefocus>osd_button_videoSELNF.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(OSDVideoSettings)</onclick> <onclick>XBMC.ActivateWindow(OSDVideoSettings)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>209</onleft> <onleft>209</onleft>
<onright>203</onright> <onright>203</onright>
<onup>205</onup> <onup>205</onup>
@ -265,10 +265,10 @@
<width>83</width> <width>83</width>
<height>69</height> <height>69</height>
<texturefocus>osd_button_stopFO.png</texturefocus> <texturefocus>osd_button_stopFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Stop)</onclick> <onclick>XBMC.PlayerControl(Stop)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>201</onleft> <onleft>201</onleft>
<onright>203</onright> <onright>203</onright>
<onup>202</onup> <onup>202</onup>
@ -281,13 +281,13 @@
<width>84</width> <width>84</width>
<height>78</height> <height>78</height>
<texturefocus>osd_button_bookmarkFO.png</texturefocus> <texturefocus>osd_button_bookmarkFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(VideoBookmarks)</usealttexture> <usealttexture>Window.IsActive(VideoBookmarks)</usealttexture>
<alttexturefocus>osd_button_bookmarkSELNF.png</alttexturefocus> <alttexturefocus>osd_button_bookmarkSELNF.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(VideoBookmarks)</onclick> <onclick>XBMC.ActivateWindow(VideoBookmarks)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>200</onleft> <onleft>200</onleft>
<onright>204</onright> <onright>204</onright>
<onup>207</onup> <onup>207</onup>
@ -306,8 +306,8 @@
<height>128</height> <height>128</height>
<texturefocus>osd_button_rec.png</texturefocus> <texturefocus>osd_button_rec.png</texturefocus>
<texturenofocus>osd_button_recNF.png</texturenofocus> <texturenofocus>osd_button_recNF.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>301</onleft> <onleft>301</onleft>
<onright>306</onright> <onright>306</onright>
<onup>306</onup> <onup>306</onup>
@ -321,10 +321,10 @@
<posy>40</posy> <posy>40</posy>
<width>128</width> <width>128</width>
<height>128</height> <height>128</height>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus>osd_button_rec2.png</texturenofocus> <texturenofocus>osd_button_rec2.png</texturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>300</onleft> <onleft>300</onleft>
<onright>305</onright> <onright>305</onright>
<onup>305</onup> <onup>305</onup>
@ -347,13 +347,13 @@
<width>77</width> <width>77</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_pvr_epgFO.png</texturefocus> <texturefocus>osd_button_pvr_epgFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(PVROSDGuide)</usealttexture> <usealttexture>Window.IsActive(PVROSDGuide)</usealttexture>
<alttexturefocus>osd_button_pvr_epgFO.png</alttexturefocus> <alttexturefocus>osd_button_pvr_epgFO.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(PVROSDGuide)</onclick> <onclick>XBMC.ActivateWindow(PVROSDGuide)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>304</onleft> <onleft>304</onleft>
<onright>301</onright> <onright>301</onright>
<onup>310</onup> <onup>310</onup>
@ -366,12 +366,12 @@
<width>71</width> <width>71</width>
<height>79</height> <height>79</height>
<texturefocus>osd_button_rewFO.png</texturefocus> <texturefocus>osd_button_rewFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Rewinding</usealttexture> <usealttexture>Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_rewFO.png</alttexturefocus> <alttexturefocus>osd_button_rewFO.png</alttexturefocus>
<alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>300</onleft> <onleft>300</onleft>
<onright>302</onright> <onright>302</onright>
<onup>309</onup> <onup>309</onup>
@ -389,8 +389,8 @@
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>osd_button_playFO.png</alttexturefocus> <alttexturefocus>osd_button_playFO.png</alttexturefocus>
<alttexturenofocus>osd_button_playNF.png</alttexturenofocus> <alttexturenofocus>osd_button_playNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>301</onleft> <onleft>301</onleft>
<onright>303</onright> <onright>303</onright>
<onup>306</onup> <onup>306</onup>
@ -404,12 +404,12 @@
<width>64</width> <width>64</width>
<height>75</height> <height>75</height>
<texturefocus>osd_button_ffFO.png</texturefocus> <texturefocus>osd_button_ffFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Player.Forwarding</usealttexture> <usealttexture>Player.Forwarding</usealttexture>
<alttexturefocus>osd_button_ffFO.png</alttexturefocus> <alttexturefocus>osd_button_ffFO.png</alttexturefocus>
<alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus> <alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>302</onleft> <onleft>302</onleft>
<onright>304</onright> <onright>304</onright>
<onup>306</onup> <onup>306</onup>
@ -423,11 +423,11 @@
<width>71</width> <width>71</width>
<height>72</height> <height>72</height>
<texturefocus>osd_button_pvr_teletextFO.png</texturefocus> <texturefocus>osd_button_pvr_teletextFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>back</onclick> <onclick>back</onclick>
<onclick>XBMC.PlayerControl(Teletext)</onclick> <onclick>XBMC.PlayerControl(Teletext)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>303</onleft> <onleft>303</onleft>
<onright>300</onright> <onright>300</onright>
<onup>305</onup> <onup>305</onup>
@ -440,13 +440,13 @@
<width>74</width> <width>74</width>
<height>64</height> <height>64</height>
<texturefocus>osd_button_pvr_channelsFO.png</texturefocus> <texturefocus>osd_button_pvr_channelsFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<usealttexture>Window.IsActive(PVROSDChannels)</usealttexture> <usealttexture>Window.IsActive(PVROSDChannels)</usealttexture>
<alttexturefocus>osd_button_pvr_channelsFO.png</alttexturefocus> <alttexturefocus>osd_button_pvr_channelsFO.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus> <alttexturenofocus>-</alttexturenofocus>
<onclick>XBMC.ActivateWindow(PVROSDChannels)</onclick> <onclick>XBMC.ActivateWindow(PVROSDChannels)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>310</onleft> <onleft>310</onleft>
<onright>304</onright> <onright>304</onright>
<onup>308</onup> <onup>308</onup>
@ -459,10 +459,10 @@
<width>75</width> <width>75</width>
<height>62</height> <height>62</height>
<texturefocus>osd_button_pvr_channelupFO.png</texturefocus> <texturefocus>osd_button_pvr_channelupFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Previous)</onclick> <onclick>XBMC.PlayerControl(Previous)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>309</onleft> <onleft>309</onleft>
<onright>303</onright> <onright>303</onright>
<onup>305</onup> <onup>305</onup>
@ -475,10 +475,10 @@
<width>83</width> <width>83</width>
<height>69</height> <height>69</height>
<texturefocus>osd_button_pvr_channeldownFO.png</texturefocus> <texturefocus>osd_button_pvr_channeldownFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Next)</onclick> <onclick>XBMC.PlayerControl(Next)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>311</onleft> <onleft>311</onleft>
<onright>312</onright> <onright>312</onright>
<onup>302</onup> <onup>302</onup>
@ -491,10 +491,10 @@
<width>84</width> <width>84</width>
<height>78</height> <height>78</height>
<texturefocus>osd_button_pvr_stopFO.png</texturefocus> <texturefocus>osd_button_pvr_stopFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Stop)</onclick> <onclick>XBMC.PlayerControl(Stop)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>300</onleft> <onleft>300</onleft>
<onright>304</onright> <onright>304</onright>
<onup>307</onup> <onup>307</onup>
@ -507,10 +507,10 @@
<width>71</width> <width>71</width>
<height>57</height> <height>57</height>
<texturefocus>osd_button_pvr_audioFO.png</texturefocus> <texturefocus>osd_button_pvr_audioFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>ActivateWindow(OSDAudioSettings)</onclick> <onclick>ActivateWindow(OSDAudioSettings)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>311</onleft> <onleft>311</onleft>
<onright>307</onright> <onright>307</onright>
<onup>301</onup> <onup>301</onup>
@ -523,10 +523,10 @@
<width>55</width> <width>55</width>
<height>68</height> <height>68</height>
<texturefocus>osd_button_pvr_videoFO.png</texturefocus> <texturefocus>osd_button_pvr_videoFO.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>ActivateWindow(OSDVideoSettings)</onclick> <onclick>ActivateWindow(OSDVideoSettings)</onclick>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onleft>307</onleft> <onleft>307</onleft>
<onright>312</onright> <onright>312</onright>
<onup>303</onup> <onup>303</onup>

View File

@ -60,7 +60,7 @@
<onup>2</onup> <onup>2</onup>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<viewtype label="536">icon</viewtype> <viewtype label="536">icon</viewtype>
<pagecontrol></pagecontrol> <pagecontrol>-</pagecontrol>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout height="215" width="240"> <itemlayout height="215" width="240">
<control type="image"> <control type="image">

View File

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol></defaultcontrol> <defaultcontrol>-</defaultcontrol>
<controls> <controls>
</controls> </controls>
</window> </window>

View File

@ -1,9 +1,9 @@
<includes> <includes>
<include name="AddonInfoView"> <include name="AddonInfoView">
<control type="list" id="550"> <control type="list" id="550">
<posx>625</posx> <posx>575</posx>
<posy>130</posy> <posy>130</posy>
<width>625</width> <width>675</width>
<height>360</height> <height>360</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -21,10 +21,10 @@
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<info>ListItem.Label</info> <info>ListItem.Label</info>
<visible>true</visible>
</control> </control>
<control type="label"> <control type="label">
<posx>665</posx> <posx>665</posx>
@ -43,9 +43,9 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>620</width> <width>675</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(550)</visible> <visible>Control.HasFocus(550)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -56,6 +56,7 @@
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<info>ListItem.Label</info> <info>ListItem.Label</info>
@ -75,7 +76,7 @@
</focusedlayout> </focusedlayout>
</control> </control>
<control type="group"> <control type="group">
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<visible>Control.IsVisible(550)</visible> <visible>Control.IsVisible(550)</visible>
<control type="image"> <control type="image">
@ -90,7 +91,6 @@
<fadetime>IconCrossfadeTime</fadetime> <fadetime>IconCrossfadeTime</fadetime>
</control> </control>
<control type="label"> <control type="label">
<visible>Container.Content(Addons)</visible>
<description>Author txt</description> <description>Author txt</description>
<posx>0</posx> <posx>0</posx>
<posy>250</posy> <posy>250</posy>
@ -104,12 +104,11 @@
</control> </control>
<control type="label"> <control type="label">
<description>Author Value</description> <description>Author Value</description>
<visible>Container.Content(Addons)</visible>
<posx>0</posx> <posx>0</posx>
<posy>270</posy> <posy>270</posy>
<width>270</width> <width>270</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label> <label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
@ -117,17 +116,36 @@
</control> </control>
<control type="label"> <control type="label">
<description>Version txt</description> <description>Version txt</description>
<visible>Container.Content(Addons)</visible>
<posx>0</posx> <posx>0</posx>
<posy>300</posy> <posy>300</posy>
<width>270</width> <width>270</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.AddonVersion][/COLOR]</label> <label>$LOCALIZE[24051][COLOR=white] $INFO[ListItem.Property(Addon.Version)][/COLOR]</label>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>font12</font> <font>font12</font>
<textcolor>grey</textcolor> <textcolor>grey</textcolor>
</control> </control>
<control type="label">
<description>Rating txt</description>
<posx>0</posx>
<posy>330</posy>
<width>90</width>
<height>25</height>
<label>$LOCALIZE[563]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="image">
<description>Rating value</description>
<posx>90</posx>
<posy>325</posy>
<width>160</width>
<height>32</height>
<texture>$INFO[ListItem.Property(Addon.StarRating)]</texture>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>370</posy> <posy>370</posy>
@ -138,14 +156,14 @@
</control> </control>
<control type="textbox"> <control type="textbox">
<description>Description Value for Addon</description> <description>Description Value for Addon</description>
<posx>350</posx> <posx>300</posx>
<posy>505</posy> <posy>505</posy>
<width>900</width> <width>950</width>
<height>135</height> <height>135</height>
<font>font11</font> <font>font11</font>
<align>justify</align> <align>justify</align>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label> <label>$INFO[ListItem.Property(Addon.Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll> <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Control.IsVisible(550)</visible> <visible>Control.IsVisible(550)</visible>
</control> </control>

View File

@ -1,9 +1,9 @@
<includes> <includes>
<include name="CommonRootView"> <include name="CommonRootView">
<control type="list" id="50"> <control type="list" id="50">
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -18,8 +18,7 @@
<posy>4</posy> <posy>4</posy>
<width>40</width> <width>40</width>
<height>22</height> <height>22</height>
<texture background="true">$INFO[ListItem.Icon]</texture> <texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>50</posx> <posx>50</posx>
@ -72,9 +71,9 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>900</width> <width>950</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(50)</visible> <visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -83,8 +82,7 @@
<posy>4</posy> <posy>4</posy>
<width>40</width> <width>40</width>
<height>22</height> <height>22</height>
<texture background="true">$INFO[ListItem.Icon]</texture> <texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>50</posx> <posx>50</posx>
@ -93,6 +91,7 @@
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
@ -137,7 +136,7 @@
<include name="CommonListView"> <include name="CommonListView">
<control type="list" id="51"> <control type="list" id="51">
<visible>!Container.Content(Episodes)</visible> <visible>!Container.Content(Episodes)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>540</width> <width>540</width>
<height>510</height> <height>510</height>
@ -152,7 +151,7 @@
<control type="label"> <control type="label">
<posx>10</posx> <posx>10</posx>
<posy>0</posy> <posy>0</posy>
<width>470</width> <width>520</width>
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
@ -188,26 +187,27 @@
<visible>Container.Content(Seasons)</visible> <visible>Container.Content(Seasons)</visible>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="30" width="490"> <focusedlayout height="30" width="540">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>490</width> <width>540</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(51)</visible> <visible>Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
<control type="label"> <control type="label">
<posx>10</posx> <posx>10</posx>
<posy>0</posy> <posy>0</posy>
<width>470</width> <width>520</width>
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label]</label> <info>ListItem.Label</info>
</control> </control>
<control type="label"> <control type="label">
<posx>530</posx> <posx>530</posx>
@ -250,16 +250,6 @@
<fadetime>IconCrossfadeTime</fadetime> <fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[PosterThumb]</texture> <texture background="true">$VAR[PosterThumb]</texture>
</control> </control>
<control type="image">
<visible>Container.Content(Artists) | Container.Content(Albums)</visible>
<left>0</left>
<top>0</top>
<width>400</width>
<height>510</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="image"> <control type="image">
<posx>340</posx> <posx>340</posx>
<posy>450</posy> <posy>450</posy>
@ -273,7 +263,7 @@
<include name="SongInfoListView"> <include name="SongInfoListView">
<control type="list" id="59"> <control type="list" id="59">
<visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible> <visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible>
<posx>625</posx> <posx>575</posx>
<posy>130</posy> <posy>130</posy>
<width>675</width> <width>675</width>
<height>360</height> <height>360</height>
@ -338,9 +328,9 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>625</width> <width>675</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(59)</visible> <visible>Control.HasFocus(59)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -395,7 +385,7 @@
</focusedlayout> </focusedlayout>
</control> </control>
<control type="group"> <control type="group">
<posx>350</posx> <posx>300</posx>
<posy>150</posy> <posy>150</posy>
<visible>Control.IsVisible(59)</visible> <visible>Control.IsVisible(59)</visible>
<control type="image"> <control type="image">
@ -851,7 +841,7 @@
<control type="label"> <control type="label">
<description>Formed txt</description> <description>Formed txt</description>
<posx>150</posx> <posx>150</posx>
<posy>100</posy> <posy>75</posy>
<width>140</width> <width>140</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[21894]:</label> <label>$LOCALIZE[21894]:</label>
@ -864,7 +854,7 @@
<control type="label"> <control type="label">
<description>Formed Value</description> <description>Formed Value</description>
<posx>165</posx> <posx>165</posx>
<posy>100</posy> <posy>75</posy>
<width>770</width> <width>770</width>
<height>25</height> <height>25</height>
<label fallback="416">$INFO[listitem.Property(Artist_Formed)]</label> <label fallback="416">$INFO[listitem.Property(Artist_Formed)]</label>
@ -977,9 +967,9 @@
<include name="ThumbnailView"> <include name="ThumbnailView">
<control type="panel" id="53"> <control type="panel" id="53">
<visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible> <visible>!Container.Content(TVShows) + !Container.Content(Movies) + !Container.Content(Songs)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -989,7 +979,7 @@
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<preloaditems>2</preloaditems> <preloaditems>2</preloaditems>
<itemlayout height="180" width="200"> <itemlayout height="170" width="190">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
@ -1004,10 +994,9 @@
<width>178</width> <width>178</width>
<height>135</height> <height>135</height>
<texture background="true">$INFO[Listitem.Icon]</texture> <texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>94</posx>
<posy>141</posy> <posy>141</posy>
<width>178</width> <width>178</width>
<height>25</height> <height>25</height>
@ -1027,7 +1016,7 @@
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="180" width="200"> <focusedlayout height="170" width="190">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
@ -1042,10 +1031,9 @@
<width>178</width> <width>178</width>
<height>135</height> <height>135</height>
<texture background="true">$INFO[Listitem.Icon]</texture> <texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>94</posx>
<posy>141</posy> <posy>141</posy>
<width>178</width> <width>178</width>
<height>25</height> <height>25</height>
@ -1069,9 +1057,9 @@
</include> </include>
<include name="VideoThumbnailView"> <include name="VideoThumbnailView">
<control type="panel" id="53"> <control type="panel" id="53">
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -1153,11 +1141,11 @@
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</focusedlayout> </focusedlayout>
<itemlayout condition="Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Seasons)" height="252" width="148"> <itemlayout condition="Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Seasons)" height="255" width="158">
<control type="image"> <control type="image">
<posx>5</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>146</width> <width>156</width>
<height>253</height> <height>253</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="5">button-nofocus.png</texture> <texture border="5">button-nofocus.png</texture>
@ -1171,9 +1159,9 @@
<texture background="true">$VAR[PosterThumb]</texture> <texture background="true">$VAR[PosterThumb]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>15</posx> <posx>79</posx>
<posy>226</posy> <posy>226</posy>
<width>130</width> <width>147</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>grey2</textcolor> <textcolor>grey2</textcolor>
@ -1191,11 +1179,11 @@
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout condition="Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Seasons)" height="252" width="148"> <focusedlayout condition="Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Seasons)" height="255" width="158">
<control type="image"> <control type="image">
<posx>5</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>146</width> <width>156</width>
<height>253</height> <height>253</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="5">folder-focus.png</texture> <texture border="5">folder-focus.png</texture>
@ -1209,9 +1197,9 @@
<texture background="true">$VAR[PosterThumb]</texture> <texture background="true">$VAR[PosterThumb]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>15</posx> <posx>79</posx>
<posy>226</posy> <posy>226</posy>
<width>130</width> <width>147</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
@ -1234,9 +1222,9 @@
<include name="WideIconView"> <include name="WideIconView">
<control type="panel" id="54"> <control type="panel" id="54">
<visible>Container.Content(TVShows) | Window.IsVisible(Programs)</visible> <visible>Container.Content(TVShows) | Window.IsVisible(Programs)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>900</width> <width>950</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -1246,94 +1234,91 @@
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<preloaditems>2</preloaditems> <preloaditems>2</preloaditems>
<itemlayout height="115" width="430" condition="!Skin.HasSetting(Media_Titles_WideIcons)"> <itemlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>423</width> <width>473</width>
<height>110</height> <height>125</height>
<texture border="5">button-nofocus.png</texture> <texture border="5">button-nofocus.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>6</posx> <posx>6</posx>
<posy>0</posy> <posy>6</posy>
<width>413</width> <width>463</width>
<height>90</height> <height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$VAR[BannerThumb]</texture> <texture background="true">$VAR[BannerThumb]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>10</posx> <posx>237</posx>
<posy>85</posy> <posy>100</posy>
<width>413</width> <width>473</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>left</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<info>ListItem.Label</info> <info>ListItem.Label</info>
</control> </control>
<control type="image"> <control type="image">
<posx>390</posx> <posx>438</posx>
<posy>5</posy> <posy>65</posy>
<width>25</width> <width>35</width>
<height>25</height> <height>35</height>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="115" width="430" condition="!Skin.HasSetting(Media_Titles_WideIcons)"> <focusedlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>423</width> <width>473</width>
<height>110</height> <height>125</height>
<texture border="5">folder-focus.png</texture> <texture border="5">folder-focus.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>6</posx> <posx>6</posx>
<posy>0</posy> <posy>6</posy>
<width>413</width> <width>463</width>
<height>90</height> <height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$VAR[BannerThumb]</texture> <texture background="true">$VAR[BannerThumb]</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>390</posx> <posx>438</posx>
<posy>5</posy> <posy>65</posy>
<width>25</width> <width>35</width>
<height>25</height> <height>35</height>
<aspectratio>keep</aspectratio> <aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>10</posx> <posx>237</posx>
<posy>85</posy> <posy>100</posy>
<width>538</width> <width>538</width>
<height>25</height> <height>25</height>
<font>font11</font> <font>font11</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>left</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
</focusedlayout> </focusedlayout>
<itemlayout height="100" width="430" condition="Skin.HasSetting(Media_Titles_WideIcons)"> <itemlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>423</width> <width>473</width>
<height>90</height> <height>100</height>
<texture border="5">button-nofocus.png</texture> <texture border="5">button-nofocus.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>6</posx> <posx>6</posx>
<posy>0</posy> <posy>6</posy>
<width>413</width> <width>463</width>
<height>90</height> <height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$VAR[BannerThumb]</texture> <texture background="true">$VAR[BannerThumb]</texture>
</control> </control>
<control type="image"> <control type="image">
@ -1345,20 +1330,19 @@
<texture>$INFO[ListItem.Overlay]</texture> <texture>$INFO[ListItem.Overlay]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="100" width="430" condition="Skin.HasSetting(Media_Titles_WideIcons)"> <focusedlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
<control type="image"> <control type="image">
<posx>1</posx> <posx>1</posx>
<posy>1</posy> <posy>1</posy>
<width>423</width> <width>473</width>
<height>90</height> <height>100</height>
<texture border="5">folder-focus.png</texture> <texture border="5">folder-focus.png</texture>
</control> </control>
<control type="image"> <control type="image">
<posx>6</posx> <posx>6</posx>
<posy>0</posy> <posy>6</posy>
<width>413</width> <width>463</width>
<height>90</height> <height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$VAR[BannerThumb]</texture> <texture background="true">$VAR[BannerThumb]</texture>
</control> </control>
<control type="image"> <control type="image">

View File

@ -2,7 +2,7 @@
<include name="AlbumSongsFanartView"> <include name="AlbumSongsFanartView">
<control type="list" id="55"> <control type="list" id="55">
<visible>Container.Content(Albums)</visible> <visible>Container.Content(Albums)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>400</width> <width>400</width>
<height>510</height> <height>510</height>
@ -33,7 +33,7 @@
<posy>0</posy> <posy>0</posy>
<width>390</width> <width>390</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(55)</visible> <visible>Control.HasFocus(55)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -112,9 +112,9 @@
<include name="ArtistFanartView"> <include name="ArtistFanartView">
<control type="list" id="56"> <control type="list" id="56">
<visible>Container.Content(Artists)</visible> <visible>Container.Content(Artists)</visible>
<posx>350</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>350</width> <width>400</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -141,9 +141,9 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>340</width> <width>390</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(56)</visible> <visible>Control.HasFocus(56)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>

View File

@ -2,9 +2,9 @@
<include name="TVShowListView"> <include name="TVShowListView">
<control type="list" id="59"> <control type="list" id="59">
<visible>Container.Content(TVShows)</visible> <visible>Container.Content(TVShows)</visible>
<posx>910</posx> <posx>860</posx>
<posy>130</posy> <posy>130</posy>
<width>340</width> <width>390</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -38,9 +38,9 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>340</width> <width>390</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(59)</visible> <visible>Control.HasFocus(59)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -67,12 +67,12 @@
</control> </control>
<control type="group"> <control type="group">
<visible>Control.IsVisible(59) + Container.Content(TVShows)</visible> <visible>Control.IsVisible(59) + Container.Content(TVShows)</visible>
<posx>400</posx> <posx>300</posx>
<posy>140</posy> <posy>140</posy>
<control type="image"> <control type="image">
<posx>-20</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>500</width> <width>550</width>
<height>120</height> <height>120</height>
<aspectratio aligny="bottom">keep</aspectratio> <aspectratio aligny="bottom">keep</aspectratio>
<texture background="true">$VAR[BannerThumb]</texture> <texture background="true">$VAR[BannerThumb]</texture>
@ -81,14 +81,12 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>120</posy> <posy>120</posy>
<width>500</width> <width>550</width>
<height>120</height> <height>120</height>
<aspectratio aligny="top">keep</aspectratio> <aspectratio aligny="top">keep</aspectratio>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[BannerThumb]</texture> <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[BannerThumb]</texture>
<fadetime>IconCrossfadeTime</fadetime> <fadetime>IconCrossfadeTime</fadetime>
</control> </control>
<control type="group">
<visible>!ListItem.IsParentFolder</visible>
<control type="label"> <control type="label">
<description>Episodes txt</description> <description>Episodes txt</description>
<posx>115</posx> <posx>115</posx>
@ -117,7 +115,7 @@
<description>First Aired txt</description> <description>First Aired txt</description>
<posx>115</posx> <posx>115</posx>
<posy>170</posy> <posy>170</posy>
<width>165</width> <width>115</width>
<height>25</height> <height>25</height>
<label>$LOCALIZE[20416]:</label> <label>$LOCALIZE[20416]:</label>
<align>right</align> <align>right</align>
@ -161,7 +159,6 @@
<font>font11</font> <font>font11</font>
<scroll>true</scroll> <scroll>true</scroll>
</control> </control>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>232</posy> <posy>232</posy>
@ -172,7 +169,7 @@
</control> </control>
<control type="textbox"> <control type="textbox">
<description>Description Value for TVShows</description> <description>Description Value for TVShows</description>
<posx>350</posx> <posx>300</posx>
<posy>390</posy> <posy>390</posy>
<width>550</width> <width>550</width>
<height>245</height> <height>245</height>
@ -187,9 +184,9 @@
<include name="MovieDVDView"> <include name="MovieDVDView">
<control type="grouplist"> <control type="grouplist">
<visible>Control.IsVisible(57)</visible> <visible>Control.IsVisible(57)</visible>
<posx>350</posx> <posx>300</posx>
<posy>180</posy> <posy>180</posy>
<width>900</width> <width>970</width>
<height>460</height> <height>460</height>
<onup>9000</onup> <onup>9000</onup>
<ondown>61</ondown> <ondown>61</ondown>
@ -227,7 +224,7 @@
<posy>310</posy> <posy>310</posy>
<width>214</width> <width>214</width>
<height>310</height> <height>310</height>
<aspectratio>keep</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture> <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture> <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture>
@ -259,7 +256,7 @@
<posy>310</posy> <posy>310</posy>
<width>214</width> <width>214</width>
<height>310</height> <height>310</height>
<aspectratio>keep</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture> <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
<bordersize>5</bordersize> <bordersize>5</bordersize>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture> <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture>
@ -283,7 +280,7 @@
<visible>Control.IsVisible(57)</visible> <visible>Control.IsVisible(57)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
<control type="label"> <control type="label">
<posx>350</posx> <posx>300</posx>
<posy>540</posy> <posy>540</posy>
<width>970</width> <width>970</width>
<height>35</height> <height>35</height>
@ -295,8 +292,8 @@
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label> <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>350</posx> <posx>300</posx>
<posy>570</posy> <posy>580</posy>
<width>970</width> <width>970</width>
<height>35</height> <height>35</height>
<font>font11</font> <font>font11</font>
@ -325,9 +322,9 @@
<include name="MovieFanartView"> <include name="MovieFanartView">
<control type="list" id="56"> <control type="list" id="56">
<visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes)</visible> <visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes)</visible>
<posx>340</posx> <posx>300</posx>
<posy>130</posy> <posy>130</posy>
<width>370</width> <width>390</width>
<height>510</height> <height>510</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -357,13 +354,13 @@
<texture>$INFO[ListItem.Overlay,List]</texture> <texture>$INFO[ListItem.Overlay,List]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="30" width="370"> <focusedlayout height="30" width="390">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>370</width> <width>390</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(56)</visible> <visible>Control.HasFocus(56)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -374,6 +371,7 @@
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
@ -614,9 +612,9 @@
<include name="MoviesListView"> <include name="MoviesListView">
<control type="list" id="58"> <control type="list" id="58">
<visible>Container.Content(movies) | Container.Content(Episodes)</visible> <visible>Container.Content(movies) | Container.Content(Episodes)</visible>
<posx>620</posx> <posx>575</posx>
<posy>130</posy> <posy>130</posy>
<width>630</width> <width>675</width>
<height>360</height> <height>360</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -625,7 +623,7 @@
<viewtype label="544">list</viewtype> <viewtype label="544">list</viewtype>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime> <scrolltime>200</scrolltime>
<itemlayout height="30" width="655"> <itemlayout height="30" width="675">
<control type="label"> <control type="label">
<posx>10</posx> <posx>10</posx>
<posy>0</posy> <posy>0</posy>
@ -658,13 +656,13 @@
<texture>$INFO[ListItem.Overlay,List]</texture> <texture>$INFO[ListItem.Overlay,List]</texture>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout height="30" width="655"> <focusedlayout height="30" width="675">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>630</width> <width>675</width>
<height>30</height> <height>30</height>
<texture colordiffuse="green" border="7">list-focus.png</texture> <texture border="7">list-focus.png</texture>
<visible>Control.HasFocus(58)</visible> <visible>Control.HasFocus(58)</visible>
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
@ -675,9 +673,10 @@
<height>30</height> <height>30</height>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label]</label> <info>ListItem.Label</info>
</control> </control>
<control type="label"> <control type="label">
<posx>645</posx> <posx>645</posx>
@ -689,7 +688,7 @@
<selectedcolor>green</selectedcolor> <selectedcolor>green</selectedcolor>
<align>right</align> <align>right</align>
<aligny>center</aligny> <aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label> <info>ListItem.Label2</info>
</control> </control>
<control type="image"> <control type="image">
<posx>645</posx> <posx>645</posx>
@ -707,7 +706,7 @@
<control type="group"> <control type="group">
<visible>Container.Content(Movies)</visible> <visible>Container.Content(Movies)</visible>
<control type="image"> <control type="image">
<posx>40</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>270</width> <width>270</width>
<height>360</height> <height>360</height>
@ -736,7 +735,7 @@
<control type="group"> <control type="group">
<visible>Container.Content(Episodes)</visible> <visible>Container.Content(Episodes)</visible>
<control type="image"> <control type="image">
<posx>40</posx> <posx>0</posx>
<posy>50</posy> <posy>50</posy>
<width>270</width> <width>270</width>
<height>200</height> <height>200</height>
@ -772,9 +771,9 @@
</control> </control>
<control type="textbox"> <control type="textbox">
<description>Description Value for Item</description> <description>Description Value for Item</description>
<posx>350</posx> <posx>300</posx>
<posy>505</posy> <posy>505</posy>
<width>900</width> <width>950</width>
<height>135</height> <height>135</height>
<font>font11</font> <font>font11</font>
<align>justify</align> <align>justify</align>

View File

@ -142,7 +142,7 @@
<onright>2</onright> <onright>2</onright>
<ondown>2</ondown> <ondown>2</ondown>
<onup>2</onup> <onup>2</onup>
<textcolor></textcolor> <textcolor>-</textcolor>
<showonepage>false</showonepage> <showonepage>false</showonepage>
</control> </control>
</controls> </controls>

View File

@ -2,13 +2,13 @@
<default type="image"> <default type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<texture></texture> <texture>-</texture>
<colorkey>0</colorkey> <colorkey>0</colorkey>
</default> </default>
<default type="label"> <default type="label">
<left>80</left> <posx>80</posx>
<top>60</top> <posy>60</posy>
<label></label> <label>-</label>
<font>font13</font> <font>font13</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
</default> </default>
@ -35,16 +35,15 @@
<default type="togglebutton"> <default type="togglebutton">
<posx>140</posx> <posx>140</posx>
<posy>167</posy> <posy>167</posy>
<width>330</width> <width>20</width>
<height>44</height> <height>20</height>
<texturefocus border="32,0,0,0">Button_Side_Scroll_up_Focus2.png</texturefocus> <texturefocus>scroll-up-focus.png</texturefocus>
<texturenofocus border="32,0,0,0">Button_Side_Scroll_up_NoFocus2.png</texturenofocus> <texturenofocus>scroll-up.png</texturenofocus>
<alttexturefocus border="32,0,0,0">Button_Side_Scroll_down_Focus2.png</alttexturefocus> <alttexturefocus>scroll-down-focus.png</alttexturefocus>
<alttexturenofocus border="32,0,0,0">Button_Side_Scroll_down_NoFocus2.png</alttexturenofocus> <alttexturenofocus>scroll-down.png</alttexturenofocus>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<textoffsetx>35</textoffsetx> <label>-</label>
<textoffsety>10</textoffsety> <font>font13</font>
<font>font12</font>
<disabledcolor>grey3</disabledcolor> <disabledcolor>grey3</disabledcolor>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
</default> </default>
@ -70,10 +69,10 @@
<posx>100</posx> <posx>100</posx>
<posy>325</posy> <posy>325</posy>
<texturebg border="4,0,4,0">ProgressBack.png</texturebg> <texturebg border="4,0,4,0">ProgressBack.png</texturebg>
<lefttexture></lefttexture> <lefttexture>-</lefttexture>
<midtexture border="4,0,4,0">ProgressFront.png</midtexture> <midtexture border="4,0,4,0">ProgressFront.png</midtexture>
<righttexture></righttexture> <righttexture>-</righttexture>
<overlaytexture></overlaytexture> <overlaytexture>-</overlaytexture>
</default> </default>
<default type="spincontrol"> <default type="spincontrol">
<posx>330</posx> <posx>330</posx>
@ -92,7 +91,7 @@
<subtype>text</subtype> <subtype>text</subtype>
<textoffsetx>-5</textoffsetx> <textoffsetx>-5</textoffsetx>
<textoffsety>0</textoffsety> <textoffsety>0</textoffsety>
<aligny></aligny> <aligny>-</aligny>
<pulseonselect>no</pulseonselect> <pulseonselect>no</pulseonselect>
</default> </default>
<default type="spincontrolex"> <default type="spincontrolex">
@ -103,7 +102,7 @@
<spinwidth>33</spinwidth> <spinwidth>33</spinwidth>
<spinheight>22</spinheight> <spinheight>22</spinheight>
<texturefocus>button-focus.png</texturefocus> <texturefocus>button-focus.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<textureup>scroll-up-2.png</textureup> <textureup>scroll-up-2.png</textureup>
<texturedown>scroll-down-2.png</texturedown> <texturedown>scroll-down-2.png</texturedown>
<textureupfocus>scroll-up-focus-2.png</textureupfocus> <textureupfocus>scroll-up-focus-2.png</textureupfocus>
@ -139,10 +138,10 @@
<posy>335</posy> <posy>335</posy>
<width>300</width> <width>300</width>
<height>50</height> <height>50</height>
<label></label> <label>-</label>
<font>font12</font> <font>font12</font>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<texturebg>button-focus.png</texturebg> <texturebg>button-focus.png</texturebg>
<textureleft>scroll-left.png</textureleft> <textureleft>scroll-left.png</textureleft>
<textureleftfocus>scroll-left-focus.png</textureleftfocus> <textureleftfocus>scroll-left-focus.png</textureleftfocus>

View File

@ -28,38 +28,14 @@
</variable> </variable>
<variable name="BannerThumb"> <variable name="BannerThumb">
<value condition="!String.IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value> <value condition="!IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value>
<value>$INFO[ListItem.Icon]</value> <value condition="IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Icon]</value>
</variable> </variable>
<variable name="PosterThumb"> <variable name="PosterThumb">
<value condition="!String.IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value> <value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value> <value condition="IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Icon]</value>
</variable> </variable>
<include name="KeyboardButtonCommons">
<width>48</width>
<height>48</height>
<texturenofocus border="3,14,27,3">button-nofocus.png</texturenofocus>
<texturefocus border="3,14,27,3">button-focus-keyboard.png</texturefocus>
</include>
<include name="DateTimeLabel">
<control type="label">
<description>date/time label</description>
<posx>70r</posx>
<posy>65</posy>
<width>400</width>
<height>35</height>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
<include>Window_OpenClose_Animation</include>
</control>
</include>
<include name="CommonBackground"> <include name="CommonBackground">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -71,9 +47,9 @@
</include> </include>
<include name="ContentPanel"> <include name="ContentPanel">
<control type="image"> <control type="image">
<posx>340</posx> <posx>285</posx>
<posy>100</posy> <posy>100</posy>
<width>940</width> <width>995</width>
<height>570</height> <height>570</height>
<fadetime>FanartCrossfadeTime</fadetime> <fadetime>FanartCrossfadeTime</fadetime>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">scale</aspectratio>
@ -82,20 +58,20 @@
<include>VisibleFadeEffect</include> <include>VisibleFadeEffect</include>
</control> </control>
<control type="image"> <control type="image">
<posx>315</posx> <posx>265</posx>
<posy>100</posy> <posy>100</posy>
<width>965</width> <width>1015</width>
<height>580</height> <height>580</height>
<texture border="50,0,0,45">Panel.png</texture> <texture border="50,0,0,45">Panel.png</texture>
<animation effect="fade" start="100" end="95" time="0" condition="!IsEmpty(ListItem.Art(fanart))">conditional</animation> <animation effect="fade" start="100" end="95" time="0" condition="!IsEmpty(ListItem.Art(fanart))">conditional</animation>
</control> </control>
</include> </include>
<include name="WindowTitleCommons"> <include name="WindowTitleCommons">
<posx>20</posx> <posx>110</posx>
<posy>80</posy> <posy>50</posy>
<width>1060</width> <width>1060</width>
<height>30</height> <height>30</height>
<font>font18a</font> <font>font18</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<scroll>false</scroll> <scroll>false</scroll>
<align>left</align> <align>left</align>
@ -105,8 +81,8 @@
<include name="WindowCloseButtonCommons"> <include name="WindowCloseButtonCommons">
<width>30</width> <width>30</width>
<height>30</height> <height>30</height>
<label></label> <label>-</label>
<font></font> <font>-</font>
<onclick>PreviousMenu</onclick> <onclick>PreviousMenu</onclick>
<texturefocus>close-windowFO.png</texturefocus> <texturefocus>close-windowFO.png</texturefocus>
<texturenofocus>close-window.png</texturenofocus> <texturenofocus>close-window.png</texturenofocus>
@ -135,7 +111,7 @@
<description>Unfocus Background</description> <description>Unfocus Background</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>380</width> <width>280</width>
<height>44</height> <height>44</height>
<texture border="32,0,0,0">Button_Side_NoFocus.png</texture> <texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
<visible>!ControlGroup(9005).HasFocus</visible> <visible>!ControlGroup(9005).HasFocus</visible>
@ -144,7 +120,7 @@
<description>Focus Background</description> <description>Focus Background</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>380</width> <width>280</width>
<height>44</height> <height>44</height>
<texture border="32,0,0,0">Button_Side_Focus.png</texture> <texture border="32,0,0,0">Button_Side_Focus.png</texture>
<visible>ControlGroup(9005).HasFocus</visible> <visible>ControlGroup(9005).HasFocus</visible>
@ -166,7 +142,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-PrevFO.png</texturefocus> <texturefocus>PlayerControls-PrevFO.png</texturefocus>
<texturenofocus>PlayerControls-PrevNF.png</texturenofocus> <texturenofocus>PlayerControls-PrevNF.png</texturenofocus>
<onleft>50</onleft> <onleft>50</onleft>
@ -180,7 +156,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-StopFO.png</texturefocus> <texturefocus>PlayerControls-StopFO.png</texturefocus>
<texturenofocus>PlayerControls-StopNF.png</texturenofocus> <texturenofocus>PlayerControls-StopNF.png</texturenofocus>
<onleft>600</onleft> <onleft>600</onleft>
@ -195,7 +171,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-PauseFO.png</texturefocus> <texturefocus>PlayerControls-PauseFO.png</texturefocus>
<texturenofocus>PlayerControls-PauseNF.png</texturenofocus> <texturenofocus>PlayerControls-PauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
@ -212,7 +188,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-NextFO.png</texturefocus> <texturefocus>PlayerControls-NextFO.png</texturefocus>
<texturenofocus>PlayerControls-NextNF.png</texturenofocus> <texturenofocus>PlayerControls-NextNF.png</texturenofocus>
<onleft>603</onleft> <onleft>603</onleft>
@ -226,9 +202,9 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<onclick>XBMC.PlayerControl(Repeat)</onclick> <onclick>XBMC.PlayerControl(Repeat)</onclick>
<onleft>602</onleft> <onleft>602</onleft>
<onright>605</onright> <onright>605</onright>
@ -294,7 +270,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-RandomFO_2.png</texturefocus> <texturefocus>PlayerControls-RandomFO_2.png</texturefocus>
<texturenofocus>PlayerControls-RandomNF_2.png</texturenofocus> <texturenofocus>PlayerControls-RandomNF_2.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture> <usealttexture>Playlist.IsRandom</usealttexture>
@ -311,7 +287,7 @@
<posy>2</posy> <posy>2</posy>
<width>32</width> <width>32</width>
<height>28</height> <height>28</height>
<label></label> <label>-</label>
<texturefocus>PlayerControls-FullScreenFO.png</texturefocus> <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
<texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus> <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
<onleft>605</onleft> <onleft>605</onleft>
@ -511,9 +487,9 @@
</include> </include>
<include name="AllViewCommonPageControls"> <include name="AllViewCommonPageControls">
<control type="scrollbar" id="61"> <control type="scrollbar" id="61">
<posx>350</posx> <posx>300</posx>
<posy>630</posy> <posy>630</posy>
<width>900</width> <width>970</width>
<height>20</height> <height>20</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground> <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
<texturesliderbar border="16,2,16,2">scrollbar_bar-vertical.png</texturesliderbar> <texturesliderbar border="16,2,16,2">scrollbar_bar-vertical.png</texturesliderbar>
@ -604,7 +580,7 @@
</include> </include>
<include name="ButtonCommonValues"> <include name="ButtonCommonValues">
<height>44</height> <height>44</height>
<width>330</width> <width>280</width>
<font>font12</font> <font>font12</font>
<textcolor>white</textcolor> <textcolor>white</textcolor>
<focusedcolor>white</focusedcolor> <focusedcolor>white</focusedcolor>

View File

@ -303,8 +303,8 @@
<posy>-45</posy> <posy>-45</posy>
<width>1280</width> <width>1280</width>
<height>720</height> <height>720</height>
<texturenofocus></texturenofocus> <texturenofocus>-</texturenofocus>
<texturefocus></texturefocus> <texturefocus>-</texturefocus>
<onclick>Skin.Reset(SubtitleSourceChooserVisible)</onclick> <onclick>Skin.Reset(SubtitleSourceChooserVisible)</onclick>
</control> </control>
<control type="group"> <control type="group">

View File

@ -3,7 +3,7 @@
<requires> <requires>
<import addon="xbmc.gui" version="5.14.0"/> <import addon="xbmc.gui" version="5.14.0"/>
</requires> </requires>
<extension point="xbmc.gui.skin" debugging="true" effectslowdown="1.0"> <extension point="xbmc.gui.skin" debugging="false" effectslowdown="1.0">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" /> <res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
</extension> </extension>
<extension point="xbmc.addon.metadata"> <extension point="xbmc.addon.metadata">

View File

@ -6,5 +6,4 @@
<color name="black">FF000000</color> <color name="black">FF000000</color>
<color name="green">ffe2ff43</color> <color name="green">ffe2ff43</color>
<color name="dialogheader">DDced8da</color> <color name="dialogheader">DDced8da</color>
<color name="kodi-blue">FF12A0C7</color>
</colors> </colors>

109
language/Amharic/strings.po Normal file
View File

@ -0,0 +1,109 @@
# XBMC Media Center language file
# Addon Name: PM3.HD
# Addon id: skin.pm3-hd
# Addon Provider: Jezz_X, Team XBMC
msgid ""
msgstr ""
"Project-Id-Version: XBMC Skins\n"
"Report-Msgid-Bugs-To: alanwww1@xbmc.org\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: XBMC Translation Team\n"
"Language-Team: Amharic (http://www.transifex.com/projects/p/xbmc-skins/language/am/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
msgctxt "#31001"
msgid "Working..."
msgstr "በመስራት ላይ "
msgctxt "#31004"
msgid "Home"
msgstr "ቤት "
msgctxt "#31005"
msgid "Memory Used:"
msgstr "የተጠቀሙት Memory:"
msgctxt "#31022"
msgid "Music - Files"
msgstr "የሙዚቃ ፋይሎች"
msgctxt "#31024"
msgid "Page"
msgstr "ገጽ"
msgctxt "#31025"
msgid "Items"
msgstr "እቃዎች"
msgctxt "#31042"
msgid "PLAYING"
msgstr "የሚጫወተው"
msgctxt "#31043"
msgid "PAUSED"
msgstr "ማቆሚያ"
msgctxt "#31044"
msgid "FAST FORWARD"
msgstr "ወደ ፊት ማሳለፊያ"
msgctxt "#31045"
msgid "REWIND"
msgstr "ወደ ኋላ ማሳለፊያ"
msgctxt "#31055"
msgid "Open playlist"
msgstr "ዝርዝሮችን መክፈቻ"
msgctxt "#31056"
msgid "Save playlist"
msgstr "ዝርዝሮችን ማስቀመጫ"
msgctxt "#31057"
msgid "Close playlist"
msgstr "ዝርዝሮችን መዝጊያ"
msgctxt "#31058"
msgid "System music files"
msgstr "የስርአቱ ሙዚቃ ፋይሎች"
msgctxt "#31059"
msgid "Current playlist"
msgstr "አሁን የሚጫወተው ዝርዝር"
msgctxt "#31101"
msgid "Home screen options"
msgstr "የቤት መመልከቻ ምርጫዎች"
msgctxt "#31106"
msgid "Miscellaneous options"
msgstr "የተለያዩ ምርጫዎች"
msgctxt "#31114"
msgid "Multi Image"
msgstr "ተንሸራታች"
msgctxt "#31119"
msgid "Hide Main Menu Buttons"
msgstr "የዋናውን ዝርዝር ቁልፎች መደበቂያ"
msgctxt "#31120"
msgid "Hide"
msgstr "መደበቂያ"
msgctxt "#31250"
msgid "Subtitles"
msgstr "ንዑስ አርእስት"
msgctxt "#31403"
msgid "Rename Group"
msgstr "ቡድን እንደገና መሰየሚያ"
msgctxt "#31404"
msgid "Delete Group"
msgstr "ቡድን ማጥፊያ"

View File

@ -167,15 +167,7 @@ msgctxt "#31060"
msgid "This file is stacked, select the part you want to play from." msgid "This file is stacked, select the part you want to play from."
msgstr "" msgstr ""
msgctxt "#31061" #empty strings from id 31061 to 31100
msgid "Sort: Descending"
msgstr ""
msgctxt "#31062"
msgid "Sort: Ascending"
msgstr ""
#empty strings from id 31063 to 31100
#Skin Settings labels #Skin Settings labels
msgctxt "#31101" msgctxt "#31101"
@ -324,11 +316,3 @@ msgstr ""
msgctxt "#31407" msgctxt "#31407"
msgid "Channels in Group" msgid "Channels in Group"
msgstr "" msgstr ""
msgctxt "#31408"
msgid "Settings level: "
msgstr ""
msgctxt "#31409"
msgid "Login"
msgstr ""

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

BIN
media/ContextMenu_Top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

BIN
media/icon_music.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

BIN
media/icon_pics.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

BIN
media/icon_video.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
media/icon_weather.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 214 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB