diff options
author | theuni <theuni-nospam-@xbmc.org> | 2011-10-02 20:32:59 -0400 |
---|---|---|
committer | theuni <theuni-nospam-@xbmc.org> | 2011-10-02 20:32:59 -0400 |
commit | 1f92c315cc4e91e695823f7a240f1d36146fb243 (patch) | |
tree | fe1da8155c53624921aad68312dfd450a0a54ee8 /addons/skin.touched | |
parent | 7e4914035d8ddb3b2d453095bb681dd688dd1b18 (diff) |
touched: fix EOLs
Diffstat (limited to 'addons/skin.touched')
85 files changed, 17305 insertions, 17305 deletions
diff --git a/addons/skin.touched/4x3Hirez/AddonBrowser.xml b/addons/skin.touched/4x3Hirez/AddonBrowser.xml index b5682a3d79..04d2db6dfc 100644 --- a/addons/skin.touched/4x3Hirez/AddonBrowser.xml +++ b/addons/skin.touched/4x3Hirez/AddonBrowser.xml @@ -1,121 +1,121 @@ -<window id="40">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[24001]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootViewAddons</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="radiobutton" id ="5">
- <description>Enable auto-updates</description>
- <include>ButtonCommonValues2</include>
- <label>24063</label>
- </control>
- <control type="radiobutton" id ="6">
- <description>No notifications</description>
- <include>ButtonCommonValues2</include>
- <label>25000</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
+<window id="40"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[24001]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootViewAddons</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="radiobutton" id ="5"> + <description>Enable auto-updates</description> + <include>ButtonCommonValues2</include> + <label>24063</label> + </control> + <control type="radiobutton" id ="6"> + <description>No notifications</description> + <include>ButtonCommonValues2</include> + <label>25000</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogAddonInfo.xml b/addons/skin.touched/4x3Hirez/DialogAddonInfo.xml index c43a9c29fe..c8543e51e8 100644 --- a/addons/skin.touched/4x3Hirez/DialogAddonInfo.xml +++ b/addons/skin.touched/4x3Hirez/DialogAddonInfo.xml @@ -1,338 +1,338 @@ -<window id="146">
- <defaultcontrol always="true"></defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[24003]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <posy>70</posy>
- <posx>20</posx>
- <control type="label">
- <description>Addon Title value</description>
- <posx>20</posx>
- <posy>0</posy>
- <width>960</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font28_title</font>
- <label>$INFO[ListItem.Property(Addon.Name)]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>40</posy>
- <width>260</width>
- <height>300</height>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>280</posx>
- <posy>50</posy>
- <width>680</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="601">
- <description>Description Value for Albums</description>
- <posx>280</posx>
- <posy>80</posy>
- <width>680</width>
- <height>300</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Property(Addon.Description)]</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>420</posy>
- <control type="label">
- <description>Type txt</description>
- <posx>200</posx>
- <posy>0</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[146]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <description>Type Value</description>
- <posx>210</posx>
- <posy>0</posy>
- <width>770</width>
- <height>25</height>
- <label fallback="416">$INFO[ListItem.Property(Addon.Type)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Author txt</description>
- <posx>200</posx>
- <posy>30</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[21863]:</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <description>Author Value</description>
- <posx>210</posx>
- <posy>30</posy>
- <width>770</width>
- <height>25</height>
- <label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Version txt</description>
- <posx>200</posx>
- <posy>60</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[24051]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <description>Version Value</description>
- <posx>210</posx>
- <posy>60</posy>
- <width>770</width>
- <height>25</height>
- <label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Rating txt</description>
- <posx>200</posx>
- <posy>90</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[563]:</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>208</posx>
- <posy>88</posy>
- <width>170</width>
- <height>34</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[ListItem.Property(Addon.StarRating),dark/left_rating/]</texture>
- </control>
- <control type="label">
- <description>Summary txt</description>
- <posx>200</posx>
- <posy>120</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[20037]:</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="fadelabel">
- <description>Summary Value</description>
- <posx>210</posx>
- <posy>120</posy>
- <width>770</width>
- <height>25</height>
- <label fallback="416">$INFO[ListItem.Property(Addon.Summary)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scrollout>false</scrollout>
- <pauseatend>2000</pauseatend>
- </control>
- <control type="label">
- <description>Disclaimer txt</description>
- <posx>200</posx>
- <posy>150</posy>
- <width>200</width>
- <height>25</height>
- <label>$LOCALIZE[24052]:</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="textbox">
- <description>Disclaimer</description>
- <posx>210</posx>
- <posy>146</posy>
- <width>770</width>
- <height>60</height>
- <font>font13</font>
- <align>-</align>
- <textcolor>black</textcolor>
- <label fallback="231">$INFO[ListItem.Property(Addon.Disclaimer)]</label>
- <autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
- </control>
- </control>
- </control>
-
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id ="6">
- <description>Enable Addon button</description>
- <width>185</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24022</label>
- </control>
- <control type="button" id="7">
- <description>Disable Addon button</description>
- <width>185</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24021</label>
- </control>
- <control type="button" id="9">
- <description>Addon Settings</description>
- <width>185</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24020</label>
- </control>
- <control type="button" id="8">
- <description>Update Addon button</description>
- <width>185</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24069</label>
- </control>
- <control type="button" id="10">
- <description>Changelog button</description>
- <width>185</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24036</label>
- </control>
- </control>
-
- <control type="group">
- <include>VisibleFadeEffect</include>
- <control type="group">
- <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible>
- <posx>40</posx>
- <posy>720</posy>
- <control type="image">
- <description>background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>920</width>
- <height>100</height>
- <texture border="20">OverlayDialogBackground.png</texture>
- </control>
- <control type="image">
- <description>Icon image</description>
- <posx>18</posx>
- <posy>18</posy>
- <width>64</width>
- <height>64</height>
- <texture>DefaultIconError.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>100</posx>
- <posy>15</posy>
- <width>800</width>
- <height>25</height>
- <font>font13_title</font>
- <label>24096</label>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>selected</textcolor>
- </control>
- <control type="textbox">
- <description>Reason label</description>
- <posx>100</posx>
- <posy>35</posy>
- <width>800</width>
- <height>50</height>
- <font>font13</font>
- <label>$INFO[ListItem.Property(Addon.broken)]</label>
- <align>left</align>
- <textcolor>white</textcolor>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="146"> + <defaultcontrol always="true"></defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[24003]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <posy>70</posy> + <posx>20</posx> + <control type="label"> + <description>Addon Title value</description> + <posx>20</posx> + <posy>0</posy> + <width>960</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font28_title</font> + <label>$INFO[ListItem.Property(Addon.Name)]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="image"> + <posx>0</posx> + <posy>40</posy> + <width>260</width> + <height>300</height> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>280</posx> + <posy>50</posy> + <width>680</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label> + </control> + <control type="textbox" id="601"> + <description>Description Value for Albums</description> + <posx>280</posx> + <posy>80</posy> + <width>680</width> + <height>300</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Property(Addon.Description)]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="group"> + <posx>0</posx> + <posy>420</posy> + <control type="label"> + <description>Type txt</description> + <posx>200</posx> + <posy>0</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[146]</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="label"> + <description>Type Value</description> + <posx>210</posx> + <posy>0</posy> + <width>770</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.Property(Addon.Type)]</label> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Author txt</description> + <posx>200</posx> + <posy>30</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[21863]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="label"> + <description>Author Value</description> + <posx>210</posx> + <posy>30</posy> + <width>770</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.Property(Addon.Creator)]</label> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Version txt</description> + <posx>200</posx> + <posy>60</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[24051]</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="label"> + <description>Version Value</description> + <posx>210</posx> + <posy>60</posy> + <width>770</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Rating txt</description> + <posx>200</posx> + <posy>90</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[563]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="image"> + <description>Rating value</description> + <posx>208</posx> + <posy>88</posy> + <width>170</width> + <height>34</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[ListItem.Property(Addon.StarRating),dark/left_rating/]</texture> + </control> + <control type="label"> + <description>Summary txt</description> + <posx>200</posx> + <posy>120</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[20037]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="fadelabel"> + <description>Summary Value</description> + <posx>210</posx> + <posy>120</posy> + <width>770</width> + <height>25</height> + <label fallback="416">$INFO[ListItem.Property(Addon.Summary)]</label> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="label"> + <description>Disclaimer txt</description> + <posx>200</posx> + <posy>150</posy> + <width>200</width> + <height>25</height> + <label>$LOCALIZE[24052]:</label> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="textbox"> + <description>Disclaimer</description> + <posx>210</posx> + <posy>146</posy> + <width>770</width> + <height>60</height> + <font>font13</font> + <align>-</align> + <textcolor>black</textcolor> + <label fallback="231">$INFO[ListItem.Property(Addon.Disclaimer)]</label> + <autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll> + </control> + </control> + </control> + + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id ="6"> + <description>Enable Addon button</description> + <width>185</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24022</label> + </control> + <control type="button" id="7"> + <description>Disable Addon button</description> + <width>185</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24021</label> + </control> + <control type="button" id="9"> + <description>Addon Settings</description> + <width>185</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24020</label> + </control> + <control type="button" id="8"> + <description>Update Addon button</description> + <width>185</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24069</label> + </control> + <control type="button" id="10"> + <description>Changelog button</description> + <width>185</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24036</label> + </control> + </control> + + <control type="group"> + <include>VisibleFadeEffect</include> + <control type="group"> + <visible>!IsEmpty(ListItem.Property(Addon.broken))</visible> + <posx>40</posx> + <posy>720</posy> + <control type="image"> + <description>background image</description> + <posx>0</posx> + <posy>0</posy> + <width>920</width> + <height>100</height> + <texture border="20">OverlayDialogBackground.png</texture> + </control> + <control type="image"> + <description>Icon image</description> + <posx>18</posx> + <posy>18</posy> + <width>64</width> + <height>64</height> + <texture>DefaultIconError.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>100</posx> + <posy>15</posy> + <width>800</width> + <height>25</height> + <font>font13_title</font> + <label>24096</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>selected</textcolor> + </control> + <control type="textbox"> + <description>Reason label</description> + <posx>100</posx> + <posy>35</posy> + <width>800</width> + <height>50</height> + <font>font13</font> + <label>$INFO[ListItem.Property(Addon.broken)]</label> + <align>left</align> + <textcolor>white</textcolor> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogAddonSettings.xml b/addons/skin.touched/4x3Hirez/DialogAddonSettings.xml index 6baf27a603..cdd5657182 100644 --- a/addons/skin.touched/4x3Hirez/DialogAddonSettings.xml +++ b/addons/skin.touched/4x3Hirez/DialogAddonSettings.xml @@ -1,200 +1,200 @@ -<window id="10140">
- <defaultcontrol></defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="20">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>-</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <posx>20</posx>
- <posy>75</posy>
- <control type="button">
- <description>left Arrow</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texturefocus>arrow-big-left.png</texturefocus>
- <texturenofocus>arrow-big-left.png</texturenofocus>
- <onclick>Control.Move(9,-1)</onclick>
- <include>VisibleFadeEffect</include>
- <visible>Container(9).HasPrevious</visible>
- </control>
- <control type="button" id="11001">
- <description>right Arrow</description>
- <posx>920</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texturefocus>arrow-big-right.png</texturefocus>
- <texturenofocus>arrow-big-right.png</texturenofocus>
- <onclick>Control.Move(9,1)</onclick>
- <include>VisibleFadeEffect</include>
- <visible>Container(9).HasNext</visible>
- </control>
- </control>
- <control type="grouplist" id="9">
- <description>button area</description>
- <posx>60</posx>
- <posy>70</posy>
- <width>880</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9</onleft>
- <onright>9</onright>
- <onup>2</onup>
- <ondown>2</ondown>
- </control>
- <control type="grouplist" id="2">
- <description>control area</description>
- <posx>40</posx>
- <posy>140</posy>
- <width>920</width>
- <height>670</height>
- <itemgap>-1</itemgap>
- <pagecontrol>30</pagecontrol>
- <onup>9</onup>
- <ondown>9001</ondown>
- <onleft>2</onleft>
- <onright>30</onright>
- </control>
- <control type="scrollbar" id="30">
- <posx>975</posx>
- <posy>120</posy>
- <width>20</width>
- <height>670</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>ScrollBarNib.png</textureslidernib>
- <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
- <onleft>2</onleft>
- <onright>9</onright>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- <control type="grouplist" id="9001">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9001</onleft>
- <onright>9001</onright>
- <onup>2</onup>
- <ondown>9</ondown>
- <control type="button" id="10">
- <description>OK Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="11">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- <control type="button" id="12">
- <description>Defaults Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>409</label>
- </control>
- </control>
-
- <control type="button" id="13">
- <description>Default Category Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id="3">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="4">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="5">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- <control type="image" id="6">
- <description>separator image</description>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label" id="7">
- <height>50</height>
- <font>font13_title</font>
- <label>-</label>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="sliderex" id="8">
- <description>Default Slider</description>
- <height>55</height>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- </controls>
-</window>
+<window id="10140"> + <defaultcontrol></defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="20"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>-</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <posx>20</posx> + <posy>75</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>0</posy> + <width>40</width> + <height>40</height> + <texturefocus>arrow-big-left.png</texturefocus> + <texturenofocus>arrow-big-left.png</texturenofocus> + <onclick>Control.Move(9,-1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasPrevious</visible> + </control> + <control type="button" id="11001"> + <description>right Arrow</description> + <posx>920</posx> + <posy>0</posy> + <width>40</width> + <height>40</height> + <texturefocus>arrow-big-right.png</texturefocus> + <texturenofocus>arrow-big-right.png</texturenofocus> + <onclick>Control.Move(9,1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasNext</visible> + </control> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>60</posx> + <posy>70</posy> + <width>880</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + <control type="grouplist" id="2"> + <description>control area</description> + <posx>40</posx> + <posy>140</posy> + <width>920</width> + <height>670</height> + <itemgap>-1</itemgap> + <pagecontrol>30</pagecontrol> + <onup>9</onup> + <ondown>9001</ondown> + <onleft>2</onleft> + <onright>30</onright> + </control> + <control type="scrollbar" id="30"> + <posx>975</posx> + <posy>120</posy> + <width>20</width> + <height>670</height> + <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> + <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar> + <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus> + <textureslidernib>ScrollBarNib.png</textureslidernib> + <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> + <onleft>2</onleft> + <onright>9</onright> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>2</onup> + <ondown>9</ondown> + <control type="button" id="10"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="11"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="12"> + <description>Defaults Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>409</label> + </control> + </control> + + <control type="button" id="13"> + <description>Default Category Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="3"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="radiobutton" id="4"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="spincontrolex" id="5"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="6"> + <description>separator image</description> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label" id="7"> + <height>50</height> + <font>font13_title</font> + <label>-</label> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="sliderex" id="8"> + <description>Default Slider</description> + <height>55</height> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <font>font13</font> + <textcolor>black</textcolor> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogAlbumInfo.xml b/addons/skin.touched/4x3Hirez/DialogAlbumInfo.xml index 9a82c4cd9b..e3086cced8 100644 --- a/addons/skin.touched/4x3Hirez/DialogAlbumInfo.xml +++ b/addons/skin.touched/4x3Hirez/DialogAlbumInfo.xml @@ -1,550 +1,550 @@ -<window id="2001">
- <defaultcontrol always="true">5</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$INFO[Listitem.Album]</label>
- <visible>container.content(Albums)</visible>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$INFO[Listitem.Artist]</label>
- <visible>container.content(Artists)</visible>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
-
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <visible>Container.Content(Albums) + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>260</width>
- <height>360</height>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>280</posx>
- <posy>0</posy>
- <width>680</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="601">
- <description>Description Value for Albums</description>
- <posx>280</posx>
- <posy>30</posy>
- <width>680</width>
- <height>330</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Property(Album_Description)]</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>400</posy>
- <width>960</width>
- <height>330</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[557]:</label>
- <label2>$INFO[ListItem.Artist]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Artist)</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[563]:</label>
- <label2>$INFO[ListItem.Rating]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Rating)</visible>
- </item>
- <item>
- <label>$LOCALIZE[175]:</label>
- <label2>$INFO[ListItem.Property(Album_Mood)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible>
- </item>
- <item>
- <label>$LOCALIZE[176]:</label>
- <label2>$INFO[ListItem.Property(Album_Style)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Album_Style))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21895]:</label>
- <label2>$INFO[ListItem.Property(Album_Theme)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible>
- </item>
- <item>
- <label>146</label>
- <label2>$INFO[ListItem.Property(Album_Type)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Album_Type))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21899]:</label>
- <label2>$INFO[ListItem.Property(Album_Label)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Album_Label))</visible>
- </item>
- <item>
- <label>$LOCALIZE[562]:</label>
- <label2>$INFO[ListItem.Year]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Year)</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="group">
- <visible>Container.Content(Artists) + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>260</width>
- <height>360</height>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>280</posx>
- <posy>0</posy>
- <width>680</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[21821]$INFO[Container(600).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(600).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="600">
- <description>Description Value for Albums</description>
- <posx>280</posx>
- <posy>30</posy>
- <width>680</width>
- <height>330</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Property(Artist_Description)]</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>400</posy>
- <width>960</width>
- <height>330</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[21893]:</label>
- <label2>$INFO[ListItem.Property(Artist_Born)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21894]:</label>
- <label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[175]:</label>
- <label2>$INFO[ListItem.Property(Artist_Mood)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible>
- </item>
- <item>
- <label>$LOCALIZE[176]:</label>
- <label2>$INFO[ListItem.Property(Artist_Style)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21892]:</label>
- <label2>$INFO[ListItem.Property(Artist_Instrument)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21897]:</label>
- <label2>$INFO[ListItem.Property(Artist_Died)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21896]:</label>
- <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible>
- </item>
- <item>
- <label>$LOCALIZE[21898]:</label>
- <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="panel" id="50">
- <posx>0</posx>
- <posy>85</posy>
- <width>1000</width>
- <height>680</height>
- <onup>50</onup>
- <onleft>50</onleft>
- <onright>50</onright>
- <ondown>50</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <include>VisibleFadeEffect</include>
- <itemlayout condition="Container.Content(Albums)" height="60" width="1000">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>1000</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>30</posx>
- <posy>0</posy>
- <width>940</width>
- <height>60</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>970</posx>
- <posy>0</posy>
- <width>500</width>
- <height>60</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Duration]</label>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Albums)" height="60" width="700">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>1000</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>30</posx>
- <posy>0</posy>
- <width>940</width>
- <height>60</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>970</posx>
- <posy>0</posy>
- <width>500</width>
- <height>60</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Duration]</label>
- </control>
- </focusedlayout>
- <itemlayout condition="Container.Content(Artists)" height="260" width="250">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>230</width>
- <height>230</height>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>125</posx>
- <posy>230</posy>
- <width>230</width>
- <height>30</height>
- <font>font12</font>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Artists)" height="260" width="250">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>230</width>
- <height>230</height>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>125</posx>
- <posy>230</posy>
- <width>230</width>
- <height>30</height>
- <font>font12</font>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <posx>980</posx>
- <posy>790</posy>
- <width>800</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
- <visible>Control.IsVisible(50)</visible>
- </control>
-
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="5">
- <description>Cast/Review</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>206</label>
- </control>
- <control type="button" id="6">
- <description>Refresh</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>184</label>
- </control>
- <control type="button" id="10">
- <description>Get Thumb</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>13405</label>
- </control>
- <control type="button" id="12">
- <description>Get Fanart</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20413</label>
- </control>
- </control>
-
- </controls>
+<window id="2001"> + <defaultcontrol always="true">5</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Album]</label> + <visible>container.content(Albums)</visible> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Artist]</label> + <visible>container.content(Artists)</visible> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <visible>Container.Content(Albums) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>280</posx> + <posy>0</posy> + <width>680</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[21821]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label> + </control> + <control type="textbox" id="601"> + <description>Description Value for Albums</description> + <posx>280</posx> + <posy>30</posy> + <width>680</width> + <height>330</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Property(Album_Description)]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[ListItem.Artist]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Artist)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[175]:</label> + <label2>$INFO[ListItem.Property(Album_Mood)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible> + </item> + <item> + <label>$LOCALIZE[176]:</label> + <label2>$INFO[ListItem.Property(Album_Style)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Style))</visible> + </item> + <item> + <label>$LOCALIZE[21895]:</label> + <label2>$INFO[ListItem.Property(Album_Theme)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible> + </item> + <item> + <label>146</label> + <label2>$INFO[ListItem.Property(Album_Type)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Type))</visible> + </item> + <item> + <label>$LOCALIZE[21899]:</label> + <label2>$INFO[ListItem.Property(Album_Label)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Album_Label))</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + </content> + </control> + </control> + + <control type="group"> + <visible>Container.Content(Artists) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>360</height> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>280</posx> + <posy>0</posy> + <width>680</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[21821]$INFO[Container(600).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(600).NumPages,/, )]</label> + </control> + <control type="textbox" id="600"> + <description>Description Value for Albums</description> + <posx>280</posx> + <posy>30</posy> + <width>680</width> + <height>330</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Property(Artist_Description)]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[21893]:</label> + <label2>$INFO[ListItem.Property(Artist_Born)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible> + </item> + <item> + <label>$LOCALIZE[21894]:</label> + <label2>$INFO[ListItem.Property(Artist_Formed)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[175]:</label> + <label2>$INFO[ListItem.Property(Artist_Mood)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible> + </item> + <item> + <label>$LOCALIZE[176]:</label> + <label2>$INFO[ListItem.Property(Artist_Style)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible> + </item> + <item> + <label>$LOCALIZE[21892]:</label> + <label2>$INFO[ListItem.Property(Artist_Instrument)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible> + </item> + <item> + <label>$LOCALIZE[21897]:</label> + <label2>$INFO[ListItem.Property(Artist_Died)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible> + </item> + <item> + <label>$LOCALIZE[21896]:</label> + <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible> + </item> + <item> + <label>$LOCALIZE[21898]:</label> + <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible> + </item> + </content> + </control> + </control> + + <control type="panel" id="50"> + <posx>0</posx> + <posy>85</posy> + <width>1000</width> + <height>680</height> + <onup>50</onup> + <onleft>50</onleft> + <onright>50</onright> + <ondown>50</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <include>VisibleFadeEffect</include> + <itemlayout condition="Container.Content(Albums)" height="60" width="1000"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>1000</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>30</posx> + <posy>0</posy> + <width>940</width> + <height>60</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>970</posx> + <posy>0</posy> + <width>500</width> + <height>60</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Duration]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Albums)" height="60" width="700"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>1000</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>30</posx> + <posy>0</posy> + <width>940</width> + <height>60</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>([B]$INFO[ListItem.TrackNumber][/B]) - $INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>970</posx> + <posy>0</posy> + <width>500</width> + <height>60</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Duration]</label> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Artists)" height="260" width="250"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>230</width> + <height>230</height> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>125</posx> + <posy>230</posy> + <width>230</width> + <height>30</height> + <font>font12</font> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Artists)" height="260" width="250"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>230</width> + <height>230</height> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>125</posx> + <posy>230</posy> + <width>230</width> + <height>30</height> + <font>font12</font> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="label"> + <posx>980</posx> + <posy>790</posy> + <width>800</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label> + <visible>Control.IsVisible(50)</visible> + </control> + + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="5"> + <description>Cast/Review</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>206</label> + </control> + <control type="button" id="6"> + <description>Refresh</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>184</label> + </control> + <control type="button" id="10"> + <description>Get Thumb</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>13405</label> + </control> + <control type="button" id="12"> + <description>Get Fanart</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>20413</label> + </control> + </control> + + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogBusy.xml b/addons/skin.touched/4x3Hirez/DialogBusy.xml index 13181cdbc6..554387354d 100644 --- a/addons/skin.touched/4x3Hirez/DialogBusy.xml +++ b/addons/skin.touched/4x3Hirez/DialogBusy.xml @@ -1,52 +1,52 @@ -<window id="136">
- <animation effect="fade" time="100">WindowOpen</animation>
- <animation effect="fade" time="200">WindowClose</animation>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <colordiffuse>BBFFFFFF</colordiffuse>
- <texture>black-back.png</texture>
- </control>
- <control type="group">
- <posx>490</posx>
- <posy>420</posy>
- <control type="image">
- <description>background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>300</width>
- <height>100</height>
- <texture border="20">OverlayDialogBackground.png</texture>
- </control>
- <control type="image">
- <description>Busy animation</description>
- <posx>20</posx>
- <posy>25</posy>
- <width>50</width>
- <height>50</height>
- <texture>busy.png</texture>
- <aspectratio>keep</aspectratio>
- <animation effect="rotate" start="0" end="360" center="auto" time="1200" loop="true" condition="true">conditional</animation>
- </control>
- <control type="label">
- <description>Busy label</description>
- <posx>90</posx>
- <posy>34</posy>
- <width>180</width>
- <height>32</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31009]</label>
- <font>font16</font>
- </control>
- </control>
- </controls>
+<window id="136"> + <animation effect="fade" time="100">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <colordiffuse>BBFFFFFF</colordiffuse> + <texture>black-back.png</texture> + </control> + <control type="group"> + <posx>490</posx> + <posy>420</posy> + <control type="image"> + <description>background image</description> + <posx>0</posx> + <posy>0</posy> + <width>300</width> + <height>100</height> + <texture border="20">OverlayDialogBackground.png</texture> + </control> + <control type="image"> + <description>Busy animation</description> + <posx>20</posx> + <posy>25</posy> + <width>50</width> + <height>50</height> + <texture>busy.png</texture> + <aspectratio>keep</aspectratio> + <animation effect="rotate" start="0" end="360" center="auto" time="1200" loop="true" condition="true">conditional</animation> + </control> + <control type="label"> + <description>Busy label</description> + <posx>90</posx> + <posy>34</posy> + <width>180</width> + <height>32</height> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[31009]</label> + <font>font16</font> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogButtonMenu.xml b/addons/skin.touched/4x3Hirez/DialogButtonMenu.xml index 0f2f18d53f..939f55eeed 100644 --- a/addons/skin.touched/4x3Hirez/DialogButtonMenu.xml +++ b/addons/skin.touched/4x3Hirez/DialogButtonMenu.xml @@ -1,266 +1,266 @@ -<window type="buttonMenu" id="111">
- <defaultcontrol always="true">13</defaultcontrol>
- <include>dialogeffect</include>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <texture>black-back.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <texture>black-back.png</texture>
- <colordiffuse>99FFFFFF</colordiffuse>
- </control>
- <control type="group">
- <posx>305</posx>
- <posy>245</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>670</width>
- <height>210</height>
- <texture border="20">OverlayDialogBackground.png</texture>
- <visible>!System.HasAlarm(shutdowntimer)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>670</width>
- <height>235</height>
- <texture border="20">OverlayDialogBackground.png</texture>
- <visible>System.HasAlarm(shutdowntimer)</visible>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>650</width>
- <height>60</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- </control>
- <control type="button">
- <description>Close Window button</description>
- <posx>570</posx>
- <posy>5</posy>
- <width>64</width>
- <height>32</height>
- <label>-</label>
- <font>-</font>
- <onclick>PreviousMenu</onclick>
- <texturefocus>DialogCloseButton-focus.png</texturefocus>
- <texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>13</onleft>
- <onright>13</onright>
- <onup>13</onup>
- <ondown>13</ondown>
- <visible>system.getbool(input.enablemouse)</visible>
- </control>
- <control type="label" id="3100">
- <description>Label control</description>
- <posx>10</posx>
- <posy>15</posy>
- <width>650</width>
- <height>35</height>
- <label>-</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>60</posy>
- <width>650</width>
- <height>100</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- <colordiffuse>99FFFFFF</colordiffuse>
- </control>
- <control type="grouplist">
- <posx>15</posx>
- <posy>85</posy>
- <width>640</width>
- <itemgap>20</itemgap>
- <align>center</align>
- <orientation>Horizontal</orientation>
- <control type="togglebutton" id="9">
- <description>Master mode button</description>
- <width>90</width>
- <height>90</height>
- <label>20046</label>
- <altlabel>20045</altlabel>
- <texturefocus>ButtonMenuMasterFO.png</texturefocus>
- <texturenofocus>ButtonMenuMasterNF.png</texturenofocus>
- <usealttexture>!System.IsMaster</usealttexture>
- <alttexturefocus>ButtonMenuNoMasterFO.png</alttexturefocus>
- <alttexturenofocus>ButtonMenuNoMasterNF.png</alttexturenofocus>
- <onclick>xbmc.mastermode</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <visible>System.HasLocks</visible>
- </control>
- <control type="button" id="10">
- <description>LogOff Profile</description>
- <width>90</width>
- <height>90</height>
- <texturefocus>ButtonMenuLogOffFO.png</texturefocus>
- <texturenofocus>ButtonMenuLogOffNF.png</texturenofocus>
- <onclick>dialog.close(all,true)</onclick>
- <onclick>System.LogOff</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>$LOCALIZE[20126] $INFO[system.profilename]</label>
- <visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible>
- <visible>System.Loggedon</visible>
- </control>
- <control type="button" id="11">
- <description>Exit xbmc</description>
- <width>90</width>
- <height>90</height>
- <texturefocus>ButtonMenuExitFO.png</texturefocus>
- <texturenofocus>ButtonMenuExitNF.png</texturenofocus>
- <onclick>XBMC.Quit()</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>$LOCALIZE[13012]</label>
- </control>
- <control type="group" id="13">
- <width>90</width>
- <defaultcontrol always="true">15</defaultcontrol>
- <control type="button" id="17">
- <description>Cancel Shutdown Timer button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <texturefocus>-</texturefocus>
- <texturenofocus>-</texturenofocus>
- <onclick>XBMC.CancelAlarm(shutdowntimer)</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>20151</label>
- <onleft>11</onleft>
- <onright>12</onright>
- <onup>15</onup>
- <ondown>16</ondown>
- <visible>System.HasAlarm(shutdowntimer)</visible>
- </control>
- <control type="button" id="16">
- <description>Custom Shutdown Timer button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <texturefocus>-</texturefocus>
- <texturenofocus>-</texturenofocus>
- <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Powerdown())</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>20150</label>
- <onleft>11</onleft>
- <onright>12</onright>
- <onup>17</onup>
- <ondown>15</ondown>
- </control>
- <control type="button" id="15">
- <description>Shutdown button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <texturefocus>-</texturefocus>
- <texturenofocus>ButtonMenuShutdownNF.png</texturenofocus>
- <onclick>XBMC.Powerdown()</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>13016</label>
- <onleft>11</onleft>
- <onright>12</onright>
- <onup>16</onup>
- <ondown>17</ondown>
- </control>
- <control type="image">
- <description>Shutdown focus image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <texture>ButtonMenuShutdownFO.png</texture>
- <visible>Control.HasFocus(15) | Control.HasFocus(16) | Control.HasFocus(17)</visible>
- </control>
- </control>
- <control type="button" id="12">
- <description>Suspend xbmc</description>
- <width>90</width>
- <height>90</height>
- <texturefocus>ButtonMenuSleepFO.png</texturefocus>
- <texturenofocus>ButtonMenuSleepNF.png</texturenofocus>
- <onclick>XBMC.Suspend()</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>$LOCALIZE[13011]</label>
- </control>
- <control type="button" id="14">
- <description>Reboot button</description>
- <width>90</width>
- <height>90</height>
- <texturefocus>ButtonMenuRestartFO.png</texturefocus>
- <texturenofocus>ButtonMenuRestartNF.png</texturenofocus>
- <onclick>XBMC.Reset()</onclick>
- <pulseonselect>no</pulseonselect>
- <font>-</font>
- <label>13013</label>
- </control>
- </control>
- <control type="group">
- <posx>270</posx>
- <posy>70</posy>
- <visible>ControlGroup(13).HasFocus</visible>
- <include>VisibleFadeEffect</include>
- <animation effect="slide" start="0,0" end="55,0" time="0" condition="System.HasLocks">Conditional</animation>
- <animation effect="slide" start="0,0" end="55,0" time="0" condition="[System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)] + System.LoggedOn">Conditional</animation>
- <control type="image">
- <description>Shutdown Arrow Up image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>20</width>
- <height>15</height>
- <texture>ArrowUp.png</texture>
- </control>
- <control type="image">
- <description>Shutdown Arrow Down image</description>
- <posx>0</posx>
- <posy>107</posy>
- <width>20</width>
- <height>15</height>
- <texture>ArrowDown.png</texture>
- </control>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>190</posy>
- <width>650</width>
- <height>35</height>
- <font>font12</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label>
- <visible>System.HasAlarm(shutdowntimer)</visible>
- </control>
- </control>
- </controls>
-</window>
+<window type="buttonMenu" id="111"> + <defaultcontrol always="true">13</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <texture>black-back.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <texture>black-back.png</texture> + <colordiffuse>99FFFFFF</colordiffuse> + </control> + <control type="group"> + <posx>305</posx> + <posy>245</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>210</height> + <texture border="20">OverlayDialogBackground.png</texture> + <visible>!System.HasAlarm(shutdowntimer)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>670</width> + <height>235</height> + <texture border="20">OverlayDialogBackground.png</texture> + <visible>System.HasAlarm(shutdowntimer)</visible> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>650</width> + <height>60</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>570</posx> + <posy>5</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>13</onleft> + <onright>13</onright> + <onup>13</onup> + <ondown>13</ondown> + <visible>system.getbool(input.enablemouse)</visible> + </control> + <control type="label" id="3100"> + <description>Label control</description> + <posx>10</posx> + <posy>15</posy> + <width>650</width> + <height>35</height> + <label>-</label> + <align>center</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <posx>10</posx> + <posy>60</posy> + <width>650</width> + <height>100</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + <colordiffuse>99FFFFFF</colordiffuse> + </control> + <control type="grouplist"> + <posx>15</posx> + <posy>85</posy> + <width>640</width> + <itemgap>20</itemgap> + <align>center</align> + <orientation>Horizontal</orientation> + <control type="togglebutton" id="9"> + <description>Master mode button</description> + <width>90</width> + <height>90</height> + <label>20046</label> + <altlabel>20045</altlabel> + <texturefocus>ButtonMenuMasterFO.png</texturefocus> + <texturenofocus>ButtonMenuMasterNF.png</texturenofocus> + <usealttexture>!System.IsMaster</usealttexture> + <alttexturefocus>ButtonMenuNoMasterFO.png</alttexturefocus> + <alttexturenofocus>ButtonMenuNoMasterNF.png</alttexturenofocus> + <onclick>xbmc.mastermode</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <visible>System.HasLocks</visible> + </control> + <control type="button" id="10"> + <description>LogOff Profile</description> + <width>90</width> + <height>90</height> + <texturefocus>ButtonMenuLogOffFO.png</texturefocus> + <texturenofocus>ButtonMenuLogOffNF.png</texturenofocus> + <onclick>dialog.close(all,true)</onclick> + <onclick>System.LogOff</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>$LOCALIZE[20126] $INFO[system.profilename]</label> + <visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible> + <visible>System.Loggedon</visible> + </control> + <control type="button" id="11"> + <description>Exit xbmc</description> + <width>90</width> + <height>90</height> + <texturefocus>ButtonMenuExitFO.png</texturefocus> + <texturenofocus>ButtonMenuExitNF.png</texturenofocus> + <onclick>XBMC.Quit()</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>$LOCALIZE[13012]</label> + </control> + <control type="group" id="13"> + <width>90</width> + <defaultcontrol always="true">15</defaultcontrol> + <control type="button" id="17"> + <description>Cancel Shutdown Timer button</description> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <onclick>XBMC.CancelAlarm(shutdowntimer)</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>20151</label> + <onleft>11</onleft> + <onright>12</onright> + <onup>15</onup> + <ondown>16</ondown> + <visible>System.HasAlarm(shutdowntimer)</visible> + </control> + <control type="button" id="16"> + <description>Custom Shutdown Timer button</description> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Powerdown())</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>20150</label> + <onleft>11</onleft> + <onright>12</onright> + <onup>17</onup> + <ondown>15</ondown> + </control> + <control type="button" id="15"> + <description>Shutdown button</description> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texturefocus>-</texturefocus> + <texturenofocus>ButtonMenuShutdownNF.png</texturenofocus> + <onclick>XBMC.Powerdown()</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>13016</label> + <onleft>11</onleft> + <onright>12</onright> + <onup>16</onup> + <ondown>17</ondown> + </control> + <control type="image"> + <description>Shutdown focus image</description> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <texture>ButtonMenuShutdownFO.png</texture> + <visible>Control.HasFocus(15) | Control.HasFocus(16) | Control.HasFocus(17)</visible> + </control> + </control> + <control type="button" id="12"> + <description>Suspend xbmc</description> + <width>90</width> + <height>90</height> + <texturefocus>ButtonMenuSleepFO.png</texturefocus> + <texturenofocus>ButtonMenuSleepNF.png</texturenofocus> + <onclick>XBMC.Suspend()</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>$LOCALIZE[13011]</label> + </control> + <control type="button" id="14"> + <description>Reboot button</description> + <width>90</width> + <height>90</height> + <texturefocus>ButtonMenuRestartFO.png</texturefocus> + <texturenofocus>ButtonMenuRestartNF.png</texturenofocus> + <onclick>XBMC.Reset()</onclick> + <pulseonselect>no</pulseonselect> + <font>-</font> + <label>13013</label> + </control> + </control> + <control type="group"> + <posx>270</posx> + <posy>70</posy> + <visible>ControlGroup(13).HasFocus</visible> + <include>VisibleFadeEffect</include> + <animation effect="slide" start="0,0" end="55,0" time="0" condition="System.HasLocks">Conditional</animation> + <animation effect="slide" start="0,0" end="55,0" time="0" condition="[System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)] + System.LoggedOn">Conditional</animation> + <control type="image"> + <description>Shutdown Arrow Up image</description> + <posx>0</posx> + <posy>0</posy> + <width>20</width> + <height>15</height> + <texture>ArrowUp.png</texture> + </control> + <control type="image"> + <description>Shutdown Arrow Down image</description> + <posx>0</posx> + <posy>107</posy> + <width>20</width> + <height>15</height> + <texture>ArrowDown.png</texture> + </control> + </control> + <control type="label"> + <posx>10</posx> + <posy>190</posy> + <width>650</width> + <height>35</height> + <font>font12</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label> + <visible>System.HasAlarm(shutdowntimer)</visible> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogContentSettings.xml b/addons/skin.touched/4x3Hirez/DialogContentSettings.xml index b0545271fa..6c2806eec6 100644 --- a/addons/skin.touched/4x3Hirez/DialogContentSettings.xml +++ b/addons/skin.touched/4x3Hirez/DialogContentSettings.xml @@ -1,311 +1,311 @@ -<window id="132">
- <defaultcontrol always="true">3</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[20333]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <posx>20</posx>
- <control type="label">
- <description>Content Picker Header</description>
- <posx>0</posx>
- <posy>70</posy>
- <width>460</width>
- <height>40</height>
- <font>font13_title</font>
- <label>$LOCALIZE[20344]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- <control type="spincontrolex" id="3">
- <description>Content Picker</description>
- <posx>0</posx>
- <posy>120</posy>
- <width>460</width>
- <height>50</height>
- <texturefocus border="5">ListNF.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <font>-</font>
- <label>-</label>
- <reverse>yes</reverse>
- <onup>28</onup>
- <ondown>5</ondown>
- <onleft>60</onleft>
- <onright>4</onright>
- </control>
- <control type="label">
- <description>Content Picker label</description>
- <posx>10</posx>
- <posy>120</posy>
- <width>280</width>
- <height>50</height>
- <font>font13</font>
- <label>$INFO[Control.GetLabel(3)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- </control>
- <control type="label">
- <description>Used Scraper Header</description>
- <posx>0</posx>
- <posy>180</posy>
- <width>460</width>
- <height>20</height>
- <font>font13</font>
- <label>$LOCALIZE[31312]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>Used Scraper Image</description>
- <posx>0</posx>
- <posy>210</posy>
- <width>460</width>
- <height>190</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <description>Used Scaper Label</description>
- <posx>0</posx>
- <posy>400</posy>
- <width>460</width>
- <height>30</height>
- <font>font13</font>
- <label>[B]$INFO[ListItem.Label][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- </control>
- <control type="group">
- <posx>520</posx>
- <control type="label">
- <description>Scraper List Header</description>
- <posx>0</posx>
- <posy>70</posy>
- <width>460</width>
- <height>40</height>
- <font>font13_title</font>
- <label>$LOCALIZE[31313]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- <control type="list" id="4">
- <posx>0</posx>
- <posy>120</posy>
- <width>460</width>
- <height>310</height>
- <onup>4</onup>
- <onleft>3</onleft>
- <onright>60</onright>
- <ondown>4</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="50" width="460">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>51</height>
- <texture>MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>40</width>
- <height>40</height>
- <texture>$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label" width="460">
- <posx>60</posx>
- <posy>0</posy>
- <width>410</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- </itemlayout>
- <focusedlayout height="50">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>51</height>
- <texture>MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>40</width>
- <height>40</height>
- <texture>$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label" width="460">
- <posx>60</posx>
- <posy>0</posy>
- <width>410</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>460</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <description>Scanning Options Header</description>
- <posx>20</posx>
- <posy>490</posy>
- <width>960</width>
- <height>30</height>
- <font>font13_title</font>
- <label>$LOCALIZE[31314]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>20</posx>
- <posy>540</posy>
- <width>960</width>
- <height>250</height>
- <itemgap>-1</itemgap>
- <onup>3</onup>
- <ondown>28</ondown>
- <onleft>5</onleft>
- <onright>5</onright>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="28">
- <description>OK Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="29">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- <control type="button" id="6">
- <description>Settings Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>5</label>
- </control>
- </control>
-
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>50</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>50</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- </control>
-
- <control type="group">
- <control type="image">
- <posx>370</posx>
- <posy>60</posy>
- <width>5</width>
- <height>280</height>
- <aspectratio>stretch</aspectratio>
- <texture>separator_vertical.png</texture>
- </control>
- <control type="scrollbar" id="60">
- <posx>745</posx>
- <posy>100</posy>
- <width>25</width>
- <height>240</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>4</onleft>
- <onright>3</onright>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- </control>
- </controls>
-</window>
+<window id="132"> + <defaultcontrol always="true">3</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[20333]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <posx>20</posx> + <control type="label"> + <description>Content Picker Header</description> + <posx>0</posx> + <posy>70</posy> + <width>460</width> + <height>40</height> + <font>font13_title</font> + <label>$LOCALIZE[20344]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + <control type="spincontrolex" id="3"> + <description>Content Picker</description> + <posx>0</posx> + <posy>120</posy> + <width>460</width> + <height>50</height> + <texturefocus border="5">ListNF.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <font>-</font> + <label>-</label> + <reverse>yes</reverse> + <onup>28</onup> + <ondown>5</ondown> + <onleft>60</onleft> + <onright>4</onright> + </control> + <control type="label"> + <description>Content Picker label</description> + <posx>10</posx> + <posy>120</posy> + <width>280</width> + <height>50</height> + <font>font13</font> + <label>$INFO[Control.GetLabel(3)]</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + </control> + <control type="label"> + <description>Used Scraper Header</description> + <posx>0</posx> + <posy>180</posy> + <width>460</width> + <height>20</height> + <font>font13</font> + <label>$LOCALIZE[31312]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>Used Scraper Image</description> + <posx>0</posx> + <posy>210</posy> + <width>460</width> + <height>190</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <description>Used Scaper Label</description> + <posx>0</posx> + <posy>400</posy> + <width>460</width> + <height>30</height> + <font>font13</font> + <label>[B]$INFO[ListItem.Label][/B]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + </control> + <control type="group"> + <posx>520</posx> + <control type="label"> + <description>Scraper List Header</description> + <posx>0</posx> + <posy>70</posy> + <width>460</width> + <height>40</height> + <font>font13_title</font> + <label>$LOCALIZE[31313]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + <control type="list" id="4"> + <posx>0</posx> + <posy>120</posy> + <width>460</width> + <height>310</height> + <onup>4</onup> + <onleft>3</onleft> + <onright>60</onright> + <ondown>4</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="50" width="460"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>51</height> + <texture>MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>40</width> + <height>40</height> + <texture>$INFO[Listitem.Icon]</texture> + </control> + <control type="label" width="460"> + <posx>60</posx> + <posy>0</posy> + <width>410</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + </itemlayout> + <focusedlayout height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>51</height> + <texture>MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>40</width> + <height>40</height> + <texture>$INFO[Listitem.Icon]</texture> + </control> + <control type="label" width="460"> + <posx>60</posx> + <posy>0</posy> + <width>410</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + </focusedlayout> + </control> + </control> + <control type="image"> + <posx>20</posx> + <posy>460</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <description>Scanning Options Header</description> + <posx>20</posx> + <posy>490</posy> + <width>960</width> + <height>30</height> + <font>font13_title</font> + <label>$LOCALIZE[31314]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>20</posx> + <posy>540</posy> + <width>960</width> + <height>250</height> + <itemgap>-1</itemgap> + <onup>3</onup> + <ondown>28</ondown> + <onleft>5</onleft> + <onright>5</onright> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="28"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="6"> + <description>Settings Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>5</label> + </control> + </control> + + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>50</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>50</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + </control> + + <control type="group"> + <control type="image"> + <posx>370</posx> + <posy>60</posy> + <width>5</width> + <height>280</height> + <aspectratio>stretch</aspectratio> + <texture>separator_vertical.png</texture> + </control> + <control type="scrollbar" id="60"> + <posx>745</posx> + <posy>100</posy> + <width>25</width> + <height>240</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>4</onleft> + <onright>3</onright> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogContextMenu.xml b/addons/skin.touched/4x3Hirez/DialogContextMenu.xml index 23e4584f05..4e21f02753 100644 --- a/addons/skin.touched/4x3Hirez/DialogContextMenu.xml +++ b/addons/skin.touched/4x3Hirez/DialogContextMenu.xml @@ -1,52 +1,52 @@ -<window id="106">
- <defaultcontrol>1000</defaultcontrol>
- <include>dialogeffect</include>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image" id="999">
- <description>background image</description>
- <posx>0</posx>
- <posy>-20</posy>
- <width>400</width>
- <height>760</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>-20</posy>
- <include>WindowTitleCommons</include>
- <width>300</width>
- <label>$LOCALIZE[31007]</label>
- </control>
- <control type="group">
- <posx>330</posx>
- <posy>-20</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="grouplist" id="996">
- <description>grouplist for context buttons</description>
- <posx>10</posx>
- <posy>40</posy>
- <width>400</width>
- <height max="690">auto</height>
- <itemgap>0</itemgap>
- </control>
- <control type="button" id="1000">
- <description>button template</description>
- <posx>0</posx>
- <posy>-</posy>
- <width>380</width>
- <height>60</height>
- <font>font13</font>
- <align>center</align>
- <textcolor>black</textcolor>
- <texturefocus>button-focus2.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- </control>
- </controls>
+<window id="106"> + <defaultcontrol>1000</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image" id="999"> + <description>background image</description> + <posx>0</posx> + <posy>-20</posy> + <width>400</width> + <height>760</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>-20</posy> + <include>WindowTitleCommons</include> + <width>300</width> + <label>$LOCALIZE[31007]</label> + </control> + <control type="group"> + <posx>330</posx> + <posy>-20</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="grouplist" id="996"> + <description>grouplist for context buttons</description> + <posx>10</posx> + <posy>40</posy> + <width>400</width> + <height max="690">auto</height> + <itemgap>0</itemgap> + </control> + <control type="button" id="1000"> + <description>button template</description> + <posx>0</posx> + <posy>-</posy> + <width>380</width> + <height>60</height> + <font>font13</font> + <align>center</align> + <textcolor>black</textcolor> + <texturefocus>button-focus2.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogFavourites.xml b/addons/skin.touched/4x3Hirez/DialogFavourites.xml index 8f8bffc7d5..7fac8a256b 100644 --- a/addons/skin.touched/4x3Hirez/DialogFavourites.xml +++ b/addons/skin.touched/4x3Hirez/DialogFavourites.xml @@ -1,126 +1,126 @@ -<window type="dialog" id="134">
- <defaultcontrol always="true">450</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>80</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>740</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$LOCALIZE[1036]</label>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="list" id="450">
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>680</height>
- <onup>450</onup>
- <onleft>450</onleft>
- <onright>450</onright>
- <ondown>450</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="80">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>0</posy>
- <width>530</width>
- <height>80</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="image">
- <posx>560</posx>
- <posy>4</posy>
- <width>120</width>
- <height>72</height>
- <aspectratio align="right">keep</aspectratio>
- <fadetime>IconCrossfadeTime</fadetime>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- </itemlayout>
- <focusedlayout height="80">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>0</posy>
- <width>530</width>
- <height>80</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="image">
- <posx>560</posx>
- <posy>4</posy>
- <width>120</width>
- <height>72</height>
- <aspectratio align="right">keep</aspectratio>
- <fadetime>IconCrossfadeTime</fadetime>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>Page label</description>
- <posx>680</posx>
- <posy>760</posy>
- <width>660</width>
- <height>30</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
- </control>
- </controls>
-</window>
+<window type="dialog" id="134"> + <defaultcontrol always="true">450</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>80</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>740</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[1036]</label> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="list" id="450"> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>680</height> + <onup>450</onup> + <onleft>450</onleft> + <onright>450</onright> + <ondown>450</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="80"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>530</width> + <height>80</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>560</posx> + <posy>4</posy> + <width>120</width> + <height>72</height> + <aspectratio align="right">keep</aspectratio> + <fadetime>IconCrossfadeTime</fadetime> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="5">ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + </itemlayout> + <focusedlayout height="80"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>530</width> + <height>80</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="image"> + <posx>560</posx> + <posy>4</posy> + <width>120</width> + <height>72</height> + <aspectratio align="right">keep</aspectratio> + <fadetime>IconCrossfadeTime</fadetime> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="5">ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>Page label</description> + <posx>680</posx> + <posy>760</posy> + <width>660</width> + <height>30</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogFileStacking.xml b/addons/skin.touched/4x3Hirez/DialogFileStacking.xml index 1ce75abd63..bfb1ca7635 100644 --- a/addons/skin.touched/4x3Hirez/DialogFileStacking.xml +++ b/addons/skin.touched/4x3Hirez/DialogFileStacking.xml @@ -1,117 +1,117 @@ -<window id="2008">
- <defaultcontrol>450</defaultcontrol>
- <include>dialogeffect</include>
- <coordinates>
- <system>1</system>
- <posx>315</posx>
- <posy>260</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>650</width>
- <height>200</height>
- <texture border="20">OverlayDialogBackground.png</texture>
- </control>
- <control type="button">
- <description>Close Window button</description>
- <posx>560</posx>
- <posy>5</posy>
- <width>64</width>
- <height>32</height>
- <label>-</label>
- <font>-</font>
- <onclick>PreviousMenu</onclick>
- <texturefocus>DialogCloseButton-focus.png</texturefocus>
- <texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>13</onleft>
- <onright>13</onright>
- <onup>13</onup>
- <ondown>13</ondown>
- <visible>system.getbool(input.enablemouse)</visible>
- </control>
- <control type="label">
- <description>heading label</description>
- <posx>40</posx>
- <posy>18</posy>
- <width>570</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13</font>
- <label>$INFO[ListItem.Label]</label>
- <textcolor>white</textcolor>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>60</posy>
- <width>570</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12</font>
- <label>31060</label>
- <textcolor>grey2</textcolor>
- </control>
- <control type="image">
- <posx>50</posx>
- <posy>110</posy>
- <width>20</width>
- <height>25</height>
- <texture>scroll-left-focus.png</texture>
- <visible>Container(450).HasPrevious</visible>
- </control>
- <control type="image">
- <posx>575</posx>
- <posy>110</posy>
- <width>20</width>
- <height>25</height>
- <texture>scroll-right-focus.png</texture>
- <visible>Container(450).HasNext</visible>
- </control>
- <control type="list" id="450">
- <posx>85</posx>
- <posy>105</posy>
- <width>480</width>
- <height>100</height>
- <onleft>450</onleft>
- <onright>450</onright>
- <onup>450</onup>
- <ondown>450</ondown>
- <orientation>horizontal</orientation>
- <focusposition>2</focusposition>
- <viewtype label="535">list</viewtype>
- <scrolltime>200</scrolltime>
- <itemlayout width="40">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>38</width>
- <height>32</height>
- <aspectratio>stretch</aspectratio>
- <texture>StackNF.png</texture>
- </control>
- </itemlayout>
- <focusedlayout width="40">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>38</width>
- <height>32</height>
- <aspectratio>stretch</aspectratio>
- <texture>StackFO.png</texture>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>155</posy>
- <width>570</width>
- <height>22</height>
- <font>font13_title</font>
- <align>center</align>
- <info>Container(450).ListItem.Label</info>
- </control>
- </controls>
+<window id="2008"> + <defaultcontrol>450</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>315</posx> + <posy>260</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>650</width> + <height>200</height> + <texture border="20">OverlayDialogBackground.png</texture> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>560</posx> + <posy>5</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>13</onleft> + <onright>13</onright> + <onup>13</onup> + <ondown>13</ondown> + <visible>system.getbool(input.enablemouse)</visible> + </control> + <control type="label"> + <description>heading label</description> + <posx>40</posx> + <posy>18</posy> + <width>570</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font13</font> + <label>$INFO[ListItem.Label]</label> + <textcolor>white</textcolor> + </control> + <control type="label"> + <posx>40</posx> + <posy>60</posy> + <width>570</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <label>31060</label> + <textcolor>grey2</textcolor> + </control> + <control type="image"> + <posx>50</posx> + <posy>110</posy> + <width>20</width> + <height>25</height> + <texture>scroll-left-focus.png</texture> + <visible>Container(450).HasPrevious</visible> + </control> + <control type="image"> + <posx>575</posx> + <posy>110</posy> + <width>20</width> + <height>25</height> + <texture>scroll-right-focus.png</texture> + <visible>Container(450).HasNext</visible> + </control> + <control type="list" id="450"> + <posx>85</posx> + <posy>105</posy> + <width>480</width> + <height>100</height> + <onleft>450</onleft> + <onright>450</onright> + <onup>450</onup> + <ondown>450</ondown> + <orientation>horizontal</orientation> + <focusposition>2</focusposition> + <viewtype label="535">list</viewtype> + <scrolltime>200</scrolltime> + <itemlayout width="40"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>38</width> + <height>32</height> + <aspectratio>stretch</aspectratio> + <texture>StackNF.png</texture> + </control> + </itemlayout> + <focusedlayout width="40"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>38</width> + <height>32</height> + <aspectratio>stretch</aspectratio> + <texture>StackFO.png</texture> + </control> + </focusedlayout> + </control> + <control type="label"> + <posx>40</posx> + <posy>155</posy> + <width>570</width> + <height>22</height> + <font>font13_title</font> + <align>center</align> + <info>Container(450).ListItem.Label</info> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogGamepad.xml b/addons/skin.touched/4x3Hirez/DialogGamepad.xml index dc1fd3cf7f..5a24bfee06 100644 --- a/addons/skin.touched/4x3Hirez/DialogGamepad.xml +++ b/addons/skin.touched/4x3Hirez/DialogGamepad.xml @@ -1,84 +1,84 @@ -<window id="110">
- <defaultcontrol>-</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>300</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>760</width>
- <height>370</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>250</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="2">
- <description>dialog line 1</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="3">
- <description>dialog line 2</description>
- <posx>20</posx>
- <posy>110</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="4">
- <description>dialog line 3</description>
- <posx>20</posx>
- <posy>200</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font30_title</font>
- <textcolor>black</textcolor>
- </control>
- </controls>
+<window id="110"> + <defaultcontrol>-</defaultcontrol> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>300</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>760</width> + <height>370</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>250</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="2"> + <description>dialog line 1</description> + <posx>20</posx> + <posy>80</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="3"> + <description>dialog line 2</description> + <posx>20</posx> + <posy>110</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="4"> + <description>dialog line 3</description> + <posx>20</posx> + <posy>200</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font30_title</font> + <textcolor>black</textcolor> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogKaiToast.xml b/addons/skin.touched/4x3Hirez/DialogKaiToast.xml index 6efe353517..27c8f66d30 100644 --- a/addons/skin.touched/4x3Hirez/DialogKaiToast.xml +++ b/addons/skin.touched/4x3Hirez/DialogKaiToast.xml @@ -1,78 +1,78 @@ -<window id="107">
- <include>Window_OpenClose_Animation</include>
- <controls>
- <control type="group">
- <posx>526r</posx>
- <posy>110r</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>490</width>
- <height>80</height>
- <texture border="8">IconBack.png</texture>
- </control>
- <control type="image" id="400">
- <description>Icon</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>70</width>
- <height>60</height>
- <aspectratio>keep</aspectratio>
- <texture>DefaultFile.png</texture>
- </control>
- <control type="fadelabel" id="401">
- <description>Line 1 Label</description>
- <posx>100</posx>
- <posy>10</posy>
- <width>370</width>
- <height>20</height>
- <font>font12_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <scrollout>false</scrollout>
- <pauseatend>2000</pauseatend>
- </control>
- <control type="textbox" id="402">
- <description>Line 2 Label</description>
- <posx>100</posx>
- <posy>25</posy>
- <width>370</width>
- <height>40</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <align>left</align>
- </control>
- <control type="image" id="403">
- <description>avatar</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>70</width>
- <height>60</height>
- <aspectratio>keep</aspectratio>
- <visible>false</visible>
- <texture>DefaultIconInfo.png</texture>
- </control>
- <control type="image" id="404">
- <description>avatar</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>70</width>
- <height>60</height>
- <aspectratio>keep</aspectratio>
- <visible>false</visible>
- <texture>DefaultIconWarning.png</texture>
- </control>
- <control type="image" id="405">
- <description>avatar</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>70</width>
- <height>60</height>
- <aspectratio>keep</aspectratio>
- <visible>false</visible>
- <texture>DefaultIconError.png</texture>
- </control>
- </control>
- </controls>
-</window>
+<window id="107"> + <include>Window_OpenClose_Animation</include> + <controls> + <control type="group"> + <posx>526r</posx> + <posy>110r</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>490</width> + <height>80</height> + <texture border="8">IconBack.png</texture> + </control> + <control type="image" id="400"> + <description>Icon</description> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>60</height> + <aspectratio>keep</aspectratio> + <texture>DefaultFile.png</texture> + </control> + <control type="fadelabel" id="401"> + <description>Line 1 Label</description> + <posx>100</posx> + <posy>10</posy> + <width>370</width> + <height>20</height> + <font>font12_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <scrollout>false</scrollout> + <pauseatend>2000</pauseatend> + </control> + <control type="textbox" id="402"> + <description>Line 2 Label</description> + <posx>100</posx> + <posy>25</posy> + <width>370</width> + <height>40</height> + <font>font12</font> + <textcolor>black</textcolor> + <align>left</align> + </control> + <control type="image" id="403"> + <description>avatar</description> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>60</height> + <aspectratio>keep</aspectratio> + <visible>false</visible> + <texture>DefaultIconInfo.png</texture> + </control> + <control type="image" id="404"> + <description>avatar</description> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>60</height> + <aspectratio>keep</aspectratio> + <visible>false</visible> + <texture>DefaultIconWarning.png</texture> + </control> + <control type="image" id="405"> + <description>avatar</description> + <posx>10</posx> + <posy>10</posy> + <width>70</width> + <height>60</height> + <aspectratio>keep</aspectratio> + <visible>false</visible> + <texture>DefaultIconError.png</texture> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelector.xml b/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelector.xml index 7d8d2d56ea..0523d9d66f 100644 --- a/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelector.xml +++ b/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelector.xml @@ -1,68 +1,68 @@ -<window type="dialog" id="143">
- <include>dialogeffect</include>
- <coordinates>
- <system>1</system>
- <posx>442</posx>
- <posy>220</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>395</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>325</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>290</width>
- <label>$LOCALIZE[31321]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>395</width>
- <height>140</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="401">
- <description>Song Number Label</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>355</width>
- <height>30</height>
- <font>font28_title</font>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="label" id="402">
- <description>Song Name Label</description>
- <posx>20</posx>
- <posy>150</posy>
- <width>355</width>
- <height>20</height>
- <font>font24</font>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>205</posy>
- <include>KeypadButtons</include>
- </control>
- </controls>
-</window>
+<window type="dialog" id="143"> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>442</posx> + <posy>220</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>395</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>325</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>290</width> + <label>$LOCALIZE[31321]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>395</width> + <height>140</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="401"> + <description>Song Number Label</description> + <posx>20</posx> + <posy>80</posy> + <width>355</width> + <height>30</height> + <font>font28_title</font> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="label" id="402"> + <description>Song Name Label</description> + <posx>20</posx> + <posy>150</posy> + <width>355</width> + <height>20</height> + <font>font24</font> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="group"> + <posx>0</posx> + <posy>205</posy> + <include>KeypadButtons</include> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelectorLarge.xml b/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelectorLarge.xml index 3a5e3ba1dc..4159f50c51 100644 --- a/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelectorLarge.xml +++ b/addons/skin.touched/4x3Hirez/DialogKaraokeSongSelectorLarge.xml @@ -1,68 +1,68 @@ -<window type="dialog" id="144">
- <include>dialogeffect</include>
- <coordinates>
- <system>1</system>
- <posx>442</posx>
- <posy>220</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>395</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>325</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>290</width>
- <label>$LOCALIZE[31321]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>395</width>
- <height>140</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="401">
- <description>Song Number Label</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>355</width>
- <height>30</height>
- <font>font28_title</font>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="label" id="402">
- <description>Song Name Label</description>
- <posx>20</posx>
- <posy>150</posy>
- <width>355</width>
- <height>20</height>
- <font>font24</font>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>205</posy>
- <include>KeypadButtons</include>
- </control>
- </controls>
-</window>
+<window type="dialog" id="144"> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>442</posx> + <posy>220</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>395</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>325</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>290</width> + <label>$LOCALIZE[31321]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>395</width> + <height>140</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="401"> + <description>Song Number Label</description> + <posx>20</posx> + <posy>80</posy> + <width>355</width> + <height>30</height> + <font>font28_title</font> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="label" id="402"> + <description>Song Name Label</description> + <posx>20</posx> + <posy>150</posy> + <width>355</width> + <height>20</height> + <font>font24</font> + <align>center</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="group"> + <posx>0</posx> + <posy>205</posy> + <include>KeypadButtons</include> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogKeyboard.xml b/addons/skin.touched/4x3Hirez/DialogKeyboard.xml index 586b172553..20ff506902 100644 --- a/addons/skin.touched/4x3Hirez/DialogKeyboard.xml +++ b/addons/skin.touched/4x3Hirez/DialogKeyboard.xml @@ -1,752 +1,752 @@ -<window id="103">
- <defaultcontrol always="true">65</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texture>black-back.png</texture>
- <animation effect="fade" time="400">WindowOpen</animation>
- <animation effect="fade" time="200">WindowClose</animation>
- </control>
- <control type="button">
- <description>Hidden button to close the keyboard when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>PreviousMenu</onclick>
- </control>
- <control type="group">
- <animation effect="slide" start="0,500" end="0,0" time="400" easing="out" tween="quadratic" >WindowOpen</animation>
- <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" >WindowClose</animation>
- <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" condition="Window.IsVisible(numericinput)">Conditional</animation>
- <posx>15</posx>
- <posy>500r</posy>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>500</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1250</width>
- <height>60</height>
- <aspectratio>stretch</aspectratio>
- <texture border="20">KeyboardEditArea.png</texture>
- </control>
- <control type="label" id="310">
- <description>Edit Text</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1250</width>
- <height>60</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="label" id="311">
- <description>dialog Heading</description>
- <posx>0</posx>
- <posy>-30</posy>
- <width>1250</width>
- <height>20</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>70</posy>
-<!-- First Row -->
- <control type="image">
- <description>Blank image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>65</width>
- <height>80</height>
- <texture border="5">KeyboardKeyDark.png</texture>
- </control>
- <control type="button" id="49">
- <description>'1' button</description>
- <posx>70</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="50">
- <description>'2' button</description>
- <posx>170</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="51">
- <description>'3' button</description>
- <posx>270</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="52">
- <description>'4' button</description>
- <posx>370</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="53">
- <description>'5' button</description>
- <posx>470</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="54">
- <description>'6' button</description>
- <posx>570</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="55">
- <description>'7' button</description>
- <posx>670</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="56">
- <description>'8' button</description>
- <posx>770</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="57">
- <description>'9' button</description>
- <posx>870</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="48">
- <description>'0' button</description>
- <posx>970</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="togglebutton" id="304">
- <description>Symbols button</description>
- <posx>1070</posx>
- <posy>0</posy>
- <width>180</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus>
- <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>@#$%</label>
- <altlabel>[COLOR=blue]@#$%[/COLOR]</altlabel>
- </control>
-<!-- Second Row -->
- <control type="button" id="307">
- <description>IP Input button</description>
- <posx>0</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>31003</label>
- </control>
- <control type="button" id="81">
- <description>'Q' button</description>
- <posx>100</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="87">
- <description>'W' button</description>
- <posx>200</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="69">
- <description>'E' button</description>
- <posx>300</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="82">
- <description>'R' button</description>
- <posx>400</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="84">
- <description>'T' button</description>
- <posx>500</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="89">
- <description>'Y' button</description>
- <posx>600</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="85">
- <description>'U' button</description>
- <posx>700</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="73">
- <description>'I' button</description>
- <posx>800</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="79">
- <description>'O' button</description>
- <posx>900</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="80">
- <description>'P' button</description>
- <posx>1000</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="8">
- <description>'BACKSPACE' button</description>
- <posx>1100</posx>
- <posy>85</posy>
- <width>150</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>-</label>
- </control>
- <control type="image">
- <description>BackSpace Icon image</description>
- <posx>1150</posx>
- <posy>100</posy>
- <width>50</width>
- <height>50</height>
- <texture>icon_backspace.png</texture>
- </control>
-<!-- Third Row -->
- <control type="togglebutton" id="303">
- <description>CAPS LOCK button</description>
- <posx>0</posx>
- <posy>170</posy>
- <width>125</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus>
- <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus>
- <textcolor>white</textcolor>
- <font>font13</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>31004</label>
- <altlabel>[COLOR=blue]$LOCALIZE[31004][/COLOR]</altlabel>
- </control>
- <control type="button" id="65">
- <description>'A' button</description>
- <posx>130</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="83">
- <description>'S' button</description>
- <posx>230</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="68">
- <description>'D' button</description>
- <posx>330</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="70">
- <description>'F' button</description>
- <posx>430</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="71">
- <description>'G' button</description>
- <posx>530</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="72">
- <description>'H' button</description>
- <posx>630</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="74">
- <description>'J' button</description>
- <posx>730</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="75">
- <description>'K' button</description>
- <posx>830</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="76">
- <description>'L' button</description>
- <posx>930</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="300">
- <description>DONE button</description>
- <posx>1030</posx>
- <posy>170</posy>
- <width>220</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>-</label>
- </control>
- <control type="image">
- <description>Enter\done Icon image</description>
- <posx>1110</posx>
- <posy>185</posy>
- <width>50</width>
- <height>50</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_enter.png</texture>
- </control>
-<!-- Forth Row -->
- <control type="button" id="302">
- <description>SHIFT button</description>
- <posx>0</posx>
- <posy>255</posy>
- <width>150</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- </control>
- <control type="image">
- <description>Enter\done Icon image</description>
- <posx>50</posx>
- <posy>270</posy>
- <width>50</width>
- <height>50</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_shift.png</texture>
- </control>
- <control type="button" id="90">
- <description>'Z' button</description>
- <posx>160</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="88">
- <description>'X' button</description>
- <posx>260</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="67">
- <description>'C' button</description>
- <posx>360</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="86">
- <description>'V' button</description>
- <posx>460</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="66">
- <description>'B' button</description>
- <posx>560</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="78">
- <description>'N' button</description>
- <posx>660</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="77">
- <description>'M' button</description>
- <posx>760</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="305">
- <description>previous button</description>
- <posx>860</posx>
- <posy>255</posy>
- <width>193</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>-</label>
- </control>
- <control type="image">
- <description>Previous Icon image</description>
- <posx>930</posx>
- <posy>275</posy>
- <width>50</width>
- <height>40</height>
- <aspectratio>keep</aspectratio>
- <texture flipx="true">icon_arrowkey.png</texture>
- </control>
- <control type="button" id="306">
- <description>next button</description>
- <posx>1058</posx>
- <posy>255</posy>
- <width>191</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>white</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label></label>
- </control>
- <control type="image">
- <description>Next Icon image</description>
- <posx>1135</posx>
- <posy>275</posy>
- <width>50</width>
- <height>40</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_arrowkey.png</texture>
- </control>
-<!-- Fifth Row -->
- <control type="image">
- <description>Blank image</description>
- <posx>0</posx>
- <posy>340</posy>
- <width>185</width>
- <height>80</height>
- <texture border="5">KeyboardKeyDark.png</texture>
- </control>
- <control type="button" id="32">
- <description>SPACE button</description>
- <posx>190</posx>
- <posy>340</posy>
- <width>695</width>
- <height>80</height>
- <texturenofocus border="5">KeyboardKey.png</texturenofocus>
- <texturefocus border="5">KeyboardKeyFocus.png</texturefocus>
- <textcolor>black</textcolor>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <label>20182</label>
- </control>
- <control type="image">
- <description>Blank image</description>
- <posx>890</posx>
- <posy>340</posy>
- <width>360</width>
- <height>80</height>
- <texture border="5">KeyboardKeyDark.png</texture>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="103"> + <defaultcontrol always="true">65</defaultcontrol> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texture>black-back.png</texture> + <animation effect="fade" time="400">WindowOpen</animation> + <animation effect="fade" time="200">WindowClose</animation> + </control> + <control type="button"> + <description>Hidden button to close the keyboard when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>PreviousMenu</onclick> + </control> + <control type="group"> + <animation effect="slide" start="0,500" end="0,0" time="400" easing="out" tween="quadratic" >WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" >WindowClose</animation> + <animation effect="slide" start="0,0" end="0,500" time="400" easing="in" tween="quadratic" condition="Window.IsVisible(numericinput)">Conditional</animation> + <posx>15</posx> + <posy>500r</posy> + <control type="button"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>500</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>-</onclick> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1250</width> + <height>60</height> + <aspectratio>stretch</aspectratio> + <texture border="20">KeyboardEditArea.png</texture> + </control> + <control type="label" id="310"> + <description>Edit Text</description> + <posx>0</posx> + <posy>0</posy> + <width>1250</width> + <height>60</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="label" id="311"> + <description>dialog Heading</description> + <posx>0</posx> + <posy>-30</posy> + <width>1250</width> + <height>20</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="group"> + <posx>0</posx> + <posy>70</posy> +<!-- First Row --> + <control type="image"> + <description>Blank image</description> + <posx>0</posx> + <posy>0</posy> + <width>65</width> + <height>80</height> + <texture border="5">KeyboardKeyDark.png</texture> + </control> + <control type="button" id="49"> + <description>'1' button</description> + <posx>70</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="50"> + <description>'2' button</description> + <posx>170</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="51"> + <description>'3' button</description> + <posx>270</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="52"> + <description>'4' button</description> + <posx>370</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="53"> + <description>'5' button</description> + <posx>470</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="54"> + <description>'6' button</description> + <posx>570</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="55"> + <description>'7' button</description> + <posx>670</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="56"> + <description>'8' button</description> + <posx>770</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="57"> + <description>'9' button</description> + <posx>870</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="48"> + <description>'0' button</description> + <posx>970</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="togglebutton" id="304"> + <description>Symbols button</description> + <posx>1070</posx> + <posy>0</posy> + <width>180</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus> + <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>@#$%</label> + <altlabel>[COLOR=blue]@#$%[/COLOR]</altlabel> + </control> +<!-- Second Row --> + <control type="button" id="307"> + <description>IP Input button</description> + <posx>0</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>31003</label> + </control> + <control type="button" id="81"> + <description>'Q' button</description> + <posx>100</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="87"> + <description>'W' button</description> + <posx>200</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="69"> + <description>'E' button</description> + <posx>300</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="82"> + <description>'R' button</description> + <posx>400</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="84"> + <description>'T' button</description> + <posx>500</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="89"> + <description>'Y' button</description> + <posx>600</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="85"> + <description>'U' button</description> + <posx>700</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="73"> + <description>'I' button</description> + <posx>800</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="79"> + <description>'O' button</description> + <posx>900</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="80"> + <description>'P' button</description> + <posx>1000</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="8"> + <description>'BACKSPACE' button</description> + <posx>1100</posx> + <posy>85</posy> + <width>150</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>BackSpace Icon image</description> + <posx>1150</posx> + <posy>100</posy> + <width>50</width> + <height>50</height> + <texture>icon_backspace.png</texture> + </control> +<!-- Third Row --> + <control type="togglebutton" id="303"> + <description>CAPS LOCK button</description> + <posx>0</posx> + <posy>170</posy> + <width>125</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <alttexturenofocus border="5">KeyboardKeyDark.png</alttexturenofocus> + <alttexturefocus border="5">KeyboardKeyFocus.png</alttexturefocus> + <textcolor>white</textcolor> + <font>font13</font> + <align>center</align> + <aligny>center</aligny> + <label>31004</label> + <altlabel>[COLOR=blue]$LOCALIZE[31004][/COLOR]</altlabel> + </control> + <control type="button" id="65"> + <description>'A' button</description> + <posx>130</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="83"> + <description>'S' button</description> + <posx>230</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="68"> + <description>'D' button</description> + <posx>330</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="70"> + <description>'F' button</description> + <posx>430</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="71"> + <description>'G' button</description> + <posx>530</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="72"> + <description>'H' button</description> + <posx>630</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="74"> + <description>'J' button</description> + <posx>730</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="75"> + <description>'K' button</description> + <posx>830</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="76"> + <description>'L' button</description> + <posx>930</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="300"> + <description>DONE button</description> + <posx>1030</posx> + <posy>170</posy> + <width>220</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>1110</posx> + <posy>185</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_enter.png</texture> + </control> +<!-- Forth Row --> + <control type="button" id="302"> + <description>SHIFT button</description> + <posx>0</posx> + <posy>255</posy> + <width>150</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>50</posx> + <posy>270</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_shift.png</texture> + </control> + <control type="button" id="90"> + <description>'Z' button</description> + <posx>160</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="88"> + <description>'X' button</description> + <posx>260</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="67"> + <description>'C' button</description> + <posx>360</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="86"> + <description>'V' button</description> + <posx>460</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="66"> + <description>'B' button</description> + <posx>560</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="78"> + <description>'N' button</description> + <posx>660</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="77"> + <description>'M' button</description> + <posx>760</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="305"> + <description>previous button</description> + <posx>860</posx> + <posy>255</posy> + <width>193</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + </control> + <control type="image"> + <description>Previous Icon image</description> + <posx>930</posx> + <posy>275</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture flipx="true">icon_arrowkey.png</texture> + </control> + <control type="button" id="306"> + <description>next button</description> + <posx>1058</posx> + <posy>255</posy> + <width>191</width> + <height>80</height> + <texturenofocus border="5">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>white</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label></label> + </control> + <control type="image"> + <description>Next Icon image</description> + <posx>1135</posx> + <posy>275</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture>icon_arrowkey.png</texture> + </control> +<!-- Fifth Row --> + <control type="image"> + <description>Blank image</description> + <posx>0</posx> + <posy>340</posy> + <width>185</width> + <height>80</height> + <texture border="5">KeyboardKeyDark.png</texture> + </control> + <control type="button" id="32"> + <description>SPACE button</description> + <posx>190</posx> + <posy>340</posy> + <width>695</width> + <height>80</height> + <texturenofocus border="5">KeyboardKey.png</texturenofocus> + <texturefocus border="5">KeyboardKeyFocus.png</texturefocus> + <textcolor>black</textcolor> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <label>20182</label> + </control> + <control type="image"> + <description>Blank image</description> + <posx>890</posx> + <posy>340</posy> + <width>360</width> + <height>80</height> + <texture border="5">KeyboardKeyDark.png</texture> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogMediaSource.xml b/addons/skin.touched/4x3Hirez/DialogMediaSource.xml index 2331b64b86..29df9452b1 100644 --- a/addons/skin.touched/4x3Hirez/DialogMediaSource.xml +++ b/addons/skin.touched/4x3Hirez/DialogMediaSource.xml @@ -1,223 +1,223 @@ -<window id="129">
- <defaultcontrol>10</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>130</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="2">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>600</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>path label</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <label>1021</label>
- <textcolor>black</textcolor>
- </control>
- <control type="list" id="10">
- <posx>20</posx>
- <posy>140</posy>
- <width>740</width>
- <height>650</height>
- <onup>9001</onup>
- <onleft>9000</onleft>
- <onright>60</onright>
- <ondown>12</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="50">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>740</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>0</posy>
- <width>720</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="50">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>740</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>0</posy>
- <width>720</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>[COLOR=blue] > [/COLOR] $INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="group" id="9000">
- <posx>780</posx>
- <posy>140</posy>
- <control type="button" id="11">
- <description>Browse Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>200</width>
- <height>50</height>
- <label>1024</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>18</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>13</ondown>
- </control>
- <control type="button" id="13">
- <description>Add Path Button</description>
- <posx>0</posx>
- <posy>55</posy>
- <width>200</width>
- <height>50</height>
- <label>15019</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>11</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>14</ondown>
- </control>
- <control type="button" id="14">
- <description>Remove Path Button</description>
- <posx>0</posx>
- <posy>110</posy>
- <width>200</width>
- <height>50</height>
- <label>1210</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>13</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>12</ondown>
- </control>
- </control>
- <control type="label">
- <description>Name label</description>
- <posx>20</posx>
- <posy>450</posy>
- <width>960</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <label>1022</label>
- <textcolor>black</textcolor>
- </control>
- <control type="button" id="12">
- <description>Name Button</description>
- <posx>20</posx>
- <posy>490</posy>
- <width>960</width>
- <height>50</height>
- <align>center</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <onup>10</onup>
- <onleft>12</onleft>
- <onright>19</onright>
- <ondown>9001</ondown>
- </control>
- <control type="grouplist" id="9001">
- <posx>20</posx>
- <posy>590</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9001</onleft>
- <onright>9001</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="18">
- <description>Ok Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="19">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- <control type="button" id="20">
- <description>Set Content Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20333</label>
- </control>
- </control>
- </controls>
-</window>
+<window id="129"> + <defaultcontrol>10</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>130</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>600</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>path label</description> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <label>1021</label> + <textcolor>black</textcolor> + </control> + <control type="list" id="10"> + <posx>20</posx> + <posy>140</posy> + <width>740</width> + <height>650</height> + <onup>9001</onup> + <onleft>9000</onleft> + <onright>60</onright> + <ondown>12</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>740</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>720</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>740</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>720</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>[COLOR=blue] > [/COLOR] $INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="group" id="9000"> + <posx>780</posx> + <posy>140</posy> + <control type="button" id="11"> + <description>Browse Button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>50</height> + <label>1024</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>18</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>13</ondown> + </control> + <control type="button" id="13"> + <description>Add Path Button</description> + <posx>0</posx> + <posy>55</posy> + <width>200</width> + <height>50</height> + <label>15019</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>11</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>14</ondown> + </control> + <control type="button" id="14"> + <description>Remove Path Button</description> + <posx>0</posx> + <posy>110</posy> + <width>200</width> + <height>50</height> + <label>1210</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>13</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>12</ondown> + </control> + </control> + <control type="label"> + <description>Name label</description> + <posx>20</posx> + <posy>450</posy> + <width>960</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <label>1022</label> + <textcolor>black</textcolor> + </control> + <control type="button" id="12"> + <description>Name Button</description> + <posx>20</posx> + <posy>490</posy> + <width>960</width> + <height>50</height> + <align>center</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <onup>10</onup> + <onleft>12</onleft> + <onright>19</onright> + <ondown>9001</ondown> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>590</posy> + <width>960</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>Ok Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="20"> + <description>Set Content Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>20333</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogMusicScan.xml b/addons/skin.touched/4x3Hirez/DialogMusicScan.xml index a80a43df4d..04ad9dd5fb 100644 --- a/addons/skin.touched/4x3Hirez/DialogMusicScan.xml +++ b/addons/skin.touched/4x3Hirez/DialogMusicScan.xml @@ -1,50 +1,50 @@ -<window id="112">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <controls>
- <control type="group">
- <posx>420r</posx>
- <posy>25</posy>
- <visible>!Window.IsVisible(FullscreenVideo) + !Window.IsVisible(Visualisation)</visible>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>350</width>
- <height>67</height>
- <texture border="8">IconBack.png</texture>
- </control>
- <control type="fadelabel" id="401">
- <posx>10</posx>
- <posy>5</posy>
- <width>330</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="fadelabel" id="402">
- <posx>10</posx>
- <posy>24</posy>
- <width>330</width>
- <height>20</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12</font>
- <textcolor>black</textcolor>
- <haspath>true</haspath>
- </control>
- <control type="progress" id="403">
- <description>progress control</description>
- <posx>5</posx>
- <posy>47</posy>
- <width>340</width>
- <height>15</height>
- </control>
- </control>
- </controls>
+<window id="112"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>420r</posx> + <posy>25</posy> + <visible>!Window.IsVisible(FullscreenVideo) + !Window.IsVisible(Visualisation)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>350</width> + <height>67</height> + <texture border="8">IconBack.png</texture> + </control> + <control type="fadelabel" id="401"> + <posx>10</posx> + <posy>5</posy> + <width>330</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>black</textcolor> + </control> + <control type="fadelabel" id="402"> + <posx>10</posx> + <posy>24</posy> + <width>330</width> + <height>20</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>black</textcolor> + <haspath>true</haspath> + </control> + <control type="progress" id="403"> + <description>progress control</description> + <posx>5</posx> + <posy>47</posy> + <width>340</width> + <height>15</height> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogMuteBug.xml b/addons/skin.touched/4x3Hirez/DialogMuteBug.xml index 80f96b8c4f..0325d88a99 100644 --- a/addons/skin.touched/4x3Hirez/DialogMuteBug.xml +++ b/addons/skin.touched/4x3Hirez/DialogMuteBug.xml @@ -1,32 +1,32 @@ -<window id="113">
- <defaultcontrol>-</defaultcontrol>
- <include>dialogeffect</include>
- <coordinates>
- <system>0</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="group">
- <posx>80r</posx>
- <posy>0</posy>
- <animation effect="slide" end="100,0" time="200" tween="quadratic" easing="out">WindowClose</animation>
- <animation effect="slide" start="100,0" time="200" tween="quadratic" easing="out">WindowOpen</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>80</width>
- <height>35</height>
- <texture flipx="true" border="32,0,0,0">header.png</texture>
- </control>
- <control type="image">
- <posx>35</posx>
- <posy>0</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>icon-mute.png</texture>
- </control>
- </control>
- </controls>
+<window id="113"> + <defaultcontrol>-</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>0</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="group"> + <posx>80r</posx> + <posy>0</posy> + <animation effect="slide" end="100,0" time="200" tween="quadratic" easing="out">WindowClose</animation> + <animation effect="slide" start="100,0" time="200" tween="quadratic" easing="out">WindowOpen</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>35</height> + <texture flipx="true" border="32,0,0,0">header.png</texture> + </control> + <control type="image"> + <posx>35</posx> + <posy>0</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>icon-mute.png</texture> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogNetworkSetup.xml b/addons/skin.touched/4x3Hirez/DialogNetworkSetup.xml index b8c78e49a3..59dc469795 100644 --- a/addons/skin.touched/4x3Hirez/DialogNetworkSetup.xml +++ b/addons/skin.touched/4x3Hirez/DialogNetworkSetup.xml @@ -1,194 +1,194 @@ -<window id="128">
- <defaultcontrol>10</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>240</posx>
- <posy>220</posy>
- </coordinates>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>860</width>
- <height>580</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>800</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="2">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>710</width>
- <label>$LOCALIZE[1007]</label>
- </control>
- <control type="group">
- <posx>730</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>800</width>
- <height>460</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="spincontrolex" id="10">
- <description>Protocol SpinControl</description>
- <posx>20</posx>
- <posy>80</posy>
- <height>51</height>
- <width>760</width>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <textcolor>black</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <textoffsetx>12</textoffsetx>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- <font>font132</font>
- <label>1008</label>
- <onup>18</onup>
- <ondown>11</ondown>
- <onleft>10</onleft>
- <onright>10</onright>
- </control>
- <control type="button" id="11">
- <description>Server Address Button</description>
- <posx>20</posx>
- <posy>140</posy>
- <width>570</width>
- <height>51</height>
- <textoffsetx>12</textoffsetx>
- <textcolor>black</textcolor>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <label>-</label>
- <onup>10</onup>
- <onleft>12</onleft>
- <onright>12</onright>
- <ondown>16</ondown>
- </control>
- <control type="button" id="12">
- <description>Server Browse Button</description>
- <posx>610</posx>
- <posy>140</posy>
- <width>170</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>1024</label>
- <onup>10</onup>
- <onleft>11</onleft>
- <onright>11</onright>
- <ondown>16</ondown>
- </control>
- <control type="button" id="16">
- <description>Remote path Button</description>
- <posx>20</posx>
- <posy>200</posy>
- <width>760</width>
- <height>51</height>
- <textoffsetx>12</textoffsetx>
- <textcolor>black</textcolor>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <label>-</label>
- <onup>11</onup>
- <onleft>16</onleft>
- <onright>16</onright>
- <ondown>13</ondown>
- </control>
- <control type="button" id="13">
- <description>Port Button</description>
- <posx>20</posx>
- <posy>250</posy>
- <width>760</width>
- <height>51</height>
- <textoffsetx>12</textoffsetx>
- <textcolor>black</textcolor>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <label>1013</label>
- <onup>16</onup>
- <onleft>13</onleft>
- <onright>13</onright>
- <ondown>14</ondown>
- </control>
- <control type="button" id="14">
- <description>Username Button</description>
- <posx>20</posx>
- <posy>300</posy>
- <width>760</width>
- <height>51</height>
- <textcolor>black</textcolor>
- <textoffsetx>12</textoffsetx>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <label>1014</label>
- <onup>13</onup>
- <onleft>14</onleft>
- <onright>14</onright>
- <ondown>15</ondown>
- </control>
- <control type="button" id="15">
- <description>Password Button</description>
- <posx>20</posx>
- <posy>350</posy>
- <width>760</width>
- <height>51</height>
- <textoffsetx>12</textoffsetx>
- <textcolor>black</textcolor>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <label>15052</label>
- <onup>14</onup>
- <onleft>15</onleft>
- <onright>15</onright>
- <ondown>18</ondown>
- </control>
- <control type="grouplist" id="9001">
- <posx>20</posx>
- <posy>450</posy>
- <width>760</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9001</onleft>
- <onright>9001</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="18">
- <description>Ok Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="19">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </controls>
+<window id="128"> + <defaultcontrol>10</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>240</posx> + <posy>220</posy> + </coordinates> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>860</width> + <height>580</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>710</width> + <label>$LOCALIZE[1007]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>460</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="spincontrolex" id="10"> + <description>Protocol SpinControl</description> + <posx>20</posx> + <posy>80</posy> + <height>51</height> + <width>760</width> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <textcolor>black</textcolor> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <reverse>yes</reverse> + <font>font132</font> + <label>1008</label> + <onup>18</onup> + <ondown>11</ondown> + <onleft>10</onleft> + <onright>10</onright> + </control> + <control type="button" id="11"> + <description>Server Address Button</description> + <posx>20</posx> + <posy>140</posy> + <width>570</width> + <height>51</height> + <textoffsetx>12</textoffsetx> + <textcolor>black</textcolor> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <font>font13</font> + <label>-</label> + <onup>10</onup> + <onleft>12</onleft> + <onright>12</onright> + <ondown>16</ondown> + </control> + <control type="button" id="12"> + <description>Server Browse Button</description> + <posx>610</posx> + <posy>140</posy> + <width>170</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>1024</label> + <onup>10</onup> + <onleft>11</onleft> + <onright>11</onright> + <ondown>16</ondown> + </control> + <control type="button" id="16"> + <description>Remote path Button</description> + <posx>20</posx> + <posy>200</posy> + <width>760</width> + <height>51</height> + <textoffsetx>12</textoffsetx> + <textcolor>black</textcolor> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <font>font13</font> + <label>-</label> + <onup>11</onup> + <onleft>16</onleft> + <onright>16</onright> + <ondown>13</ondown> + </control> + <control type="button" id="13"> + <description>Port Button</description> + <posx>20</posx> + <posy>250</posy> + <width>760</width> + <height>51</height> + <textoffsetx>12</textoffsetx> + <textcolor>black</textcolor> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <font>font13</font> + <label>1013</label> + <onup>16</onup> + <onleft>13</onleft> + <onright>13</onright> + <ondown>14</ondown> + </control> + <control type="button" id="14"> + <description>Username Button</description> + <posx>20</posx> + <posy>300</posy> + <width>760</width> + <height>51</height> + <textcolor>black</textcolor> + <textoffsetx>12</textoffsetx> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <font>font13</font> + <label>1014</label> + <onup>13</onup> + <onleft>14</onleft> + <onright>14</onright> + <ondown>15</ondown> + </control> + <control type="button" id="15"> + <description>Password Button</description> + <posx>20</posx> + <posy>350</posy> + <width>760</width> + <height>51</height> + <textoffsetx>12</textoffsetx> + <textcolor>black</textcolor> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <font>font13</font> + <label>15052</label> + <onup>14</onup> + <onleft>15</onleft> + <onright>15</onright> + <ondown>18</ondown> + </control> + <control type="grouplist" id="9001"> + <posx>20</posx> + <posy>450</posy> + <width>760</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9001</onleft> + <onright>9001</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>Ok Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogNumeric.xml b/addons/skin.touched/4x3Hirez/DialogNumeric.xml index 6451586fec..2035a0cf8f 100644 --- a/addons/skin.touched/4x3Hirez/DialogNumeric.xml +++ b/addons/skin.touched/4x3Hirez/DialogNumeric.xml @@ -1,354 +1,354 @@ -<window id="109">
- <defaultcontrol always="true">21</defaultcontrol>
- <coordinates>
- <system>2</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="button">
- <description>Hidden button to close the keyboard when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>PreviousMenu</onclick>
- </control>
- <control type="group">
- <posx>480</posx>
- <posy>170</posy>
- <animation effect="slide" start="0,-820" end="0,0" time="500" easing="out" tween="quadratic" >WindowOpen</animation>
- <animation effect="slide" start="0,0" end="0,-820" time="500" easing="in" tween="quadratic" >WindowClose</animation>
- <control type="image">
- <posx>0</posx>
- <posy>70</posy>
- <width>395</width>
- <height>50</height>
- <aspectratio>stretch</aspectratio>
- <texture border="20">KeyboardEditArea.png</texture>
- </control>
- <control type="label" id="4">
- <description>Edit Text</description>
- <posx>20</posx>
- <posy>70</posy>
- <width>355</width>
- <height>50</height>
- <font>font16</font>
- <textcolor>selected</textcolor>
- <disabledcolor>grey2</disabledcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="label" id="1">
- <description>dialog Heading</description>
- <posx>0</posx>
- <posy>20</posy>
- <width>395</width>
- <height>40</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <wrapmultiline>true</wrapmultiline>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>130</posy>
- <control type="button" id="11">
- <description>1 button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12311</label>
- <textcolor>black</textcolor>
- <onleft>23</onleft>
- <onright>12</onright>
- <onup>20</onup>
- <ondown>14</ondown>
- </control>
- <control type="button" id="12">
- <description>2 button</description>
- <posx>100</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12312</label>
- <textcolor>black</textcolor>
- <onleft>11</onleft>
- <onright>13</onright>
- <onup>10</onup>
- <ondown>15</ondown>
- </control>
- <control type="button" id="13">
- <description>3 button</description>
- <posx>200</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12313</label>
- <textcolor>black</textcolor>
- <onleft>12</onleft>
- <onright>23</onright>
- <onup>22</onup>
- <ondown>16</ondown>
- </control>
- <control type="button" id="23">
- <description>Backspace button</description>
- <posx>300</posx>
- <posy>0</posy>
- <width>95</width>
- <height>165</height>
- <font>font12</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <textwidth>120</textwidth>
- <label>-</label>
- <textcolor>white</textcolor>
- <angle>270</angle>
- <onleft>13</onleft>
- <onright>11</onright>
- <onup>21</onup>
- <ondown>21</ondown>
- </control>
- <control type="image">
- <description>BackSpace Icon image</description>
- <posx>320</posx>
- <posy>60</posy>
- <width>50</width>
- <height>50</height>
- <texture>icon_backspace.png</texture>
- </control>
- <control type="button" id="14">
- <description>4 button</description>
- <posx>0</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12314</label>
- <textcolor>black</textcolor>
- <onleft>23</onleft>
- <onright>15</onright>
- <onup>11</onup>
- <ondown>17</ondown>
- </control>
- <control type="button" id="15">
- <description>5 button</description>
- <posx>100</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12315</label>
- <textcolor>black</textcolor>
- <onleft>14</onleft>
- <onright>16</onright>
- <onup>12</onup>
- <ondown>18</ondown>
- </control>
- <control type="button" id="16">
- <description>6 button</description>
- <posx>200</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12316</label>
- <textcolor>black</textcolor>
- <onleft>15</onleft>
- <onright>23</onright>
- <onup>13</onup>
- <ondown>19</ondown>
- </control>
- <control type="button" id="17">
- <description>7 button</description>
- <posx>0</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12317</label>
- <textcolor>black</textcolor>
- <onleft>21</onleft>
- <onright>18</onright>
- <onup>14</onup>
- <ondown>20</ondown>
- </control>
- <control type="button" id="18">
- <description>8 button</description>
- <posx>100</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12318</label>
- <textcolor>black</textcolor>
- <onleft>17</onleft>
- <onright>19</onright>
- <onup>15</onup>
- <ondown>10</ondown>
- </control>
- <control type="button" id="19">
- <description>9 button</description>
- <posx>200</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12319</label>
- <textcolor>black</textcolor>
- <onleft>18</onleft>
- <onright>21</onright>
- <onup>16</onup>
- <ondown>22</ondown>
- </control>
- <control type="button" id="21">
- <description>Done button</description>
- <posx>300</posx>
- <posy>170</posy>
- <width>95</width>
- <height>165</height>
- <font>font12</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <textwidth>120</textwidth>
- <label>-</label>
- <textcolor>white</textcolor>
- <angle>270</angle>
- <onleft>19</onleft>
- <onright>17</onright>
- <onup>23</onup>
- <ondown>23</ondown>
- </control>
- <control type="image">
- <description>Enter\done Icon image</description>
- <posx>320</posx>
- <posy>230</posy>
- <width>50</width>
- <height>50</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_enter.png</texture>
- </control>
- <control type="button" id="20">
- <description>prev button</description>
- <posx>0</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <font>font30</font>
- <label>-</label>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <onleft>21</onleft>
- <onright>10</onright>
- <onup>17</onup>
- <ondown>11</ondown>
- </control>
- <control type="image">
- <description>Previous Icon image</description>
- <posx>22</posx>
- <posy>275</posy>
- <width>50</width>
- <height>40</height>
- <aspectratio>keep</aspectratio>
- <texture flipx="true">icon_arrowkey.png</texture>
- </control>
- <control type="button" id="10">
- <description>0 button</description>
- <posx>100</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12310</label>
- <textcolor>black</textcolor>
- <onleft>20</onleft>
- <onright>22</onright>
- <onup>18</onup>
- <ondown>12</ondown>
- </control>
- <control type="button" id="22">
- <description>next button</description>
- <posx>200</posx>
- <posy>255</posy>
- <width>95</width>
- <height>80</height>
- <font>font30</font>
- <label>-</label>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <onleft>10</onleft>
- <onright>21</onright>
- <onup>19</onup>
- <ondown>13</ondown>
- </control>
- <control type="image">
- <description>Next Icon image</description>
- <posx>222</posx>
- <posy>275</posy>
- <width>50</width>
- <height>40</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_arrowkey.png</texture>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="109"> + <defaultcontrol always="true">21</defaultcontrol> + <coordinates> + <system>2</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="button"> + <description>Hidden button to close the keyboard when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>PreviousMenu</onclick> + </control> + <control type="group"> + <posx>480</posx> + <posy>170</posy> + <animation effect="slide" start="0,-820" end="0,0" time="500" easing="out" tween="quadratic" >WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,-820" time="500" easing="in" tween="quadratic" >WindowClose</animation> + <control type="image"> + <posx>0</posx> + <posy>70</posy> + <width>395</width> + <height>50</height> + <aspectratio>stretch</aspectratio> + <texture border="20">KeyboardEditArea.png</texture> + </control> + <control type="label" id="4"> + <description>Edit Text</description> + <posx>20</posx> + <posy>70</posy> + <width>355</width> + <height>50</height> + <font>font16</font> + <textcolor>selected</textcolor> + <disabledcolor>grey2</disabledcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="label" id="1"> + <description>dialog Heading</description> + <posx>0</posx> + <posy>20</posy> + <width>395</width> + <height>40</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <wrapmultiline>true</wrapmultiline> + </control> + <control type="group"> + <posx>0</posx> + <posy>130</posy> + <control type="button" id="11"> + <description>1 button</description> + <posx>0</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12311</label> + <textcolor>black</textcolor> + <onleft>23</onleft> + <onright>12</onright> + <onup>20</onup> + <ondown>14</ondown> + </control> + <control type="button" id="12"> + <description>2 button</description> + <posx>100</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12312</label> + <textcolor>black</textcolor> + <onleft>11</onleft> + <onright>13</onright> + <onup>10</onup> + <ondown>15</ondown> + </control> + <control type="button" id="13"> + <description>3 button</description> + <posx>200</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12313</label> + <textcolor>black</textcolor> + <onleft>12</onleft> + <onright>23</onright> + <onup>22</onup> + <ondown>16</ondown> + </control> + <control type="button" id="23"> + <description>Backspace button</description> + <posx>300</posx> + <posy>0</posy> + <width>95</width> + <height>165</height> + <font>font12</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <textwidth>120</textwidth> + <label>-</label> + <textcolor>white</textcolor> + <angle>270</angle> + <onleft>13</onleft> + <onright>11</onright> + <onup>21</onup> + <ondown>21</ondown> + </control> + <control type="image"> + <description>BackSpace Icon image</description> + <posx>320</posx> + <posy>60</posy> + <width>50</width> + <height>50</height> + <texture>icon_backspace.png</texture> + </control> + <control type="button" id="14"> + <description>4 button</description> + <posx>0</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12314</label> + <textcolor>black</textcolor> + <onleft>23</onleft> + <onright>15</onright> + <onup>11</onup> + <ondown>17</ondown> + </control> + <control type="button" id="15"> + <description>5 button</description> + <posx>100</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12315</label> + <textcolor>black</textcolor> + <onleft>14</onleft> + <onright>16</onright> + <onup>12</onup> + <ondown>18</ondown> + </control> + <control type="button" id="16"> + <description>6 button</description> + <posx>200</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12316</label> + <textcolor>black</textcolor> + <onleft>15</onleft> + <onright>23</onright> + <onup>13</onup> + <ondown>19</ondown> + </control> + <control type="button" id="17"> + <description>7 button</description> + <posx>0</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12317</label> + <textcolor>black</textcolor> + <onleft>21</onleft> + <onright>18</onright> + <onup>14</onup> + <ondown>20</ondown> + </control> + <control type="button" id="18"> + <description>8 button</description> + <posx>100</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12318</label> + <textcolor>black</textcolor> + <onleft>17</onleft> + <onright>19</onright> + <onup>15</onup> + <ondown>10</ondown> + </control> + <control type="button" id="19"> + <description>9 button</description> + <posx>200</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12319</label> + <textcolor>black</textcolor> + <onleft>18</onleft> + <onright>21</onright> + <onup>16</onup> + <ondown>22</ondown> + </control> + <control type="button" id="21"> + <description>Done button</description> + <posx>300</posx> + <posy>170</posy> + <width>95</width> + <height>165</height> + <font>font12</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <textwidth>120</textwidth> + <label>-</label> + <textcolor>white</textcolor> + <angle>270</angle> + <onleft>19</onleft> + <onright>17</onright> + <onup>23</onup> + <ondown>23</ondown> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>320</posx> + <posy>230</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_enter.png</texture> + </control> + <control type="button" id="20"> + <description>prev button</description> + <posx>0</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <font>font30</font> + <label>-</label> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <onleft>21</onleft> + <onright>10</onright> + <onup>17</onup> + <ondown>11</ondown> + </control> + <control type="image"> + <description>Previous Icon image</description> + <posx>22</posx> + <posy>275</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture flipx="true">icon_arrowkey.png</texture> + </control> + <control type="button" id="10"> + <description>0 button</description> + <posx>100</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12310</label> + <textcolor>black</textcolor> + <onleft>20</onleft> + <onright>22</onright> + <onup>18</onup> + <ondown>12</ondown> + </control> + <control type="button" id="22"> + <description>next button</description> + <posx>200</posx> + <posy>255</posy> + <width>95</width> + <height>80</height> + <font>font30</font> + <label>-</label> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <onleft>10</onleft> + <onright>21</onright> + <onup>19</onup> + <ondown>13</ondown> + </control> + <control type="image"> + <description>Next Icon image</description> + <posx>222</posx> + <posy>275</posy> + <width>50</width> + <height>40</height> + <aspectratio>keep</aspectratio> + <texture>icon_arrowkey.png</texture> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogOK.xml b/addons/skin.touched/4x3Hirez/DialogOK.xml index d93441ed9c..133d69a193 100644 --- a/addons/skin.touched/4x3Hirez/DialogOK.xml +++ b/addons/skin.touched/4x3Hirez/DialogOK.xml @@ -1,103 +1,103 @@ -<window id="2002">
- <defaultcontrol always="true">10</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>300</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>760</width>
- <height>370</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>250</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="2">
- <description>dialog line 1</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="3">
- <description>dialog line 2</description>
- <posx>20</posx>
- <posy>110</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="4">
- <description>dialog line 3</description>
- <posx>20</posx>
- <posy>140</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>250</posy>
- <width>660</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="10">
- <description>OK button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- </control>
- </controls>
+<window id="2002"> + <defaultcontrol always="true">10</defaultcontrol> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>300</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>760</width> + <height>370</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>250</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="2"> + <description>dialog line 1</description> + <posx>20</posx> + <posy>80</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="3"> + <description>dialog line 2</description> + <posx>20</posx> + <posy>110</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="4"> + <description>dialog line 3</description> + <posx>20</posx> + <posy>140</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>250</posy> + <width>660</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="10"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogPictureInfo.xml b/addons/skin.touched/4x3Hirez/DialogPictureInfo.xml index dc88b0aed3..0362bd09b7 100644 --- a/addons/skin.touched/4x3Hirez/DialogPictureInfo.xml +++ b/addons/skin.touched/4x3Hirez/DialogPictureInfo.xml @@ -1,102 +1,102 @@ -<window id="139">
- <defaultcontrol always="true">5</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="list" id="5">
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>800</height>
- <onleft>5</onleft>
- <onright>5</onright>
- <onup>5</onup>
- <ondown>5</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="40">
- <control type="label">
- <posx>250</posx>
- <posy>0</posy>
- <width>250</width>
- <height>40</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>260</posx>
- <posy>0</posy>
- <width>670</width>
- <height>40</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="40">
- <control type="label">
- <posx>250</posx>
- <posy>0</posy>
- <width>250</width>
- <height>40</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>260</posx>
- <posy>0</posy>
- <width>670</width>
- <height>40</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- </control>
- </controls>
+<window id="139"> + <defaultcontrol always="true">5</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="list" id="5"> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>800</height> + <onleft>5</onleft> + <onright>5</onright> + <onup>5</onup> + <ondown>5</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="40"> + <control type="label"> + <posx>250</posx> + <posy>0</posy> + <width>250</width> + <height>40</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>260</posx> + <posy>0</posy> + <width>670</width> + <height>40</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="40"> + <control type="label"> + <posx>250</posx> + <posy>0</posy> + <width>250</width> + <height>40</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>260</posx> + <posy>0</posy> + <width>670</width> + <height>40</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogProgress.xml b/addons/skin.touched/4x3Hirez/DialogProgress.xml index d0aa27f004..ea3372e4b9 100644 --- a/addons/skin.touched/4x3Hirez/DialogProgress.xml +++ b/addons/skin.touched/4x3Hirez/DialogProgress.xml @@ -1,120 +1,120 @@ -<window id="101">
- <defaultcontrol always="true">10</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>300</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>760</width>
- <height>370</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </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>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>250</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="2">
- <description>dialog line 1</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="3">
- <description>dialog line 2</description>
- <posx>20</posx>
- <posy>110</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="4">
- <description>dialog line 3</description>
- <posx>20</posx>
- <posy>140</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="progress">
- <description>Progressbar</description>
- <posx>20</posx>
- <posy>190</posy>
- <width>660</width>
- <height>32</height>
- <info>System.Progressbar</info>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>250</posy>
- <width>660</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="10">
- <description>OK button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </controls>
+<window id="101"> + <defaultcontrol always="true">10</defaultcontrol> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>300</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>760</width> + <height>370</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </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>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>250</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="2"> + <description>dialog line 1</description> + <posx>20</posx> + <posy>80</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="3"> + <description>dialog line 2</description> + <posx>20</posx> + <posy>110</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="4"> + <description>dialog line 3</description> + <posx>20</posx> + <posy>140</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>20</posx> + <posy>190</posy> + <width>660</width> + <height>32</height> + <info>System.Progressbar</info> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>250</posy> + <width>660</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="10"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogSeekBar.xml b/addons/skin.touched/4x3Hirez/DialogSeekBar.xml index b3879b522b..4ec2dd7e3f 100644 --- a/addons/skin.touched/4x3Hirez/DialogSeekBar.xml +++ b/addons/skin.touched/4x3Hirez/DialogSeekBar.xml @@ -1,179 +1,179 @@ -<window id="115">
- <defaultcontrol>1</defaultcontrol>
- <visible>[Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] + [Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)] + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD) | Window.IsVisible(PlayerControls)]</visible>
- <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
- <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
- <controls>
- <control type="group">
- <posx>580r</posx>
- <posy>0</posy>
- <control type="image">
- <posx>0</posx>
- <posy>-5</posy>
- <width>315</width>
- <height>69</height>
- <texture border="8">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>Playing Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>$LOCALIZE[31042]</label>
- <visible>Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek</visible>
- </control>
- <control type="label">
- <description>Paused Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>31043</label>
- <visible>[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek</visible>
- </control>
- <control type="label">
- <description>Cache Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
- <visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
- </control>
- <control type="label">
- <description>Seeking Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>
- <visible>Player.Seeking</visible>
- </control>
- <control type="label">
- <description>Final Seek amount Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label>
- <visible>Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]</visible>
- </control>
- <control type="label">
- <description>FF Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>31044</label>
- <visible>Player.Forwarding</visible>
- </control>
- <control type="label">
- <description>RW Label</description>
- <posx>15</posx>
- <posy>2</posy>
- <width>370</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>blue</textcolor>
- <label>31045</label>
- <visible>Player.Rewinding</visible>
- </control>
- <control type="label">
- <description>Elapsed Time Label</description>
- <posx>15</posx>
- <posy>20</posy>
- <width>150</width>
- <height>15</height>
- <font>font12</font>
- <textcolor>white</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[Player.Time]</label>
- <visible>!Player.Seeking</visible>
- </control>
- <control type="label">
- <description>Seek Time Label</description>
- <posx>15</posx>
- <posy>20</posy>
- <width>150</width>
- <height>15</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[Player.SeekTime]</label>
- <visible>Player.Seeking</visible>
- </control>
- <control type="label">
- <description>Total Time Label</description>
- <posx>300</posx>
- <posy>20</posy>
- <width>150</width>
- <height>15</height>
- <font>font12</font>
- <textcolor>white</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Player.Duration]</label>
- </control>
- <control type="progress">
- <description>ProgressbarCache</description>
- <posx>7</posx>
- <posy>40</posy>
- <width>300</width>
- <height>15</height>
- <info>Player.ProgressCache</info>
- <midtexture border="16,0,16,0">OSDProgressMidLight.png</midtexture>
- <visible>true</visible>
- </control>
- <control type="progress" id="23">
- <description>Progressbar</description>
- <posx>7</posx>
- <posy>40</posy>
- <width>300</width>
- <height>15</height>
- <info>Player.Progress</info>
- <texturebg border="16,0,16,0">OSDProgressBack2.png</texturebg>
- <visible>true</visible>
- </control>
- <control type="slider" id="401">
- <description>Seek Slider</description>
- <posx>7</posx>
- <posy>40</posy>
- <width>300</width>
- <height>15</height>
- <texturesliderbar>seekslider.png</texturesliderbar>
- <textureslidernib>osd_slider_nib.png</textureslidernib>
- <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
- <visible>Player.Seeking</visible>
- </control>
- </control>
- </controls>
+<window id="115"> + <defaultcontrol>1</defaultcontrol> + <visible>[Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding] + [Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)] + ![Window.IsVisible(VideoOSD) | Window.IsVisible(MusicOSD) | Window.IsVisible(PlayerControls)]</visible> + <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> + <controls> + <control type="group"> + <posx>580r</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>-5</posy> + <width>315</width> + <height>69</height> + <texture border="8">DialogHeader.png</texture> + </control> + <control type="label"> + <description>Playing Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>$LOCALIZE[31042]</label> + <visible>Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek</visible> + </control> + <control type="label"> + <description>Paused Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>31043</label> + <visible>[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek</visible> + </control> + <control type="label"> + <description>Cache Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label> + <visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible> + </control> + <control type="label"> + <description>Seeking Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label> + <visible>Player.Seeking</visible> + </control> + <control type="label"> + <description>Final Seek amount Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</label> + <visible>Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]</visible> + </control> + <control type="label"> + <description>FF Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>31044</label> + <visible>Player.Forwarding</visible> + </control> + <control type="label"> + <description>RW Label</description> + <posx>15</posx> + <posy>2</posy> + <width>370</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>blue</textcolor> + <label>31045</label> + <visible>Player.Rewinding</visible> + </control> + <control type="label"> + <description>Elapsed Time Label</description> + <posx>15</posx> + <posy>20</posy> + <width>150</width> + <height>15</height> + <font>font12</font> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Player.Time]</label> + <visible>!Player.Seeking</visible> + </control> + <control type="label"> + <description>Seek Time Label</description> + <posx>15</posx> + <posy>20</posy> + <width>150</width> + <height>15</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Player.SeekTime]</label> + <visible>Player.Seeking</visible> + </control> + <control type="label"> + <description>Total Time Label</description> + <posx>300</posx> + <posy>20</posy> + <width>150</width> + <height>15</height> + <font>font12</font> + <textcolor>white</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Player.Duration]</label> + </control> + <control type="progress"> + <description>ProgressbarCache</description> + <posx>7</posx> + <posy>40</posy> + <width>300</width> + <height>15</height> + <info>Player.ProgressCache</info> + <midtexture border="16,0,16,0">OSDProgressMidLight.png</midtexture> + <visible>true</visible> + </control> + <control type="progress" id="23"> + <description>Progressbar</description> + <posx>7</posx> + <posy>40</posy> + <width>300</width> + <height>15</height> + <info>Player.Progress</info> + <texturebg border="16,0,16,0">OSDProgressBack2.png</texturebg> + <visible>true</visible> + </control> + <control type="slider" id="401"> + <description>Seek Slider</description> + <posx>7</posx> + <posy>40</posy> + <width>300</width> + <height>15</height> + <texturesliderbar>seekslider.png</texturesliderbar> + <textureslidernib>osd_slider_nib.png</textureslidernib> + <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> + <visible>Player.Seeking</visible> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogSelect.xml b/addons/skin.touched/4x3Hirez/DialogSelect.xml index b8573aac68..ee5f25f5cc 100644 --- a/addons/skin.touched/4x3Hirez/DialogSelect.xml +++ b/addons/skin.touched/4x3Hirez/DialogSelect.xml @@ -1,237 +1,237 @@ -<window type="dialog" id="2000">
- <defaultcontrol always="true">3</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>335</posx>
- <posy>35</posy>
- </coordinates>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>80</posy>
- </coordinates>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>760</width>
- <height>860</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>740</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="list" id="3">
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>650</height>
- <onup>3</onup>
- <ondown>3</ondown>
- <onleft>5</onleft>
- <onright>61</onright>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="700">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>0</posy>
- <width>660</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="550">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>0</posy>
- <width>660</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="list" id="6">
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>650</height>
- <onup>6</onup>
- <ondown>6</ondown>
- <onleft>5</onleft>
- <onright>61</onright>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="100" width="700">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>5</posy>
- <width>550</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>[B]$INFO[ListItem.Label][/B]</label>
- </control>
- <control type="textbox">
- <posx>30</posx>
- <posy>35</posy>
- <width>540</width>
- <height>60</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <label>$INFO[ListItem.Property(Addon.Summary)]</label>
- </control>
- <control type="image">
- <posx>580</posx>
- <posy>5</posy>
- <width>100</width>
- <height>90</height>
- <texture>$INFO[Listitem.Icon]</texture>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- </itemlayout>
- <focusedlayout height="100" width="700">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>20</posx>
- <posy>5</posy>
- <width>550</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>[B]$INFO[ListItem.Label][/B]</label>
- </control>
- <control type="textbox">
- <posx>30</posx>
- <posy>35</posy>
- <width>540</width>
- <height>60</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <label>$INFO[ListItem.Property(Addon.Summary)]</label>
- </control>
- <control type="image">
- <posx>580</posx>
- <posy>5</posy>
- <width>100</width>
- <height>90</height>
- <texture>$INFO[Listitem.Icon]</texture>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>number of files/pages in list text label</description>
- <posx>680</posx>
- <posy>750</posy>
- <width>300</width>
- <height>30</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <scroll>true</scroll>
- <textcolor>black</textcolor>
- <label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>
- <visible>Control.IsVisible(3)</visible>
- </control>
- <control type="label">
- <description>number of files/pages in list text label</description>
- <posx>680</posx>
- <posy>750</posy>
- <width>300</width>
- <height>30</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <scroll>true</scroll>
- <textcolor>black</textcolor>
- <label>($INFO[Container(6).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages])</label>
- <visible>Control.IsVisible(6)</visible>
- </control>
- <control type="button" id="5">
- <description>Manual button</description>
- <posx>20</posx>
- <posy>740</posy>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- <onleft>61</onleft>
- <onright>3</onright>
- <onup>3</onup>
- <ondown>3</ondown>
- </control>
- </controls>
-</window>
+<window type="dialog" id="2000"> + <defaultcontrol always="true">3</defaultcontrol> + <coordinates> + <system>1</system> + <posx>335</posx> + <posy>35</posy> + </coordinates> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>80</posy> + </coordinates> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>760</width> + <height>860</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>740</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="list" id="3"> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>650</height> + <onup>3</onup> + <ondown>3</ondown> + <onleft>5</onleft> + <onright>61</onright> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="700"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>660</width> + <height>60</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="60" width="550"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>0</posy> + <width>660</width> + <height>60</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="list" id="6"> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>650</height> + <onup>6</onup> + <ondown>6</ondown> + <onleft>5</onleft> + <onright>61</onright> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="100" width="700"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>5</posy> + <width>550</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + <control type="textbox"> + <posx>30</posx> + <posy>35</posy> + <width>540</width> + <height>60</height> + <font>font12</font> + <textcolor>black</textcolor> + <align>left</align> + <label>$INFO[ListItem.Property(Addon.Summary)]</label> + </control> + <control type="image"> + <posx>580</posx> + <posy>5</posy> + <width>100</width> + <height>90</height> + <texture>$INFO[Listitem.Icon]</texture> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + </itemlayout> + <focusedlayout height="100" width="700"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>20</posx> + <posy>5</posy> + <width>550</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + <control type="textbox"> + <posx>30</posx> + <posy>35</posy> + <width>540</width> + <height>60</height> + <font>font12</font> + <textcolor>black</textcolor> + <align>left</align> + <label>$INFO[ListItem.Property(Addon.Summary)]</label> + </control> + <control type="image"> + <posx>580</posx> + <posy>5</posy> + <width>100</width> + <height>90</height> + <texture>$INFO[Listitem.Icon]</texture> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>number of files/pages in list text label</description> + <posx>680</posx> + <posy>750</posy> + <width>300</width> + <height>30</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <scroll>true</scroll> + <textcolor>black</textcolor> + <label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label> + <visible>Control.IsVisible(3)</visible> + </control> + <control type="label"> + <description>number of files/pages in list text label</description> + <posx>680</posx> + <posy>750</posy> + <width>300</width> + <height>30</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <scroll>true</scroll> + <textcolor>black</textcolor> + <label>($INFO[Container(6).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages])</label> + <visible>Control.IsVisible(6)</visible> + </control> + <control type="button" id="5"> + <description>Manual button</description> + <posx>20</posx> + <posy>740</posy> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + <onleft>61</onleft> + <onright>3</onright> + <onup>3</onup> + <ondown>3</ondown> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogSongInfo.xml b/addons/skin.touched/4x3Hirez/DialogSongInfo.xml index 9b7858c4a9..ec9a5150d2 100644 --- a/addons/skin.touched/4x3Hirez/DialogSongInfo.xml +++ b/addons/skin.touched/4x3Hirez/DialogSongInfo.xml @@ -1,303 +1,303 @@ -<window id="135">
- <defaultcontrol always="true">10</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>190</posy>
- </coordinates>
- <controls>
- <control type="group">
- <include>VisibleFadeEffect</include>
- <visible>!Window.IsVisible(MusicInformation)</visible>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>658</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>460</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>Song Title value</description>
- <posx>40</posx>
- <posy>80</posy>
- <width>960</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <label>[B]$INFO[ListItem.Title][/B]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>140</posy>
- <width>250</width>
- <height>250</height>
- <aspectratio aligny="bottom">keep</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="group">
- <posx>280</posx>
- <posy>140</posy>
- <control type="label">
- <description>Artist Title</description>
- <posx>150</posx>
- <posy>0</posy>
- <width>150</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[557]:</label>
- </control>
- <control type="fadelabel">
- <description>Artist Value</description>
- <posx>160</posx>
- <posy>0</posy>
- <width>520</width>
- <height>25</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label fallback="161">$INFO[ListItem.Artist]</label>
- </control>
- <control type="label">
- <description>Album Title</description>
- <posx>150</posx>
- <posy>30</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[558]:</label>
- </control>
- <control type="fadelabel">
- <description>Album Value</description>
- <posx>160</posx>
- <posy>30</posy>
- <width>520</width>
- <height>25</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label fallback="161">$INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ]</label>
- </control>
- <control type="label">
- <description>Genre Title</description>
- <posx>150</posx>
- <posy>60</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[515]:</label>
- </control>
- <control type="fadelabel">
- <description>Genre Value</description>
- <posx>160</posx>
- <posy>60</posy>
- <width>520</width>
- <height>25</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label fallback="161">$INFO[ListItem.Genre]</label>
- </control>
- <control type="label">
- <description>Year Title</description>
- <posx>150</posx>
- <posy>90</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[562]:</label>
- </control>
- <control type="fadelabel">
- <description>Year Value</description>
- <posx>160</posx>
- <posy>90</posy>
- <width>520</width>
- <height>25</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label fallback="161">$INFO[ListItem.Year]</label>
- </control>
- <control type="label">
- <description>Track Number Title</description>
- <posx>150</posx>
- <posy>120</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[554]:</label>
- </control>
- <control type="fadelabel">
- <description>Track Number Value</description>
- <posx>160</posx>
- <posy>120</posy>
- <width>520</width>
- <height>25</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label fallback="161">$INFO[ListItem.TrackNumber]</label>
- </control>
- <control type="label">
- <description>Rating Title</description>
- <posx>150</posx>
- <posy>150</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[563]:</label>
- </control>
- <control type="group">
- <posx>160</posx>
- <posy>140</posy>
- <control type="image">
- <description>Rating value</description>
- <posx>0</posx>
- <posy>2</posy>
- <width>200</width>
- <height>40</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- <control type="button" id="14">
- <description>Decrease Rating</description>
- <posx>170</posx>
- <posy>0</posy>
- <width>45</width>
- <height>45</height>
- <onclick>DecreaseRating</onclick>
- <texturenofocus>Select_Down.png</texturenofocus>
- <texturefocus>Select_Down.png</texturefocus>
- <onleft>9000</onleft>
- <onright>15</onright>
- <ondown>14</ondown>
- <onup>14</onup>
- </control>
- <control type="button" id="15">
- <description>Increase Rating</description>
- <posx>215</posx>
- <posy>0</posy>
- <width>45</width>
- <height>45</height>
- <onclick>IncreaseRating</onclick>
- <texturenofocus>Select_Up.png</texturenofocus>
- <texturefocus>Select_Up.png</texturefocus>
- <onleft>14</onleft>
- <onright>15</onright>
- <ondown>15</ondown>
- <onup>15</onup>
- </control>
- </control>
- <control type="label">
- <description>Comment Title</description>
- <posx>150</posx>
- <posy>200</posy>
- <width>130</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[569]:</label>
- </control>
- <control type="textbox">
- <description>Comment value</description>
- <posx>165</posx>
- <posy>195</posy>
- <width>520</width>
- <height>100</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label fallback="161">$INFO[ListItem.Comment]</label>
- </control>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>450</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id ="10">
- <description>Ok button</description>
- <width>200</width>
- <label>186</label>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id="11">
- <description>Cancel button</description>
- <width>200</width>
- <label>222</label>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id="12">
- <description>Album Info button</description>
- <width>200</width>
- <label>10523</label>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id ="13">
- <description>Get Thumb button</description>
- <width>200</width>
- <label>13405</label>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="135"> + <defaultcontrol always="true">10</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>190</posy> + </coordinates> + <controls> + <control type="group"> + <include>VisibleFadeEffect</include> + <visible>!Window.IsVisible(MusicInformation)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>658</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>460</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>Song Title value</description> + <posx>40</posx> + <posy>80</posy> + <width>960</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <label>[B]$INFO[ListItem.Title][/B]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="image"> + <posx>20</posx> + <posy>140</posy> + <width>250</width> + <height>250</height> + <aspectratio aligny="bottom">keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="group"> + <posx>280</posx> + <posy>140</posy> + <control type="label"> + <description>Artist Title</description> + <posx>150</posx> + <posy>0</posy> + <width>150</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[557]:</label> + </control> + <control type="fadelabel"> + <description>Artist Value</description> + <posx>160</posx> + <posy>0</posy> + <width>520</width> + <height>25</height> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label fallback="161">$INFO[ListItem.Artist]</label> + </control> + <control type="label"> + <description>Album Title</description> + <posx>150</posx> + <posy>30</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[558]:</label> + </control> + <control type="fadelabel"> + <description>Album Value</description> + <posx>160</posx> + <posy>30</posy> + <width>520</width> + <height>25</height> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label fallback="161">$INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ]</label> + </control> + <control type="label"> + <description>Genre Title</description> + <posx>150</posx> + <posy>60</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[515]:</label> + </control> + <control type="fadelabel"> + <description>Genre Value</description> + <posx>160</posx> + <posy>60</posy> + <width>520</width> + <height>25</height> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label fallback="161">$INFO[ListItem.Genre]</label> + </control> + <control type="label"> + <description>Year Title</description> + <posx>150</posx> + <posy>90</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[562]:</label> + </control> + <control type="fadelabel"> + <description>Year Value</description> + <posx>160</posx> + <posy>90</posy> + <width>520</width> + <height>25</height> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label fallback="161">$INFO[ListItem.Year]</label> + </control> + <control type="label"> + <description>Track Number Title</description> + <posx>150</posx> + <posy>120</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[554]:</label> + </control> + <control type="fadelabel"> + <description>Track Number Value</description> + <posx>160</posx> + <posy>120</posy> + <width>520</width> + <height>25</height> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label fallback="161">$INFO[ListItem.TrackNumber]</label> + </control> + <control type="label"> + <description>Rating Title</description> + <posx>150</posx> + <posy>150</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[563]:</label> + </control> + <control type="group"> + <posx>160</posx> + <posy>140</posy> + <control type="image"> + <description>Rating value</description> + <posx>0</posx> + <posy>2</posy> + <width>200</width> + <height>40</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + <control type="button" id="14"> + <description>Decrease Rating</description> + <posx>170</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <onclick>DecreaseRating</onclick> + <texturenofocus>Select_Down.png</texturenofocus> + <texturefocus>Select_Down.png</texturefocus> + <onleft>9000</onleft> + <onright>15</onright> + <ondown>14</ondown> + <onup>14</onup> + </control> + <control type="button" id="15"> + <description>Increase Rating</description> + <posx>215</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <onclick>IncreaseRating</onclick> + <texturenofocus>Select_Up.png</texturenofocus> + <texturefocus>Select_Up.png</texturefocus> + <onleft>14</onleft> + <onright>15</onright> + <ondown>15</ondown> + <onup>15</onup> + </control> + </control> + <control type="label"> + <description>Comment Title</description> + <posx>150</posx> + <posy>200</posy> + <width>130</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[569]:</label> + </control> + <control type="textbox"> + <description>Comment value</description> + <posx>165</posx> + <posy>195</posy> + <width>520</width> + <height>100</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label fallback="161">$INFO[ListItem.Comment]</label> + </control> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>450</posy> + <width>960</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id ="10"> + <description>Ok button</description> + <width>200</width> + <label>186</label> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="11"> + <description>Cancel button</description> + <width>200</width> + <label>222</label> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="12"> + <description>Album Info button</description> + <width>200</width> + <label>10523</label> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id ="13"> + <description>Get Thumb button</description> + <width>200</width> + <label>13405</label> + <include>ButtonInfoDialogsCommonValues</include> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogTextViewer.xml b/addons/skin.touched/4x3Hirez/DialogTextViewer.xml index 96e475ac16..9eb7fb3403 100644 --- a/addons/skin.touched/4x3Hirez/DialogTextViewer.xml +++ b/addons/skin.touched/4x3Hirez/DialogTextViewer.xml @@ -1,68 +1,68 @@ -<window id="147">
- <defaultcontrol>61</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label></label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="textbox" id="5">
- <description>textarea</description>
- <posx>20</posx>
- <posy>70</posy>
- <width>940</width>
- <height>820</height>
- <label>-</label>
- <font>font13</font>
- <align>justify</align>
- <textcolor>black</textcolor>
- <pagecontrol>61</pagecontrol>
- </control>
- <control type="scrollbar" id="61">
- <posx>970</posx>
- <posy>70</posy>
- <width>20</width>
- <height>820</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>61</onleft>
- <onright>61</onright>
- <ondown>61</ondown>
- <onup>61</onup>
- <showonepage>true</showonepage>
- <orientation>vertical</orientation>
- </control>
- </controls>
-</window>
+<window id="147"> + <defaultcontrol>61</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label></label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="textbox" id="5"> + <description>textarea</description> + <posx>20</posx> + <posy>70</posy> + <width>940</width> + <height>820</height> + <label>-</label> + <font>font13</font> + <align>justify</align> + <textcolor>black</textcolor> + <pagecontrol>61</pagecontrol> + </control> + <control type="scrollbar" id="61"> + <posx>970</posx> + <posy>70</posy> + <width>20</width> + <height>820</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>61</onleft> + <onright>61</onright> + <ondown>61</ondown> + <onup>61</onup> + <showonepage>true</showonepage> + <orientation>vertical</orientation> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogVideoInfo.xml b/addons/skin.touched/4x3Hirez/DialogVideoInfo.xml index 3447d87e55..85b0795a72 100644 --- a/addons/skin.touched/4x3Hirez/DialogVideoInfo.xml +++ b/addons/skin.touched/4x3Hirez/DialogVideoInfo.xml @@ -1,910 +1,910 @@ -<window id="2003">
- <defaultcontrol always="true">49</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$INFO[Listitem.Title]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
-
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>240</width>
- <height>330</height>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>260</posx>
- <posy>0</posy>
- <width>700</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[207]$INFO[Container(600).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(600).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="600">
- <description>Description Value for Movies</description>
- <posx>260</posx>
- <posy>30</posy>
- <width>700</width>
- <height>290</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- <control type="grouplist">
- <description>Media Codec Flagging Images</description>
- <posx>0</posx>
- <posy>340</posy>
- <width>960</width>
- <height>45</height>
- <align>center</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <include>VisibleFadeEffect</include>
- <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
- <include>VideoCodecFlaggingConditions</include>
- <include>AudioCodecFlaggingConditions</include>
- <include>AudioChannelsFlaggingConditions</include>
- <include>AspectCodecFlaggingConditions</include>
- <include>VideoTypeHackFlaggingConditions</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>400</posy>
- <width>960</width>
- <height>330</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[20376]:</label>
- <label2>$INFO[ListItem.OriginalTitle]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20339]:</label>
- <label2>$INFO[ListItem.Director]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Director)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20417]:</label>
- <label2>$INFO[ListItem.Writer]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Writer)</visible>
- </item>
- <item>
- <label>$LOCALIZE[572]:</label>
- <label2>$INFO[ListItem.Studio]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Studio)</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[562]:</label>
- <label2>$INFO[ListItem.Year]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Year)</visible>
- </item>
- <item>
- <label>$LOCALIZE[2050]:</label>
- <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Duration)</visible>
- </item>
- <item>
- <label>$LOCALIZE[563]:</label>
- <label2>$INFO[ListItem.RatingAndVotes]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
- </item>
- <item>
- <label>$LOCALIZE[202]:</label>
- <label2>$INFO[ListItem.TagLine]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.TagLine)</visible>
- </item>
- <item>
- <label>$LOCALIZE[203]:</label>
- <label2>$INFO[ListItem.PlotOutline]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.PlotOutline)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20074]:</label>
- <label2>$INFO[ListItem.mpaa]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.mpaa)</visible>
- </item>
- <item>
- <label>$LOCALIZE[15311]</label>
- <label2>$INFO[ListItem.FilenameAndPath]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="group">
- <visible>Container.Content(TVShows) + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>960</width>
- <height>140</height>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>150</posy>
- <width>940</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[207]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="601">
- <description>Description Value for TV SHows</description>
- <posx>10</posx>
- <posy>180</posy>
- <width>940</width>
- <height>240</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>450</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>460</posy>
- <width>960</width>
- <height>270</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[20360]:</label>
- <label2>$INFO[listitem.episode] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Episode)</visible>
- </item>
- <item>
- <label>$LOCALIZE[31322]:</label>
- <label2>$INFO[ListItem.Premiered]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Premiered)</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[562]:</label>
- <label2>$INFO[ListItem.Year]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Year)</visible>
- </item>
- <item>
- <label>$LOCALIZE[563]:</label>
- <label2>$INFO[ListItem.Rating]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Rating)</visible>
- </item>
- <item>
- <label>$LOCALIZE[15311]</label>
- <label2>$INFO[ListItem.FilenameAndPath]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="group">
- <visible>Container.Content(Episodes) + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>450</width>
- <height>330</height>
- <aspectratio>scale</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>460</posx>
- <posy>0</posy>
- <width>500</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[207]$INFO[Container(602).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(602).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="602">
- <description>Description Value for Episode</description>
- <posx>460</posx>
- <posy>30</posy>
- <width>500</width>
- <height>290</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- <control type="grouplist">
- <description>Media Codec Flagging Images</description>
- <posx>0</posx>
- <posy>340</posy>
- <width>960</width>
- <height>45</height>
- <align>center</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <include>VisibleFadeEffect</include>
- <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
- <include>VideoCodecFlaggingConditions</include>
- <include>AudioCodecFlaggingConditions</include>
- <include>AudioChannelsFlaggingConditions</include>
- <include>AspectCodecFlaggingConditions</include>
- <include>VideoTypeHackFlaggingConditions</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>400</posy>
- <width>960</width>
- <height>330</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[20364]:</label>
- <label2>$INFO[ListItem.TVShowTitle]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.TVShowTitle)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20373]:</label>
- <label2>$INFO[ListItem.Season]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Season)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20359]:</label>
- <label2>$INFO[ListItem.Episode]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Episode)</visible>
- </item>
- <item>
- <label>$LOCALIZE[31322]:</label>
- <label2>$INFO[ListItem.Premiered]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Premiered)</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20339]:</label>
- <label2>$INFO[ListItem.Director]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Director)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20417]:</label>
- <label2>$INFO[ListItem.Writer]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Writer)</visible>
- </item>
- <item>
- <label>$LOCALIZE[562]:</label>
- <label2>$INFO[ListItem.Year]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Year)</visible>
- </item>
- <item>
- <label>$LOCALIZE[2050]:</label>
- <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Duration)</visible>
- </item>
- <item>
- <label>$LOCALIZE[563]:</label>
- <label2>$INFO[ListItem.Rating]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Rating)</visible>
- </item>
- <item>
- <label>$LOCALIZE[15311]</label>
- <label2>$INFO[ListItem.FilenameAndPath]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="group">
- <visible>Container.Content(MusicVideos) + !Control.IsVisible(50)</visible>
- <posy>70</posy>
- <posx>20</posx>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>450</width>
- <height>330</height>
- <aspectratio>scale</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>460</posx>
- <posy>0</posy>
- <width>500</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[207]$INFO[Container(603).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(603).NumPages,/, )]</label>
- </control>
- <control type="textbox" id="603">
- <description>Description Value for Episode</description>
- <posx>460</posx>
- <posy>30</posy>
- <width>500</width>
- <height>290</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <pagecontrol>-</pagecontrol>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- <control type="grouplist">
- <description>Media Codec Flagging Images</description>
- <posx>0</posx>
- <posy>340</posy>
- <width>960</width>
- <height>45</height>
- <align>center</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <include>VisibleFadeEffect</include>
- <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
- <include>VideoCodecFlaggingConditions</include>
- <include>AudioCodecFlaggingConditions</include>
- <include>AudioChannelsFlaggingConditions</include>
- <include>AspectCodecFlaggingConditions</include>
- <include>VideoTypeHackFlaggingConditions</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>390</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="list" id="49">
- <posx>0</posx>
- <posy>400</posy>
- <width>960</width>
- <height>330</height>
- <onleft>49</onleft>
- <onright>49</onright>
- <onup>9000</onup>
- <ondown>61</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="30">
- <control type="label">
- <posx>200</posx>
- <posy>0</posy>
- <width>160</width>
- <height>30</height>
- <font>font13_title</font>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>210</posx>
- <posy>0</posy>
- <width>750</width>
- <height>30</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>white</selectedcolor>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$LOCALIZE[557]:</label>
- <label2>$INFO[ListItem.Artist]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Artist)</visible>
- </item>
- <item>
- <label>$LOCALIZE[558]:</label>
- <label2>$INFO[ListItem.Album]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Album)</visible>
- </item>
- <item>
- <label>$LOCALIZE[515]:</label>
- <label2>$INFO[ListItem.Genre]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Genre)</visible>
- </item>
- <item>
- <label>$LOCALIZE[572]:</label>
- <label2>$INFO[ListItem.Studio]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Studio)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20417]:</label>
- <label2>$INFO[ListItem.Writer]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Writer)</visible>
- </item>
- <item>
- <label>$LOCALIZE[20339]:</label>
- <label2>$INFO[ListItem.Director]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Director)</visible>
- </item>
- <item>
- <label>$LOCALIZE[562]:</label>
- <label2>$INFO[ListItem.Year]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Year)</visible>
- </item>
- <item>
- <label>$LOCALIZE[2050]:</label>
- <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.Duration)</visible>
- </item>
- <item>
- <label>$LOCALIZE[15311]</label>
- <label2>$INFO[ListItem.FilenameAndPath]</label2>
- <onclick>-</onclick>
- <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
- </item>
- </content>
- </control>
- </control>
-
- <control type="panel" id="50">
- <posx>0</posx>
- <posy>65</posy>
- <width>1000</width>
- <height>702</height>
- <onup>50</onup>
- <onleft>50</onleft>
- <onright>50</onright>
- <ondown>50</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <include>VisibleFadeEffect</include>
- <itemlayout height="100" width="500">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>500</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>4</posy>
- <width>100</width>
- <height>92</height>
- <aspectratio>keep</aspectratio>
- <fadetime>IconCrossfadeTime</fadetime>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="textbox">
- <posx>120</posx>
- <posy>10</posy>
- <width>360</width>
- <height>80</height>
- <font>font13</font>
- <align>left</align>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="100" width="500">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>700</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>4</posy>
- <width>100</width>
- <height>92</height>
- <aspectratio>keep</aspectratio>
- <fadetime>IconCrossfadeTime</fadetime>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="5">ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="textbox">
- <posx>120</posx>
- <posy>10</posy>
- <width>360</width>
- <height>80</height>
- <font>font13</font>
- <align>left</align>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <posx>980</posx>
- <posy>790</posy>
- <width>800</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
- <visible>Control.IsVisible(50)</visible>
- </control>
-
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>2</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="togglebutton" id="8">
- <description>Play/browse to Show</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>208</label>
- <alttexturefocus border="5">IconBack-focus.png</alttexturefocus>
- <alttexturenofocus border="5">ListNF.png</alttexturenofocus>
- <altlabel>1024</altlabel>
- <usealttexture>Container.Content(TVShows)</usealttexture>
- </control>
- <control type="button" id="5">
- <description>Cast/Review</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>206</label>
- </control>
- <control type="button" id="6">
- <description>Refresh</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>184</label>
- </control>
- <control type="button" id="10">
- <description>Get Thumb</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>13405</label>
- </control>
- <control type="button" id="12">
- <description>Get Fanart</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20413</label>
- </control>
- <control type="button" id="11">
- <description>Play Trailer</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20410</label>
- <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible>
- </control>
- <control type="button" id="15">
- <description>Play Trailer Windowed</description>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20410</label>
- <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick>
- <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible>
- </control>
- </control>
- </controls>
-</window>
+<window id="2003"> + <defaultcontrol always="true">49</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Listitem.Title]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>330</height> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>260</posx> + <posy>0</posy> + <width>700</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[207]$INFO[Container(600).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(600).NumPages,/, )]</label> + </control> + <control type="textbox" id="600"> + <description>Description Value for Movies</description> + <posx>260</posx> + <posy>30</posy> + <width>700</width> + <height>290</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="grouplist"> + <description>Media Codec Flagging Images</description> + <posx>0</posx> + <posy>340</posy> + <width>960</width> + <height>45</height> + <align>center</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <include>VisibleFadeEffect</include> + <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible> + <include>VideoCodecFlaggingConditions</include> + <include>AudioCodecFlaggingConditions</include> + <include>AudioChannelsFlaggingConditions</include> + <include>AspectCodecFlaggingConditions</include> + <include>VideoTypeHackFlaggingConditions</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20376]:</label> + <label2>$INFO[ListItem.OriginalTitle]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible> + </item> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[572]:</label> + <label2>$INFO[ListItem.Studio]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Studio)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.RatingAndVotes]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.RatingAndVotes)</visible> + </item> + <item> + <label>$LOCALIZE[202]:</label> + <label2>$INFO[ListItem.TagLine]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.TagLine)</visible> + </item> + <item> + <label>$LOCALIZE[203]:</label> + <label2>$INFO[ListItem.PlotOutline]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.PlotOutline)</visible> + </item> + <item> + <label>$LOCALIZE[20074]:</label> + <label2>$INFO[ListItem.mpaa]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.mpaa)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + </control> + + <control type="group"> + <visible>Container.Content(TVShows) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>140</height> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>150</posy> + <width>940</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[207]$INFO[Container(601).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(601).NumPages,/, )]</label> + </control> + <control type="textbox" id="601"> + <description>Description Value for TV SHows</description> + <posx>10</posx> + <posy>180</posy> + <width>940</width> + <height>240</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>450</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>460</posy> + <width>960</width> + <height>270</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20360]:</label> + <label2>$INFO[listitem.episode] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Episode)</visible> + </item> + <item> + <label>$LOCALIZE[31322]:</label> + <label2>$INFO[ListItem.Premiered]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Premiered)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + </control> + + <control type="group"> + <visible>Container.Content(Episodes) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>450</width> + <height>330</height> + <aspectratio>scale</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>460</posx> + <posy>0</posy> + <width>500</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[207]$INFO[Container(602).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(602).NumPages,/, )]</label> + </control> + <control type="textbox" id="602"> + <description>Description Value for Episode</description> + <posx>460</posx> + <posy>30</posy> + <width>500</width> + <height>290</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="grouplist"> + <description>Media Codec Flagging Images</description> + <posx>0</posx> + <posy>340</posy> + <width>960</width> + <height>45</height> + <align>center</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <include>VisibleFadeEffect</include> + <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible> + <include>VideoCodecFlaggingConditions</include> + <include>AudioCodecFlaggingConditions</include> + <include>AudioChannelsFlaggingConditions</include> + <include>AspectCodecFlaggingConditions</include> + <include>VideoTypeHackFlaggingConditions</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[20364]:</label> + <label2>$INFO[ListItem.TVShowTitle]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.TVShowTitle)</visible> + </item> + <item> + <label>$LOCALIZE[20373]:</label> + <label2>$INFO[ListItem.Season]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Season)</visible> + </item> + <item> + <label>$LOCALIZE[20359]:</label> + <label2>$INFO[ListItem.Episode]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Episode)</visible> + </item> + <item> + <label>$LOCALIZE[31322]:</label> + <label2>$INFO[ListItem.Premiered]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Premiered)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[563]:</label> + <label2>$INFO[ListItem.Rating]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Rating)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + </control> + + <control type="group"> + <visible>Container.Content(MusicVideos) + !Control.IsVisible(50)</visible> + <posy>70</posy> + <posx>20</posx> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>450</width> + <height>330</height> + <aspectratio>scale</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>460</posx> + <posy>0</posy> + <width>500</width> + <height>30</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[207]$INFO[Container(603).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(603).NumPages,/, )]</label> + </control> + <control type="textbox" id="603"> + <description>Description Value for Episode</description> + <posx>460</posx> + <posy>30</posy> + <width>500</width> + <height>290</height> + <font>font13</font> + <textcolor>black</textcolor> + <pagecontrol>-</pagecontrol> + <label>$INFO[ListItem.Plot]</label> + </control> + <control type="grouplist"> + <description>Media Codec Flagging Images</description> + <posx>0</posx> + <posy>340</posy> + <width>960</width> + <height>45</height> + <align>center</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <include>VisibleFadeEffect</include> + <visible>Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible> + <include>VideoCodecFlaggingConditions</include> + <include>AudioCodecFlaggingConditions</include> + <include>AudioChannelsFlaggingConditions</include> + <include>AspectCodecFlaggingConditions</include> + <include>VideoTypeHackFlaggingConditions</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>390</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="list" id="49"> + <posx>0</posx> + <posy>400</posy> + <width>960</width> + <height>330</height> + <onleft>49</onleft> + <onright>49</onright> + <onup>9000</onup> + <ondown>61</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="30"> + <control type="label"> + <posx>200</posx> + <posy>0</posy> + <width>160</width> + <height>30</height> + <font>font13_title</font> + <align>right</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>210</posx> + <posy>0</posy> + <width>750</width> + <height>30</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>white</selectedcolor> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + <content> + <item> + <label>$LOCALIZE[557]:</label> + <label2>$INFO[ListItem.Artist]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Artist)</visible> + </item> + <item> + <label>$LOCALIZE[558]:</label> + <label2>$INFO[ListItem.Album]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Album)</visible> + </item> + <item> + <label>$LOCALIZE[515]:</label> + <label2>$INFO[ListItem.Genre]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Genre)</visible> + </item> + <item> + <label>$LOCALIZE[572]:</label> + <label2>$INFO[ListItem.Studio]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Studio)</visible> + </item> + <item> + <label>$LOCALIZE[20417]:</label> + <label2>$INFO[ListItem.Writer]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Writer)</visible> + </item> + <item> + <label>$LOCALIZE[20339]:</label> + <label2>$INFO[ListItem.Director]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Director)</visible> + </item> + <item> + <label>$LOCALIZE[562]:</label> + <label2>$INFO[ListItem.Year]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Year)</visible> + </item> + <item> + <label>$LOCALIZE[2050]:</label> + <label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.Duration)</visible> + </item> + <item> + <label>$LOCALIZE[15311]</label> + <label2>$INFO[ListItem.FilenameAndPath]</label2> + <onclick>-</onclick> + <visible>!IsEmpty(ListItem.FilenameAndPath)</visible> + </item> + </content> + </control> + </control> + + <control type="panel" id="50"> + <posx>0</posx> + <posy>65</posy> + <width>1000</width> + <height>702</height> + <onup>50</onup> + <onleft>50</onleft> + <onright>50</onright> + <ondown>50</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <include>VisibleFadeEffect</include> + <itemlayout height="100" width="500"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>500</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>4</posy> + <width>100</width> + <height>92</height> + <aspectratio>keep</aspectratio> + <fadetime>IconCrossfadeTime</fadetime> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="5">ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="textbox"> + <posx>120</posx> + <posy>10</posy> + <width>360</width> + <height>80</height> + <font>font13</font> + <align>left</align> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="100" width="500"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>700</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>4</posy> + <width>100</width> + <height>92</height> + <aspectratio>keep</aspectratio> + <fadetime>IconCrossfadeTime</fadetime> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="5">ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="textbox"> + <posx>120</posx> + <posy>10</posy> + <width>360</width> + <height>80</height> + <font>font13</font> + <align>left</align> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="label"> + <posx>980</posx> + <posy>790</posy> + <width>800</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label> + <visible>Control.IsVisible(50)</visible> + </control> + + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>2</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="togglebutton" id="8"> + <description>Play/browse to Show</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>208</label> + <alttexturefocus border="5">IconBack-focus.png</alttexturefocus> + <alttexturenofocus border="5">ListNF.png</alttexturenofocus> + <altlabel>1024</altlabel> + <usealttexture>Container.Content(TVShows)</usealttexture> + </control> + <control type="button" id="5"> + <description>Cast/Review</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>206</label> + </control> + <control type="button" id="6"> + <description>Refresh</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>184</label> + </control> + <control type="button" id="10"> + <description>Get Thumb</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>13405</label> + </control> + <control type="button" id="12"> + <description>Get Fanart</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>20413</label> + </control> + <control type="button" id="11"> + <description>Play Trailer</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>20410</label> + <visible>!IsEmpty(ListItem.Trailer) + !Skin.HasSetting(WindowedTrailer)</visible> + </control> + <control type="button" id="15"> + <description>Play Trailer Windowed</description> + <include>ButtonInfoDialogsCommonValues</include> + <label>20410</label> + <onclick>PlayMedia($INFO[ListItem.Trailer],1)</onclick> + <visible>!IsEmpty(ListItem.Trailer) + Skin.HasSetting(WindowedTrailer)</visible> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/DialogVideoScan.xml b/addons/skin.touched/4x3Hirez/DialogVideoScan.xml index e967a15afc..d5e2e3ebce 100644 --- a/addons/skin.touched/4x3Hirez/DialogVideoScan.xml +++ b/addons/skin.touched/4x3Hirez/DialogVideoScan.xml @@ -1,50 +1,50 @@ -<window id="133">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <controls>
- <control type="group">
- <posx>420r</posx>
- <posy>25</posy>
- <visible>!Window.IsVisible(FullscreenVideo) + !Window.IsVisible(Visualisation)</visible>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>350</width>
- <height>67</height>
- <texture border="8">IconBack.png</texture>
- </control>
- <control type="fadelabel" id="401">
- <posx>10</posx>
- <posy>5</posy>
- <width>330</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="fadelabel" id="405">
- <posx>10</posx>
- <posy>24</posy>
- <width>330</width>
- <height>20</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12</font>
- <textcolor>black</textcolor>
- <haspath>true</haspath>
- </control>
- <control type="progress" id="404">
- <description>progress control</description>
- <posx>5</posx>
- <posy>47</posy>
- <width>340</width>
- <height>15</height>
- </control>
- </control>
- </controls>
+<window id="133"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <controls> + <control type="group"> + <posx>420r</posx> + <posy>25</posy> + <visible>!Window.IsVisible(FullscreenVideo) + !Window.IsVisible(Visualisation)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>350</width> + <height>67</height> + <texture border="8">IconBack.png</texture> + </control> + <control type="fadelabel" id="401"> + <posx>10</posx> + <posy>5</posy> + <width>330</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>black</textcolor> + </control> + <control type="fadelabel" id="405"> + <posx>10</posx> + <posy>24</posy> + <width>330</width> + <height>20</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>black</textcolor> + <haspath>true</haspath> + </control> + <control type="progress" id="404"> + <description>progress control</description> + <posx>5</posx> + <posy>47</posy> + <width>340</width> + <height>15</height> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogVolumeBar.xml b/addons/skin.touched/4x3Hirez/DialogVolumeBar.xml index 1d48d3a7e3..266eb875ae 100644 --- a/addons/skin.touched/4x3Hirez/DialogVolumeBar.xml +++ b/addons/skin.touched/4x3Hirez/DialogVolumeBar.xml @@ -1,45 +1,45 @@ -<window id="104">
- <defaultcontrol>1</defaultcontrol>
- <animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
- <animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
- <controls>
- <control type="group">
- <posx>820</posx>
- <posy>0</posy>
- <control type="image">
- <posx>0</posx>
- <posy>-10</posy>
- <width>300</width>
- <height>50</height>
- <texture flipy="true" border="2">SubBack.png</texture>
- </control>
- <control type="group">
- <visible>!player.passthrough</visible>
- <control type="progress" id="1">
- <description>progress control</description>
- <posx>50</posx>
- <posy>8</posy>
- <width>230</width>
- <height>18</height>
- <info>Player.Volume</info>
- </control>
- </control>
- <control type="group">
- <visible>player.passthrough</visible>
- <control type="label">
- <description>Passthrough Label</description>
- <posx>50</posx>
- <posy>6</posy>
- <width>230</width>
- <height>20</height>
- <label>$LOCALIZE[29802]</label>
- <font>font10_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>left</align>
- <aligny>center</aligny>
- </control>
- </control>
- </control>
- </controls>
+<window id="104"> + <defaultcontrol>1</defaultcontrol> + <animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation> + <animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation> + <controls> + <control type="group"> + <posx>820</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>-10</posy> + <width>300</width> + <height>50</height> + <texture flipy="true" border="2">SubBack.png</texture> + </control> + <control type="group"> + <visible>!player.passthrough</visible> + <control type="progress" id="1"> + <description>progress control</description> + <posx>50</posx> + <posy>8</posy> + <width>230</width> + <height>18</height> + <info>Player.Volume</info> + </control> + </control> + <control type="group"> + <visible>player.passthrough</visible> + <control type="label"> + <description>Passthrough Label</description> + <posx>50</posx> + <posy>6</posy> + <width>230</width> + <height>20</height> + <label>$LOCALIZE[29802]</label> + <font>font10_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>left</align> + <aligny>center</aligny> + </control> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/DialogYesNo.xml b/addons/skin.touched/4x3Hirez/DialogYesNo.xml index ea4170c19a..ebf9036206 100644 --- a/addons/skin.touched/4x3Hirez/DialogYesNo.xml +++ b/addons/skin.touched/4x3Hirez/DialogYesNo.xml @@ -1,109 +1,109 @@ -<window id="100">
- <defaultcontrol always="true">10</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>290</posx>
- <posy>300</posy>
- </coordinates>
- <include>dialogeffect</include>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>760</width>
- <height>370</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <description>Header Background</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>700</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="group">
- <posx>630</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>600</width>
- <label>$LOCALIZE[13406]</label>
- </control>
- <control type="image">
- <description>Background</description>
- <posx>0</posx>
- <posy>60</posy>
- <width>700</width>
- <height>250</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="2">
- <description>dialog line 1</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="3">
- <description>dialog line 2</description>
- <posx>20</posx>
- <posy>110</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label" id="4">
- <description>dialog line 3</description>
- <posx>20</posx>
- <posy>140</posy>
- <width>660</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>250</posy>
- <width>660</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="11">
- <description>Yes button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>107</label>
- </control>
- <control type="button" id="10">
- <description>No button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>106</label>
- </control>
- </control>
- </controls>
+<window id="100"> + <defaultcontrol always="true">10</defaultcontrol> + <coordinates> + <system>1</system> + <posx>290</posx> + <posy>300</posy> + </coordinates> + <include>dialogeffect</include> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>760</width> + <height>370</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <description>Header Background</description> + <posx>0</posx> + <posy>0</posy> + <width>700</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="group"> + <posx>630</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>600</width> + <label>$LOCALIZE[13406]</label> + </control> + <control type="image"> + <description>Background</description> + <posx>0</posx> + <posy>60</posy> + <width>700</width> + <height>250</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="2"> + <description>dialog line 1</description> + <posx>20</posx> + <posy>80</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="3"> + <description>dialog line 2</description> + <posx>20</posx> + <posy>110</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="label" id="4"> + <description>dialog line 3</description> + <posx>20</posx> + <posy>140</posy> + <width>660</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>250</posy> + <width>660</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="11"> + <description>Yes button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>107</label> + </control> + <control type="button" id="10"> + <description>No button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>106</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/FileBrowser.xml b/addons/skin.touched/4x3Hirez/FileBrowser.xml index 39e795ce8d..b05a4a5a08 100644 --- a/addons/skin.touched/4x3Hirez/FileBrowser.xml +++ b/addons/skin.touched/4x3Hirez/FileBrowser.xml @@ -1,242 +1,242 @@ -<window id="126">
- <defaultcontrol always="true">450</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="411">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[1023]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="label" id="412">
- <description>path label</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>30</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <haspath>true</haspath>
- <textcolor>black</textcolor>
- </control>
- <control type="list" id="450">
- <posx>20</posx>
- <posy>120</posy>
- <width>960</width>
- <height>650</height>
- <onleft>9000</onleft>
- <onright>60</onright>
- <onup>450</onup>
- <ondown>450</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="50" width="960">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>960</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>2</posy>
- <width>47</width>
- <height>47</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>70</posx>
- <posy>0</posy>
- <width>780</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="50" width="960">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>960</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>2</posy>
- <width>47</width>
- <height>47</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>70</posx>
- <posy>0</posy>
- <width>780</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>Page label</description>
- <posx>980</posx>
- <posy>780</posy>
- <width>660</width>
- <height>30</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
- <visible>!Control.IsVisible(451)</visible>
- </control>
- <control type="panel" id="451">
- <posx>20</posx>
- <posy>120</posy>
- <width>960</width>
- <height>650</height>
- <onleft>9000</onleft>
- <onright>60</onright>
- <onup>451</onup>
- <ondown>451</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="250" width="320">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>300</width>
- <height>220</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>160</posx>
- <posy>220</posy>
- <width>300</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- </itemlayout>
- <focusedlayout height="250" width="320">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>300</width>
- <height>220</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>160</posx>
- <posy>220</posy>
- <width>300</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>Page label</description>
- <posx>980</posx>
- <posy>780</posy>
- <width>660</width>
- <height>30</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>($INFO[Container(451).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(451).CurrentPage]/$INFO[Container(451).NumPages])</label>
- <visible>Control.IsVisible(451)</visible>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="413">
- <description>OK button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="414">
- <description>Cancel button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- <control type="button" id="415">
- <description>Create folder button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>119</label>
- </control>
- <control type="radiobutton" id="416">
- <description>Flip Image button</description>
- <width>270</width>
- <align>left</align>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>749</label>
- </control>
- </control>
- </controls>
+<window id="126"> + <defaultcontrol always="true">450</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="411"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[1023]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="label" id="412"> + <description>path label</description> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>30</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <haspath>true</haspath> + <textcolor>black</textcolor> + </control> + <control type="list" id="450"> + <posx>20</posx> + <posy>120</posy> + <width>960</width> + <height>650</height> + <onleft>9000</onleft> + <onright>60</onright> + <onup>450</onup> + <ondown>450</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="50" width="960"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>2</posy> + <width>47</width> + <height>47</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>780</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="50" width="960"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>2</posy> + <width>47</width> + <height>47</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>70</posx> + <posy>0</posy> + <width>780</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>Page label</description> + <posx>980</posx> + <posy>780</posy> + <width>660</width> + <height>30</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label> + <visible>!Control.IsVisible(451)</visible> + </control> + <control type="panel" id="451"> + <posx>20</posx> + <posy>120</posy> + <width>960</width> + <height>650</height> + <onleft>9000</onleft> + <onright>60</onright> + <onup>451</onup> + <ondown>451</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="250" width="320"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>300</width> + <height>220</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>160</posx> + <posy>220</posy> + <width>300</width> + <height>20</height> + <font>font12</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + </itemlayout> + <focusedlayout height="250" width="320"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>300</width> + <height>220</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>160</posx> + <posy>220</posy> + <width>300</width> + <height>20</height> + <font>font12</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>Page label</description> + <posx>980</posx> + <posy>780</posy> + <width>660</width> + <height>30</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>($INFO[Container(451).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(451).CurrentPage]/$INFO[Container(451).NumPages])</label> + <visible>Control.IsVisible(451)</visible> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="413"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="414"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + <control type="button" id="415"> + <description>Create folder button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>119</label> + </control> + <control type="radiobutton" id="416"> + <description>Flip Image button</description> + <width>270</width> + <align>left</align> + <include>ButtonInfoDialogsCommonValues</include> + <label>749</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/FileManager.xml b/addons/skin.touched/4x3Hirez/FileManager.xml index 7feaa8154f..13f8618d3d 100644 --- a/addons/skin.touched/4x3Hirez/FileManager.xml +++ b/addons/skin.touched/4x3Hirez/FileManager.xml @@ -1,348 +1,348 @@ -<window id="3">
- <defaultcontrol>20</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonSettingsBackground</include>
- <control type="group">
- <animation effect="slide" start="-620,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
- <animation effect="slide" start="0,0" end="-620,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>620</width>
- <height>720</height>
- <texture border="0,0,15,0">MediaBladeSub.png</texture>
- </control>
- <control type="image">
- <posx>480</posx>
- <posy>10</posy>
- <width>90</width>
- <height>90</height>
- <aspectratio>keep</aspectratio>
- <info>Container(20).ListItem.Icon</info>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>35</posx>
- <posy>50</posy>
- <width>570</width>
- <height>30</height>
- <font>font30_title</font>
- <label>A</label>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>blue</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label" id="101">
- <description>current directory text label</description>
- <posx>35</posx>
- <posy>100</posy>
- <width>570</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <scroll>true</scroll>
- <align>left</align>
- <aligny>center</aligny>
- </control>
- <control type="label">
- <description>number of files/pages in left list text label</description>
- <posx>35</posx>
- <posy>670</posy>
- <width>570</width>
- <font>font12</font>
- <align>left</align>
- <scroll>true</scroll>
- <textcolor>grey</textcolor>
- <shadowcolor>black</shadowcolor>
- <label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
- </control>
- <control type="scrollbar" id="30">
- <posx>25</posx>
- <posy>140</posy>
- <width>25</width>
- <height>490</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>-</textureslidernib>
- <textureslidernibfocus>-</textureslidernibfocus>
- <onleft>31</onleft>
- <onright>20</onright>
- <ondown>20</ondown>
- <onup>20</onup>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- <control type="list" id="20">
- <posx>60</posx>
- <posy>140</posy>
- <width>540</width>
- <height>491</height>
- <onleft>30</onleft>
- <onright>21</onright>
- <onup>20</onup>
- <ondown>20</ondown>
- <pagecontrol>30</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="35">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <texture border="0,2,0,2">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>500</width>
- <height>36</height>
- <font>font13</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey2</textcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>530</posx>
- <posy>5</posy>
- <width>200</width>
- <height>24</height>
- <font>font12</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey</textcolor>
- <align>right</align>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="35">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <visible>!Control.HasFocus(20)</visible>
- <texture border="0,2,0,2">MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <visible>Control.HasFocus(20)</visible>
- <texture border="0,2,0,2">MenuItemFO.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>500</width>
- <height>36</height>
- <font>font13</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>white</textcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>530</posx>
- <posy>5</posy>
- <width>200</width>
- <height>24</height>
- <font>font12</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey</textcolor>
- <align>right</align>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="group">
- <animation effect="slide" start="620,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
- <animation effect="slide" start="0,0" end="620,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
- <control type="image">
- <posx>620r</posx>
- <posy>0</posy>
- <width>620</width>
- <height>720</height>
- <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
- </control>
- <control type="image">
- <posx>570r</posx>
- <posy>10</posy>
- <width>90</width>
- <height>90</height>
- <aspectratio>keep</aspectratio>
- <info>Container(21).ListItem.Icon</info>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>35r</posx>
- <posy>50</posy>
- <width>570</width>
- <height>30</height>
- <font>font30_title</font>
- <label>B</label>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>blue</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label" id="102">
- <description>current directory text label right</description>
- <posx>35r</posx>
- <posy>100</posy>
- <width>570</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <scroll>true</scroll>
- <align>right</align>
- <aligny>center</aligny>
- </control>
- <control type="label">
- <description>number of files/pages in left list text label</description>
- <posx>35r</posx>
- <posy>670</posy>
- <width>570</width>
- <font>font12</font>
- <align>right</align>
- <scroll>true</scroll>
- <textcolor>grey</textcolor>
- <shadowcolor>black</shadowcolor>
- <label>([COLOR=blue]$INFO[Container(21).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages][/COLOR])</label>
- </control>
- <control type="scrollbar" id="31">
- <posx>50r</posx>
- <posy>140</posy>
- <width>25</width>
- <height>490</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>-</textureslidernib>
- <textureslidernibfocus>-</textureslidernibfocus>
- <onleft>21</onleft>
- <onright>30</onright>
- <ondown>21</ondown>
- <onup>21</onup>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- <control type="list" id="21">
- <posx>590r</posx>
- <posy>140</posy>
- <width>540</width>
- <height>491</height>
- <onleft>20</onleft>
- <onright>31</onright>
- <onup>21</onup>
- <ondown>21</ondown>
- <pagecontrol>31</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="35">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <texture border="0,2,0,2">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>500</width>
- <height>36</height>
- <font>font13</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey2</textcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>530</posx>
- <posy>5</posy>
- <width>200</width>
- <height>24</height>
- <font>font12</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey</textcolor>
- <align>right</align>
- <info>ListItem.Label2</info>
- </control>
- </itemlayout>
- <focusedlayout height="35">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <visible>!Control.HasFocus(21)</visible>
- <texture border="0,2,0,2">MenuItemNF.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>540</width>
- <height>36</height>
- <visible>Control.HasFocus(21)</visible>
- <texture border="0,2,0,2">MenuItemFO.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>500</width>
- <height>36</height>
- <font>font13</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>white</textcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="label">
- <posx>530</posx>
- <posy>5</posy>
- <width>200</width>
- <height>24</height>
- <font>font12</font>
- <aligny>center</aligny>
- <selectedcolor>selected</selectedcolor>
- <textcolor>grey</textcolor>
- <align>right</align>
- <info>ListItem.Label2</info>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="group">
- <posx>60</posx>
- <posy>0</posy>
- <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
- <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>250</width>
- <height>35</height>
- <texture border="0,0,32,0">header.png</texture>
- </control>
- <control type="label">
- <include>WindowTitleCommons</include>
- <posx>220</posx>
- <label>$LOCALIZE[7]</label>
- </control>
- </control>
- <include>WindowTitleHomeButton</include>
- <include>Clock</include>
- </controls>
+<window id="3"> + <defaultcontrol>20</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonSettingsBackground</include> + <control type="group"> + <animation effect="slide" start="-620,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> + <animation effect="slide" start="0,0" end="-620,0" time="400" tween="quadratic" easing="out">WindowClose</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>620</width> + <height>720</height> + <texture border="0,0,15,0">MediaBladeSub.png</texture> + </control> + <control type="image"> + <posx>480</posx> + <posy>10</posy> + <width>90</width> + <height>90</height> + <aspectratio>keep</aspectratio> + <info>Container(20).ListItem.Icon</info> + </control> + <control type="label"> + <description>header label</description> + <posx>35</posx> + <posy>50</posy> + <width>570</width> + <height>30</height> + <font>font30_title</font> + <label>A</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>blue</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label" id="101"> + <description>current directory text label</description> + <posx>35</posx> + <posy>100</posy> + <width>570</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <scroll>true</scroll> + <align>left</align> + <aligny>center</aligny> + </control> + <control type="label"> + <description>number of files/pages in left list text label</description> + <posx>35</posx> + <posy>670</posy> + <width>570</width> + <font>font12</font> + <align>left</align> + <scroll>true</scroll> + <textcolor>grey</textcolor> + <shadowcolor>black</shadowcolor> + <label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label> + </control> + <control type="scrollbar" id="30"> + <posx>25</posx> + <posy>140</posy> + <width>25</width> + <height>490</height> + <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> + <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar> + <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + <onleft>31</onleft> + <onright>20</onright> + <ondown>20</ondown> + <onup>20</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + <control type="list" id="20"> + <posx>60</posx> + <posy>140</posy> + <width>540</width> + <height>491</height> + <onleft>30</onleft> + <onright>21</onright> + <onup>20</onup> + <ondown>20</ondown> + <pagecontrol>30</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="35"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <texture border="0,2,0,2">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>36</height> + <font>font13</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey2</textcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>530</posx> + <posy>5</posy> + <width>200</width> + <height>24</height> + <font>font12</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey</textcolor> + <align>right</align> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="35"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <visible>!Control.HasFocus(20)</visible> + <texture border="0,2,0,2">MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <visible>Control.HasFocus(20)</visible> + <texture border="0,2,0,2">MenuItemFO.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>36</height> + <font>font13</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>white</textcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>530</posx> + <posy>5</posy> + <width>200</width> + <height>24</height> + <font>font12</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey</textcolor> + <align>right</align> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + </control> + </control> + <control type="group"> + <animation effect="slide" start="620,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> + <animation effect="slide" start="0,0" end="620,0" time="400" tween="quadratic" easing="out">WindowClose</animation> + <control type="image"> + <posx>620r</posx> + <posy>0</posy> + <width>620</width> + <height>720</height> + <texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture> + </control> + <control type="image"> + <posx>570r</posx> + <posy>10</posy> + <width>90</width> + <height>90</height> + <aspectratio>keep</aspectratio> + <info>Container(21).ListItem.Icon</info> + </control> + <control type="label"> + <description>header label</description> + <posx>35r</posx> + <posy>50</posy> + <width>570</width> + <height>30</height> + <font>font30_title</font> + <label>B</label> + <align>right</align> + <aligny>center</aligny> + <textcolor>blue</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label" id="102"> + <description>current directory text label right</description> + <posx>35r</posx> + <posy>100</posy> + <width>570</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <scroll>true</scroll> + <align>right</align> + <aligny>center</aligny> + </control> + <control type="label"> + <description>number of files/pages in left list text label</description> + <posx>35r</posx> + <posy>670</posy> + <width>570</width> + <font>font12</font> + <align>right</align> + <scroll>true</scroll> + <textcolor>grey</textcolor> + <shadowcolor>black</shadowcolor> + <label>([COLOR=blue]$INFO[Container(21).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages][/COLOR])</label> + </control> + <control type="scrollbar" id="31"> + <posx>50r</posx> + <posy>140</posy> + <width>25</width> + <height>490</height> + <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> + <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar> + <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + <onleft>21</onleft> + <onright>30</onright> + <ondown>21</ondown> + <onup>21</onup> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + <control type="list" id="21"> + <posx>590r</posx> + <posy>140</posy> + <width>540</width> + <height>491</height> + <onleft>20</onleft> + <onright>31</onright> + <onup>21</onup> + <ondown>21</ondown> + <pagecontrol>31</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="35"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <texture border="0,2,0,2">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>36</height> + <font>font13</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey2</textcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>530</posx> + <posy>5</posy> + <width>200</width> + <height>24</height> + <font>font12</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey</textcolor> + <align>right</align> + <info>ListItem.Label2</info> + </control> + </itemlayout> + <focusedlayout height="35"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <visible>!Control.HasFocus(21)</visible> + <texture border="0,2,0,2">MenuItemNF.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>540</width> + <height>36</height> + <visible>Control.HasFocus(21)</visible> + <texture border="0,2,0,2">MenuItemFO.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>36</height> + <font>font13</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>white</textcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="label"> + <posx>530</posx> + <posy>5</posy> + <width>200</width> + <height>24</height> + <font>font12</font> + <aligny>center</aligny> + <selectedcolor>selected</selectedcolor> + <textcolor>grey</textcolor> + <align>right</align> + <info>ListItem.Label2</info> + </control> + </focusedlayout> + </control> + </control> + <control type="group"> + <posx>60</posx> + <posy>0</posy> + <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation> + <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>250</width> + <height>35</height> + <texture border="0,0,32,0">header.png</texture> + </control> + <control type="label"> + <include>WindowTitleCommons</include> + <posx>220</posx> + <label>$LOCALIZE[7]</label> + </control> + </control> + <include>WindowTitleHomeButton</include> + <include>Clock</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/Font.xml b/addons/skin.touched/4x3Hirez/Font.xml index 61e038b482..9c477b06d8 100644 --- a/addons/skin.touched/4x3Hirez/Font.xml +++ b/addons/skin.touched/4x3Hirez/Font.xml @@ -1,182 +1,182 @@ -<fonts>
- <fontset id="Default" idloc="31390" unicode="true">
- <!-- Normal Fonts -->
- <font>
- <name>font10</name>
- <filename>Arial.ttf</filename>
- <size>12</size>
- </font>
- <font>
- <name>font11</name>
- <filename>Arial.ttf</filename>
- <size>14</size>
- </font>
- <font>
- <name>font12</name>
- <filename>Arial.ttf</filename>
- <size>16</size>
- </font>
- <font>
- <name>font13</name>
- <filename>Arial.ttf</filename>
- <size>20</size>
- </font>
- <font>
- <name>font16</name>
- <filename>Arial.ttf</filename>
- <size>25</size>
- </font>
- <font>
- <name>font30</name>
- <filename>Arial.ttf</filename>
- <size>30</size>
- </font>
- <font>
- <name>font55</name>
- <filename>Arial.ttf</filename>
- <size>55</size>
- </font>
- <!-- Title Fonts -->
- <font>
- <name>font8_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>11</size>
- </font>
- <font>
- <name>font10_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>14</size>
- </font>
- <font>
- <name>font12_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>18</size>
- </font>
- <font>
- <name>font13_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>20</size>
- </font>
- <font>
- <name>font13caps_title</name>
- <filename>DejaVuSans-Bold-Caps.ttf</filename>
- <size>20</size>
- </font>
- <font>
- <name>font24_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>24</size>
- </font>
- <font>
- <name>font28_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>28</size>
- </font>
- <font>
- <name>font30_title</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>30</size>
- </font>
-
- <font>
- <name>WeatherTemp</name>
- <filename>DejaVuSans-Bold.ttf</filename>
- <size>80</size>
- </font>
- </fontset>
-
- <fontset id="Arial" idloc="31391" unicode="true">
- <!-- Normal Fonts -->
- <font>
- <name>font10</name>
- <filename>Arial.ttf</filename>
- <size>12</size>
- </font>
- <font>
- <name>font11</name>
- <filename>Arial.ttf</filename>
- <size>14</size>
- </font>
- <font>
- <name>font12</name>
- <filename>Arial.ttf</filename>
- <size>16</size>
- </font>
- <font>
- <name>font13</name>
- <filename>Arial.ttf</filename>
- <size>20</size>
- </font>
- <font>
- <name>font16</name>
- <filename>Arial.ttf</filename>
- <size>25</size>
- </font>
- <font>
- <name>font30</name>
- <filename>Arial.ttf</filename>
- <size>30</size>
- </font>
- <font>
- <name>font55</name>
- <filename>Arial.ttf</filename>
- <size>55</size>
- </font>
- <!-- Title Fonts -->
- <font>
- <name>font8_title</name>
- <filename>Arial.ttf</filename>
- <size>11</size>
- <style>bold</style>
- </font>
- <font>
- <name>font10_title</name>
- <filename>Arial.ttf</filename>
- <size>14</size>
- <style>bold</style>
- </font>
- <font>
- <name>font12_title</name>
- <filename>Arial.ttf</filename>
- <size>18</size>
- <style>bold</style>
- </font>
- <font>
- <name>font13_title</name>
- <filename>Arial.ttf</filename>
- <size>20</size>
- <style>bold</style>
- </font>
- <font>
- <name>font13caps_title</name>
- <filename>Arial.ttf</filename>
- <size>20</size>
- <style>bold</style>
- </font>
- <font>
- <name>font24_title</name>
- <filename>Arial.ttf</filename>
- <size>24</size>
- <style>bold</style>
- </font>
- <font>
- <name>font28_title</name>
- <filename>Arial.ttf</filename>
- <size>28</size>
- <style>bold</style>
- </font>
- <font>
- <name>font30_title</name>
- <filename>Arial.ttf</filename>
- <size>30</size>
- <style>bold</style>
- </font>
-
- <font>
- <name>WeatherTemp</name>
- <filename>Arial.ttf</filename>
- <size>80</size>
- <style>bold</style>
- </font>
- </fontset>
+<fonts> + <fontset id="Default" idloc="31390" unicode="true"> + <!-- Normal Fonts --> + <font> + <name>font10</name> + <filename>Arial.ttf</filename> + <size>12</size> + </font> + <font> + <name>font11</name> + <filename>Arial.ttf</filename> + <size>14</size> + </font> + <font> + <name>font12</name> + <filename>Arial.ttf</filename> + <size>16</size> + </font> + <font> + <name>font13</name> + <filename>Arial.ttf</filename> + <size>20</size> + </font> + <font> + <name>font16</name> + <filename>Arial.ttf</filename> + <size>25</size> + </font> + <font> + <name>font30</name> + <filename>Arial.ttf</filename> + <size>30</size> + </font> + <font> + <name>font55</name> + <filename>Arial.ttf</filename> + <size>55</size> + </font> + <!-- Title Fonts --> + <font> + <name>font8_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>11</size> + </font> + <font> + <name>font10_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>14</size> + </font> + <font> + <name>font12_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>18</size> + </font> + <font> + <name>font13_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>20</size> + </font> + <font> + <name>font13caps_title</name> + <filename>DejaVuSans-Bold-Caps.ttf</filename> + <size>20</size> + </font> + <font> + <name>font24_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>24</size> + </font> + <font> + <name>font28_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>28</size> + </font> + <font> + <name>font30_title</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>30</size> + </font> + + <font> + <name>WeatherTemp</name> + <filename>DejaVuSans-Bold.ttf</filename> + <size>80</size> + </font> + </fontset> + + <fontset id="Arial" idloc="31391" unicode="true"> + <!-- Normal Fonts --> + <font> + <name>font10</name> + <filename>Arial.ttf</filename> + <size>12</size> + </font> + <font> + <name>font11</name> + <filename>Arial.ttf</filename> + <size>14</size> + </font> + <font> + <name>font12</name> + <filename>Arial.ttf</filename> + <size>16</size> + </font> + <font> + <name>font13</name> + <filename>Arial.ttf</filename> + <size>20</size> + </font> + <font> + <name>font16</name> + <filename>Arial.ttf</filename> + <size>25</size> + </font> + <font> + <name>font30</name> + <filename>Arial.ttf</filename> + <size>30</size> + </font> + <font> + <name>font55</name> + <filename>Arial.ttf</filename> + <size>55</size> + </font> + <!-- Title Fonts --> + <font> + <name>font8_title</name> + <filename>Arial.ttf</filename> + <size>11</size> + <style>bold</style> + </font> + <font> + <name>font10_title</name> + <filename>Arial.ttf</filename> + <size>14</size> + <style>bold</style> + </font> + <font> + <name>font12_title</name> + <filename>Arial.ttf</filename> + <size>18</size> + <style>bold</style> + </font> + <font> + <name>font13_title</name> + <filename>Arial.ttf</filename> + <size>20</size> + <style>bold</style> + </font> + <font> + <name>font13caps_title</name> + <filename>Arial.ttf</filename> + <size>20</size> + <style>bold</style> + </font> + <font> + <name>font24_title</name> + <filename>Arial.ttf</filename> + <size>24</size> + <style>bold</style> + </font> + <font> + <name>font28_title</name> + <filename>Arial.ttf</filename> + <size>28</size> + <style>bold</style> + </font> + <font> + <name>font30_title</name> + <filename>Arial.ttf</filename> + <size>30</size> + <style>bold</style> + </font> + + <font> + <name>WeatherTemp</name> + <filename>Arial.ttf</filename> + <size>80</size> + <style>bold</style> + </font> + </fontset> </fonts>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/Home.xml b/addons/skin.touched/4x3Hirez/Home.xml index 94afdc4b2d..e8ef634cfa 100644 --- a/addons/skin.touched/4x3Hirez/Home.xml +++ b/addons/skin.touched/4x3Hirez/Home.xml @@ -1,406 +1,406 @@ -<window id="0">
- <defaultcontrol always="true">9000</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <control type="image">
- <description>XBMC Logo</description>
- <posx>20</posx>
- <posy>36</posy>
- <width>360</width>
- <height>48</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>xbmc-logo.png</texture>
- <visible>!Player.HasMedia</visible>
- <include>VisibleFadeEffect</include>
- <include>Window_OpenClose_Animation</include>
- </control>
- <include>CommonNowPlaying</include>
- <control type="group">
- <!-- weather Info -->
- <include>Window_OpenClose_Animation</include>
- <visible>Weather.IsFetched + ![Window.IsVisible(VideoScan) | Window.IsVisible(MusicScan)] + !Skin.HasSetting(HideHomeButtonWeather)</visible>
- <include>VisibleFadeEffect</include>
- <posx>720r</posx>
- <posy>23</posy>
- <control type="button">
- <description>Goto Weather button</description>
- <posx>610</posx>
- <posy>0</posy>
- <width>160</width>
- <height>80</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>ActivateWindow(Weather)</onclick>
- </control>
- <control type="image">
- <description>Weather image</description>
- <posx>632</posx>
- <posy>0</posy>
- <width>74</width>
- <height>74</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[Weather.Conditions]</texture>
- </control>
- <control type="label">
- <description>location label</description>
- <posx>620</posx>
- <posy>12</posy>
- <height>25</height>
- <width>410</width>
- <label>[B]$INFO[Weather.Location][/B]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="grouplist">
- <posx>0</posx>
- <posy>35</posy>
- <width>620</width>
- <height>35</height>
- <orientation>horizontal</orientation>
- <align>right</align>
- <itemgap>0</itemgap>
- <control type="label">
- <description>Weather label</description>
- <height>30</height>
- <width max="400">auto</width>
- <label>$INFO[Window(Weather).Property(Current.Condition)] </label>
- <font>font12</font>
- <aligny>center</aligny>
- <textcolor>grey</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>Temp Label</description>
- <height>30</height>
- <width max="400">auto</width>
- <label>[B]$INFO[Window(Weather).Property(Current.Temperature)][/B]</label>
- <aligny>center</aligny>
- <font>font24_title</font>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>Temp Units Label</description>
- <posy>2</posy>
- <height>20</height>
- <width max="200">auto</width>
- <label>$INFO[System.TemperatureUnits]</label>
- <font>font12</font>
- <aligny>center</aligny>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible>
- </control>
- </control>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="group">
- <posx>0</posx>
- <posy>130</posy>
- <control type="button">
- <description>left Arrow</description>
- <posx>30</posx>
- <posy>320</posy>
- <width>40</width>
- <height>60</height>
- <texturefocus>arrow-big-left.png</texturefocus>
- <texturenofocus>arrow-big-left.png</texturenofocus>
- <onclick>Control.Move(9000,-1)</onclick>
- <visible>Container(9000).HasPrevious</visible>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="button">
- <description>right Arrow</description>
- <posx>70r</posx>
- <posy>320</posy>
- <width>40</width>
- <height>60</height>
- <texturefocus>arrow-big-right.png</texturefocus>
- <texturenofocus>arrow-big-right.png</texturenofocus>
- <onclick>Control.Move(9000,1)</onclick>
- <visible>Container(9000).HasNext</visible>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="panel" id="9000">
- <posx>80</posx>
- <posy>0</posy>
- <width>1120</width>
- <height>720</height>
- <onleft>20</onleft>
- <onright>22</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <orientation>horizontal</orientation>
- <preloaditems>2</preloaditems>
- <itemlayout height="340" width="560">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>560</width>
- <height>360</height>
- <texture border="5">SubBack.png</texture>
- <bordertexture border="30">ShadowBorder.png</bordertexture>
- <bordersize>25</bordersize>
- </control>
- <control type="image">
- <posx>30</posx>
- <posy>30</posy>
- <width>500</width>
- <height>250</height>
- <aspectratio>scale</aspectratio>
- <texture>$INFO[ListItem.Icon,special://skin/background/]</texture>
- </control>
- <control type="image">
- <posx>30</posx>
- <posy>30</posy>
- <width>300</width>
- <height>300</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>290</posy>
- <width>480</width>
- <height>30</height>
- <font>font13caps_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>[B]$INFO[ListItem.Label][/B]</label>
- </control>
- </itemlayout>
- <focusedlayout height="340" width="560">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>560</width>
- <height>360</height>
- <texture border="5">SubBack.png</texture>
- <bordertexture border="30">ShadowBorder.png</bordertexture>
- <bordersize>25</bordersize>
- </control>
- <control type="image">
- <posx>30</posx>
- <posy>30</posy>
- <width>500</width>
- <height>250</height>
- <aspectratio>scale</aspectratio>
- <texture>$INFO[ListItem.Icon,special://skin/background/]</texture>
- </control>
- <control type="image">
- <posx>30</posx>
- <posy>30</posy>
- <width>300</width>
- <height>300</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>290</posy>
- <width>480</width>
- <height>30</height>
- <font>font13caps_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>[B]$INFO[ListItem.Label][/B]</label>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>3</label>
- <onclick condition="!Skin.HasSetting(HomeVideosGoesToRoot)">ActivateWindow(Videos)</onclick>
- <onclick condition="Skin.HasSetting(HomeVideosGoesToRoot)">ActivateWindow(Videos,root)</onclick>
- <icon>videos.png</icon>
- <thumb>-</thumb>
- <visible>!Skin.HasSetting(HideHomeButtonVideo)</visible>
- </item>
- <item>
- <label>20342</label>
- <onclick>ActivateWindow(Videos,MovieTitles,Return)</onclick>
- <icon>movies.png</icon>
- <thumb>-</thumb>
- <visible>Library.HasContent(Movies)</visible>
- <visible>!Skin.HasSetting(HideHomeButtonMovies)</visible>
- </item>
- <item>
- <label>20343</label>
- <onclick>ActivateWindow(Videos,TVShowTitles,Return)</onclick>
- <icon>tvshows.png</icon>
- <thumb>-</thumb>
- <visible>Library.HasContent(TVShows)</visible>
- <visible>!Skin.HasSetting(HideHomeButtonTVShows)</visible>
- </item>
- <item>
- <label>2</label>
- <onclick>ActivateWindow(Music)</onclick>
- <icon>music.png</icon>
- <thumb>-</thumb>
- <visible>!Skin.HasSetting(HideHomeButtonMusic)</visible>
- </item>
- <item>
- <label>1</label>
- <onclick>ActivateWindow(Pictures)</onclick>
- <icon>pictures.png</icon>
- <thumb>-</thumb>
- <visible>!Skin.HasSetting(HideHomeButtonPictures)</visible>
- </item>
- <item>
- <label>0</label>
- <onclick>ActivateWindow(Programs,Addons,return)</onclick>
- <icon>programs.png</icon>
- <thumb>-</thumb>
- <visible>!Skin.HasSetting(HideHomeButtonPrograms)</visible>
- </item>
- </content>
- </control>
- </control>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>13012</label>
- <onclick>XBMC.Quit</onclick>
- <icon>icon_shutdown.png</icon>
- </item>
- <item>
- <label>20126</label>
- <onclick>System.LogOff</onclick>
- <icon>icon_logoff.png</icon>
- <visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible>
- </item>
- <item>
- <label>5</label>
- <onclick>ActivateWindow(Settings)</onclick>
- <icon>icon_settings.png</icon>
- </item>
- <item>
- <label>13376</label>
- <onclick>ActivateWindow(1112)</onclick>
- <icon>icon_volume.png</icon>
- <visible>false</visible>
- </item>
- <item>
- <label>Reload Skin</label>
- <onclick>ReloadSkin</onclick>
- <icon>icon_refresh.png</icon>
- <visible>false</visible>
- </item>
- </content>
- </control>
- <control type="panel" id="9003">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>Window_OpenClose_Animation</include>
- <animation effect="slide" start="0,0" end="112,0" time="0" condition="StringCompare(Container(9003).NumItems,3)">conditional</animation>
- <animation effect="slide" start="0,0" end="224,0" time="0" condition="StringCompare(Container(9003).NumItems,2)">conditional</animation>
- <animation effect="slide" start="0,0" end="336,0" time="0" condition="StringCompare(Container(9003).NumItems,1)">conditional</animation>
- <posx>570r</posx>
- <posy>105r</posy>
- <width>448</width>
- <height>120</height>
- <onleft>9002</onleft>
- <onright>9002</onright>
- <onup>9001</onup>
- <ondown>20</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>300</scrolltime>
- <orientation>Horizontal</orientation>
- <itemlayout height="200" width="112">
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <texture diffuse="shortcut_diffuse.png">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <texture>shortcut_border.png</texture>
- </control>
- <control type="label">
- <posx>56</posx>
- <posy>82</posy>
- <width>100</width>
- <height>20</height>
- <font>font11</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="200" width="112">
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <texture diffuse="shortcut_diffuse.png">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <texture>shortcut_border.png</texture>
- </control>
- <control type="label">
- <posx>56</posx>
- <posy>82</posy>
- <width>100</width>
- <height>20</height>
- <font>font11</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- <content>
- <item>
- <label>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label>
- <onclick>RunAddon($INFO[Skin.String(HomeAddonButton1)])</onclick>
- <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton1))]</icon>
- <thumb>-</thumb>
- <visible>!IsEmpty(Skin.String(HomeAddonButton1))</visible>
- </item>
- <item>
- <label>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label>
- <onclick>RunAddon($INFO[Skin.String(HomeAddonButton2)])</onclick>
- <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton2))]</icon>
- <thumb>-</thumb>
- <visible>!IsEmpty(Skin.String(HomeAddonButton2))</visible>
- </item>
- <item>
- <label>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label>
- <onclick>RunAddon($INFO[Skin.String(HomeAddonButton3)])</onclick>
- <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton3))]</icon>
- <thumb>-</thumb>
- <visible>!IsEmpty(Skin.String(HomeAddonButton3))</visible>
- </item>
- <item>
- <label>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label>
- <onclick>RunAddon($INFO[Skin.String(HomeAddonButton4)])</onclick>
- <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton4))]</icon>
- <thumb>-</thumb>
- <visible>!IsEmpty(Skin.String(HomeAddonButton4))</visible>
- </item>
- </content>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="0"> + <defaultcontrol always="true">9000</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <control type="image"> + <description>XBMC Logo</description> + <posx>20</posx> + <posy>36</posy> + <width>360</width> + <height>48</height> + <aspectratio align="left">keep</aspectratio> + <texture>xbmc-logo.png</texture> + <visible>!Player.HasMedia</visible> + <include>VisibleFadeEffect</include> + <include>Window_OpenClose_Animation</include> + </control> + <include>CommonNowPlaying</include> + <control type="group"> + <!-- weather Info --> + <include>Window_OpenClose_Animation</include> + <visible>Weather.IsFetched + ![Window.IsVisible(VideoScan) | Window.IsVisible(MusicScan)] + !Skin.HasSetting(HideHomeButtonWeather)</visible> + <include>VisibleFadeEffect</include> + <posx>720r</posx> + <posy>23</posy> + <control type="button"> + <description>Goto Weather button</description> + <posx>610</posx> + <posy>0</posy> + <width>160</width> + <height>80</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>ActivateWindow(Weather)</onclick> + </control> + <control type="image"> + <description>Weather image</description> + <posx>632</posx> + <posy>0</posy> + <width>74</width> + <height>74</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[Weather.Conditions]</texture> + </control> + <control type="label"> + <description>location label</description> + <posx>620</posx> + <posy>12</posy> + <height>25</height> + <width>410</width> + <label>[B]$INFO[Weather.Location][/B]</label> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <shadowcolor>black</shadowcolor> + </control> + <control type="grouplist"> + <posx>0</posx> + <posy>35</posy> + <width>620</width> + <height>35</height> + <orientation>horizontal</orientation> + <align>right</align> + <itemgap>0</itemgap> + <control type="label"> + <description>Weather label</description> + <height>30</height> + <width max="400">auto</width> + <label>$INFO[Window(Weather).Property(Current.Condition)] </label> + <font>font12</font> + <aligny>center</aligny> + <textcolor>grey</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>Temp Label</description> + <height>30</height> + <width max="400">auto</width> + <label>[B]$INFO[Window(Weather).Property(Current.Temperature)][/B]</label> + <aligny>center</aligny> + <font>font24_title</font> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>Temp Units Label</description> + <posy>2</posy> + <height>20</height> + <width max="200">auto</width> + <label>$INFO[System.TemperatureUnits]</label> + <font>font12</font> + <aligny>center</aligny> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible> + </control> + </control> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="group"> + <posx>0</posx> + <posy>130</posy> + <control type="button"> + <description>left Arrow</description> + <posx>30</posx> + <posy>320</posy> + <width>40</width> + <height>60</height> + <texturefocus>arrow-big-left.png</texturefocus> + <texturenofocus>arrow-big-left.png</texturenofocus> + <onclick>Control.Move(9000,-1)</onclick> + <visible>Container(9000).HasPrevious</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="button"> + <description>right Arrow</description> + <posx>70r</posx> + <posy>320</posy> + <width>40</width> + <height>60</height> + <texturefocus>arrow-big-right.png</texturefocus> + <texturenofocus>arrow-big-right.png</texturenofocus> + <onclick>Control.Move(9000,1)</onclick> + <visible>Container(9000).HasNext</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="panel" id="9000"> + <posx>80</posx> + <posy>0</posy> + <width>1120</width> + <height>720</height> + <onleft>20</onleft> + <onright>22</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <orientation>horizontal</orientation> + <preloaditems>2</preloaditems> + <itemlayout height="340" width="560"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>560</width> + <height>360</height> + <texture border="5">SubBack.png</texture> + <bordertexture border="30">ShadowBorder.png</bordertexture> + <bordersize>25</bordersize> + </control> + <control type="image"> + <posx>30</posx> + <posy>30</posy> + <width>500</width> + <height>250</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon,special://skin/background/]</texture> + </control> + <control type="image"> + <posx>30</posx> + <posy>30</posy> + <width>300</width> + <height>300</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>40</posx> + <posy>290</posy> + <width>480</width> + <height>30</height> + <font>font13caps_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + </itemlayout> + <focusedlayout height="340" width="560"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>560</width> + <height>360</height> + <texture border="5">SubBack.png</texture> + <bordertexture border="30">ShadowBorder.png</bordertexture> + <bordersize>25</bordersize> + </control> + <control type="image"> + <posx>30</posx> + <posy>30</posy> + <width>500</width> + <height>250</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon,special://skin/background/]</texture> + </control> + <control type="image"> + <posx>30</posx> + <posy>30</posy> + <width>300</width> + <height>300</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>40</posx> + <posy>290</posy> + <width>480</width> + <height>30</height> + <font>font13caps_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>left</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.Label][/B]</label> + </control> + </focusedlayout> + <content> + <item> + <label>3</label> + <onclick condition="!Skin.HasSetting(HomeVideosGoesToRoot)">ActivateWindow(Videos)</onclick> + <onclick condition="Skin.HasSetting(HomeVideosGoesToRoot)">ActivateWindow(Videos,root)</onclick> + <icon>videos.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonVideo)</visible> + </item> + <item> + <label>20342</label> + <onclick>ActivateWindow(Videos,MovieTitles,Return)</onclick> + <icon>movies.png</icon> + <thumb>-</thumb> + <visible>Library.HasContent(Movies)</visible> + <visible>!Skin.HasSetting(HideHomeButtonMovies)</visible> + </item> + <item> + <label>20343</label> + <onclick>ActivateWindow(Videos,TVShowTitles,Return)</onclick> + <icon>tvshows.png</icon> + <thumb>-</thumb> + <visible>Library.HasContent(TVShows)</visible> + <visible>!Skin.HasSetting(HideHomeButtonTVShows)</visible> + </item> + <item> + <label>2</label> + <onclick>ActivateWindow(Music)</onclick> + <icon>music.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonMusic)</visible> + </item> + <item> + <label>1</label> + <onclick>ActivateWindow(Pictures)</onclick> + <icon>pictures.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonPictures)</visible> + </item> + <item> + <label>0</label> + <onclick>ActivateWindow(Programs,Addons,return)</onclick> + <icon>programs.png</icon> + <thumb>-</thumb> + <visible>!Skin.HasSetting(HideHomeButtonPrograms)</visible> + </item> + </content> + </control> + </control> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>13012</label> + <onclick>XBMC.Quit</onclick> + <icon>icon_shutdown.png</icon> + </item> + <item> + <label>20126</label> + <onclick>System.LogOff</onclick> + <icon>icon_logoff.png</icon> + <visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible> + </item> + <item> + <label>5</label> + <onclick>ActivateWindow(Settings)</onclick> + <icon>icon_settings.png</icon> + </item> + <item> + <label>13376</label> + <onclick>ActivateWindow(1112)</onclick> + <icon>icon_volume.png</icon> + <visible>false</visible> + </item> + <item> + <label>Reload Skin</label> + <onclick>ReloadSkin</onclick> + <icon>icon_refresh.png</icon> + <visible>false</visible> + </item> + </content> + </control> + <control type="panel" id="9003"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>Window_OpenClose_Animation</include> + <animation effect="slide" start="0,0" end="112,0" time="0" condition="StringCompare(Container(9003).NumItems,3)">conditional</animation> + <animation effect="slide" start="0,0" end="224,0" time="0" condition="StringCompare(Container(9003).NumItems,2)">conditional</animation> + <animation effect="slide" start="0,0" end="336,0" time="0" condition="StringCompare(Container(9003).NumItems,1)">conditional</animation> + <posx>570r</posx> + <posy>105r</posy> + <width>448</width> + <height>120</height> + <onleft>9002</onleft> + <onright>9002</onright> + <onup>9001</onup> + <ondown>20</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <orientation>Horizontal</orientation> + <itemlayout height="200" width="112"> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture diffuse="shortcut_diffuse.png">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture>shortcut_border.png</texture> + </control> + <control type="label"> + <posx>56</posx> + <posy>82</posy> + <width>100</width> + <height>20</height> + <font>font11</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="200" width="112"> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture diffuse="shortcut_diffuse.png">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture>shortcut_border.png</texture> + </control> + <control type="label"> + <posx>56</posx> + <posy>82</posy> + <width>100</width> + <height>20</height> + <font>font11</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + <content> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton1)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton1))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton1))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton2)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton2))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton2))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton3)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton3))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton3))</visible> + </item> + <item> + <label>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label> + <onclick>RunAddon($INFO[Skin.String(HomeAddonButton4)])</onclick> + <icon>$INFO[system.addonicon(Skin.String(HomeAddonButton4))]</icon> + <thumb>-</thumb> + <visible>!IsEmpty(Skin.String(HomeAddonButton4))</visible> + </item> + </content> + </control> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/IncludesCodecFlagging.xml b/addons/skin.touched/4x3Hirez/IncludesCodecFlagging.xml index 6857b4a3b9..49b3cdce7a 100644 --- a/addons/skin.touched/4x3Hirez/IncludesCodecFlagging.xml +++ b/addons/skin.touched/4x3Hirez/IncludesCodecFlagging.xml @@ -1,97 +1,97 @@ -<includes>
- <include name="VideoCodecFlaggingConditions">
- <control type="image">
- <description>Video rez Image</description>
- <width>70</width>
- <height>45</height>
- <aspectratio align="right">keep</aspectratio>
- <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Common Codec Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[ListItem.VideoCodec,flagging/video/,.png]</texture>
- <!-- Don't show if its one of the 500 divx codecs -->
- <visible>![substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible>
- </control>
- <control type="image">
- <description>Divx Codec Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/divx.png</texture>
- <visible>[substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible>
- </control>
- </include>
- <include name="VideoTypeHackFlaggingConditions">
- <control type="image">
- <description>Bluray Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/bluray.png</texture>
- <visible>[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)] + !Skin.HasSetting(HideFilenameFlagging)</visible>
- </control>
- <control type="image">
- <description>HDDVD Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/hddvd.png</texture>
- <visible>substring(ListItem.FilenameAndPath,hddvd) + !Skin.HasSetting(HideFilenameFlagging)</visible>
- </control>
- <control type="image">
- <description>DVD Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/dvd.png</texture>
- <visible>[substring(ListItem.FilenameAndPath,dvd) + ![substring(ListItem.FilenameAndPath,hddvd) | substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)]] + !Skin.HasSetting(HideFilenameFlagging)</visible>
- </control>
- <control type="image">
- <description>TV Types Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/TV.png</texture>
- <visible>[substring(ListItem.FilenameAndPath,pdtv) | substring(ListItem.FilenameAndPath,hdtv) | substring(ListItem.FilenameAndPath,dsr)] + !Skin.HasSetting(HideFilenameFlagging)</visible>
- </control>
- <control type="image">
- <description>VHS Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>flagging/video/vhs.png</texture>
- <visible>substring(ListItem.FilenameAndPath,vhs) + !Skin.HasSetting(HideFilenameFlagging)</visible>
- </control>
- </include>
- <include name="AudioCodecFlaggingConditions">
- <control type="image">
- <description>Audio Codec Image</description>
- <width>100</width>
- <height>45</height>
- <aspectratio align="right">keep</aspectratio>
- <texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture>
- </control>
- </include>
- <include name="AudioChannelsFlaggingConditions">
- <control type="image">
- <description>Audio Codec Image</description>
- <width>70</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture>
- </control>
- </include>
- <include name="AspectCodecFlaggingConditions">
- <control type="image">
- <description>Aspectratio Image</description>
- <width>70</width>
- <height>45</height>
- <aspectratio align="right">keep</aspectratio>
- <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture>
- </control>
- </include>
+<includes> + <include name="VideoCodecFlaggingConditions"> + <control type="image"> + <description>Video rez Image</description> + <width>70</width> + <height>45</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Common Codec Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[ListItem.VideoCodec,flagging/video/,.png]</texture> + <!-- Don't show if its one of the 500 divx codecs --> + <visible>![substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible> + </control> + <control type="image"> + <description>Divx Codec Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/divx.png</texture> + <visible>[substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]</visible> + </control> + </include> + <include name="VideoTypeHackFlaggingConditions"> + <control type="image"> + <description>Bluray Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/bluray.png</texture> + <visible>[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>HDDVD Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/hddvd.png</texture> + <visible>substring(ListItem.FilenameAndPath,hddvd) + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>DVD Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/dvd.png</texture> + <visible>[substring(ListItem.FilenameAndPath,dvd) + ![substring(ListItem.FilenameAndPath,hddvd) | substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip)]] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>TV Types Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/TV.png</texture> + <visible>[substring(ListItem.FilenameAndPath,pdtv) | substring(ListItem.FilenameAndPath,hdtv) | substring(ListItem.FilenameAndPath,dsr)] + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + <control type="image"> + <description>VHS Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>flagging/video/vhs.png</texture> + <visible>substring(ListItem.FilenameAndPath,vhs) + !Skin.HasSetting(HideFilenameFlagging)</visible> + </control> + </include> + <include name="AudioCodecFlaggingConditions"> + <control type="image"> + <description>Audio Codec Image</description> + <width>100</width> + <height>45</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.AudioCodec,flagging/audio/,.png]</texture> + </control> + </include> + <include name="AudioChannelsFlaggingConditions"> + <control type="image"> + <description>Audio Codec Image</description> + <width>70</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture> + </control> + </include> + <include name="AspectCodecFlaggingConditions"> + <control type="image"> + <description>Aspectratio Image</description> + <width>70</width> + <height>45</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture> + </control> + </include> </includes>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/IncludesKeypad.xml b/addons/skin.touched/4x3Hirez/IncludesKeypad.xml index d7257cd738..3160317667 100644 --- a/addons/skin.touched/4x3Hirez/IncludesKeypad.xml +++ b/addons/skin.touched/4x3Hirez/IncludesKeypad.xml @@ -1,224 +1,224 @@ -<includes>
- <include name="KeypadButtons">
- <control type="button">
- <description>1 button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12311</label>
- <textcolor>black</textcolor>
- <onleft>23</onleft>
- <onright>12</onright>
- <onup>20</onup>
- <ondown>14</ondown>
- <onclick>Number1</onclick>
- </control>
- <control type="button">
- <description>2 button</description>
- <posx>100</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12312</label>
- <textcolor>black</textcolor>
- <onleft>11</onleft>
- <onright>13</onright>
- <onup>10</onup>
- <ondown>15</ondown>
- <onclick>Number2</onclick>
- </control>
- <control type="button">
- <description>3 button</description>
- <posx>200</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12313</label>
- <textcolor>black</textcolor>
- <onleft>12</onleft>
- <onright>23</onright>
- <onup>22</onup>
- <ondown>16</ondown>
- <onclick>Number3</onclick>
- </control>
- <control type="button">
- <description>0 button</description>
- <posx>300</posx>
- <posy>0</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12310</label>
- <textcolor>black</textcolor>
- <onleft>20</onleft>
- <onright>22</onright>
- <onup>18</onup>
- <ondown>12</ondown>
- <onclick>Number0</onclick>
- </control>
- <control type="button">
- <description>4 button</description>
- <posx>0</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12314</label>
- <textcolor>black</textcolor>
- <onleft>23</onleft>
- <onright>15</onright>
- <onup>11</onup>
- <ondown>17</ondown>
- <onclick>Number4</onclick>
- </control>
- <control type="button">
- <description>5 button</description>
- <posx>100</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12315</label>
- <textcolor>black</textcolor>
- <onleft>14</onleft>
- <onright>16</onright>
- <onup>12</onup>
- <ondown>18</ondown>
- <onclick>Number5</onclick>
- </control>
- <control type="button">
- <description>6 button</description>
- <posx>200</posx>
- <posy>85</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12316</label>
- <textcolor>black</textcolor>
- <onleft>15</onleft>
- <onright>23</onright>
- <onup>13</onup>
- <ondown>19</ondown>
- <onclick>Number6</onclick>
- </control>
- <control type="button">
- <description>7 button</description>
- <posx>0</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12317</label>
- <textcolor>black</textcolor>
- <onleft>21</onleft>
- <onright>18</onright>
- <onup>14</onup>
- <ondown>20</ondown>
- <onclick>Number7</onclick>
- </control>
- <control type="button">
- <description>8 button</description>
- <posx>100</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12318</label>
- <textcolor>black</textcolor>
- <onleft>17</onleft>
- <onright>19</onright>
- <onup>15</onup>
- <ondown>10</ondown>
- <onclick>Number8</onclick>
- </control>
- <control type="button">
- <description>9 button</description>
- <posx>200</posx>
- <posy>170</posy>
- <width>95</width>
- <height>80</height>
- <font>font16</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKey.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <label>12319</label>
- <textcolor>black</textcolor>
- <onleft>18</onleft>
- <onright>21</onright>
- <onup>16</onup>
- <ondown>22</ondown>
- <onclick>Number9</onclick>
- </control>
- <control type="button">
- <description>Done button</description>
- <posx>300</posx>
- <posy>85</posy>
- <width>95</width>
- <height>165</height>
- <font>font12</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus>
- <texturefocus border="8">KeyboardKeyFocus.png</texturefocus>
- <textwidth>120</textwidth>
- <label>-</label>
- <textcolor>white</textcolor>
- <angle>270</angle>
- <onleft>19</onleft>
- <onright>17</onright>
- <onup>23</onup>
- <ondown>23</ondown>
- <onclick>Select</onclick>
- </control>
- <control type="image">
- <description>Enter\done Icon image</description>
- <posx>320</posx>
- <posy>135</posy>
- <width>50</width>
- <height>50</height>
- <aspectratio>keep</aspectratio>
- <texture>icon_enter.png</texture>
- </control>
- </include>
+<includes> + <include name="KeypadButtons"> + <control type="button"> + <description>1 button</description> + <posx>0</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12311</label> + <textcolor>black</textcolor> + <onleft>23</onleft> + <onright>12</onright> + <onup>20</onup> + <ondown>14</ondown> + <onclick>Number1</onclick> + </control> + <control type="button"> + <description>2 button</description> + <posx>100</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12312</label> + <textcolor>black</textcolor> + <onleft>11</onleft> + <onright>13</onright> + <onup>10</onup> + <ondown>15</ondown> + <onclick>Number2</onclick> + </control> + <control type="button"> + <description>3 button</description> + <posx>200</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12313</label> + <textcolor>black</textcolor> + <onleft>12</onleft> + <onright>23</onright> + <onup>22</onup> + <ondown>16</ondown> + <onclick>Number3</onclick> + </control> + <control type="button"> + <description>0 button</description> + <posx>300</posx> + <posy>0</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12310</label> + <textcolor>black</textcolor> + <onleft>20</onleft> + <onright>22</onright> + <onup>18</onup> + <ondown>12</ondown> + <onclick>Number0</onclick> + </control> + <control type="button"> + <description>4 button</description> + <posx>0</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12314</label> + <textcolor>black</textcolor> + <onleft>23</onleft> + <onright>15</onright> + <onup>11</onup> + <ondown>17</ondown> + <onclick>Number4</onclick> + </control> + <control type="button"> + <description>5 button</description> + <posx>100</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12315</label> + <textcolor>black</textcolor> + <onleft>14</onleft> + <onright>16</onright> + <onup>12</onup> + <ondown>18</ondown> + <onclick>Number5</onclick> + </control> + <control type="button"> + <description>6 button</description> + <posx>200</posx> + <posy>85</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12316</label> + <textcolor>black</textcolor> + <onleft>15</onleft> + <onright>23</onright> + <onup>13</onup> + <ondown>19</ondown> + <onclick>Number6</onclick> + </control> + <control type="button"> + <description>7 button</description> + <posx>0</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12317</label> + <textcolor>black</textcolor> + <onleft>21</onleft> + <onright>18</onright> + <onup>14</onup> + <ondown>20</ondown> + <onclick>Number7</onclick> + </control> + <control type="button"> + <description>8 button</description> + <posx>100</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12318</label> + <textcolor>black</textcolor> + <onleft>17</onleft> + <onright>19</onright> + <onup>15</onup> + <ondown>10</ondown> + <onclick>Number8</onclick> + </control> + <control type="button"> + <description>9 button</description> + <posx>200</posx> + <posy>170</posy> + <width>95</width> + <height>80</height> + <font>font16</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKey.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <label>12319</label> + <textcolor>black</textcolor> + <onleft>18</onleft> + <onright>21</onright> + <onup>16</onup> + <ondown>22</ondown> + <onclick>Number9</onclick> + </control> + <control type="button"> + <description>Done button</description> + <posx>300</posx> + <posy>85</posy> + <width>95</width> + <height>165</height> + <font>font12</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="8">KeyboardKeyDark.png</texturenofocus> + <texturefocus border="8">KeyboardKeyFocus.png</texturefocus> + <textwidth>120</textwidth> + <label>-</label> + <textcolor>white</textcolor> + <angle>270</angle> + <onleft>19</onleft> + <onright>17</onright> + <onup>23</onup> + <ondown>23</ondown> + <onclick>Select</onclick> + </control> + <control type="image"> + <description>Enter\done Icon image</description> + <posx>320</posx> + <posy>135</posy> + <width>50</width> + <height>50</height> + <aspectratio>keep</aspectratio> + <texture>icon_enter.png</texture> + </control> + </include> </includes>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/IncludesPlayerControls.xml b/addons/skin.touched/4x3Hirez/IncludesPlayerControls.xml index 187586a867..8647569827 100644 --- a/addons/skin.touched/4x3Hirez/IncludesPlayerControls.xml +++ b/addons/skin.touched/4x3Hirez/IncludesPlayerControls.xml @@ -1,1027 +1,1027 @@ -<includes>
- <include name="PlayerControlCommons">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <colordiffuse>BBFFFFFF</colordiffuse>
- <texture>black-back.png</texture>
- <visible>!Window.IsVisible(Visualisation) + !Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <include>CommonHeader</include>
- <control type="group">
- <posx>0</posx>
- <posy>84</posy>
- <visible>Skin.HasSetting(PlayerControlsShowAudioInfo) + Player.HasAudio</visible>
- <animation effect="slide" start="0,-200" end="0,0" time="300" easing="out" tween="quadratic" >Visible</animation>
- <animation effect="slide" start="0,0" end="0,-200" time="300" easing="in" tween="quadratic" >Hidden</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>200</height>
- <texture border="5">dialogback.png</texture>
- </control>
- <control type="group">
- <control type="image">
- <description>cover image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>180</width>
- <height>180</height>
- <info>MusicPlayer.Cover</info>
- <aspectratio>keep</aspectratio>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="label">
- <description>Artist label</description>
- <posx>220</posx>
- <posy>25</posy>
- <width>1020</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[MusicPlayer.Artist]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <posx>230</posx>
- <posy>60</posy>
- <width>1030</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[MusicPlayer.Title]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Album label</description>
- <posx>220</posx>
- <posy>95</posy>
- <width>1020</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[MusicPlayer.Album]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="group">
- <posx>220</posx>
- <posy>140</posy>
- <width>600</width>
- <height>45</height>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
- </control>
- <control type="group">
- <description>Rating</description>
- <posx>105</posx>
- <posy>0</posy>
- <width>160</width>
- <height>45</height>
- <control type="image">
- <description>rating back</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>160</width>
- <height>45</height>
- <aspectratio align="left">stretch</aspectratio>
- <texture border="5">flagging/blank.png</texture>
- </control>
- <control type="image">
- <description>Rating</description>
- <posx>10</posx>
- <posy>0</posy>
- <width>140</width>
- <height>45</height>
- <aspectratio align="center">keep</aspectratio>
- <texture fallback="LeftRating/rating0.png">$INFO[Player.StarRating,light/left_rating/]</texture>
- </control>
- </control>
- </control>
- <control type="label">
- <description>Normal Header label</description>
- <posx>1260</posx>
- <posy>5</posy>
- <width>300</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[589]</label>
- <visible>MusicPartyMode.Enabled</visible>
- </control>
- <control type="label">
- <description>Partymode Header label</description>
- <posx>1260</posx>
- <posy>5</posy>
- <width>300</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554]: ]$INFO[musicplayer.Playlistlength, / ]</label>
- <visible>!MusicPartyMode.Enabled</visible>
- </control>
- <control type="label">
- <posx>1260</posx>
- <posy>160</posy>
- <width>800</width>
- <height>25</height>
- <label>$LOCALIZE[209]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- <visible>MusicPlayer.HasNext</visible>
- </control>
- </control>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>84</posy>
- <visible>Skin.HasSetting(PlayerControlsShowVideoInfo) + Player.HasVideo</visible>
- <animation effect="slide" start="0,-200" end="0,0" time="300" easing="out" tween="quadratic" >Visible</animation>
- <animation effect="slide" start="0,0" end="0,-200" time="300" easing="in" tween="quadratic" >Hidden</animation>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>200</height>
- <texture border="5">dialogback.png</texture>
- </control>
- <control type="group">
- <control type="group">
- <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible>
- <control type="image">
- <description>cover image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>250</width>
- <height>180</height>
- <info>VideoPlayer.Cover</info>
- <aspectratio align="right">keep</aspectratio>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="label">
- <description>studio label</description>
- <posx>290</posx>
- <posy>25</posy>
- <width>950</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.Studio]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <posx>300</posx>
- <posy>60</posy>
- <width>940</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[VideoPlayer.Title]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Genre label</description>
- <posx>290</posx>
- <posy>95</posy>
- <width>950</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.Genre]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="group">
- <posx>290</posx>
- <posy>140</posy>
- <width>600</width>
- <height>45</height>
- <control type="image">
- <description>Video Codec Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Resolution Image</description>
- <posx>100</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>175</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>275</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
- </control>
- </control>
- </control>
- <control type="group">
- <visible>VideoPlayer.Content(Movies)</visible>
- <control type="image">
- <description>cover image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>150</width>
- <height>180</height>
- <info>VideoPlayer.Cover</info>
- <aspectratio>keep</aspectratio>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="label">
- <description>Studio label</description>
- <posx>190</posx>
- <posy>25</posy>
- <width>1050</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.Studio]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <posx>200</posx>
- <posy>60</posy>
- <width>1040</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[VideoPlayer.Title]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Genre label</description>
- <posx>190</posx>
- <posy>95</posy>
- <width>1050</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.Genre]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="group">
- <posx>190</posx>
- <posy>140</posy>
- <width>600</width>
- <height>45</height>
- <control type="image">
- <description>Video Codec Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Resolution Image</description>
- <posx>100</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>175</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>275</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
- </control>
- </control>
- </control>
- <control type="group">
- <visible>VideoPlayer.Content(Episodes)</visible>
- <control type="image">
- <description>cover image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>250</width>
- <height>180</height>
- <info>VideoPlayer.Cover</info>
- <aspectratio>scale</aspectratio>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="label">
- <description>Show label</description>
- <posx>290</posx>
- <posy>25</posy>
- <width>950</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.TVShowTitle]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <posx>300</posx>
- <posy>60</posy>
- <width>940</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[VideoPlayer.Title]</label>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Episode label</description>
- <posx>290</posx>
- <posy>95</posy>
- <width>950</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[VideoPlayer.Season,$LOCALIZE[20373]: ]     $INFO[VideoPlayer.Episode,$LOCALIZE[20359]: ]</label>
- <textcolor>black</textcolor>
- </control>
- <control type="group">
- <posx>290</posx>
- <posy>140</posy>
- <width>600</width>
- <height>45</height>
- <control type="image">
- <description>Video Codec Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Resolution Image</description>
- <posx>100</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>175</posx>
- <posy>0</posy>
- <width>100</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
- </control>
- <control type="image">
- <description>Audio Codec Image</description>
- <posx>275</posx>
- <posy>0</posy>
- <width>75</width>
- <height>45</height>
- <aspectratio align="left">keep</aspectratio>
- <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
- </control>
- </control>
- </control>
- <control type="label">
- <description>Chapter label</description>
- <posx>1260</posx>
- <posy>5</posy>
- <width>1200</width>
- <height>25</height>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]$INFO[Player.ChapterName,[COLOR=grey3] (,)[/COLOR]]</label>
- <visible>Player.ChapterCount</visible>
- </control>
- <control type="label">
- <posx>1260</posx>
- <posy>160</posy>
- <width>800</width>
- <height>25</height>
- <label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label>
- <align>right</align>
- <aligny>center</aligny>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>true</scroll>
- </control>
- </control>
- </control>
- <include>CommonHeader</include>
- <control type="image">
- <posx>0</posx>
- <posy>20</posy>
- <width>1280</width>
- <height>64</height>
- <texture>header.png</texture>
- </control>
- <control type="grouplist">
- <description>Top Left bar</description>
- <posx>0</posx>
- <posy>20</posy>
- <width>200</width>
- <height>64</height>
- <align>left</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <control type="button">
- <description>Playlist Button</description>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_playlistmusic.png</texturenofocus>
- <texturefocus>icon_playlistmusic.png</texturefocus>
- <onclick>PreviousMenu</onclick>
- <onclick>ActivateWindow(MusicPlaylist)</onclick>
- <visible>Player.HasAudio</visible>
- </control>
- <control type="button">
- <description>Playlist Button</description>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_playlistvideo.png</texturenofocus>
- <texturefocus>icon_playlistvideo.png</texturefocus>
- <onclick>PreviousMenu</onclick>
- <onclick>ActivateWindow(VideoPlaylist)</onclick>
- <visible>Player.HasVideo</visible>
- </control>
- <control type="image">
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- </control>
- <control type="grouplist">
- <description>Top Right bar</description>
- <posx>1080r</posx>
- <posy>25</posy>
- <width>1000</width>
- <height>64</height>
- <align>right</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <control type="radiobutton">
- <description>Show Info Button</description>
- <width>270</width>
- <height>50</height>
- <label>$LOCALIZE[544]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <selected>Skin.HasSetting(PlayerControlsShowAudioInfo)</selected>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(PlayerControlsShowAudioInfo)</onclick>
- <visible>Player.HasAudio</visible>
- </control>
- <control type="radiobutton">
- <description>Show Info Button</description>
- <width>270</width>
- <height>50</height>
- <label>$LOCALIZE[544]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <selected>Skin.HasSetting(PlayerControlsShowVideoInfo)</selected>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(PlayerControlsShowVideoInfo)</onclick>
- <visible>Player.HasVideo</visible>
- </control>
- <control type="button">
- <description>Submenu Button</description>
- <width>200</width>
- <height>50</height>
- <label>$LOCALIZE[33063]</label>
- <font>font13</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(PlayerControlsSubMenuVisible)</onclick>
- <visible>!Window.IsVisible(Karaoke)</visible>
- </control>
- <control type="radiobutton">
- <description>Fullscreen Button</description>
- <posy>5</posy>
- <width>230</width>
- <height>50</height>
- <radiowidth>36</radiowidth>
- <radioheight>36</radioheight>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <label>31008</label>
- <onclick>fullscreen</onclick>
- <textureradiofocus>GoFullscreen2.png</textureradiofocus>
- <textureradionofocus>GoFullscreen2.png</textureradionofocus>
- <visible>!Window.IsVisible(Visualisation) + !Window.IsVisible(FullScreenVideo) + !Window.IsVisible(Karaoke)</visible>
- </control>
- <control type="radiobutton">
- <description>Fullscreen Button</description>
- <posy>5</posy>
- <width>230</width>
- <height>50</height>
- <radiowidth>36</radiowidth>
- <radioheight>36</radioheight>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <label>31008</label>
- <onclick>Dialog.Close(VideoOSD,true)</onclick>
- <onclick>Dialog.Close(MusicOSD,true)</onclick>
- <onclick>fullscreen</onclick>
- <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus>
- <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus>
- <visible>Window.IsVisible(Visualisation) | Window.IsVisible(FullScreenVideo) + !Window.IsVisible(Karaoke)</visible>
- </control>
- </control>
- <control type="group">
- <posx>65r</posx>
- <posy>20</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- <control type="button">
- <description>Close Button</description>
- <posx>5</posx>
- <posy>0</posy>
- <width>60</width>
- <height>60</height>
- <font>-</font>
- <onclick>previousmenu</onclick>
- <texturefocus>icon_close.png</texturefocus>
- <texturenofocus>icon_close.png</texturenofocus>
- </control>
- </control>
-
- <control type="group">
- <posx>0</posx>
- <posy>70r</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>71</height>
- <texture>floor.png</texture>
- </control>
- <control type="label">
- <posx>180</posx>
- <posy>16</posy>
- <width>180</width>
- <height>32</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Player.Time(hh:mm:ss)]</label>
- </control>
- <control type="label">
- <posx>1100</posx>
- <posy>16</posy>
- <width>180</width>
- <height>32</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[Player.Duration(hh:mm:ss)]</label>
- </control>
- <control type="progress">
- <description>ProgressbarCache</description>
- <posx>200</posx>
- <posy>16</posy>
- <width>880</width>
- <height>32</height>
- <info>Player.ProgressCache</info>
- <midtexture border="16,0,16,0">OSDProgressMidLight.png</midtexture>
- </control>
- <control type="progress">
- <description>Progressbar</description>
- <posx>200</posx>
- <posy>16</posy>
- <width>880</width>
- <height>32</height>
- <info>Player.Progress</info>
- <texturebg border="16,0,16,0">OSDProgressBack2.png</texturebg>
- </control>
- <control type="slider" id="87">
- <description>Seek Slider</description>
- <posx>200</posx>
- <posy>16</posy>
- <width>880</width>
- <height>32</height>
- <action>seek</action>
- <texturesliderbar border="16,0,16,0">OSDProgressBack2.png</texturesliderbar>
- <textureslidernib>-</textureslidernib>
- <textureslidernibfocus>-</textureslidernibfocus>
- </control>
-
- </control>
- <control type="group">
- <posx>370</posx>
- <posy>200r</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>560</width>
- <height>80</height>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="button" id="400">
- <posx>15</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-PrevFO.png</texturefocus>
- <texturenofocus>PlayerControls-PrevNF.png</texturenofocus>
- <onleft>407</onleft>
- <onright>401</onright>
- <onup>400</onup>
- <ondown>400</ondown>
- <onclick>XBMC.PlayerControl(Previous)</onclick>
- </control>
- <control type="button" id="401">
- <posx>100</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-RewindFO.png</texturefocus>
- <texturenofocus>PlayerControls-RewindNF.png</texturenofocus>
- <onleft>400</onleft>
- <onright>402</onright>
- <onup>401</onup>
- <ondown>401</ondown>
- <onclick>XBMC.PlayerControl(Rewind)</onclick>
- </control>
- <control type="button" id="402">
- <posx>190</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-StopFO.png</texturefocus>
- <texturenofocus>PlayerControls-StopNF.png</texturenofocus>
- <onleft>401</onleft>
- <onright>403</onright>
- <onup>402</onup>
- <ondown>402</ondown>
- <onclick>XBMC.PlayerControl(Stop)</onclick>
- </control>
- <control type="togglebutton" id="403">
- <posx>280</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-PauseFO.png</texturefocus>
- <texturenofocus>PlayerControls-PauseNF.png</texturenofocus>
- <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
- <alttexturefocus>PlayerControls-PlayFO.png</alttexturefocus>
- <alttexturenofocus>PlayerControls-PlayNF.png</alttexturenofocus>
- <onleft>402</onleft>
- <onright>404</onright>
- <onup>403</onup>
- <ondown>403</ondown>
- <onclick>XBMC.PlayerControl(Play)</onclick>
- </control>
- <control type="button" id="404">
- <posx>370</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-ForwardFO.png</texturefocus>
- <texturenofocus>PlayerControls-ForwardNF.png</texturenofocus>
- <onleft>403</onleft>
- <onright>405</onright>
- <onup>404</onup>
- <ondown>404</ondown>
- <onclick>XBMC.PlayerControl(Forward)</onclick>
- </control>
- <control type="button" id="405">
- <posx>460</posx>
- <posy>0</posy>
- <width>85</width>
- <height>80</height>
- <label>-</label>
- <texturefocus>PlayerControls-NextFO.png</texturefocus>
- <texturenofocus>PlayerControls-NextNF.png</texturenofocus>
- <onleft>404</onleft>
- <onright>406</onright>
- <onup>405</onup>
- <ondown>405</ondown>
- <onclick>XBMC.PlayerControl(Next)</onclick>
- </control>
- </control>
- <control type="group">
- <visible>Window.IsVisible(FullscreenVideo)</visible>
- <posx>80r</posx>
- <posy>385</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>170</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>0</posx>
- <posy>10</posy>
- <height>20</height>
- <width>80</width>
- <label>287</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font8_title</font>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>Video Has no Subtitles label</description>
- <posx>0</posx>
- <posy>40</posy>
- <height>20</height>
- <width>80</width>
- <label>31011</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!VideoPlayer.HasSubtitles</visible>
- </control>
- <control type="togglebutton">
- <description>Download with Subtitles script</description>
- <posx>10</posx>
- <posy>38</posy>
- <width>60</width>
- <height>35</height>
- <hitrect x="5" y="5" w="75" h="80" />
- <label>31356</label>
- <font>-</font>
- <texturefocus>radiobutton-nofocus.png</texturefocus>
- <texturenofocus>radiobutton-nofocus.png</texturenofocus>
- <alttexturefocus>radiobutton-focus.png</alttexturefocus>
- <alttexturenofocus>radiobutton-focus.png</alttexturenofocus>
- <onleft>605</onleft>
- <onright>702</onright>
- <onup>1000</onup>
- <ondown>1000</ondown>
- <onclick>Dialog.Close(VideoOSD,true)</onclick>
- <onclick>ShowSubtitles</onclick>
- <usealttexture>VideoPlayer.SubtitlesEnabled</usealttexture>
- <visible>VideoPlayer.HasSubtitles</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>88</posy>
- <width>80</width>
- <height>2</height>
- <texture>header-divide.png</texture>
- </control>
- <control type="togglebutton">
- <posx>10</posx>
- <posy>100</posy>
- <width>65</width>
- <height>60</height>
- <label>31356</label>
- <hitrect x="5" y="100" w="75" h="70" />
- <font>-</font>
- <texturefocus flipy="true">icon_shift.png</texturefocus>
- <texturenofocus flipy="true">icon_shift.png</texturenofocus>
- <alttexturefocus flipy="true">icon_shift.png</alttexturefocus>
- <alttexturenofocus flipy="true">icon_shift.png</alttexturenofocus>
- <onleft>605</onleft>
- <onright>702</onright>
- <onup>1000</onup>
- <ondown>1000</ondown>
- <onclick>Close</onclick>
- <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
- <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick>
- <altclick>Close</altclick>
- <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick>
- <usealttexture>IsEmpty(Skin.String(SubtitleScript_Path))</usealttexture>
- </control>
- </control>
-
- <control type="group">
- <visible>Skin.HasSetting(PlayerControlsSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>570r</posx>
- <posy>113</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>440</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>380</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>354</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>140</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>300</width>
- <height>354</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>-1</itemgap>
- <control type="radiobutton">
- <description>Random Toggle</description>
- <textwidth>170</textwidth>
- <include>ButtonCommonValues2</include>
- <label>$LOCALIZE[191]</label>
- <onclick>XBMC.PlayerControl(Random)</onclick>
- <selected>Playlist.IsRandom</selected>
- </control>
- <control type="button">
- <description>Repeat</description>
- <include>ButtonCommonValues2</include>
- <label>$LOCALIZE[486]$INFO[Playlist.Repeat,: ]</label>
- <onclick>XBMC.PlayerControl(Repeat)</onclick>
- </control>
- <!-- Buttons for Fullscreen Video -->
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>13395</label>
- <onclick>Dialog.Close(VideoOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>XBMC.ActivateWindow(123)</onclick>
- <visible>Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>31002</label>
- <onclick>Dialog.Close(VideoOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>XBMC.ActivateWindow(124)</onclick>
- <visible>Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>298</label>
- <onclick>Dialog.Close(VideoOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>XBMC.ActivateWindow(125)</onclick>
- <visible>Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <control type="togglebutton">
- <include>ButtonCommonValues2</include>
- <label>31018</label>
- <onclick>-</onclick>
- <onclick>Close</onclick>
- <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick>
- <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick>
- <altclick>Close</altclick>
- <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick>
- <alttexturefocus border="5">button-focus2.png</alttexturefocus>
- <alttexturenofocus>-</alttexturenofocus>
- <usealttexture>IsEmpty(Skin.String(SubtitleScript_Path))</usealttexture>
- <visible>false</visible>
- <visible>Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>31355</label>
- <onclick>PlayerControl(ShowVideoMenu)</onclick>
- <visible>VideoPlayer.HasMenu</visible>
- <visible>Window.IsVisible(FullScreenVideo)</visible>
- </control>
- <!-- Buttons for Fullscreen Audio -->
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>250</label>
- <onclick>Dialog.Close(MusicOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick>
- <visible>Window.IsVisible(Visualisation)</visible>
- </control>
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>31005</label>
- <onclick>Dialog.Close(MusicOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
- <visible>Window.IsVisible(Visualisation)</visible>
- </control>
- <control type="button">
- <include>ButtonCommonValues2</include>
- <label>31006</label>
- <onclick>Dialog.Close(MusicOSD,true)</onclick>
- <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick>
- <onclick>XBMC.ActivateWindow(122)</onclick>
- <visible>Window.IsVisible(Visualisation)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- </include>
+<includes> + <include name="PlayerControlCommons"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <colordiffuse>BBFFFFFF</colordiffuse> + <texture>black-back.png</texture> + <visible>!Window.IsVisible(Visualisation) + !Window.IsVisible(FullScreenVideo)</visible> + </control> + <include>CommonHeader</include> + <control type="group"> + <posx>0</posx> + <posy>84</posy> + <visible>Skin.HasSetting(PlayerControlsShowAudioInfo) + Player.HasAudio</visible> + <animation effect="slide" start="0,-200" end="0,0" time="300" easing="out" tween="quadratic" >Visible</animation> + <animation effect="slide" start="0,0" end="0,-200" time="300" easing="in" tween="quadratic" >Hidden</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>200</height> + <texture border="5">dialogback.png</texture> + </control> + <control type="group"> + <control type="image"> + <description>cover image</description> + <posx>20</posx> + <posy>10</posy> + <width>180</width> + <height>180</height> + <info>MusicPlayer.Cover</info> + <aspectratio>keep</aspectratio> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="label"> + <description>Artist label</description> + <posx>220</posx> + <posy>25</posy> + <width>1020</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[MusicPlayer.Artist]</label> + <textcolor>black</textcolor> + </control> + <control type="label"> + <posx>230</posx> + <posy>60</posy> + <width>1030</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[MusicPlayer.Title]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Album label</description> + <posx>220</posx> + <posy>95</posy> + <width>1020</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[MusicPlayer.Album]</label> + <textcolor>black</textcolor> + </control> + <control type="group"> + <posx>220</posx> + <posy>140</posy> + <width>600</width> + <height>45</height> + <control type="image"> + <description>Audio Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture> + </control> + <control type="group"> + <description>Rating</description> + <posx>105</posx> + <posy>0</posy> + <width>160</width> + <height>45</height> + <control type="image"> + <description>rating back</description> + <posx>0</posx> + <posy>0</posy> + <width>160</width> + <height>45</height> + <aspectratio align="left">stretch</aspectratio> + <texture border="5">flagging/blank.png</texture> + </control> + <control type="image"> + <description>Rating</description> + <posx>10</posx> + <posy>0</posy> + <width>140</width> + <height>45</height> + <aspectratio align="center">keep</aspectratio> + <texture fallback="LeftRating/rating0.png">$INFO[Player.StarRating,light/left_rating/]</texture> + </control> + </control> + </control> + <control type="label"> + <description>Normal Header label</description> + <posx>1260</posx> + <posy>5</posy> + <width>300</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[589]</label> + <visible>MusicPartyMode.Enabled</visible> + </control> + <control type="label"> + <description>Partymode Header label</description> + <posx>1260</posx> + <posy>5</posy> + <width>300</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554]: ]$INFO[musicplayer.Playlistlength, / ]</label> + <visible>!MusicPartyMode.Enabled</visible> + </control> + <control type="label"> + <posx>1260</posx> + <posy>160</posy> + <width>800</width> + <height>25</height> + <label>$LOCALIZE[209]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + <visible>MusicPlayer.HasNext</visible> + </control> + </control> + </control> + <control type="group"> + <posx>0</posx> + <posy>84</posy> + <visible>Skin.HasSetting(PlayerControlsShowVideoInfo) + Player.HasVideo</visible> + <animation effect="slide" start="0,-200" end="0,0" time="300" easing="out" tween="quadratic" >Visible</animation> + <animation effect="slide" start="0,0" end="0,-200" time="300" easing="in" tween="quadratic" >Hidden</animation> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>200</height> + <texture border="5">dialogback.png</texture> + </control> + <control type="group"> + <control type="group"> + <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes)</visible> + <control type="image"> + <description>cover image</description> + <posx>20</posx> + <posy>10</posy> + <width>250</width> + <height>180</height> + <info>VideoPlayer.Cover</info> + <aspectratio align="right">keep</aspectratio> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="label"> + <description>studio label</description> + <posx>290</posx> + <posy>25</posy> + <width>950</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.Studio]</label> + <textcolor>black</textcolor> + </control> + <control type="label"> + <posx>300</posx> + <posy>60</posy> + <width>940</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[VideoPlayer.Title]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Genre label</description> + <posx>290</posx> + <posy>95</posy> + <width>950</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.Genre]</label> + <textcolor>black</textcolor> + </control> + <control type="group"> + <posx>290</posx> + <posy>140</posy> + <width>600</width> + <height>45</height> + <control type="image"> + <description>Video Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Resolution Image</description> + <posx>100</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>175</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>275</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture> + </control> + </control> + </control> + <control type="group"> + <visible>VideoPlayer.Content(Movies)</visible> + <control type="image"> + <description>cover image</description> + <posx>20</posx> + <posy>10</posy> + <width>150</width> + <height>180</height> + <info>VideoPlayer.Cover</info> + <aspectratio>keep</aspectratio> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="label"> + <description>Studio label</description> + <posx>190</posx> + <posy>25</posy> + <width>1050</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.Studio]</label> + <textcolor>black</textcolor> + </control> + <control type="label"> + <posx>200</posx> + <posy>60</posy> + <width>1040</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[VideoPlayer.Title]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Genre label</description> + <posx>190</posx> + <posy>95</posy> + <width>1050</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.Genre]</label> + <textcolor>black</textcolor> + </control> + <control type="group"> + <posx>190</posx> + <posy>140</posy> + <width>600</width> + <height>45</height> + <control type="image"> + <description>Video Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Resolution Image</description> + <posx>100</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>175</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>275</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture> + </control> + </control> + </control> + <control type="group"> + <visible>VideoPlayer.Content(Episodes)</visible> + <control type="image"> + <description>cover image</description> + <posx>20</posx> + <posy>10</posy> + <width>250</width> + <height>180</height> + <info>VideoPlayer.Cover</info> + <aspectratio>scale</aspectratio> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="label"> + <description>Show label</description> + <posx>290</posx> + <posy>25</posy> + <width>950</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.TVShowTitle]</label> + <textcolor>black</textcolor> + </control> + <control type="label"> + <posx>300</posx> + <posy>60</posy> + <width>940</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[VideoPlayer.Title]</label> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Episode label</description> + <posx>290</posx> + <posy>95</posy> + <width>950</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[VideoPlayer.Season,$LOCALIZE[20373]: ]     $INFO[VideoPlayer.Episode,$LOCALIZE[20359]: ]</label> + <textcolor>black</textcolor> + </control> + <control type="group"> + <posx>290</posx> + <posy>140</posy> + <width>600</width> + <height>45</height> + <control type="image"> + <description>Video Codec Image</description> + <posx>0</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoCodec,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Resolution Image</description> + <posx>100</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>175</posx> + <posy>0</posy> + <width>100</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture> + </control> + <control type="image"> + <description>Audio Codec Image</description> + <posx>275</posx> + <posy>0</posy> + <width>75</width> + <height>45</height> + <aspectratio align="left">keep</aspectratio> + <texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture> + </control> + </control> + </control> + <control type="label"> + <description>Chapter label</description> + <posx>1260</posx> + <posy>5</posy> + <width>1200</width> + <height>25</height> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]$INFO[Player.ChapterName,[COLOR=grey3] (,)[/COLOR]]</label> + <visible>Player.ChapterCount</visible> + </control> + <control type="label"> + <posx>1260</posx> + <posy>160</posy> + <width>800</width> + <height>25</height> + <label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label> + <align>right</align> + <aligny>center</aligny> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>true</scroll> + </control> + </control> + </control> + <include>CommonHeader</include> + <control type="image"> + <posx>0</posx> + <posy>20</posy> + <width>1280</width> + <height>64</height> + <texture>header.png</texture> + </control> + <control type="grouplist"> + <description>Top Left bar</description> + <posx>0</posx> + <posy>20</posy> + <width>200</width> + <height>64</height> + <align>left</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <control type="button"> + <description>Playlist Button</description> + <width>64</width> + <height>64</height> + <texturenofocus>icon_playlistmusic.png</texturenofocus> + <texturefocus>icon_playlistmusic.png</texturefocus> + <onclick>PreviousMenu</onclick> + <onclick>ActivateWindow(MusicPlaylist)</onclick> + <visible>Player.HasAudio</visible> + </control> + <control type="button"> + <description>Playlist Button</description> + <width>64</width> + <height>64</height> + <texturenofocus>icon_playlistvideo.png</texturenofocus> + <texturefocus>icon_playlistvideo.png</texturefocus> + <onclick>PreviousMenu</onclick> + <onclick>ActivateWindow(VideoPlaylist)</onclick> + <visible>Player.HasVideo</visible> + </control> + <control type="image"> + <width>2</width> + <height>62</height> + <texture>header-divide.png</texture> + </control> + </control> + <control type="grouplist"> + <description>Top Right bar</description> + <posx>1080r</posx> + <posy>25</posy> + <width>1000</width> + <height>64</height> + <align>right</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <control type="radiobutton"> + <description>Show Info Button</description> + <width>270</width> + <height>50</height> + <label>$LOCALIZE[544]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <selected>Skin.HasSetting(PlayerControlsShowAudioInfo)</selected> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>Skin.ToggleSetting(PlayerControlsShowAudioInfo)</onclick> + <visible>Player.HasAudio</visible> + </control> + <control type="radiobutton"> + <description>Show Info Button</description> + <width>270</width> + <height>50</height> + <label>$LOCALIZE[544]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <selected>Skin.HasSetting(PlayerControlsShowVideoInfo)</selected> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>Skin.ToggleSetting(PlayerControlsShowVideoInfo)</onclick> + <visible>Player.HasVideo</visible> + </control> + <control type="button"> + <description>Submenu Button</description> + <width>200</width> + <height>50</height> + <label>$LOCALIZE[33063]</label> + <font>font13</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>Skin.ToggleSetting(PlayerControlsSubMenuVisible)</onclick> + <visible>!Window.IsVisible(Karaoke)</visible> + </control> + <control type="radiobutton"> + <description>Fullscreen Button</description> + <posy>5</posy> + <width>230</width> + <height>50</height> + <radiowidth>36</radiowidth> + <radioheight>36</radioheight> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <label>31008</label> + <onclick>fullscreen</onclick> + <textureradiofocus>GoFullscreen2.png</textureradiofocus> + <textureradionofocus>GoFullscreen2.png</textureradionofocus> + <visible>!Window.IsVisible(Visualisation) + !Window.IsVisible(FullScreenVideo) + !Window.IsVisible(Karaoke)</visible> + </control> + <control type="radiobutton"> + <description>Fullscreen Button</description> + <posy>5</posy> + <width>230</width> + <height>50</height> + <radiowidth>36</radiowidth> + <radioheight>36</radioheight> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <label>31008</label> + <onclick>Dialog.Close(VideoOSD,true)</onclick> + <onclick>Dialog.Close(MusicOSD,true)</onclick> + <onclick>fullscreen</onclick> + <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus> + <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus> + <visible>Window.IsVisible(Visualisation) | Window.IsVisible(FullScreenVideo) + !Window.IsVisible(Karaoke)</visible> + </control> + </control> + <control type="group"> + <posx>65r</posx> + <posy>20</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>62</height> + <texture>header-divide.png</texture> + </control> + <control type="button"> + <description>Close Button</description> + <posx>5</posx> + <posy>0</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>previousmenu</onclick> + <texturefocus>icon_close.png</texturefocus> + <texturenofocus>icon_close.png</texturenofocus> + </control> + </control> + + <control type="group"> + <posx>0</posx> + <posy>70r</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>71</height> + <texture>floor.png</texture> + </control> + <control type="label"> + <posx>180</posx> + <posy>16</posy> + <width>180</width> + <height>32</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Player.Time(hh:mm:ss)]</label> + </control> + <control type="label"> + <posx>1100</posx> + <posy>16</posy> + <width>180</width> + <height>32</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Player.Duration(hh:mm:ss)]</label> + </control> + <control type="progress"> + <description>ProgressbarCache</description> + <posx>200</posx> + <posy>16</posy> + <width>880</width> + <height>32</height> + <info>Player.ProgressCache</info> + <midtexture border="16,0,16,0">OSDProgressMidLight.png</midtexture> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>200</posx> + <posy>16</posy> + <width>880</width> + <height>32</height> + <info>Player.Progress</info> + <texturebg border="16,0,16,0">OSDProgressBack2.png</texturebg> + </control> + <control type="slider" id="87"> + <description>Seek Slider</description> + <posx>200</posx> + <posy>16</posy> + <width>880</width> + <height>32</height> + <action>seek</action> + <texturesliderbar border="16,0,16,0">OSDProgressBack2.png</texturesliderbar> + <textureslidernib>-</textureslidernib> + <textureslidernibfocus>-</textureslidernibfocus> + </control> + + </control> + <control type="group"> + <posx>370</posx> + <posy>200r</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>560</width> + <height>80</height> + <texture border="3">PlayerControls-Background.png</texture> + </control> + <control type="button" id="400"> + <posx>15</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-PrevFO.png</texturefocus> + <texturenofocus>PlayerControls-PrevNF.png</texturenofocus> + <onleft>407</onleft> + <onright>401</onright> + <onup>400</onup> + <ondown>400</ondown> + <onclick>XBMC.PlayerControl(Previous)</onclick> + </control> + <control type="button" id="401"> + <posx>100</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-RewindFO.png</texturefocus> + <texturenofocus>PlayerControls-RewindNF.png</texturenofocus> + <onleft>400</onleft> + <onright>402</onright> + <onup>401</onup> + <ondown>401</ondown> + <onclick>XBMC.PlayerControl(Rewind)</onclick> + </control> + <control type="button" id="402"> + <posx>190</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-StopFO.png</texturefocus> + <texturenofocus>PlayerControls-StopNF.png</texturenofocus> + <onleft>401</onleft> + <onright>403</onright> + <onup>402</onup> + <ondown>402</ondown> + <onclick>XBMC.PlayerControl(Stop)</onclick> + </control> + <control type="togglebutton" id="403"> + <posx>280</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-PauseFO.png</texturefocus> + <texturenofocus>PlayerControls-PauseNF.png</texturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <alttexturefocus>PlayerControls-PlayFO.png</alttexturefocus> + <alttexturenofocus>PlayerControls-PlayNF.png</alttexturenofocus> + <onleft>402</onleft> + <onright>404</onright> + <onup>403</onup> + <ondown>403</ondown> + <onclick>XBMC.PlayerControl(Play)</onclick> + </control> + <control type="button" id="404"> + <posx>370</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-ForwardFO.png</texturefocus> + <texturenofocus>PlayerControls-ForwardNF.png</texturenofocus> + <onleft>403</onleft> + <onright>405</onright> + <onup>404</onup> + <ondown>404</ondown> + <onclick>XBMC.PlayerControl(Forward)</onclick> + </control> + <control type="button" id="405"> + <posx>460</posx> + <posy>0</posy> + <width>85</width> + <height>80</height> + <label>-</label> + <texturefocus>PlayerControls-NextFO.png</texturefocus> + <texturenofocus>PlayerControls-NextNF.png</texturenofocus> + <onleft>404</onleft> + <onright>406</onright> + <onup>405</onup> + <ondown>405</ondown> + <onclick>XBMC.PlayerControl(Next)</onclick> + </control> + </control> + <control type="group"> + <visible>Window.IsVisible(FullscreenVideo)</visible> + <posx>80r</posx> + <posy>385</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>170</height> + <colordiffuse>EEFFFFFF</colordiffuse> + <texture border="3">PlayerControls-Background.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>0</posx> + <posy>10</posy> + <height>20</height> + <width>80</width> + <label>287</label> + <align>center</align> + <aligny>center</aligny> + <font>font8_title</font> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>Video Has no Subtitles label</description> + <posx>0</posx> + <posy>40</posy> + <height>20</height> + <width>80</width> + <label>31011</label> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!VideoPlayer.HasSubtitles</visible> + </control> + <control type="togglebutton"> + <description>Download with Subtitles script</description> + <posx>10</posx> + <posy>38</posy> + <width>60</width> + <height>35</height> + <hitrect x="5" y="5" w="75" h="80" /> + <label>31356</label> + <font>-</font> + <texturefocus>radiobutton-nofocus.png</texturefocus> + <texturenofocus>radiobutton-nofocus.png</texturenofocus> + <alttexturefocus>radiobutton-focus.png</alttexturefocus> + <alttexturenofocus>radiobutton-focus.png</alttexturenofocus> + <onleft>605</onleft> + <onright>702</onright> + <onup>1000</onup> + <ondown>1000</ondown> + <onclick>Dialog.Close(VideoOSD,true)</onclick> + <onclick>ShowSubtitles</onclick> + <usealttexture>VideoPlayer.SubtitlesEnabled</usealttexture> + <visible>VideoPlayer.HasSubtitles</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>88</posy> + <width>80</width> + <height>2</height> + <texture>header-divide.png</texture> + </control> + <control type="togglebutton"> + <posx>10</posx> + <posy>100</posy> + <width>65</width> + <height>60</height> + <label>31356</label> + <hitrect x="5" y="100" w="75" h="70" /> + <font>-</font> + <texturefocus flipy="true">icon_shift.png</texturefocus> + <texturenofocus flipy="true">icon_shift.png</texturenofocus> + <alttexturefocus flipy="true">icon_shift.png</alttexturefocus> + <alttexturenofocus flipy="true">icon_shift.png</alttexturenofocus> + <onleft>605</onleft> + <onright>702</onright> + <onup>1000</onup> + <ondown>1000</ondown> + <onclick>Close</onclick> + <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick> + <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick> + <altclick>Close</altclick> + <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick> + <usealttexture>IsEmpty(Skin.String(SubtitleScript_Path))</usealttexture> + </control> + </control> + + <control type="group"> + <visible>Skin.HasSetting(PlayerControlsSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>570r</posx> + <posy>113</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>440</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>380</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>354</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>140</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>300</width> + <height>354</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>-1</itemgap> + <control type="radiobutton"> + <description>Random Toggle</description> + <textwidth>170</textwidth> + <include>ButtonCommonValues2</include> + <label>$LOCALIZE[191]</label> + <onclick>XBMC.PlayerControl(Random)</onclick> + <selected>Playlist.IsRandom</selected> + </control> + <control type="button"> + <description>Repeat</description> + <include>ButtonCommonValues2</include> + <label>$LOCALIZE[486]$INFO[Playlist.Repeat,: ]</label> + <onclick>XBMC.PlayerControl(Repeat)</onclick> + </control> + <!-- Buttons for Fullscreen Video --> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>13395</label> + <onclick>Dialog.Close(VideoOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>XBMC.ActivateWindow(123)</onclick> + <visible>Window.IsVisible(FullScreenVideo)</visible> + </control> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>31002</label> + <onclick>Dialog.Close(VideoOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>XBMC.ActivateWindow(124)</onclick> + <visible>Window.IsVisible(FullScreenVideo)</visible> + </control> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>298</label> + <onclick>Dialog.Close(VideoOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>XBMC.ActivateWindow(125)</onclick> + <visible>Window.IsVisible(FullScreenVideo)</visible> + </control> + <control type="togglebutton"> + <include>ButtonCommonValues2</include> + <label>31018</label> + <onclick>-</onclick> + <onclick>Close</onclick> + <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick> + <altclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</altclick> + <altclick>Close</altclick> + <altclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</altclick> + <alttexturefocus border="5">button-focus2.png</alttexturefocus> + <alttexturenofocus>-</alttexturenofocus> + <usealttexture>IsEmpty(Skin.String(SubtitleScript_Path))</usealttexture> + <visible>false</visible> + <visible>Window.IsVisible(FullScreenVideo)</visible> + </control> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>31355</label> + <onclick>PlayerControl(ShowVideoMenu)</onclick> + <visible>VideoPlayer.HasMenu</visible> + <visible>Window.IsVisible(FullScreenVideo)</visible> + </control> + <!-- Buttons for Fullscreen Audio --> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>250</label> + <onclick>Dialog.Close(MusicOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick> + <visible>Window.IsVisible(Visualisation)</visible> + </control> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>31005</label> + <onclick>Dialog.Close(MusicOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick> + <visible>Window.IsVisible(Visualisation)</visible> + </control> + <control type="button"> + <include>ButtonCommonValues2</include> + <label>31006</label> + <onclick>Dialog.Close(MusicOSD,true)</onclick> + <onclick>Skin.Reset(PlayerControlsSubMenuVisible)</onclick> + <onclick>XBMC.ActivateWindow(122)</onclick> + <visible>Window.IsVisible(Visualisation)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + </include> </includes>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/LockSettings.xml b/addons/skin.touched/4x3Hirez/LockSettings.xml index 9fcf7388fc..81460c08a6 100644 --- a/addons/skin.touched/4x3Hirez/LockSettings.xml +++ b/addons/skin.touched/4x3Hirez/LockSettings.xml @@ -1,113 +1,113 @@ -<window id="131">
- <defaultcontrol>5</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[20043]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>720</height>
- <itemgap>-1</itemgap>
- <pagecontrol>60</pagecontrol>
- <onleft>28</onleft>
- <onright>60</onright>
- <onup>28</onup>
- <ondown>28</ondown>
- </control>
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="9">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- <control type="image" id="11">
- <description>separator image</description>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="28">
- <description>OK button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="29">
- <description>Cancel button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </controls>
+<window id="131"> + <defaultcontrol>5</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[20043]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>720</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>28</onleft> + <onright>60</onright> + <onup>28</onup> + <ondown>28</ondown> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/LoginScreen.xml b/addons/skin.touched/4x3Hirez/LoginScreen.xml index 83fe72fcd1..7e14c18377 100644 --- a/addons/skin.touched/4x3Hirez/LoginScreen.xml +++ b/addons/skin.touched/4x3Hirez/LoginScreen.xml @@ -1,134 +1,134 @@ -<window id="29">
- <defaultcontrol></defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>CommonNowPlaying</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[20096]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="label">
- <posx>295</posx>
- <posy>140</posy>
- <width>690</width>
- <height>40</height>
- <font>font13_title</font>
- <textcolor>grey2</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31421]</label>
- </control>
- <control type="panel" id="52">
- <posx>295</posx>
- <posy>210</posy>
- <width>690</width>
- <height>401</height>
- <onleft>20</onleft>
- <onright>20</onright>
- <onup>52</onup>
- <ondown>52</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="115" width="690">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>690</width>
- <height>110</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>80</width>
- <height>90</height>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>110</posx>
- <posy>10</posy>
- <width>580</width>
- <height>40</height>
- <font>font24_title</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>110</posx>
- <posy>50</posy>
- <width>580</width>
- <height>40</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </itemlayout>
- <focusedlayout height="115" width="580">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>690</width>
- <height>110</height>
- <texture border="5">SubBack2.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>90</width>
- <height>80</height>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>110</posx>
- <posy>10</posy>
- <width>580</width>
- <height>40</height>
- <font>font24_title</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>110</posx>
- <posy>50</posy>
- <width>580</width>
- <height>40</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>13012</label>
- <onclick>XBMC.Quit</onclick>
- <icon>icon_shutdown.png</icon>
- </item>
- </content>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="29"> + <defaultcontrol></defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[20096]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="label"> + <posx>295</posx> + <posy>140</posy> + <width>690</width> + <height>40</height> + <font>font13_title</font> + <textcolor>grey2</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31421]</label> + </control> + <control type="panel" id="52"> + <posx>295</posx> + <posy>210</posy> + <width>690</width> + <height>401</height> + <onleft>20</onleft> + <onright>20</onright> + <onup>52</onup> + <ondown>52</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="115" width="690"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>690</width> + <height>110</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>80</width> + <height>90</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>110</posx> + <posy>10</posy> + <width>580</width> + <height>40</height> + <font>font24_title</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>110</posx> + <posy>50</posy> + <width>580</width> + <height>40</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="115" width="580"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>690</width> + <height>110</height> + <texture border="5">SubBack2.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>90</width> + <height>80</height> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>110</posx> + <posy>10</posy> + <width>580</width> + <height>40</height> + <font>font24_title</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>110</posx> + <posy>50</posy> + <width>580</width> + <height>40</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>13012</label> + <onclick>XBMC.Quit</onclick> + <icon>icon_shutdown.png</icon> + </item> + </content> + </control> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MusicKaraokeLyrics.xml b/addons/skin.touched/4x3Hirez/MusicKaraokeLyrics.xml index e59abd4434..892fde0253 100644 --- a/addons/skin.touched/4x3Hirez/MusicKaraokeLyrics.xml +++ b/addons/skin.touched/4x3Hirez/MusicKaraokeLyrics.xml @@ -1,80 +1,80 @@ -<window id="2009">
- <onunload>Dialog.Close(MusicOSD)</onunload>
- <controls>
- <control type="karvisualisation" id="1">
- <description>visualisation</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <visibility>false</visibility>
- </control>
- <control type="image" id="2">
- <description>fullscreen image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <visibility>false</visibility>
- </control>
- <control type="group">
- <posx>70r</posx>
- <posy>405</posy>
- <include>Window_OpenClose_Animation</include>
- <include>VisibleFadeEffect</include>
- <visible>!Window.IsVisible(MusicOSD)</visible>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>80</width>
- <height>150</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="button">
- <posx>10</posx>
- <posy>10</posy>
- <width>55</width>
- <height>55</height>
- <label>-</label>
- <texturefocus>icon_player2.png</texturefocus>
- <texturenofocus>icon_player2.png</texturenofocus>
- <onclick>ActivateWindow(MusicOSD)</onclick>
- </control>
- <control type="button">
- <posx>10</posx>
- <posy>85</posy>
- <width>55</width>
- <height>55</height>
- <label>-</label>
- <texturefocus>icon_keypad.png</texturefocus>
- <texturenofocus>icon_keypad.png</texturenofocus>
- <onclick>Number0</onclick>
- </control>
- </control>
- <control type="group">
- <visible>MusicPlayer.Offset(number).Exists + !IntegerGreaterThan(Player.TimeRemaining,20)</visible>
- <animation effect="slide" start="0,-64" end="0,0" time="100">Visible</animation>
- <posx>0</posx>
- <posy>0</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>64</height>
- <texture>header.png</texture>
- </control>
- <control type="label" id="402">
- <description>Next Song Name</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>white</textcolor>
- <label>$LOCALIZE[209] : $INFO[MusicPlayer.offset(1).Title]</label>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- </control>
- </controls>
-</window>
+<window id="2009"> + <onunload>Dialog.Close(MusicOSD)</onunload> + <controls> + <control type="karvisualisation" id="1"> + <description>visualisation</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <visibility>false</visibility> + </control> + <control type="image" id="2"> + <description>fullscreen image</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <visibility>false</visibility> + </control> + <control type="group"> + <posx>70r</posx> + <posy>405</posy> + <include>Window_OpenClose_Animation</include> + <include>VisibleFadeEffect</include> + <visible>!Window.IsVisible(MusicOSD)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>150</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="button"> + <posx>10</posx> + <posy>10</posy> + <width>55</width> + <height>55</height> + <label>-</label> + <texturefocus>icon_player2.png</texturefocus> + <texturenofocus>icon_player2.png</texturenofocus> + <onclick>ActivateWindow(MusicOSD)</onclick> + </control> + <control type="button"> + <posx>10</posx> + <posy>85</posy> + <width>55</width> + <height>55</height> + <label>-</label> + <texturefocus>icon_keypad.png</texturefocus> + <texturenofocus>icon_keypad.png</texturenofocus> + <onclick>Number0</onclick> + </control> + </control> + <control type="group"> + <visible>MusicPlayer.Offset(number).Exists + !IntegerGreaterThan(Player.TimeRemaining,20)</visible> + <animation effect="slide" start="0,-64" end="0,0" time="100">Visible</animation> + <posx>0</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>64</height> + <texture>header.png</texture> + </control> + <control type="label" id="402"> + <description>Next Song Name</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>60</height> + <font>font16</font> + <textcolor>white</textcolor> + <label>$LOCALIZE[209] : $INFO[MusicPlayer.offset(1).Title]</label> + <align>center</align> + <aligny>center</aligny> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MusicOSD.xml b/addons/skin.touched/4x3Hirez/MusicOSD.xml index 2e148a4600..7acfa2f6ef 100644 --- a/addons/skin.touched/4x3Hirez/MusicOSD.xml +++ b/addons/skin.touched/4x3Hirez/MusicOSD.xml @@ -1,13 +1,13 @@ -<window type="dialog" id="120">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <include>PlayerControlCommons</include>
- </controls>
+<window type="dialog" id="120"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MusicOverlay.xml b/addons/skin.touched/4x3Hirez/MusicOverlay.xml index b2a398f5f4..510e6e3223 100644 --- a/addons/skin.touched/4x3Hirez/MusicOverlay.xml +++ b/addons/skin.touched/4x3Hirez/MusicOverlay.xml @@ -1,5 +1,5 @@ -<window id="2903">
- <defaultcontrol>-</defaultcontrol>
- <controls>
- </controls>
+<window id="2903"> + <defaultcontrol>-</defaultcontrol> + <controls> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MusicVisualisation.xml b/addons/skin.touched/4x3Hirez/MusicVisualisation.xml index d834c5efbc..71f0342401 100644 --- a/addons/skin.touched/4x3Hirez/MusicVisualisation.xml +++ b/addons/skin.touched/4x3Hirez/MusicVisualisation.xml @@ -1,67 +1,67 @@ -<window id="2006">
- <defaultcontrol>-</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <control type="visualisation">
- <description>visualisation</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- </control>
- <!-- codec & viz infos -->
- <control type="group" id="0">
- <posx>0</posx>
- <posy>50</posy>
- <visible>Player.ShowCodec + ![Window.IsVisible(script-XBMC_Lyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible>
- <animation effect="fade" time="200">VisibleChange</animation>
- <control type="image">
- <description>media info background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>105</height>
- <colordiffuse>AAFFFFFF</colordiffuse>
- <texture>black-back.png</texture>
- </control>
- <control type="label">
- <description>row 1 label</description>
- <posx>50</posx>
- <posy>10</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label>
- <font>font12</font>
- </control>
- <control type="label">
- <description>row 2 label</description>
- <posx>50</posx>
- <posy>40</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label>
- <font>font12</font>
- <visible>Visualisation.Locked</visible>
- </control>
- <control type="label">
- <description>Unlocked row 2 label</description>
- <posx>50</posx>
- <posy>40</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label>
- <font>font12</font>
- <visible>!Visualisation.Locked</visible>
- </control>
- <control type="label">
- <description>row 3 label</description>
- <posx>50</posx>
- <posy>70</posy>
- <label>-</label>
- <align>left</align>
- <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label>
- <font>font12</font>
- </control>
- </control>
- </controls>
+<window id="2006"> + <defaultcontrol>-</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control type="visualisation"> + <description>visualisation</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + </control> + <!-- codec & viz infos --> + <control type="group" id="0"> + <posx>0</posx> + <posy>50</posy> + <visible>Player.ShowCodec + ![Window.IsVisible(script-XBMC_Lyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <description>media info background image</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>105</height> + <colordiffuse>AAFFFFFF</colordiffuse> + <texture>black-back.png</texture> + </control> + <control type="label"> + <description>row 1 label</description> + <posx>50</posx> + <posy>10</posy> + <label>-</label> + <align>left</align> + <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label> + <font>font12</font> + </control> + <control type="label"> + <description>row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label> + <font>font12</font> + <visible>Visualisation.Locked</visible> + </control> + <control type="label"> + <description>Unlocked row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label> + <font>font12</font> + <visible>!Visualisation.Locked</visible> + </control> + <control type="label"> + <description>row 3 label</description> + <posx>50</posx> + <posy>70</posy> + <label>-</label> + <align>left</align> + <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label> + <font>font12</font> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MyMusicNav.xml b/addons/skin.touched/4x3Hirez/MyMusicNav.xml index edb6039e10..def22a805e 100644 --- a/addons/skin.touched/4x3Hirez/MyMusicNav.xml +++ b/addons/skin.touched/4x3Hirez/MyMusicNav.xml @@ -1,130 +1,130 @@ -<window id="502">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[10516]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="radiobutton" id="99">
- <description>Library button</description>
- <label>$LOCALIZE[29800]</label>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- <onclick>ReplaceWindow(MusicFiles)</onclick>
- <selected>Window.IsVisible(MusicLibrary)</selected>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="button" id="8">
- <description>Search</description>
- <include>ButtonCommonValues2</include>
- <label>137</label>
- </control>
- <control type="radiobutton" id="16">
- <description>PartyMode</description>
- <label>589</label>
- <include>ButtonCommonValues2</include>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="502"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10516]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="radiobutton" id="99"> + <description>Library button</description> + <label>$LOCALIZE[29800]</label> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + <onclick>ReplaceWindow(MusicFiles)</onclick> + <selected>Window.IsVisible(MusicLibrary)</selected> + <include>ButtonCommonValues2</include> + </control> + <control type="button" id="8"> + <description>Search</description> + <include>ButtonCommonValues2</include> + <label>137</label> + </control> + <control type="radiobutton" id="16"> + <description>PartyMode</description> + <label>589</label> + <include>ButtonCommonValues2</include> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MyMusicPlaylist.xml b/addons/skin.touched/4x3Hirez/MyMusicPlaylist.xml index 7df4de4cb1..fb93f72b03 100644 --- a/addons/skin.touched/4x3Hirez/MyMusicPlaylist.xml +++ b/addons/skin.touched/4x3Hirez/MyMusicPlaylist.xml @@ -1,129 +1,129 @@ -<window id="500">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[10517]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>ParentDir</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="radiobutton" id="20">
- <description>Shuffle button</description>
- <include>ButtonCommonValues2</include>
- <label>191</label>
- </control>
- <control type="button" id="26">
- <description>Repeat button</description>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- <label>-</label>
- </control>
- <control type="button" id="21">
- <description>Save button</description>
- <label>190</label>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="button" id="22">
- <description>Clear button</description>
- <label>192</label>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
+<window id="500"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10517]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="radiobutton" id="20"> + <description>Shuffle button</description> + <include>ButtonCommonValues2</include> + <label>191</label> + </control> + <control type="button" id="26"> + <description>Repeat button</description> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + <label>-</label> + </control> + <control type="button" id="21"> + <description>Save button</description> + <label>190</label> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + </control> + <control type="button" id="22"> + <description>Clear button</description> + <label>192</label> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>BehindDialogFadeOut</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MyMusicPlaylistEditor.xml b/addons/skin.touched/4x3Hirez/MyMusicPlaylistEditor.xml index 54138c7ece..1cf29b0a6a 100644 --- a/addons/skin.touched/4x3Hirez/MyMusicPlaylistEditor.xml +++ b/addons/skin.touched/4x3Hirez/MyMusicPlaylistEditor.xml @@ -1,395 +1,395 @@ -<window id="503">
- <defaultcontrol allways="true">6</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[10503]</label>
- </control>
- <control type="group">
- <posx>40</posx>
- <posy>130</posy>
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <scroll>true</scroll>
- <align>center</align>
- <aligny>center</aligny>
- <label>31058</label>
- </control>
- <control type="label">
- <description>number of files/pages in left list text label</description>
- <posx>0</posx>
- <posy>710</posy>
- <width>590</width>
- <font>font13</font>
- <align>left</align>
- <scroll>true</scroll>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <label>($INFO[Container(50).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages])</label>
- </control>
- <control type="panel" id="50">
- <posx>0</posx>
- <posy>40</posy>
- <width>590</width>
- <height>660</height>
- <onleft>100</onleft>
- <onright>100</onright>
- <onup>50</onup>
- <ondown>50</ondown>
- <viewtype label="">list</viewtype>
- <pagecontrol>30</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="590">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>410</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>480</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="590">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>60</height>
- <texture border="5">ListFO.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>410</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>480</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <posx>650</posx>
- <posy>130</posy>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <scroll>true</scroll>
- <align>center</align>
- <aligny>center</aligny>
- <label>31059</label>
- </control>
- <control type="label">
- <description>Page Count Label</description>
- <posx>590</posx>
- <posy>710</posy>
- <width>590</width>
- <font>font13</font>
- <align>right</align>
- <scroll>true</scroll>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <label>($INFO[Container(100).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(100).CurrentPage]/$INFO[Container(100).NumPages])</label>
- </control>
- <control type="panel" id="100">
- <posx>0</posx>
- <posy>40</posy>
- <width>590</width>
- <height>660</height>
- <onleft>50</onleft>
- <onright>50</onright>
- <onup>100</onup>
- <ondown>100</ondown>
- <viewtype label="">list</viewtype>
- <pagecontrol>30</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="590">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>410</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>480</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="590">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>590</width>
- <height>60</height>
- <texture border="5">ListFO.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>410</width>
- <height>60</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>480</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- </focusedlayout>
- </control>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>ParentDir</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="6">
- <label>31055</label>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="button" id="7">
- <description>Save Button</description>
- <label>31056</label>
- <include>ButtonCommonValues2</include>
- <onleft>50</onleft>
- </control>
- <control type="button" id="8">
- <description>Clear button</description>
- <label>31057</label>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="503"> + <defaultcontrol allways="true">6</defaultcontrol> + <allowoverlay>no</allowoverlay> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10503]</label> + </control> + <control type="group"> + <posx>40</posx> + <posy>130</posy> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>31058</label> + </control> + <control type="label"> + <description>number of files/pages in left list text label</description> + <posx>0</posx> + <posy>710</posy> + <width>590</width> + <font>font13</font> + <align>left</align> + <scroll>true</scroll> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <label>($INFO[Container(50).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages])</label> + </control> + <control type="panel" id="50"> + <posx>0</posx> + <posy>40</posy> + <width>590</width> + <height>660</height> + <onleft>100</onleft> + <onright>100</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>30</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="590"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>410</width> + <height>60</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>480</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + </control> + </itemlayout> + <focusedlayout height="60" width="590"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>60</height> + <texture border="5">ListFO.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>410</width> + <height>60</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>480</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + </focusedlayout> + </control> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>650</posx> + <posy>130</posy> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>31059</label> + </control> + <control type="label"> + <description>Page Count Label</description> + <posx>590</posx> + <posy>710</posy> + <width>590</width> + <font>font13</font> + <align>right</align> + <scroll>true</scroll> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <label>($INFO[Container(100).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(100).CurrentPage]/$INFO[Container(100).NumPages])</label> + </control> + <control type="panel" id="100"> + <posx>0</posx> + <posy>40</posy> + <width>590</width> + <height>660</height> + <onleft>50</onleft> + <onright>50</onright> + <onup>100</onup> + <ondown>100</ondown> + <viewtype label="">list</viewtype> + <pagecontrol>30</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="590"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>410</width> + <height>60</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>480</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + </control> + </itemlayout> + <focusedlayout height="60" width="590"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>590</width> + <height>60</height> + <texture border="5">ListFO.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>410</width> + <height>60</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>480</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + </focusedlayout> + </control> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="6"> + <label>31055</label> + <include>ButtonCommonValues2</include> + </control> + <control type="button" id="7"> + <description>Save Button</description> + <label>31056</label> + <include>ButtonCommonValues2</include> + <onleft>50</onleft> + </control> + <control type="button" id="8"> + <description>Clear button</description> + <label>31057</label> + <include>ButtonCommonValues2</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MyMusicSongs.xml b/addons/skin.touched/4x3Hirez/MyMusicSongs.xml index 4d409af880..8ee3a061e1 100644 --- a/addons/skin.touched/4x3Hirez/MyMusicSongs.xml +++ b/addons/skin.touched/4x3Hirez/MyMusicSongs.xml @@ -1,119 +1,119 @@ -<window id="501">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[31012]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="radiobutton" id="99">
- <description>Library button</description>
- <label>$LOCALIZE[29800]</label>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- <onclick>ReplaceWindow(MusicLibrary)</onclick>
- <selected>Window.IsVisible(MusicLibrary)</selected>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
+<window id="501"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[31012]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="radiobutton" id="99"> + <description>Library button</description> + <label>$LOCALIZE[29800]</label> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + <onclick>ReplaceWindow(MusicLibrary)</onclick> + <selected>Window.IsVisible(MusicLibrary)</selected> + <include>ButtonCommonValues2</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MyPics.xml b/addons/skin.touched/4x3Hirez/MyPics.xml index 92d4e5315a..2a97fd97e4 100644 --- a/addons/skin.touched/4x3Hirez/MyPics.xml +++ b/addons/skin.touched/4x3Hirez/MyPics.xml @@ -1,130 +1,130 @@ -<window id="2">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[1]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="button" id="6">
- <description>Slideshow</description>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- <label>108</label>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="button" id="7">
- <description>Recersive Slideshow</description>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- <label>361</label>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="radiobutton" id="9">
- <description>Randomize Toggle</description>
- <include>ButtonCommonValues2</include>
- <label>13319</label>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="2"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[1]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="button" id="6"> + <description>Slideshow</description> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + <label>108</label> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="button" id="7"> + <description>Recersive Slideshow</description> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + <label>361</label> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="radiobutton" id="9"> + <description>Randomize Toggle</description> + <include>ButtonCommonValues2</include> + <label>13319</label> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MyPrograms.xml b/addons/skin.touched/4x3Hirez/MyPrograms.xml index 53f5fa8acd..c8a87cb1f9 100644 --- a/addons/skin.touched/4x3Hirez/MyPrograms.xml +++ b/addons/skin.touched/4x3Hirez/MyPrograms.xml @@ -1,111 +1,111 @@ -<window id="1">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[0]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="1"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[0]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/MyVideoNav.xml b/addons/skin.touched/4x3Hirez/MyVideoNav.xml index b2665888c7..05f86f3b8f 100644 --- a/addons/skin.touched/4x3Hirez/MyVideoNav.xml +++ b/addons/skin.touched/4x3Hirez/MyVideoNav.xml @@ -1,153 +1,153 @@ -<window id="25">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,550,500,502,552</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[3]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootViewVideo</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- <include>WideIconView</include> <!-- view id = 502 -->
- <include>RootViewMetaDataVideo</include> <!-- view id = 550 -->
- <include>WideIconMetaDataView</include> <!-- view id = 552 -->
- <include>ScrollArrowsCommons</include>
- </control>
- <include>MediaSubMenu</include>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="button" id="3">
- <description>Sort by button</description>
- <include>ButtonCommonValues2</include>
- <label>103</label>
- </control>
- <control type="togglebutton" id="4">
- <description>Sort asc</description>
- <include>ButtonCommonValues2</include>
- <alttexturefocus>button-focus2.png</alttexturefocus>
- <alttexturenofocus>button-nofocus.png</alttexturenofocus>
- <label>31051</label>
- <altlabel>31050</altlabel>
- <usealttexture>Container.SortDirection(Ascending)</usealttexture>
- </control>
- <control type="radiobutton" id="14">
- <description>Watched Toggle</description>
- <textwidth>170</textwidth>
- <include>ButtonCommonValues2</include>
- <label>20367</label>
- </control>
- <control type="button" id="8">
- <description>Search</description>
- <include>ButtonCommonValues2</include>
- <label>137</label>
- <visible>false</visible>
- </control>
- <control type="radiobutton" id="7">
- <description>Stack Toggle</description>
- <textwidth>170</textwidth>
- <include>ButtonCommonValues2</include>
- <label>346</label>
- </control>
- <control type="radiobutton" id="17">
- <description>Flatten</description>
- <textwidth>170</textwidth>
- <include>ButtonCommonValues2</include>
- <label>20411</label>
- </control>
- <control type="radiobutton" id="16">
- <description>PartyMode</description>
- <label>589</label>
- <include>ButtonCommonValues2</include>
- <visible>Library.HasContent(MusicVideos)</visible>
- </control>
- <control type="radiobutton" id="11">
- <description>Unlock Shares</description>
- <textwidth>170</textwidth>
- <include>ButtonCommonValues2</include>
- <label>20336</label>
- <onclick>xbmc.mastermode</onclick>
- <selected>system.ismaster</selected>
- <visible>false</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>ScrollOffsetLabel</include>
- <include>BehindDialogFadeOut</include>
- </controls>
+<window id="25"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,550,500,502,552</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[3]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootViewVideo</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + <include>WideIconView</include> <!-- view id = 502 --> + <include>RootViewMetaDataVideo</include> <!-- view id = 550 --> + <include>WideIconMetaDataView</include> <!-- view id = 552 --> + <include>ScrollArrowsCommons</include> + </control> + <include>MediaSubMenu</include> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="button" id="3"> + <description>Sort by button</description> + <include>ButtonCommonValues2</include> + <label>103</label> + </control> + <control type="togglebutton" id="4"> + <description>Sort asc</description> + <include>ButtonCommonValues2</include> + <alttexturefocus>button-focus2.png</alttexturefocus> + <alttexturenofocus>button-nofocus.png</alttexturenofocus> + <label>31051</label> + <altlabel>31050</altlabel> + <usealttexture>Container.SortDirection(Ascending)</usealttexture> + </control> + <control type="radiobutton" id="14"> + <description>Watched Toggle</description> + <textwidth>170</textwidth> + <include>ButtonCommonValues2</include> + <label>20367</label> + </control> + <control type="button" id="8"> + <description>Search</description> + <include>ButtonCommonValues2</include> + <label>137</label> + <visible>false</visible> + </control> + <control type="radiobutton" id="7"> + <description>Stack Toggle</description> + <textwidth>170</textwidth> + <include>ButtonCommonValues2</include> + <label>346</label> + </control> + <control type="radiobutton" id="17"> + <description>Flatten</description> + <textwidth>170</textwidth> + <include>ButtonCommonValues2</include> + <label>20411</label> + </control> + <control type="radiobutton" id="16"> + <description>PartyMode</description> + <label>589</label> + <include>ButtonCommonValues2</include> + <visible>Library.HasContent(MusicVideos)</visible> + </control> + <control type="radiobutton" id="11"> + <description>Unlock Shares</description> + <textwidth>170</textwidth> + <include>ButtonCommonValues2</include> + <label>20336</label> + <onclick>xbmc.mastermode</onclick> + <selected>system.ismaster</selected> + <visible>false</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>ScrollOffsetLabel</include> + <include>BehindDialogFadeOut</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MyVideoPlaylist.xml b/addons/skin.touched/4x3Hirez/MyVideoPlaylist.xml index c929249314..8008bd6dd5 100644 --- a/addons/skin.touched/4x3Hirez/MyVideoPlaylist.xml +++ b/addons/skin.touched/4x3Hirez/MyVideoPlaylist.xml @@ -1,129 +1,129 @@ -<window id="500">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <views>50,500</views>
- <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
- <controls>
- <include>CommonBackground</include>
- <include>FileCountCommons</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[10522]</label>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <include>CommonRootView</include> <!-- view id = 50 -->
- <include>ThumbnailView</include> <!-- view id = 500 -->
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>ParentDir</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
- </control>
- <control type="group">
- <posx>340r</posx>
- <posy>130</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>10</posy>
- <width>300</width>
- <height>420</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>270</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="grouplist">
- <posx>11</posx>
- <posy>10</posy>
- <width>298</width>
- <height>420</height>
- <onleft>9000</onleft>
- <onright>50</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <itemgap>0</itemgap>
- <control type="radiobutton" id="20">
- <description>Shuffle button</description>
- <include>ButtonCommonValues2</include>
- <label>191</label>
- </control>
- <control type="button" id="26">
- <description>Repeat button</description>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- <label>-</label>
- </control>
- <control type="button" id="21">
- <description>Save button</description>
- <label>190</label>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="button" id="22">
- <description>Clear button</description>
- <label>192</label>
- <textwidth>235</textwidth>
- <include>ButtonCommonValues2</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>298</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- </control>
- </control>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
+<window id="500"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <views>50,500</views> + <onunload>Skin.Reset(MediaSubMenuVisible)</onunload> + <controls> + <include>CommonBackground</include> + <include>FileCountCommons</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10522]</label> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <include>CommonRootView</include> <!-- view id = 50 --> + <include>ThumbnailView</include> <!-- view id = 500 --> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + <control type="group"> + <visible>Skin.HasSetting(MediaSubMenuVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(MediaSubMenuVisible)</onclick> + </control> + <control type="group"> + <posx>340r</posx> + <posy>130</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>10</posy> + <width>300</width> + <height>420</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>270</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="grouplist"> + <posx>11</posx> + <posy>10</posy> + <width>298</width> + <height>420</height> + <onleft>9000</onleft> + <onright>50</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <itemgap>0</itemgap> + <control type="radiobutton" id="20"> + <description>Shuffle button</description> + <include>ButtonCommonValues2</include> + <label>191</label> + </control> + <control type="button" id="26"> + <description>Repeat button</description> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + <label>-</label> + </control> + <control type="button" id="21"> + <description>Save button</description> + <label>190</label> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + </control> + <control type="button" id="22"> + <description>Clear button</description> + <label>192</label> + <textwidth>235</textwidth> + <include>ButtonCommonValues2</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>298</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + </control> + </control> + </control> + <include>BehindDialogFadeOut</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/MyWeather.xml b/addons/skin.touched/4x3Hirez/MyWeather.xml index 6fa150841e..dfba7288c7 100644 --- a/addons/skin.touched/4x3Hirez/MyWeather.xml +++ b/addons/skin.touched/4x3Hirez/MyWeather.xml @@ -1,723 +1,723 @@ -<window id="2600">
- <defaultcontrol always="true">50</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <include>OptionsButtonCommons</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[8]</label>
- </control>
- <control type="button">
- <description>Options Button</description>
- <posx>64r</posx>
- <posy>25</posy>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_system.png</texturenofocus>
- <texturefocus>icon_system.png</texturefocus>
- <onclick>ActivateWindow(MyWeatherSettings)</onclick>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="image">
- <description>Shadow Background</description>
- <posx>50</posx>
- <posy>140</posy>
- <width>1180</width>
- <height>680</height>
- <texture border="30">ShadowBorder.png</texture>
- <include>Window_OpenClose_Animation_Zoom</include>
- </control>
- <control type="group">
- <posx>80</posx>
- <posy>170</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>500</width>
- <height>620</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>0</posy>
- <width>460</width>
- <height>90</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>460</width>
- <height>30</height>
- <font>font13_title</font>
- <label>31300</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>weather location label</description>
- <posx>20</posx>
- <posy>60</posy>
- <width>460</width>
- <height>30</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <scroll>false</scroll>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[Weather.Location]</label>
- </control>
- <control type="label">
- <description>update label</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>460</width>
- <height>35</height>
- <font>font12</font>
- <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>grey2</textcolor>
- </control>
- <control type="label">
- <description>current temp Value</description>
- <posx>195</posx>
- <posy>175</posy>
- <width>180</width>
- <height>40</height>
- <font>WeatherTemp</font>
- <align>right</align>
- <aligny>top</aligny>
- <label>$INFO[Window.Property(Current.Temperature)]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current temp Value Units</description>
- <posx>190</posx>
- <posy>185</posy>
- <width>100</width>
- <height>40</height>
- <font>font16caps</font>
- <align>left</align>
- <aligny>top</aligny>
- <label>$INFO[System.TemperatureUnits]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>current weather icon</description>
- <posx>230</posx>
- <posy>135</posy>
- <width>230</width>
- <height>230</height>
- <info>Window.Property(Current.ConditionIcon)</info>
- <aspectratio>keep</aspectratio>
- </control>
- <control type="label">
- <description>current condition label</description>
- <posx>20</posx>
- <posy>340</posy>
- <width>460</width>
- <height>30</height>
- <info>Window.Property(Current.Condition)</info>
- <wrapmultiline>true</wrapmultiline>
- <font>font13</font>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>390</posy>
- <width>460</width>
- <height>4</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <description>current feels like label</description>
- <posx>170</posx>
- <posy>400</posy>
- <width>170</width>
- <height>35</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[402] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current dew label</description>
- <posx>170</posx>
- <posy>430</posy>
- <width>170</width>
- <height>35</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[405] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current humidity label</description>
- <posx>170</posx>
- <posy>460</posy>
- <width>170</width>
- <height>35</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[406] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current UV Index label</description>
- <posx>170</posx>
- <posy>490</posy>
- <width>170</width>
- <height>35</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[403] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current Wind label</description>
- <posx>170</posx>
- <posy>520</posy>
- <width>170</width>
- <height>35</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[404] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current feels like Value</description>
- <posx>185</posx>
- <posy>400</posy>
- <width>300</width>
- <height>35</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current dew Value</description>
- <posx>185</posx>
- <posy>430</posy>
- <width>300</width>
- <height>35</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current humidity Value</description>
- <posx>185</posx>
- <posy>460</posy>
- <width>300</width>
- <height>35</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <info>Window.Property(Current.Humidity)</info>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current UV Index Value</description>
- <posx>185</posx>
- <posy>490</posy>
- <width>300</width>
- <height>35</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <info>Window.Property(Current.UVIndex)</info>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="label">
- <description>current Wind Value</description>
- <posx>185</posx>
- <posy>520</posy>
- <width>300</width>
- <height>35</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <info>Window.Property(Current.Wind)</info>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- </control>
- <control type="group">
- <posx>580</posx>
- <posy>170</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>620</width>
- <height>620</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>0</posy>
- <width>580</width>
- <height>90</height>
- <aspectratio>stretch</aspectratio>
- <texture>GlassTitleBar.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>580</width>
- <height>30</height>
- <font>font13_title</font>
- <label>10508</label>
- <align>center</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="group">
- <description>day 0</description>
- <posx>20</posx>
- <posy>60</posy>
- <control type="label">
- <description>Day label</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>35</height>
- <font>font13_title</font>
- <info>Window.Property(Day0.Title)</info>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>day icon</description>
- <posx>450</posx>
- <posy>0</posy>
- <height>120</height>
- <width>120</width>
- <info>Window.Property(Day0.OutlookIcon)</info>
- <aspectratio align="right">keep</aspectratio>
- </control>
- <control type="label">
- <description>high label</description>
- <posx>40</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[419] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>high value</description>
- <posx>110</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible>
- </control>
- <control type="label">
- <description>low label</description>
- <posx>220</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[418] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>low value</description>
- <posx>290</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible>
- </control>
- <control type="label">
- <description>conditions label</description>
- <posx>40</posx>
- <posy>80</posy>
- <width>320</width>
- <height>20</height>
- <info>Window.Property(Day0.Outlook)</info>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>120</posy>
- <width>620</width>
- <height>4</height>
- <texture>separator.png</texture>
- </control>
- </control>
- <control type="group">
- <description>day 1</description>
- <posx>20</posx>
- <posy>190</posy>
- <control type="label">
- <description>Day label</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>35</height>
- <font>font13_title</font>
- <info>Window.Property(Day1.Title)</info>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>day icon</description>
- <posx>450</posx>
- <posy>0</posy>
- <height>120</height>
- <width>120</width>
- <info>Window.Property(Day1.OutlookIcon)</info>
- <aspectratio align="right">keep</aspectratio>
- </control>
- <control type="label">
- <description>high label</description>
- <posx>40</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[419] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>high value</description>
- <posx>110</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible>
- </control>
- <control type="label">
- <description>low label</description>
- <posx>220</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[418] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>low value</description>
- <posx>290</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible>
- </control>
- <control type="label">
- <description>conditions label</description>
- <posx>40</posx>
- <posy>80</posy>
- <width>320</width>
- <height>20</height>
- <info>Window.Property(Day1.Outlook)</info>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>120</posy>
- <width>620</width>
- <height>4</height>
- <texture>separator.png</texture>
- </control>
- </control>
- <control type="group">
- <description>day 2</description>
- <posx>20</posx>
- <posy>320</posy>
- <control type="label">
- <description>Day label</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>35</height>
- <font>font13_title</font>
- <info>Window.Property(Day2.Title)</info>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>day icon</description>
- <posx>450</posx>
- <posy>0</posy>
- <height>120</height>
- <width>120</width>
- <info>Window.Property(Day2.OutlookIcon)</info>
- <aspectratio align="right">keep</aspectratio>
- </control>
- <control type="label">
- <description>high label</description>
- <posx>40</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[419] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>high value</description>
- <posx>110</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible>
- </control>
- <control type="label">
- <description>low label</description>
- <posx>220</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[418] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>low value</description>
- <posx>290</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible>
- </control>
- <control type="label">
- <description>conditions label</description>
- <posx>40</posx>
- <posy>80</posy>
- <width>320</width>
- <height>20</height>
- <info>Window.Property(Day2.Outlook)</info>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <shadowcolor>black</shadowcolor>
- <textcolor>white</textcolor>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>120</posy>
- <width>620</width>
- <height>4</height>
- <texture>separator.png</texture>
- </control>
- </control>
- <control type="group">
- <description>day 3</description>
- <posx>20</posx>
- <posy>450</posy>
- <control type="label">
- <description>Day label</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>460</width>
- <height>35</height>
- <font>font13_title</font>
- <info>Window.Property(Day3.Title)</info>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- <control type="image">
- <description>day icon</description>
- <posx>450</posx>
- <posy>0</posy>
- <height>120</height>
- <width>120</width>
- <info>Window.Property(Day3.OutlookIcon)</info>
- <aspectratio align="right">keep</aspectratio>
- </control>
- <control type="label">
- <description>high label</description>
- <posx>40</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[419] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>high value</description>
- <posx>110</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible>
- </control>
- <control type="label">
- <description>low label</description>
- <posx>220</posx>
- <posy>50</posy>
- <height>20</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[418] :</label>
- <textcolor>grey2</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>Weather.IsFetched</visible>
- </control>
- <control type="label">
- <description>low value</description>
- <posx>290</posx>
- <posy>50</posy>
- <height>20</height>
- <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible>
- </control>
- <control type="label">
- <description>conditions label</description>
- <posx>40</posx>
- <posy>80</posy>
- <width>320</width>
- <height>20</height>
- <info>Window.Property(Day3.Outlook)</info>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- </control>
- </control>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>ParentDir</onclick>
- <icon>icon_back.png</icon>
- </item>
- <item>
- <label>184</label>
- <onclick>Weather.Refresh</onclick>
- <icon>icon_refresh.png</icon>
- </item>
- <item>
- <label>31201</label>
- <onclick>Weather.LocationNext</onclick>
- <icon>icon_city.png</icon>
- </item>
- </content>
- </control>
- </controls>
-</window>
+<window id="2600"> + <defaultcontrol always="true">50</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <include>OptionsButtonCommons</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[8]</label> + </control> + <control type="button"> + <description>Options Button</description> + <posx>64r</posx> + <posy>25</posy> + <width>64</width> + <height>64</height> + <texturenofocus>icon_system.png</texturenofocus> + <texturefocus>icon_system.png</texturefocus> + <onclick>ActivateWindow(MyWeatherSettings)</onclick> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="image"> + <description>Shadow Background</description> + <posx>50</posx> + <posy>140</posy> + <width>1180</width> + <height>680</height> + <texture border="30">ShadowBorder.png</texture> + <include>Window_OpenClose_Animation_Zoom</include> + </control> + <control type="group"> + <posx>80</posx> + <posy>170</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>500</width> + <height>620</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>20</posx> + <posy>0</posy> + <width>460</width> + <height>90</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>10</posy> + <width>460</width> + <height>30</height> + <font>font13_title</font> + <label>31300</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>weather location label</description> + <posx>20</posx> + <posy>60</posy> + <width>460</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <scroll>false</scroll> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[Weather.Location]</label> + </control> + <control type="label"> + <description>update label</description> + <posx>20</posx> + <posy>80</posy> + <width>460</width> + <height>35</height> + <font>font12</font> + <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>grey2</textcolor> + </control> + <control type="label"> + <description>current temp Value</description> + <posx>195</posx> + <posy>175</posy> + <width>180</width> + <height>40</height> + <font>WeatherTemp</font> + <align>right</align> + <aligny>top</aligny> + <label>$INFO[Window.Property(Current.Temperature)]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current temp Value Units</description> + <posx>190</posx> + <posy>185</posy> + <width>100</width> + <height>40</height> + <font>font16caps</font> + <align>left</align> + <aligny>top</aligny> + <label>$INFO[System.TemperatureUnits]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>current weather icon</description> + <posx>230</posx> + <posy>135</posy> + <width>230</width> + <height>230</height> + <info>Window.Property(Current.ConditionIcon)</info> + <aspectratio>keep</aspectratio> + </control> + <control type="label"> + <description>current condition label</description> + <posx>20</posx> + <posy>340</posy> + <width>460</width> + <height>30</height> + <info>Window.Property(Current.Condition)</info> + <wrapmultiline>true</wrapmultiline> + <font>font13</font> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <posx>20</posx> + <posy>390</posy> + <width>460</width> + <height>4</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <description>current feels like label</description> + <posx>170</posx> + <posy>400</posy> + <width>170</width> + <height>35</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[402] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current dew label</description> + <posx>170</posx> + <posy>430</posy> + <width>170</width> + <height>35</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[405] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current humidity label</description> + <posx>170</posx> + <posy>460</posy> + <width>170</width> + <height>35</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[406] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current UV Index label</description> + <posx>170</posx> + <posy>490</posy> + <width>170</width> + <height>35</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[403] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current Wind label</description> + <posx>170</posx> + <posy>520</posy> + <width>170</width> + <height>35</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <label>$LOCALIZE[404] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current feels like Value</description> + <posx>185</posx> + <posy>400</posy> + <width>300</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current dew Value</description> + <posx>185</posx> + <posy>430</posy> + <width>300</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current humidity Value</description> + <posx>185</posx> + <posy>460</posy> + <width>300</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <info>Window.Property(Current.Humidity)</info> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current UV Index Value</description> + <posx>185</posx> + <posy>490</posy> + <width>300</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <info>Window.Property(Current.UVIndex)</info> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="label"> + <description>current Wind Value</description> + <posx>185</posx> + <posy>520</posy> + <width>300</width> + <height>35</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <info>Window.Property(Current.Wind)</info> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + </control> + <control type="group"> + <posx>580</posx> + <posy>170</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>620</width> + <height>620</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>20</posx> + <posy>0</posy> + <width>580</width> + <height>90</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>10</posy> + <width>580</width> + <height>30</height> + <font>font13_title</font> + <label>10508</label> + <align>center</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="group"> + <description>day 0</description> + <posx>20</posx> + <posy>60</posy> + <control type="label"> + <description>Day label</description> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>35</height> + <font>font13_title</font> + <info>Window.Property(Day0.Title)</info> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>day icon</description> + <posx>450</posx> + <posy>0</posy> + <height>120</height> + <width>120</width> + <info>Window.Property(Day0.OutlookIcon)</info> + <aspectratio align="right">keep</aspectratio> + </control> + <control type="label"> + <description>high label</description> + <posx>40</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[419] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>high value</description> + <posx>110</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible> + </control> + <control type="label"> + <description>low label</description> + <posx>220</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[418] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>low value</description> + <posx>290</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible> + </control> + <control type="label"> + <description>conditions label</description> + <posx>40</posx> + <posy>80</posy> + <width>320</width> + <height>20</height> + <info>Window.Property(Day0.Outlook)</info> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <posx>0</posx> + <posy>120</posy> + <width>620</width> + <height>4</height> + <texture>separator.png</texture> + </control> + </control> + <control type="group"> + <description>day 1</description> + <posx>20</posx> + <posy>190</posy> + <control type="label"> + <description>Day label</description> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>35</height> + <font>font13_title</font> + <info>Window.Property(Day1.Title)</info> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>day icon</description> + <posx>450</posx> + <posy>0</posy> + <height>120</height> + <width>120</width> + <info>Window.Property(Day1.OutlookIcon)</info> + <aspectratio align="right">keep</aspectratio> + </control> + <control type="label"> + <description>high label</description> + <posx>40</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[419] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>high value</description> + <posx>110</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible> + </control> + <control type="label"> + <description>low label</description> + <posx>220</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[418] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>low value</description> + <posx>290</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible> + </control> + <control type="label"> + <description>conditions label</description> + <posx>40</posx> + <posy>80</posy> + <width>320</width> + <height>20</height> + <info>Window.Property(Day1.Outlook)</info> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <posx>20</posx> + <posy>120</posy> + <width>620</width> + <height>4</height> + <texture>separator.png</texture> + </control> + </control> + <control type="group"> + <description>day 2</description> + <posx>20</posx> + <posy>320</posy> + <control type="label"> + <description>Day label</description> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>35</height> + <font>font13_title</font> + <info>Window.Property(Day2.Title)</info> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>day icon</description> + <posx>450</posx> + <posy>0</posy> + <height>120</height> + <width>120</width> + <info>Window.Property(Day2.OutlookIcon)</info> + <aspectratio align="right">keep</aspectratio> + </control> + <control type="label"> + <description>high label</description> + <posx>40</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[419] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>high value</description> + <posx>110</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible> + </control> + <control type="label"> + <description>low label</description> + <posx>220</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[418] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>low value</description> + <posx>290</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible> + </control> + <control type="label"> + <description>conditions label</description> + <posx>40</posx> + <posy>80</posy> + <width>320</width> + <height>20</height> + <info>Window.Property(Day2.Outlook)</info> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <shadowcolor>black</shadowcolor> + <textcolor>white</textcolor> + </control> + <control type="image"> + <posx>20</posx> + <posy>120</posy> + <width>620</width> + <height>4</height> + <texture>separator.png</texture> + </control> + </control> + <control type="group"> + <description>day 3</description> + <posx>20</posx> + <posy>450</posy> + <control type="label"> + <description>Day label</description> + <posx>0</posx> + <posy>0</posy> + <width>460</width> + <height>35</height> + <font>font13_title</font> + <info>Window.Property(Day3.Title)</info> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + <control type="image"> + <description>day icon</description> + <posx>450</posx> + <posy>0</posy> + <height>120</height> + <width>120</width> + <info>Window.Property(Day3.OutlookIcon)</info> + <aspectratio align="right">keep</aspectratio> + </control> + <control type="label"> + <description>high label</description> + <posx>40</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[419] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>high value</description> + <posx>110</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible> + </control> + <control type="label"> + <description>low label</description> + <posx>220</posx> + <posy>50</posy> + <height>20</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <label>$LOCALIZE[418] :</label> + <textcolor>grey2</textcolor> + <shadowcolor>black</shadowcolor> + <visible>Weather.IsFetched</visible> + </control> + <control type="label"> + <description>low value</description> + <posx>290</posx> + <posy>50</posy> + <height>20</height> + <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible> + </control> + <control type="label"> + <description>conditions label</description> + <posx>40</posx> + <posy>80</posy> + <width>320</width> + <height>20</height> + <info>Window.Property(Day3.Outlook)</info> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + </control> + </control> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_back.png</icon> + </item> + <item> + <label>184</label> + <onclick>Weather.Refresh</onclick> + <icon>icon_refresh.png</icon> + </item> + <item> + <label>31201</label> + <onclick>Weather.LocationNext</onclick> + <icon>icon_city.png</icon> + </item> + </content> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/PlayerControls.xml b/addons/skin.touched/4x3Hirez/PlayerControls.xml index 650a0d9d55..4285f176fc 100644 --- a/addons/skin.touched/4x3Hirez/PlayerControls.xml +++ b/addons/skin.touched/4x3Hirez/PlayerControls.xml @@ -1,14 +1,14 @@ -<window type="dialog" id="114">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible>
- <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <include>PlayerControlCommons</include>
- </controls>
+<window type="dialog" id="114"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible> + <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/Pointer.xml b/addons/skin.touched/4x3Hirez/Pointer.xml index 10a93c89e2..54bf371e06 100644 --- a/addons/skin.touched/4x3Hirez/Pointer.xml +++ b/addons/skin.touched/4x3Hirez/Pointer.xml @@ -1,42 +1,42 @@ -<window id="105">
- <defaultcontrol>1</defaultcontrol>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="image" id="1">
- <description>Pointer Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>32</width>
- <height>32</height>
- <texture>pointer-focus.png</texture>
- </control>
- <control type="image" id="2">
- <description>Pointer Focus Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>32</width>
- <height>32</height>
- <texture>pointer-focus.png</texture>
- </control>
- <control type="image" id="3">
- <description>Pointer Drag Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>32</width>
- <height>32</height>
- <texture>pointer-focus.png</texture>
- </control>
- <control type="image" id="4">
- <description>Pointer Click Image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>32</width>
- <height>32</height>
- <texture>pointer-focus.png</texture>
- </control>
- </controls>
+<window id="105"> + <defaultcontrol>1</defaultcontrol> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="image" id="1"> + <description>Pointer Image</description> + <posx>0</posx> + <posy>0</posy> + <width>32</width> + <height>32</height> + <texture>pointer-focus.png</texture> + </control> + <control type="image" id="2"> + <description>Pointer Focus Image</description> + <posx>0</posx> + <posy>0</posy> + <width>32</width> + <height>32</height> + <texture>pointer-focus.png</texture> + </control> + <control type="image" id="3"> + <description>Pointer Drag Image</description> + <posx>0</posx> + <posy>0</posy> + <width>32</width> + <height>32</height> + <texture>pointer-focus.png</texture> + </control> + <control type="image" id="4"> + <description>Pointer Click Image</description> + <posx>0</posx> + <posy>0</posy> + <width>32</width> + <height>32</height> + <texture>pointer-focus.png</texture> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/ProfileSettings.xml b/addons/skin.touched/4x3Hirez/ProfileSettings.xml index c76cc9ef73..7b5435e6f9 100644 --- a/addons/skin.touched/4x3Hirez/ProfileSettings.xml +++ b/addons/skin.touched/4x3Hirez/ProfileSettings.xml @@ -1,165 +1,165 @@ -<window id="130">
- <defaultcontrol>1</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="1">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$INFO[Window.Property(heading)]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="image" id="2">
- <description>profile image</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>250</width>
- <height>250</height>
- <align>left</align>
- <aspectratio>keep</aspectratio>
- <texture>unknown-user.png</texture>
- </control>
- <control type="label">
- <description>profile name label</description>
- <posx>300</posx>
- <posy>80</posy>
- <width>680</width>
- <height>25</height>
- <align>left</align>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[20093]</label>
- </control>
- <control type="label" id="1000">
- <description>profile name Value</description>
- <posx>300</posx>
- <posy>110</posy>
- <width>680</width>
- <height>25</height>
- <align>left</align>
- <font>font16</font>
- <textcolor>black</textcolor>
- </control>
- <control type="label">
- <description>profile directory label</description>
- <posx>300</posx>
- <posy>180</posy>
- <width>680</width>
- <height>25</height>
- <align>left</align>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[20070]</label>
- </control>
- <control type="label" id="1001">
- <description>profile directory Value</description>
- <posx>300</posx>
- <posy>210</posy>
- <width>680</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>20</posx>
- <posy>350</posy>
- <width>960</width>
- <height>500</height>
- <itemgap>-1</itemgap>
- <pagecontrol>60</pagecontrol>
- <onleft>28</onleft>
- <onright>60</onright>
- <onup>28</onup>
- <ondown>28</ondown>
- </control>
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="9">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- <control type="image" id="11">
- <description>separator image</description>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>10</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="28">
- <description>OK button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="29">
- <description>Cancel button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </controls>
-</window>
+<window id="130"> + <defaultcontrol>1</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="1"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$INFO[Window.Property(heading)]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="image" id="2"> + <description>profile image</description> + <posx>20</posx> + <posy>80</posy> + <width>250</width> + <height>250</height> + <align>left</align> + <aspectratio>keep</aspectratio> + <texture>unknown-user.png</texture> + </control> + <control type="label"> + <description>profile name label</description> + <posx>300</posx> + <posy>80</posy> + <width>680</width> + <height>25</height> + <align>left</align> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[20093]</label> + </control> + <control type="label" id="1000"> + <description>profile name Value</description> + <posx>300</posx> + <posy>110</posy> + <width>680</width> + <height>25</height> + <align>left</align> + <font>font16</font> + <textcolor>black</textcolor> + </control> + <control type="label"> + <description>profile directory label</description> + <posx>300</posx> + <posy>180</posy> + <width>680</width> + <height>25</height> + <align>left</align> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[20070]</label> + </control> + <control type="label" id="1001"> + <description>profile directory Value</description> + <posx>300</posx> + <posy>210</posy> + <width>680</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>20</posx> + <posy>350</posy> + <width>960</width> + <height>500</height> + <itemgap>-1</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>28</onleft> + <onright>60</onright> + <onup>28</onup> + <ondown>28</ondown> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>10</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="28"> + <description>OK button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="29"> + <description>Cancel button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/Settings.xml b/addons/skin.touched/4x3Hirez/Settings.xml index 4dd901d06d..fd9675d936 100644 --- a/addons/skin.touched/4x3Hirez/Settings.xml +++ b/addons/skin.touched/4x3Hirez/Settings.xml @@ -1,208 +1,208 @@ -<window id="4">
- <defaultcontrol always="true">9000</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[5]</label>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>PreviousMenu</onclick>
- <icon>icon_back.png</icon>
- </item>
- <item>
- <label>13200</label>
- <onclick>ActivateWindow(Profiles)</onclick>
- <icon>icon_profile.png</icon>
- </item>
- <item>
- <label>20077</label>
- <onclick>ActivateWindow(1113)</onclick>
- <icon>icon_skin.png</icon>
- </item>
- <item>
- <label>130</label>
- <onclick>ActivateWindow(SystemInfo)</onclick>
- <icon>icon_systeminfo.png</icon>
- </item>
- </content>
- </control>
- <control type="panel" id="9000">
- <include>Window_OpenClose_Animation_Zoom</include>
- <posx>30</posx>
- <posy>110</posy>
- <width>1220</width>
- <height>740</height>
- <onleft>9000</onleft>
- <onright>9001</onright>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>300</scrolltime>
- <itemlayout height="180" width="600">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>620</width>
- <height>200</height>
- <texture border="5">SubBack.png</texture>
- <bordertexture border="30">ShadowBorder.png</bordertexture>
- <bordersize>20</bordersize>
- </control>
- <control type="image">
- <posx>430</posx>
- <posy>25</posy>
- <width>150</width>
- <height>145</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>40</posy>
- <width>360</width>
- <height>20</height>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="textbox">
- <posx>40</posx>
- <posy>70</posy>
- <width>390</width>
- <height>100</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <align>left</align>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>20</posy>
- <width>200</width>
- <height>160</height>
- <texture>GlassOverlay.png</texture>
- <colordiffuse>55FFFFFF</colordiffuse>
- </control>
- </itemlayout>
- <focusedlayout height="180" width="600">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>620</width>
- <height>200</height>
- <texture border="5">SubBack.png</texture>
- <bordertexture border="30">ShadowBorder.png</bordertexture>
- <bordersize>20</bordersize>
- </control>
- <control type="image">
- <posx>430</posx>
- <posy>25</posy>
- <width>150</width>
- <height>145</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>40</posx>
- <posy>40</posy>
- <width>360</width>
- <height>20</height>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="textbox">
- <posx>40</posx>
- <posy>70</posy>
- <width>390</width>
- <height>100</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <align>left</align>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>20</posy>
- <width>200</width>
- <height>160</height>
- <texture>GlassOverlay.png</texture>
- <colordiffuse>55FFFFFF</colordiffuse>
- </control>
- </focusedlayout>
- <content>
- <item id="1">
- <label>480</label>
- <label2>31400</label2>
- <onclick>ActivateWindow(AppearanceSettings)</onclick>
- <icon>icon_big_appearence.png</icon>
- </item>
- <item id="2">
- <label>157</label>
- <label2>31401</label2>
- <onclick>ActivateWindow(VideosSettings)</onclick>
- <icon>icon_big_video.png</icon>
- </item>
- <item id="3">
- <label>2</label>
- <label2>31402</label2>
- <onclick>ActivateWindow(MusicSettings)</onclick>
- <icon>icon_big_music.png</icon>
- </item>
- <item id="4">
- <label>1</label>
- <label2>31403</label2>
- <onclick>ActivateWindow(PicturesSettings)</onclick>
- <icon>icon_big_pictures.png</icon>
- </item>
- <item id="5">
- <label>8</label>
- <label2>31404</label2>
- <onclick>ActivateWindow(WeatherSettings)</onclick>
- <icon>icon_big_weather.png</icon>
- </item>
- <item id="6">
- <label>24001</label>
- <label2>31408</label2>
- <onclick>ActivateWindow(AddonBrowser)</onclick>
- <icon>icon_big_addons.png</icon>
- </item>
- <item id="7">
- <label>705</label>
- <label2>31405</label2>
- <onclick>ActivateWindow(NetworkSettings)</onclick>
- <icon>icon_big_network.png</icon>
- </item>
- <item id="8">
- <label>13000</label>
- <label2>31406</label2>
- <onclick>ActivateWindow(SystemSettings)</onclick>
- <icon>icon_big_system.png</icon>
- </item>
- <item id="9">
- <label>166</label>
- <label2>31407</label2>
- <onclick>ActivateWindow(1111)</onclick>
- <icon>icon_big_skin.png</icon>
- <visible>false</visible>
- </item>
- </content>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="4"> + <defaultcontrol always="true">9000</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[5]</label> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>PreviousMenu</onclick> + <icon>icon_back.png</icon> + </item> + <item> + <label>13200</label> + <onclick>ActivateWindow(Profiles)</onclick> + <icon>icon_profile.png</icon> + </item> + <item> + <label>20077</label> + <onclick>ActivateWindow(1113)</onclick> + <icon>icon_skin.png</icon> + </item> + <item> + <label>130</label> + <onclick>ActivateWindow(SystemInfo)</onclick> + <icon>icon_systeminfo.png</icon> + </item> + </content> + </control> + <control type="panel" id="9000"> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>30</posx> + <posy>110</posy> + <width>1220</width> + <height>740</height> + <onleft>9000</onleft> + <onright>9001</onright> + <onup>9000</onup> + <ondown>9000</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <itemlayout height="180" width="600"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>620</width> + <height>200</height> + <texture border="5">SubBack.png</texture> + <bordertexture border="30">ShadowBorder.png</bordertexture> + <bordersize>20</bordersize> + </control> + <control type="image"> + <posx>430</posx> + <posy>25</posy> + <width>150</width> + <height>145</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>40</posx> + <posy>40</posy> + <width>360</width> + <height>20</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="textbox"> + <posx>40</posx> + <posy>70</posy> + <width>390</width> + <height>100</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <align>left</align> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>200</width> + <height>160</height> + <texture>GlassOverlay.png</texture> + <colordiffuse>55FFFFFF</colordiffuse> + </control> + </itemlayout> + <focusedlayout height="180" width="600"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>620</width> + <height>200</height> + <texture border="5">SubBack.png</texture> + <bordertexture border="30">ShadowBorder.png</bordertexture> + <bordersize>20</bordersize> + </control> + <control type="image"> + <posx>430</posx> + <posy>25</posy> + <width>150</width> + <height>145</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>40</posx> + <posy>40</posy> + <width>360</width> + <height>20</height> + <font>font24_title</font> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="textbox"> + <posx>40</posx> + <posy>70</posy> + <width>390</width> + <height>100</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <align>left</align> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <posx>20</posx> + <posy>20</posy> + <width>200</width> + <height>160</height> + <texture>GlassOverlay.png</texture> + <colordiffuse>55FFFFFF</colordiffuse> + </control> + </focusedlayout> + <content> + <item id="1"> + <label>480</label> + <label2>31400</label2> + <onclick>ActivateWindow(AppearanceSettings)</onclick> + <icon>icon_big_appearence.png</icon> + </item> + <item id="2"> + <label>157</label> + <label2>31401</label2> + <onclick>ActivateWindow(VideosSettings)</onclick> + <icon>icon_big_video.png</icon> + </item> + <item id="3"> + <label>2</label> + <label2>31402</label2> + <onclick>ActivateWindow(MusicSettings)</onclick> + <icon>icon_big_music.png</icon> + </item> + <item id="4"> + <label>1</label> + <label2>31403</label2> + <onclick>ActivateWindow(PicturesSettings)</onclick> + <icon>icon_big_pictures.png</icon> + </item> + <item id="5"> + <label>8</label> + <label2>31404</label2> + <onclick>ActivateWindow(WeatherSettings)</onclick> + <icon>icon_big_weather.png</icon> + </item> + <item id="6"> + <label>24001</label> + <label2>31408</label2> + <onclick>ActivateWindow(AddonBrowser)</onclick> + <icon>icon_big_addons.png</icon> + </item> + <item id="7"> + <label>705</label> + <label2>31405</label2> + <onclick>ActivateWindow(NetworkSettings)</onclick> + <icon>icon_big_network.png</icon> + </item> + <item id="8"> + <label>13000</label> + <label2>31406</label2> + <onclick>ActivateWindow(SystemSettings)</onclick> + <icon>icon_big_system.png</icon> + </item> + <item id="9"> + <label>166</label> + <label2>31407</label2> + <onclick>ActivateWindow(1111)</onclick> + <icon>icon_big_skin.png</icon> + <visible>false</visible> + </item> + </content> + </control> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/SettingsCategory.xml b/addons/skin.touched/4x3Hirez/SettingsCategory.xml index 41398e8865..054a0ec8e3 100644 --- a/addons/skin.touched/4x3Hirez/SettingsCategory.xml +++ b/addons/skin.touched/4x3Hirez/SettingsCategory.xml @@ -1,120 +1,120 @@ -<window id="12">
- <defaultcontrol>3</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[5]$INFO[Control.GetLabel(2), - ]</label>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>PreviousMenu</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
- <control type="group">
- <include>Window_OpenClose_Animation_Zoom</include>
- <posx>50</posx>
- <posy>140</posy>
- <control type="grouplist" id="3">
- <description>button area</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>280</width>
- <height>720</height>
- <itemgap>-1</itemgap>
- <onleft>5</onleft>
- <onright>5</onright>
- <onup>3</onup>
- <ondown>3</ondown>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>300</posx>
- <posy>0</posy>
- <width>880</width>
- <height>720</height>
- <itemgap>0</itemgap>
- <pagecontrol>60</pagecontrol>
- <onleft>3</onleft>
- <onright>3</onright>
- <onup>5</onup>
- <ondown>5</ondown>
- </control>
- </control>
- <include>BehindDialogFadeOut</include>
-
- <control type="button" id="10">
- <description>Default Category Button</description>
- <height>70</height>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- </control>
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>60</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <focusedcolor>black</focusedcolor>
- <texturefocus border="5">ListFO.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>60</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <focusedcolor>black</focusedcolor>
- <texturefocus border="5">ListFO.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="9">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>60</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <focusedcolor>black</focusedcolor>
- <texturefocus border="5">ListFO.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- <control type="image" id="11">
- <description>separator image</description>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label" id="2">
- <description>Fake Label so we can pass it on</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>0</width>
- <height>0</height>
- <font>-</font>
- <visible>false</visible>
- </control>
- </controls>
-</window>
+<window id="12"> + <defaultcontrol>3</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[5]$INFO[Control.GetLabel(2), - ]</label> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>PreviousMenu</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + <control type="group"> + <include>Window_OpenClose_Animation_Zoom</include> + <posx>50</posx> + <posy>140</posy> + <control type="grouplist" id="3"> + <description>button area</description> + <posx>0</posx> + <posy>0</posy> + <width>280</width> + <height>720</height> + <itemgap>-1</itemgap> + <onleft>5</onleft> + <onright>5</onright> + <onup>3</onup> + <ondown>3</ondown> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>300</posx> + <posy>0</posy> + <width>880</width> + <height>720</height> + <itemgap>0</itemgap> + <pagecontrol>60</pagecontrol> + <onleft>3</onleft> + <onright>3</onright> + <onup>5</onup> + <ondown>5</ondown> + </control> + </control> + <include>BehindDialogFadeOut</include> + + <control type="button" id="10"> + <description>Default Category Button</description> + <height>70</height> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>60</height> + <font>font13</font> + <textcolor>white</textcolor> + <focusedcolor>black</focusedcolor> + <texturefocus border="5">ListFO.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>60</height> + <font>font13</font> + <textcolor>white</textcolor> + <focusedcolor>black</focusedcolor> + <texturefocus border="5">ListFO.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>60</height> + <font>font13</font> + <textcolor>white</textcolor> + <focusedcolor>black</focusedcolor> + <texturefocus border="5">ListFO.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label" id="2"> + <description>Fake Label so we can pass it on</description> + <posx>0</posx> + <posy>0</posy> + <width>0</width> + <height>0</height> + <font>-</font> + <visible>false</visible> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/SettingsProfile.xml b/addons/skin.touched/4x3Hirez/SettingsProfile.xml index 3cf8421b06..8c70caf970 100644 --- a/addons/skin.touched/4x3Hirez/SettingsProfile.xml +++ b/addons/skin.touched/4x3Hirez/SettingsProfile.xml @@ -1,234 +1,234 @@ -<window id="34">
- <defaultcontrol always="true">2</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[10034]</label>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>PreviousMenu</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
-
- <control type="group">
- <posx>40</posx>
- <posy>140</posy>
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="radiobutton" id ="4">
- <description>Enable Login screen</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>350</width>
- <height>60</height>
- <align>left</align>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>20096</label>
- <onleft>2</onleft>
- <onright>2</onright>
- <onup>4</onup>
- <ondown>4</ondown>
- <enable>!Window.IsVisible(ProfileSettings)</enable>
- </control>
- <control type="group">
- <posx>0</posx>
- <posy>80</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>350</width>
- <height>500</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>20</posy>
- <width>330</width>
- <height>20</height>
- <font>font12_title</font>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31010]</label>
- </control>
- <control type="image">
- <posx>20</posx>
- <posy>60</posy>
- <width>310</width>
- <height>250</height>
- <aspectratio>keep</aspectratio>
- <texture fallback="unknown-user.png">$INFO[System.ProfileThumb]</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>330</posy>
- <width>330</width>
- <height>20</height>
- <font>font13_title</font>
- <textcolor>blue</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[System.ProfileName]</label>
- </control>
- </control>
- <control type="label">
- <posx>370</posx>
- <posy>0</posy>
- <width>830</width>
- <height>60</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31319]</label>
- </control>
- <control type="panel" id="2">
- <posx>370</posx>
- <posy>80</posy>
- <width>830</width>
- <height>560</height>
- <onleft>4</onleft>
- <onright>60</onright>
- <onup>53</onup>
- <ondown>53</ondown>
- <viewtype label="21371">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="280" width="207">
- <control type="image">
- <posx>1</posx>
- <posy>0</posy>
- <width>207</width>
- <height>280</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>187</width>
- <height>190</height>
- <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>200</posy>
- <width>197</width>
- <height>25</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>230</posy>
- <width>197</width>
- <height>20</height>
- <font>font10_title</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31320]</label>
- <visible>!IsEmpty(ListItem.Label2)</visible>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>250</posy>
- <width>197</width>
- <height>20</height>
- <font>font10</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </itemlayout>
- <focusedlayout height="280" width="207">
- <control type="image">
- <posx>1</posx>
- <posy>0</posy>
- <width>207</width>
- <height>280</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>187</width>
- <height>190</height>
- <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>200</posy>
- <width>197</width>
- <height>25</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>230</posy>
- <width>197</width>
- <height>20</height>
- <font>font10_title</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[31320]</label>
- <visible>!IsEmpty(ListItem.Label2)</visible>
- </control>
- <control type="label">
- <posx>103</posx>
- <posy>250</posy>
- <width>197</width>
- <height>20</height>
- <font>font10</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="scrollbar" id="60">
- <posx>1060</posx>
- <posy>60</posy>
- <width>25</width>
- <height>530</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>2</onleft>
- <onright>4</onright>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- </control>
- <include>BehindDialogFadeOut</include>
- </controls>
-</window>
+<window id="34"> + <defaultcontrol always="true">2</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[10034]</label> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>PreviousMenu</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + + <control type="group"> + <posx>40</posx> + <posy>140</posy> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="radiobutton" id ="4"> + <description>Enable Login screen</description> + <posx>0</posx> + <posy>0</posy> + <width>350</width> + <height>60</height> + <align>left</align> + <include>ButtonInfoDialogsCommonValues</include> + <label>20096</label> + <onleft>2</onleft> + <onright>2</onright> + <onup>4</onup> + <ondown>4</ondown> + <enable>!Window.IsVisible(ProfileSettings)</enable> + </control> + <control type="group"> + <posx>0</posx> + <posy>80</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>350</width> + <height>500</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>20</posy> + <width>330</width> + <height>20</height> + <font>font12_title</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31010]</label> + </control> + <control type="image"> + <posx>20</posx> + <posy>60</posy> + <width>310</width> + <height>250</height> + <aspectratio>keep</aspectratio> + <texture fallback="unknown-user.png">$INFO[System.ProfileThumb]</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>330</posy> + <width>330</width> + <height>20</height> + <font>font13_title</font> + <textcolor>blue</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[System.ProfileName]</label> + </control> + </control> + <control type="label"> + <posx>370</posx> + <posy>0</posy> + <width>830</width> + <height>60</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31319]</label> + </control> + <control type="panel" id="2"> + <posx>370</posx> + <posy>80</posy> + <width>830</width> + <height>560</height> + <onleft>4</onleft> + <onright>60</onright> + <onup>53</onup> + <ondown>53</ondown> + <viewtype label="21371">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="280" width="207"> + <control type="image"> + <posx>1</posx> + <posy>0</posy> + <width>207</width> + <height>280</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>187</width> + <height>190</height> + <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>103</posx> + <posy>200</posy> + <width>197</width> + <height>25</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>103</posx> + <posy>230</posy> + <width>197</width> + <height>20</height> + <font>font10_title</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31320]</label> + <visible>!IsEmpty(ListItem.Label2)</visible> + </control> + <control type="label"> + <posx>103</posx> + <posy>250</posy> + <width>197</width> + <height>20</height> + <font>font10</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="280" width="207"> + <control type="image"> + <posx>1</posx> + <posy>0</posy> + <width>207</width> + <height>280</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>187</width> + <height>190</height> + <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>103</posx> + <posy>200</posy> + <width>197</width> + <height>25</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>103</posx> + <posy>230</posy> + <width>197</width> + <height>20</height> + <font>font10_title</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[31320]</label> + <visible>!IsEmpty(ListItem.Label2)</visible> + </control> + <control type="label"> + <posx>103</posx> + <posy>250</posy> + <width>197</width> + <height>20</height> + <font>font10</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + <control type="scrollbar" id="60"> + <posx>1060</posx> + <posy>60</posy> + <width>25</width> + <height>530</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>2</onleft> + <onright>4</onright> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </control> + <include>BehindDialogFadeOut</include> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/SettingsScreenCalibration.xml b/addons/skin.touched/4x3Hirez/SettingsScreenCalibration.xml index 3017630ae8..9b79adf000 100644 --- a/addons/skin.touched/4x3Hirez/SettingsScreenCalibration.xml +++ b/addons/skin.touched/4x3Hirez/SettingsScreenCalibration.xml @@ -1,101 +1,101 @@ -<window id="11">
- <defaultcontrol>8</defaultcontrol>
- <controls>
- <control type="videowindow" id="20">
- <description>videowindow</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <visible>Player.HasVideo</visible>
- </control>
- <control type="group">
- <visible>!Player.HasVideo</visible>
- <include>CommonSettingsBackground</include>
- </control>
- <control type="image">
- <description>Overlay</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <texture>black-back.png</texture>
- <include>dialogeffect</include>
- </control>
- <control type="button">
- <description>Close Window button</description>
- <posx>100r</posx>
- <posy>0</posy>
- <width>64</width>
- <height>32</height>
- <label>-</label>
- <font>-</font>
- <onclick>PreviousMenu</onclick>
- <texturefocus>DialogCloseButton-focus.png</texturefocus>
- <texturenofocus>DialogCloseButton.png</texturenofocus>
- <onleft>1</onleft>
- <onright>1</onright>
- <onup>1</onup>
- <ondown>1</ondown>
- <visible>system.getbool(input.enablemouse)</visible>
- </control>
- <control type="mover" id="8">
- <description>top left mover</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>128</width>
- <height>128</height>
- <texturefocus>CalibrateTopLeft.png</texturefocus>
- <texturenofocus>-</texturenofocus>
- </control>
- <control type="mover" id="9">
- <description>right bottom mover</description>
- <posx>700</posx>
- <posy>500</posy>
- <width>128</width>
- <height>128</height>
- <texturefocus>CalibrateBottomRight.png</texturefocus>
- <texturenofocus>-</texturenofocus>
- </control>
- <control type="mover" id="10">
- <description>subtitle position mover</description>
- <posx>200</posx>
- <posy>500</posy>
- <width>512</width>
- <height>128</height>
- <texturefocus>CalibrateSubtitles.png</texturefocus>
- <texturenofocus>-</texturenofocus>
- </control>
- <control type="resize" id="11">
- <description>pixel aspect ratio box</description>
- <posx>0</posx>
- <posy>232</posy>
- <width>256</width>
- <height>256</height>
- <texturefocus>CalibratePixelRatio.png</texturefocus>
- <texturenofocus>-</texturenofocus>
- </control>
- <control type="group">
- <posx>20</posx>
- <posy>80</posy>
- <control type="label" id="2">
- <description>coordinates label</description>
- <posx>0</posx>
- <posy>10</posy>
- <width>1240</width>
- <label>-</label>
- <align>center</align>
- <font>font13caps</font>
- </control>
- <control type="label" id="3">
- <description>help information</description>
- <posx>0</posx>
- <posy>40</posy>
- <width>1240</width>
- <label>-</label>
- <align>center</align>
- <font>font13caps</font>
- </control>
- </control>
- </controls>
+<window id="11"> + <defaultcontrol>8</defaultcontrol> + <controls> + <control type="videowindow" id="20"> + <description>videowindow</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <visible>Player.HasVideo</visible> + </control> + <control type="group"> + <visible>!Player.HasVideo</visible> + <include>CommonSettingsBackground</include> + </control> + <control type="image"> + <description>Overlay</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>720</height> + <texture>black-back.png</texture> + <include>dialogeffect</include> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>100r</posx> + <posy>0</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>1</onleft> + <onright>1</onright> + <onup>1</onup> + <ondown>1</ondown> + <visible>system.getbool(input.enablemouse)</visible> + </control> + <control type="mover" id="8"> + <description>top left mover</description> + <posx>0</posx> + <posy>0</posy> + <width>128</width> + <height>128</height> + <texturefocus>CalibrateTopLeft.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="mover" id="9"> + <description>right bottom mover</description> + <posx>700</posx> + <posy>500</posy> + <width>128</width> + <height>128</height> + <texturefocus>CalibrateBottomRight.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="mover" id="10"> + <description>subtitle position mover</description> + <posx>200</posx> + <posy>500</posy> + <width>512</width> + <height>128</height> + <texturefocus>CalibrateSubtitles.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="resize" id="11"> + <description>pixel aspect ratio box</description> + <posx>0</posx> + <posy>232</posy> + <width>256</width> + <height>256</height> + <texturefocus>CalibratePixelRatio.png</texturefocus> + <texturenofocus>-</texturenofocus> + </control> + <control type="group"> + <posx>20</posx> + <posy>80</posy> + <control type="label" id="2"> + <description>coordinates label</description> + <posx>0</posx> + <posy>10</posy> + <width>1240</width> + <label>-</label> + <align>center</align> + <font>font13caps</font> + </control> + <control type="label" id="3"> + <description>help information</description> + <posx>0</posx> + <posy>40</posy> + <width>1240</width> + <label>-</label> + <align>center</align> + <font>font13caps</font> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/SettingsSystemInfo.xml b/addons/skin.touched/4x3Hirez/SettingsSystemInfo.xml index ead78aaafb..031221b6ea 100644 --- a/addons/skin.touched/4x3Hirez/SettingsSystemInfo.xml +++ b/addons/skin.touched/4x3Hirez/SettingsSystemInfo.xml @@ -1,369 +1,369 @@ -<window id="7">
- <defaultcontrol always="true">95</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>HomeButtonCommons</include>
- <include>CommonNowPlaying</include>
- <control type="label">
- <description>Window label</description>
- <include>MediaWindowTitleCommons</include>
- <label>$LOCALIZE[130]</label>
- </control>
- <control type="panel">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>PreviousMenu</onclick>
- <icon>icon_back.png</icon>
- </item>
- </content>
- </control>
- <control type="label" id="40">
- <description>Hiddenlabel to pass to above</description>
- <visible>false</visible>
- </control>
- <control type="group">
- <posx>50</posx>
- <posy>140</posy>
- <include>Window_OpenClose_Animation_Zoom</include>
- <control type="grouplist" id="9000">
- <posx>0</posx>
- <posy>0</posy>
- <width>260</width>
- <height>481</height>
- <itemgap>-1</itemgap>
- <onup>9000</onup>
- <ondown>9000</ondown>
- <control type="button" id="95">
- <description>Button Summary Values</description>
- <height>70</height>
- <width>280</width>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <label>20037</label>
- </control>
- <control type="button" id="94">
- <height>70</height>
- <width>280</width>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <label>13277</label>
- </control>
- <control type="button" id="96">
- <description>Button Network</description>
- <height>70</height>
- <width>280</width>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <label>13279</label>
- </control>
- <control type="button" id="97">
- <description>Button Video</description>
- <height>70</height>
- <width>280</width>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <label>13280</label>
- </control>
- <control type="button" id="98">
- <description>Button Hardware</description>
- <height>70</height>
- <width>280</width>
- <textoffsetx>20</textoffsetx>
- <align>right</align>
- <aligny>center</aligny>
- <font>font24_title</font>
- <textcolor>white</textcolor>
- <focusedcolor>selected</focusedcolor>
- <texturefocus border="5">button-nofocus2.png</texturefocus>
- <texturenofocus border="5">button-nofocus2.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <label>13281</label>
- </control>
- </control>
- <control type="group">
- <posx>300</posx>
- <posy>0</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(2))</visible>
- </control>
- <control type="label" id="2">
- <description>Label 2</description>
- <posx>10</posx>
- <posy>0</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(3))</visible>
- </control>
- <control type="label" id="3">
- <description>Label 3</description>
- <posx>10</posx>
- <posy>60</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>120</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(4))</visible>
- </control>
- <control type="label" id="4">
- <description>Label 4</description>
- <posx>10</posx>
- <posy>120</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>180</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(5))</visible>
- </control>
- <control type="label" id="5">
- <description>Label 5</description>
- <posx>10</posx>
- <posy>180</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>240</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(6))</visible>
- </control>
- <control type="label" id="6">
- <description>Label 6</description>
- <posx>10</posx>
- <posy>240</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>300</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(7))</visible>
- </control>
- <control type="label" id="7">
- <description>Label 7</description>
- <posx>10</posx>
- <posy>300</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>360</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(8))</visible>
- </control>
- <control type="label" id="8">
- <description>Label 8</description>
- <posx>10</posx>
- <posy>360</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>420</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(9))</visible>
- </control>
- <control type="label" id="9">
- <description>Label 9</description>
- <posx>10</posx>
- <posy>420</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>480</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(10))</visible>
- </control>
- <control type="label" id="10">
- <description>Label 10</description>
- <posx>10</posx>
- <posy>480</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>540</posy>
- <width>880</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- <visible>!IsEmpty(Control.GetLabel(11))</visible>
- </control>
- <control type="label" id="11">
- <description>Label 11</description>
- <posx>10</posx>
- <posy>540</posy>
- <width>860</width>
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <label>-</label>
- <font>font13</font>
- </control>
- </control>
- <control type="group">
- <posx>60</posx>
- <posy>220r</posy>
- <control type="label" id="52">
- <description>XBMC BUILD Version</description>
- <posx>1130</posx>
- <posy>0</posy>
- <width>730</width>
- <label>144</label>
- <align>right</align>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <font>font13_title</font>
- </control>
- <control type="label">
- <description>CPU Text</description>
- <posx>800</posx>
- <posy>40</posy>
- <width>800</width>
- <height>25</height>
- <label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <font>font12_title</font>
- </control>
- <control type="progress">
- <description>CPU BAR</description>
- <posx>810</posx>
- <posy>40</posy>
- <width>320</width>
- <height>25</height>
- <info>System.CPUUsage</info>
- </control>
- <control type="label">
- <description>Memory Text</description>
- <posx>800</posx>
- <posy>70</posy>
- <width>800</width>
- <height>25</height>
- <label>$LOCALIZE[31309] $INFO[system.memory(used.percent)]</label>
- <align>right</align>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <font>font12_title</font>
- </control>
- <control type="progress">
- <description>Memory BAR</description>
- <posx>810</posx>
- <posy>70</posy>
- <width>320</width>
- <height>25</height>
- <info>system.memory(used)</info>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window id="7"> + <defaultcontrol always="true">95</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>HomeButtonCommons</include> + <include>CommonNowPlaying</include> + <control type="label"> + <description>Window label</description> + <include>MediaWindowTitleCommons</include> + <label>$LOCALIZE[130]</label> + </control> + <control type="panel"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>PreviousMenu</onclick> + <icon>icon_back.png</icon> + </item> + </content> + </control> + <control type="label" id="40"> + <description>Hiddenlabel to pass to above</description> + <visible>false</visible> + </control> + <control type="group"> + <posx>50</posx> + <posy>140</posy> + <include>Window_OpenClose_Animation_Zoom</include> + <control type="grouplist" id="9000"> + <posx>0</posx> + <posy>0</posy> + <width>260</width> + <height>481</height> + <itemgap>-1</itemgap> + <onup>9000</onup> + <ondown>9000</ondown> + <control type="button" id="95"> + <description>Button Summary Values</description> + <height>70</height> + <width>280</width> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>20037</label> + </control> + <control type="button" id="94"> + <height>70</height> + <width>280</width> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13277</label> + </control> + <control type="button" id="96"> + <description>Button Network</description> + <height>70</height> + <width>280</width> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13279</label> + </control> + <control type="button" id="97"> + <description>Button Video</description> + <height>70</height> + <width>280</width> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13280</label> + </control> + <control type="button" id="98"> + <description>Button Hardware</description> + <height>70</height> + <width>280</width> + <textoffsetx>20</textoffsetx> + <align>right</align> + <aligny>center</aligny> + <font>font24_title</font> + <textcolor>white</textcolor> + <focusedcolor>selected</focusedcolor> + <texturefocus border="5">button-nofocus2.png</texturefocus> + <texturenofocus border="5">button-nofocus2.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <label>13281</label> + </control> + </control> + <control type="group"> + <posx>300</posx> + <posy>0</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(2))</visible> + </control> + <control type="label" id="2"> + <description>Label 2</description> + <posx>10</posx> + <posy>0</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(3))</visible> + </control> + <control type="label" id="3"> + <description>Label 3</description> + <posx>10</posx> + <posy>60</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>120</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(4))</visible> + </control> + <control type="label" id="4"> + <description>Label 4</description> + <posx>10</posx> + <posy>120</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>180</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(5))</visible> + </control> + <control type="label" id="5"> + <description>Label 5</description> + <posx>10</posx> + <posy>180</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>240</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(6))</visible> + </control> + <control type="label" id="6"> + <description>Label 6</description> + <posx>10</posx> + <posy>240</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>300</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(7))</visible> + </control> + <control type="label" id="7"> + <description>Label 7</description> + <posx>10</posx> + <posy>300</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>360</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(8))</visible> + </control> + <control type="label" id="8"> + <description>Label 8</description> + <posx>10</posx> + <posy>360</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>420</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(9))</visible> + </control> + <control type="label" id="9"> + <description>Label 9</description> + <posx>10</posx> + <posy>420</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>480</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(10))</visible> + </control> + <control type="label" id="10"> + <description>Label 10</description> + <posx>10</posx> + <posy>480</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + <control type="image"> + <posx>0</posx> + <posy>540</posy> + <width>880</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + <visible>!IsEmpty(Control.GetLabel(11))</visible> + </control> + <control type="label" id="11"> + <description>Label 11</description> + <posx>10</posx> + <posy>540</posy> + <width>860</width> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <label>-</label> + <font>font13</font> + </control> + </control> + <control type="group"> + <posx>60</posx> + <posy>220r</posy> + <control type="label" id="52"> + <description>XBMC BUILD Version</description> + <posx>1130</posx> + <posy>0</posy> + <width>730</width> + <label>144</label> + <align>right</align> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <font>font13_title</font> + </control> + <control type="label"> + <description>CPU Text</description> + <posx>800</posx> + <posy>40</posy> + <width>800</width> + <height>25</height> + <label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label> + <align>right</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <font>font12_title</font> + </control> + <control type="progress"> + <description>CPU BAR</description> + <posx>810</posx> + <posy>40</posy> + <width>320</width> + <height>25</height> + <info>System.CPUUsage</info> + </control> + <control type="label"> + <description>Memory Text</description> + <posx>800</posx> + <posy>70</posy> + <width>800</width> + <height>25</height> + <label>$LOCALIZE[31309] $INFO[system.memory(used.percent)]</label> + <align>right</align> + <aligny>center</aligny> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <font>font12_title</font> + </control> + <control type="progress"> + <description>Memory BAR</description> + <posx>810</posx> + <posy>70</posy> + <width>320</width> + <height>25</height> + <info>system.memory(used)</info> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/SlideShow.xml b/addons/skin.touched/4x3Hirez/SlideShow.xml index 546097cbbc..778d8735ac 100644 --- a/addons/skin.touched/4x3Hirez/SlideShow.xml +++ b/addons/skin.touched/4x3Hirez/SlideShow.xml @@ -1,221 +1,221 @@ -<window id="2007">
- <defaultcontrol>2</defaultcontrol>
- <onunload>Skin.Reset(SlideShowShowOSD)</onunload>
- <controls>
- <control type="button">
- <description>Hidden button to close the keyboard when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.SetBool(SlideShowShowOSD)</onclick>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(SlideShowShowOSD) + !Window.IsVisible(PictureInfo)</visible>
- <include>VisibleFadeEffect</include>
- <include>CommonHeader</include>
- <control type="image">
- <posx>0</posx>
- <posy>20</posy>
- <width>1280</width>
- <height>64</height>
- <texture>header.png</texture>
- </control>
- <control type="grouplist">
- <description>Top Left bar</description>
- <posx>0</posx>
- <posy>20</posy>
- <width>200</width>
- <height>64</height>
- <align>left</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <visible>Player.HasAudio</visible>
- <control type="button">
- <description>Playlist Button</description>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_playlistmusic.png</texturenofocus>
- <texturefocus>icon_playlistmusic.png</texturefocus>
- <onclick>PreviousMenu</onclick>
- <onclick>ActivateWindow(MusicPlaylist)</onclick>
- </control>
- <control type="image">
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- </control>
- <control type="grouplist">
- <description>Top Right bar</description>
- <posx>1080r</posx>
- <posy>25</posy>
- <width>1000</width>
- <height>64</height>
- <align>right</align>
- <itemgap>5</itemgap>
- <orientation>horizontal</orientation>
- <control type="radiobutton">
- <description>Show Audio Info Button</description>
- <width>270</width>
- <height>50</height>
- <label>$LOCALIZE[544]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <selected>Skin.HasSetting(SlideShowShowAudioInfo)</selected>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(SlideShowShowAudioInfo)</onclick>
- <visible>Player.HasAudio</visible>
- </control>
- <control type="button">
- <description>Image Info Button</description>
- <width>200</width>
- <height>50</height>
- <label>$LOCALIZE[31357]</label>
- <font>font13</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>ActivateWindow(PictureInfo)</onclick>
- </control>
- <control type="radiobutton">
- <description>Fullscreen Button</description>
- <posy>5</posy>
- <width>230</width>
- <height>50</height>
- <radiowidth>36</radiowidth>
- <radioheight>36</radioheight>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <label>31008</label>
- <onclick>back</onclick>
- <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus>
- <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus>
- </control>
- </control>
- <control type="group">
- <posx>65r</posx>
- <posy>20</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>2</width>
- <height>62</height>
- <texture>header-divide.png</texture>
- </control>
- <control type="button">
- <description>Close Button</description>
- <posx>5</posx>
- <posy>0</posy>
- <width>60</width>
- <height>60</height>
- <font>-</font>
- <onclick>Skin.Reset(SlideShowShowOSD)</onclick>
- <texturefocus>icon_close.png</texturefocus>
- <texturenofocus>icon_close.png</texturenofocus>
- </control>
- </control>
- <control type="group">
- <posx>-10</posx>
- <posy>440</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="button">
- <description>Previous Image</description>
- <posx>20</posx>
- <posy>10</posy>
- <width>55</width>
- <height>70</height>
- <hitrect x="15" y="5" w="80" h="80" />
- <label>-</label>
- <font>-</font>
- <texturefocus flipx="true">icon_arrowkey.png</texturefocus>
- <texturenofocus flipx="true">icon_arrowkey.png</texturenofocus>
- <onclick>left</onclick>
- </control>
- </control>
- <control type="group">
- <posx>80r</posx>
- <posy>440</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>90</width>
- <height>90</height>
- <colordiffuse>EEFFFFFF</colordiffuse>
- <texture border="3">PlayerControls-Background.png</texture>
- </control>
- <control type="button">
- <description>Next Image</description>
- <posx>15</posx>
- <posy>10</posy>
- <width>55</width>
- <height>70</height>
- <hitrect x="5" y="5" w="80" h="80" />
- <label>-</label>
- <font>-</font>
- <texturefocus>icon_arrowkey.png</texturefocus>
- <texturenofocus>icon_arrowkey.png</texturenofocus>
- <onclick>right</onclick>
- </control>
- </control>
- </control>
- <!-- media infos -->
- <control type="group">
- <posx>20</posx>
- <posy>160r</posy>
- <visible>Skin.HasSetting(SlideShowShowAudioInfo) + Player.HasMedia</visible>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <description>cover image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>150</width>
- <height>150</height>
- <info>MusicPlayer.Cover</info>
- <aspectratio>keep</aspectratio>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>160</posx>
- <posy>70</posy>
- <width>1000</width>
- <height>30</height>
- <font>font30_title</font>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[MusicPlayer.Title]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <scroll>true</scroll>
- </control>
- <control type="label">
- <description>Album label</description>
- <posx>160</posx>
- <posy>105</posy>
- <width>1000</width>
- <height>25</height>
- <align>left</align>
- <font>font13</font>
- <label>$INFO[MusicPlayer.Album]</label>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </control>
- </control>
- </controls>
+<window id="2007"> + <defaultcontrol>2</defaultcontrol> + <onunload>Skin.Reset(SlideShowShowOSD)</onunload> + <controls> + <control type="button"> + <description>Hidden button to close the keyboard when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.SetBool(SlideShowShowOSD)</onclick> + </control> + <control type="group"> + <visible>Skin.HasSetting(SlideShowShowOSD) + !Window.IsVisible(PictureInfo)</visible> + <include>VisibleFadeEffect</include> + <include>CommonHeader</include> + <control type="image"> + <posx>0</posx> + <posy>20</posy> + <width>1280</width> + <height>64</height> + <texture>header.png</texture> + </control> + <control type="grouplist"> + <description>Top Left bar</description> + <posx>0</posx> + <posy>20</posy> + <width>200</width> + <height>64</height> + <align>left</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <visible>Player.HasAudio</visible> + <control type="button"> + <description>Playlist Button</description> + <width>64</width> + <height>64</height> + <texturenofocus>icon_playlistmusic.png</texturenofocus> + <texturefocus>icon_playlistmusic.png</texturefocus> + <onclick>PreviousMenu</onclick> + <onclick>ActivateWindow(MusicPlaylist)</onclick> + </control> + <control type="image"> + <width>2</width> + <height>62</height> + <texture>header-divide.png</texture> + </control> + </control> + <control type="grouplist"> + <description>Top Right bar</description> + <posx>1080r</posx> + <posy>25</posy> + <width>1000</width> + <height>64</height> + <align>right</align> + <itemgap>5</itemgap> + <orientation>horizontal</orientation> + <control type="radiobutton"> + <description>Show Audio Info Button</description> + <width>270</width> + <height>50</height> + <label>$LOCALIZE[544]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <selected>Skin.HasSetting(SlideShowShowAudioInfo)</selected> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>Skin.ToggleSetting(SlideShowShowAudioInfo)</onclick> + <visible>Player.HasAudio</visible> + </control> + <control type="button"> + <description>Image Info Button</description> + <width>200</width> + <height>50</height> + <label>$LOCALIZE[31357]</label> + <font>font13</font> + <align>center</align> + <aligny>center</aligny> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>ActivateWindow(PictureInfo)</onclick> + </control> + <control type="radiobutton"> + <description>Fullscreen Button</description> + <posy>5</posy> + <width>230</width> + <height>50</height> + <radiowidth>36</radiowidth> + <radioheight>36</radioheight> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <label>31008</label> + <onclick>back</onclick> + <textureradiofocus flipx="true" flipy="true">GoFullscreen2.png</textureradiofocus> + <textureradionofocus flipx="true" flipy="true">GoFullscreen2.png</textureradionofocus> + </control> + </control> + <control type="group"> + <posx>65r</posx> + <posy>20</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>62</height> + <texture>header-divide.png</texture> + </control> + <control type="button"> + <description>Close Button</description> + <posx>5</posx> + <posy>0</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>Skin.Reset(SlideShowShowOSD)</onclick> + <texturefocus>icon_close.png</texturefocus> + <texturenofocus>icon_close.png</texturenofocus> + </control> + </control> + <control type="group"> + <posx>-10</posx> + <posy>440</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <colordiffuse>EEFFFFFF</colordiffuse> + <texture border="3">PlayerControls-Background.png</texture> + </control> + <control type="button"> + <description>Previous Image</description> + <posx>20</posx> + <posy>10</posy> + <width>55</width> + <height>70</height> + <hitrect x="15" y="5" w="80" h="80" /> + <label>-</label> + <font>-</font> + <texturefocus flipx="true">icon_arrowkey.png</texturefocus> + <texturenofocus flipx="true">icon_arrowkey.png</texturenofocus> + <onclick>left</onclick> + </control> + </control> + <control type="group"> + <posx>80r</posx> + <posy>440</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>90</width> + <height>90</height> + <colordiffuse>EEFFFFFF</colordiffuse> + <texture border="3">PlayerControls-Background.png</texture> + </control> + <control type="button"> + <description>Next Image</description> + <posx>15</posx> + <posy>10</posy> + <width>55</width> + <height>70</height> + <hitrect x="5" y="5" w="80" h="80" /> + <label>-</label> + <font>-</font> + <texturefocus>icon_arrowkey.png</texturefocus> + <texturenofocus>icon_arrowkey.png</texturenofocus> + <onclick>right</onclick> + </control> + </control> + </control> + <!-- media infos --> + <control type="group"> + <posx>20</posx> + <posy>160r</posy> + <visible>Skin.HasSetting(SlideShowShowAudioInfo) + Player.HasMedia</visible> + <include>VisibleFadeEffect</include> + <control type="image"> + <description>cover image</description> + <posx>0</posx> + <posy>0</posy> + <width>150</width> + <height>150</height> + <info>MusicPlayer.Cover</info> + <aspectratio>keep</aspectratio> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>160</posx> + <posy>70</posy> + <width>1000</width> + <height>30</height> + <font>font30_title</font> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[MusicPlayer.Title]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <scroll>true</scroll> + </control> + <control type="label"> + <description>Album label</description> + <posx>160</posx> + <posy>105</posy> + <width>1000</width> + <height>25</height> + <align>left</align> + <font>font13</font> + <label>$INFO[MusicPlayer.Album]</label> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/SmartPlaylistEditor.xml b/addons/skin.touched/4x3Hirez/SmartPlaylistEditor.xml index 105e877b79..43fd5aaf04 100644 --- a/addons/skin.touched/4x3Hirez/SmartPlaylistEditor.xml +++ b/addons/skin.touched/4x3Hirez/SmartPlaylistEditor.xml @@ -1,314 +1,314 @@ -<window id="136">
- <defaultcontrol always="true">22</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="group">
- <visible>!Window.IsVisible(smartplaylistrule)</visible>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label" id="2">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[21432]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="spincontrolex" id="22">
- <description>Set Playlist type</description>
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>50</height>
- <label>467</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus>MenuItemNF.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <onright>22</onright>
- <onleft>22</onleft>
- <onup>9001</onup>
- <ondown>12</ondown>
- </control>
- <control type="label">
- <description>Name Label</description>
- <posx>20</posx>
- <posy>140</posy>
- <width>960</width>
- <height>20</height>
- <label>21433</label>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>center</align>
- </control>
- <control type="edit" id="12">
- <description>Name Button</description>
- <posx>20</posx>
- <posy>180</posy>
- <width>960</width>
- <height>50</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <align>center</align>
- <texturefocus>MenuItemNF.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <label>-</label>
- <onup>22</onup>
- <onleft>12</onleft>
- <onright>12</onright>
- <ondown>10</ondown>
- </control>
- <control type="label">
- <description>rules label</description>
- <posx>20</posx>
- <posy>240</posy>
- <width>960</width>
- <height>20</height>
- <label>21434</label>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>center</align>
- </control>
- <control type="list" id="10">
- <posx>20</posx>
- <posy>280</posy>
- <width>740</width>
- <height>250</height>
- <onup>9001</onup>
- <onleft>9000</onleft>
- <onright>60</onright>
- <ondown>12</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="50">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>740</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>0</posy>
- <width>720</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="50">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>740</width>
- <height>51</height>
- <texture border="5">MenuItemNF.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>0</posy>
- <width>720</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <label>[COLOR=blue] > [/COLOR] $INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </control>
- <control type="group" id="9000">
- <posx>780</posx>
- <posy>280</posy>
- <control type="button" id="13">
- <description>Add Rule Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>200</width>
- <height>50</height>
- <label>15019</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>18</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>13</ondown>
- </control>
- <control type="button" id="14">
- <description>Remove Rule Button</description>
- <posx>0</posx>
- <posy>55</posy>
- <width>200</width>
- <height>50</height>
- <label>1210</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>11</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>14</ondown>
- </control>
- <control type="button" id="15">
- <description>Edit Rule Button</description>
- <posx>0</posx>
- <posy>110</posy>
- <width>200</width>
- <height>50</height>
- <label>21435</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- <onup>13</onup>
- <onleft>60</onleft>
- <onright>10</onright>
- <ondown>12</ondown>
- </control>
- </control>
-
- <control type="label">
- <description>Options Label</description>
- <posx>20</posx>
- <posy>550</posy>
- <width>960</width>
- <height>20</height>
- <label>31325</label>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>center</align>
- </control>
- <control type="spincontrolex" id="16">
- <posx>20</posx>
- <posy>590</posy>
- <width>960</width>
- <height>50</height>
- <label>21424</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus>MenuItemNF.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <onright>16</onright>
- <onleft>16</onleft>
- <onup>10</onup>
- <ondown>17</ondown>
- </control>
-
- <control type="spincontrolex" id="17">
- <posx>20</posx>
- <posy>645</posy>
- <width>960</width>
- <height>50</height>
- <label>21427</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus>MenuItemNF.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <onright>17</onright>
- <onleft>17</onleft>
- <onup>16</onup>
- <ondown>18</ondown>
- </control>
-
- <control type="spincontrolex" id="18">
- <posx>20</posx>
- <posy>700</posy>
- <width>750</width>
- <height>50</height>
- <label>21429</label>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus>MenuItemNF.png</texturefocus>
- <texturenofocus>MenuItemNF.png</texturenofocus>
- <onright>19</onright>
- <onleft>19</onleft>
- <onup>17</onup>
- <ondown>9001</ondown>
- </control>
-
- <control type="togglebutton" id="19">
- <posx>780</posx>
- <posy>700</posy>
- <width>200</width>
- <height>50</height>
- <font>font12_title</font>
- <align>center</align>
- <aligny>center</aligny>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <alttexturefocus border="5">IconBack-focus.png</alttexturefocus>
- <alttexturenofocus border="5">ListNF.png</alttexturenofocus>
- <label>21431</label>
- <altlabel>21430</altlabel>
- <onright>18</onright>
- <onleft>18</onleft>
- <onup>17</onup>
- <ondown>9001</ondown>
- </control>
- <control type="grouplist" id="9002">
- <posx>20</posx>
- <posy>830</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>20</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="20">
- <description>OK Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="21">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </control>
- </controls>
+<window id="136"> + <defaultcontrol always="true">22</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="group"> + <visible>!Window.IsVisible(smartplaylistrule)</visible> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label" id="2"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[21432]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="spincontrolex" id="22"> + <description>Set Playlist type</description> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>50</height> + <label>467</label> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus>MenuItemNF.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onright>22</onright> + <onleft>22</onleft> + <onup>9001</onup> + <ondown>12</ondown> + </control> + <control type="label"> + <description>Name Label</description> + <posx>20</posx> + <posy>140</posy> + <width>960</width> + <height>20</height> + <label>21433</label> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>center</align> + </control> + <control type="edit" id="12"> + <description>Name Button</description> + <posx>20</posx> + <posy>180</posy> + <width>960</width> + <height>50</height> + <font>font13</font> + <textcolor>black</textcolor> + <align>center</align> + <texturefocus>MenuItemNF.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <label>-</label> + <onup>22</onup> + <onleft>12</onleft> + <onright>12</onright> + <ondown>10</ondown> + </control> + <control type="label"> + <description>rules label</description> + <posx>20</posx> + <posy>240</posy> + <width>960</width> + <height>20</height> + <label>21434</label> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>center</align> + </control> + <control type="list" id="10"> + <posx>20</posx> + <posy>280</posy> + <width>740</width> + <height>250</height> + <onup>9001</onup> + <onleft>9000</onleft> + <onright>60</onright> + <ondown>12</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>740</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>720</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="50"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>740</width> + <height>51</height> + <texture border="5">MenuItemNF.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>0</posy> + <width>720</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <label>[COLOR=blue] > [/COLOR] $INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </control> + <control type="group" id="9000"> + <posx>780</posx> + <posy>280</posy> + <control type="button" id="13"> + <description>Add Rule Button</description> + <posx>0</posx> + <posy>0</posy> + <width>200</width> + <height>50</height> + <label>15019</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>18</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>13</ondown> + </control> + <control type="button" id="14"> + <description>Remove Rule Button</description> + <posx>0</posx> + <posy>55</posy> + <width>200</width> + <height>50</height> + <label>1210</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>11</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>14</ondown> + </control> + <control type="button" id="15"> + <description>Edit Rule Button</description> + <posx>0</posx> + <posy>110</posy> + <width>200</width> + <height>50</height> + <label>21435</label> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + <onup>13</onup> + <onleft>60</onleft> + <onright>10</onright> + <ondown>12</ondown> + </control> + </control> + + <control type="label"> + <description>Options Label</description> + <posx>20</posx> + <posy>550</posy> + <width>960</width> + <height>20</height> + <label>31325</label> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>center</align> + </control> + <control type="spincontrolex" id="16"> + <posx>20</posx> + <posy>590</posy> + <width>960</width> + <height>50</height> + <label>21424</label> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus>MenuItemNF.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onright>16</onright> + <onleft>16</onleft> + <onup>10</onup> + <ondown>17</ondown> + </control> + + <control type="spincontrolex" id="17"> + <posx>20</posx> + <posy>645</posy> + <width>960</width> + <height>50</height> + <label>21427</label> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus>MenuItemNF.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onright>17</onright> + <onleft>17</onleft> + <onup>16</onup> + <ondown>18</ondown> + </control> + + <control type="spincontrolex" id="18"> + <posx>20</posx> + <posy>700</posy> + <width>750</width> + <height>50</height> + <label>21429</label> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus>MenuItemNF.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onright>19</onright> + <onleft>19</onleft> + <onup>17</onup> + <ondown>9001</ondown> + </control> + + <control type="togglebutton" id="19"> + <posx>780</posx> + <posy>700</posy> + <width>200</width> + <height>50</height> + <font>font12_title</font> + <align>center</align> + <aligny>center</aligny> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <alttexturefocus border="5">IconBack-focus.png</alttexturefocus> + <alttexturenofocus border="5">ListNF.png</alttexturenofocus> + <label>21431</label> + <altlabel>21430</altlabel> + <onright>18</onright> + <onleft>18</onleft> + <onup>17</onup> + <ondown>9001</ondown> + </control> + <control type="grouplist" id="9002"> + <posx>20</posx> + <posy>830</posy> + <width>960</width> + <height>50</height> + <itemgap>20</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="20"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="21"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/SmartPlaylistRule.xml b/addons/skin.touched/4x3Hirez/SmartPlaylistRule.xml index 83ed165bfc..f1de6f1bee 100644 --- a/addons/skin.touched/4x3Hirez/SmartPlaylistRule.xml +++ b/addons/skin.touched/4x3Hirez/SmartPlaylistRule.xml @@ -1,165 +1,165 @@ -<window id="137">
- <defaultcontrol always="true">9001</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>260</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[21421]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>300</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>Rule match label</description>
- <posx>20</posx>
- <posy>70</posy>
- <width>960</width>
- <height>20</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <label>21422</label>
- </control>
- <control type="group" id="9001">
- <control type="spincontrolex" id="15">
- <description>Rule Field</description>
- <posx>20</posx>
- <posy>110</posy>
- <width>450</width>
- <height>50</height>
- <font>-</font>
- <textcolor>black</textcolor>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <onright>16</onright>
- <onleft>16</onleft>
- <onup>9000</onup>
- <ondown>17</ondown>
- </control>
- <control type="label">
- <description>Rule Field label</description>
- <posx>25</posx>
- <posy>110</posy>
- <width>300</width>
- <height>50</height>
- <font>font13</font>
- <label>$INFO[Control.GetLabel(15)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- <control type="spincontrolex" id="16">
- <description>Rule operator</description>
- <posx>510</posx>
- <posy>110</posy>
- <width>450</width>
- <height>50</height>
- <font>-</font>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <onright>15</onright>
- <onleft>15</onleft>
- <onup>9000</onup>
- <ondown>17</ondown>
- </control>
- <control type="label">
- <description>Rule Field label</description>
- <posx>515</posx>
- <posy>110</posy>
- <width>300</width>
- <height>50</height>
- <font>font13</font>
- <label>$INFO[Control.GetLabel(16)]</label>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- </control>
- </control>
- <control type="button" id="17">
- <description>Value Button</description>
- <posx>20</posx>
- <posy>170</posy>
- <width>740</width>
- <height>50</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <aligny>center</aligny>
- <texturefocus border="5">MenuItemNF.png</texturefocus>
- <texturenofocus border="5">MenuItemNF.png</texturenofocus>
- <label>-</label>
- <onup>9001</onup>
- <onleft>20</onleft>
- <onright>20</onright>
- <ondown>9000</ondown>
- </control>
- <control type="button" id="20">
- <description>Browse Button</description>
- <posx>760</posx>
- <posy>170</posy>
- <width>200</width>
- <height>50</height>
- <align>center</align>
- <aligny>center</aligny>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <label>1024</label>
- <font>font12_title</font>
- <onup>9001</onup>
- <onleft>17</onleft>
- <onright>17</onright>
- <ondown>9000</ondown>
- </control>
- <control type="grouplist" id="9002">
- <posx>20</posx>
- <posy>290</posy>
- <width>960</width>
- <height>50</height>
- <itemgap>20</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>50</onup>
- <ondown>49</ondown>
- <control type="button" id="18">
- <description>OK Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>186</label>
- </control>
- <control type="button" id="19">
- <description>Cancel Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>222</label>
- </control>
- </control>
- </controls>
+<window id="137"> + <defaultcontrol always="true">9001</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>260</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[21421]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>300</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>Rule match label</description> + <posx>20</posx> + <posy>70</posy> + <width>960</width> + <height>20</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>black</textcolor> + <label>21422</label> + </control> + <control type="group" id="9001"> + <control type="spincontrolex" id="15"> + <description>Rule Field</description> + <posx>20</posx> + <posy>110</posy> + <width>450</width> + <height>50</height> + <font>-</font> + <textcolor>black</textcolor> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <onright>16</onright> + <onleft>16</onleft> + <onup>9000</onup> + <ondown>17</ondown> + </control> + <control type="label"> + <description>Rule Field label</description> + <posx>25</posx> + <posy>110</posy> + <width>300</width> + <height>50</height> + <font>font13</font> + <label>$INFO[Control.GetLabel(15)]</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + <control type="spincontrolex" id="16"> + <description>Rule operator</description> + <posx>510</posx> + <posy>110</posy> + <width>450</width> + <height>50</height> + <font>-</font> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <onright>15</onright> + <onleft>15</onleft> + <onup>9000</onup> + <ondown>17</ondown> + </control> + <control type="label"> + <description>Rule Field label</description> + <posx>515</posx> + <posy>110</posy> + <width>300</width> + <height>50</height> + <font>font13</font> + <label>$INFO[Control.GetLabel(16)]</label> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + </control> + </control> + <control type="button" id="17"> + <description>Value Button</description> + <posx>20</posx> + <posy>170</posy> + <width>740</width> + <height>50</height> + <font>font13</font> + <textcolor>black</textcolor> + <aligny>center</aligny> + <texturefocus border="5">MenuItemNF.png</texturefocus> + <texturenofocus border="5">MenuItemNF.png</texturenofocus> + <label>-</label> + <onup>9001</onup> + <onleft>20</onleft> + <onright>20</onright> + <ondown>9000</ondown> + </control> + <control type="button" id="20"> + <description>Browse Button</description> + <posx>760</posx> + <posy>170</posy> + <width>200</width> + <height>50</height> + <align>center</align> + <aligny>center</aligny> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <label>1024</label> + <font>font12_title</font> + <onup>9001</onup> + <onleft>17</onleft> + <onright>17</onright> + <ondown>9000</ondown> + </control> + <control type="grouplist" id="9002"> + <posx>20</posx> + <posy>290</posy> + <width>960</width> + <height>50</height> + <itemgap>20</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>50</onup> + <ondown>49</ondown> + <control type="button" id="18"> + <description>OK Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>186</label> + </control> + <control type="button" id="19"> + <description>Cancel Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>222</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/Startup.xml b/addons/skin.touched/4x3Hirez/Startup.xml index c35d761460..817031e0bf 100644 --- a/addons/skin.touched/4x3Hirez/Startup.xml +++ b/addons/skin.touched/4x3Hirez/Startup.xml @@ -1,14 +1,14 @@ -<window>
- <defaultcontrol always="true">10</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <include>CommonBackground</include>
- <include>CommonNowPlaying</include>
- <control type="button" id="10">
- <description>trigger</description>
- <onfocus>ReplaceWindow(Home)</onfocus>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- </control>
- </controls>
+<window> + <defaultcontrol always="true">10</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <include>CommonBackground</include> + <include>CommonNowPlaying</include> + <control type="button" id="10"> + <description>trigger</description> + <onfocus>ReplaceWindow(Home)</onfocus> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/VideoFullScreen.xml b/addons/skin.touched/4x3Hirez/VideoFullScreen.xml index 2a09e1ea7f..ead0fba194 100644 --- a/addons/skin.touched/4x3Hirez/VideoFullScreen.xml +++ b/addons/skin.touched/4x3Hirez/VideoFullScreen.xml @@ -1,53 +1,53 @@ -<window id="2005">
- <defaultcontrol>-</defaultcontrol>
- <controls>
- <!-- codec info -->
- <control type="group" id="0">
- <posx>0</posx>
- <posy>20</posy>
- <animation effect="fade" time="200">VisibleChange</animation>
- <control type="image">
- <description>media info background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>140</height>
- <colordiffuse>AAFFFFFF</colordiffuse>
- <texture>black-back.png</texture>
- </control>
- <control type="label" id="10">
- <description>row 1 label</description>
- <posx>50</posx>
- <posy>10</posy>
- <width>1180</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font12</font>
- <label>-</label>
- </control>
- <control type="label" id="11">
- <description>row 2 label</description>
- <posx>50</posx>
- <posy>40</posy>
- <width>1180</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font12</font>
- <label>-</label>
- </control>
- <control type="label" id="12">
- <description>row 3 label</description>
- <posx>50</posx>
- <posy>85</posy>
- <width>1180</width>
- <height>30</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font12</font>
- <label>-</label>
- </control>
- </control>
- </controls>
+<window id="2005"> + <defaultcontrol>-</defaultcontrol> + <controls> + <!-- codec info --> + <control type="group" id="0"> + <posx>0</posx> + <posy>20</posy> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <description>media info background image</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>140</height> + <colordiffuse>AAFFFFFF</colordiffuse> + <texture>black-back.png</texture> + </control> + <control type="label" id="10"> + <description>row 1 label</description> + <posx>50</posx> + <posy>10</posy> + <width>1180</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <label>-</label> + </control> + <control type="label" id="11"> + <description>row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <width>1180</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <label>-</label> + </control> + <control type="label" id="12"> + <description>row 3 label</description> + <posx>50</posx> + <posy>85</posy> + <width>1180</width> + <height>30</height> + <align>left</align> + <aligny>center</aligny> + <font>font12</font> + <label>-</label> + </control> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/VideoOSD.xml b/addons/skin.touched/4x3Hirez/VideoOSD.xml index 5a716fa6e0..40dda23783 100644 --- a/addons/skin.touched/4x3Hirez/VideoOSD.xml +++ b/addons/skin.touched/4x3Hirez/VideoOSD.xml @@ -1,13 +1,13 @@ -<window type="dialog" id="2901">
- <defaultcontrol></defaultcontrol>
- <include>dialogeffect</include>
- <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <include>PlayerControlCommons</include>
- </controls>
+<window type="dialog" id="2901"> + <defaultcontrol></defaultcontrol> + <include>dialogeffect</include> + <onunload>Skin.Reset(PlayerControlsSubMenuVisible)</onunload> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <include>PlayerControlCommons</include> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/VideoOSDBookmarks.xml b/addons/skin.touched/4x3Hirez/VideoOSDBookmarks.xml index b8e4319d23..be1a0abb68 100644 --- a/addons/skin.touched/4x3Hirez/VideoOSDBookmarks.xml +++ b/addons/skin.touched/4x3Hirez/VideoOSDBookmarks.xml @@ -1,151 +1,151 @@ -<window id="125">
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>240</posx>
- <posy>80</posy>
- </coordinates>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>860</width>
- <height>860</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>800</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>800</width>
- <height>740</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>700</width>
- <label>$LOCALIZE[298]</label>
- </control>
- <control type="group">
- <posx>730</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="panel" id="11">
- <posx>20</posx>
- <posy>65</posy>
- <width>760</width>
- <height>620</height>
- <onleft>2</onleft>
- <onright>3</onright>
- <ondown>2</ondown>
- <onup>2</onup>
- <scrolltime>200</scrolltime>
- <viewtype label="536">icon</viewtype>
- <pagecontrol>-</pagecontrol>
- <itemlayout height="250" width="380">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>360</width>
- <height>220</height>
- <aspectratio>scale</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>190</posx>
- <posy>220</posy>
- <width>260</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- </itemlayout>
- <focusedlayout height="250" width="380">
- <control type="image">
- <posx>10</posx>
- <posy>0</posy>
- <width>360</width>
- <height>220</height>
- <aspectratio>scale</aspectratio>
- <texture>$INFO[ListItem.Icon]</texture>
- <bordertexture border="8">ThumbShadow.png</bordertexture>
- <bordersize>8</bordersize>
- </control>
- <control type="label">
- <posx>190</posx>
- <posy>220</posy>
- <width>260</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>Page Count Label</description>
- <posx>780</posx>
- <posy>700</posy>
- <width>500</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <scroll>false</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Container(11).NumItems,(,) $LOCALIZE[31025]]$INFO[Container(11).CurrentPage, - $LOCALIZE[31024] (]$INFO[Container(11).NumPages,/,)]</label>
- </control>
- <control type="grouplist" id="9000">
- <posx>20</posx>
- <posy>740</posy>
- <width>760</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9000</onleft>
- <onright>9000</onright>
- <onup>11</onup>
- <ondown>11</ondown>
- <control type="button" id="2">
- <description>Create Bookmark button</description>
- <label>294</label>
- <width>250</width>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id="3">
- <description>Clear Bookmark button</description>
- <label>296</label>
- <width>250</width>
- <include>ButtonInfoDialogsCommonValues</include>
- </control>
- <control type="button" id="4">
- <description>Clear Bookmark button</description>
- <label>20406</label>
- <width>250</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <visible>videoplayer.content(episodes)</visible>
- </control>
- </control>
- </controls>
-</window>
+<window id="125"> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>240</posx> + <posy>80</posy> + </coordinates> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>860</width> + <height>860</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$LOCALIZE[298]</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="panel" id="11"> + <posx>20</posx> + <posy>65</posy> + <width>760</width> + <height>620</height> + <onleft>2</onleft> + <onright>3</onright> + <ondown>2</ondown> + <onup>2</onup> + <scrolltime>200</scrolltime> + <viewtype label="536">icon</viewtype> + <pagecontrol>-</pagecontrol> + <itemlayout height="250" width="380"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>360</width> + <height>220</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>190</posx> + <posy>220</posy> + <width>260</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + </itemlayout> + <focusedlayout height="250" width="380"> + <control type="image"> + <posx>10</posx> + <posy>0</posy> + <width>360</width> + <height>220</height> + <aspectratio>scale</aspectratio> + <texture>$INFO[ListItem.Icon]</texture> + <bordertexture border="8">ThumbShadow.png</bordertexture> + <bordersize>8</bordersize> + </control> + <control type="label"> + <posx>190</posx> + <posy>220</posy> + <width>260</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>Page Count Label</description> + <posx>780</posx> + <posy>700</posy> + <width>500</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <scroll>false</scroll> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Container(11).NumItems,(,) $LOCALIZE[31025]]$INFO[Container(11).CurrentPage, - $LOCALIZE[31024] (]$INFO[Container(11).NumPages,/,)]</label> + </control> + <control type="grouplist" id="9000"> + <posx>20</posx> + <posy>740</posy> + <width>760</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9000</onleft> + <onright>9000</onright> + <onup>11</onup> + <ondown>11</ondown> + <control type="button" id="2"> + <description>Create Bookmark button</description> + <label>294</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="3"> + <description>Clear Bookmark button</description> + <label>296</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + </control> + <control type="button" id="4"> + <description>Clear Bookmark button</description> + <label>20406</label> + <width>250</width> + <include>ButtonInfoDialogsCommonValues</include> + <visible>videoplayer.content(episodes)</visible> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/VideoOSDSettings.xml b/addons/skin.touched/4x3Hirez/VideoOSDSettings.xml index 8d86733c44..e04ee0f393 100644 --- a/addons/skin.touched/4x3Hirez/VideoOSDSettings.xml +++ b/addons/skin.touched/4x3Hirez/VideoOSDSettings.xml @@ -1,123 +1,123 @@ -<window id="123">
- <defaultcontrol>5</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>240</posx>
- <posy>80</posy>
- </coordinates>
- <controls>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>860</width>
- <height>860</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>800</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>800</width>
- <height>740</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>700</width>
- <label>$LOCALIZE[3] - $LOCALIZE[5]</label>
- <visible>Window.IsVisible(123)</visible>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>700</width>
- <label>$LOCALIZE[292] - $LOCALIZE[5]</label>
- <visible>Window.IsVisible(124)</visible>
- </control>
- <control type="group">
- <posx>730</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="label" id="3">
- <description>No Settings Label</description>
- <posx>20</posx>
- <posy>180</posy>
- <width>760</width>
- <align>center</align>
- <label>13390</label>
- <font>font13_title</font>
- </control>
- <control type="grouplist" id="5">
- <description>control area</description>
- <posx>20</posx>
- <posy>60</posy>
- <width>760</width>
- <height>650</height>
- <itemgap>-1</itemgap>
- <pagecontrol>-</pagecontrol>
- <onleft>5</onleft>
- <onright>5</onright>
- <onup>5</onup>
- <ondown>5</ondown>
- </control>
- <control type="sliderex" id="10">
- <description>Default Slider</description>
- <height>55</height>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <font>font13</font>
- <textcolor>black</textcolor>
- </control>
- <control type="button" id="7">
- <description>Default Button</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="radiobutton" id="8">
- <description>Default RadioButton</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- </control>
- <control type="spincontrolex" id="9">
- <description>Default SpinControlex</description>
- <posx>0</posx>
- <posy>0</posy>
- <height>55</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- </control>
- <control type="image" id="11">
- <description>separator image</description>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- </controls>
-</window>
+<window id="123"> + <defaultcontrol>5</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>240</posx> + <posy>80</posy> + </coordinates> + <controls> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>860</width> + <height>860</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$LOCALIZE[3] - $LOCALIZE[5]</label> + <visible>Window.IsVisible(123)</visible> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>$LOCALIZE[292] - $LOCALIZE[5]</label> + <visible>Window.IsVisible(124)</visible> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="label" id="3"> + <description>No Settings Label</description> + <posx>20</posx> + <posy>180</posy> + <width>760</width> + <align>center</align> + <label>13390</label> + <font>font13_title</font> + </control> + <control type="grouplist" id="5"> + <description>control area</description> + <posx>20</posx> + <posy>60</posy> + <width>760</width> + <height>650</height> + <itemgap>-1</itemgap> + <pagecontrol>-</pagecontrol> + <onleft>5</onleft> + <onright>5</onright> + <onup>5</onup> + <ondown>5</ondown> + </control> + <control type="sliderex" id="10"> + <description>Default Slider</description> + <height>55</height> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <font>font13</font> + <textcolor>black</textcolor> + </control> + <control type="button" id="7"> + <description>Default Button</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="radiobutton" id="8"> + <description>Default RadioButton</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + </control> + <control type="spincontrolex" id="9"> + <description>Default SpinControlex</description> + <posx>0</posx> + <posy>0</posy> + <height>55</height> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <aligny>center</aligny> + <reverse>yes</reverse> + </control> + <control type="image" id="11"> + <description>separator image</description> + <height>5</height> + <texture>separator.png</texture> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/VideoOverlay.xml b/addons/skin.touched/4x3Hirez/VideoOverlay.xml index 00e3276cd2..28b36e8be5 100644 --- a/addons/skin.touched/4x3Hirez/VideoOverlay.xml +++ b/addons/skin.touched/4x3Hirez/VideoOverlay.xml @@ -1,5 +1,5 @@ -<window id="2904">
- <defaultcontrol>-</defaultcontrol>
- <controls>
- </controls>
+<window id="2904"> + <defaultcontrol>-</defaultcontrol> + <controls> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/ViewsAddonBrowser.xml b/addons/skin.touched/4x3Hirez/ViewsAddonBrowser.xml index 867f5dec1c..a3243d9472 100644 --- a/addons/skin.touched/4x3Hirez/ViewsAddonBrowser.xml +++ b/addons/skin.touched/4x3Hirez/ViewsAddonBrowser.xml @@ -1,162 +1,162 @@ -<includes>
- <include name="CommonRootViewAddons">
- <control type="panel" id="50">
- <posx>50</posx>
- <posy>120</posy>
- <width>1180</width>
- <height>720</height>
- <onleft>2</onleft>
- <onright>60</onright>
- <onup>50</onup>
- <ondown>50</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Property(Addon.Status),, - ]$INFO[ListItem.Property(Addon.Version)]</label>
- <visible>!stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Property(Addon.Version)]</label>
- <visible>stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1030</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.Property(Addon.StarRating),light/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>15</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>light/OverlayWatched.png</texture>
- <visible>stringcompare(ListItem.Label2,$LOCALIZE[305])</visible>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListFO.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Property(Addon.Status),, - ]$INFO[ListItem.Property(Addon.Version)]</label>
- <visible>!stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Property(Addon.Version)]</label>
- <visible>stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1030</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.Property(Addon.StarRating),light/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>15</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>dark/OverlayWatched.png</texture>
- <visible>stringcompare(ListItem.Label2,$LOCALIZE[305])</visible>
- </control>
- </focusedlayout>
- </control>
- </include>
-</includes>
+<includes> + <include name="CommonRootViewAddons"> + <control type="panel" id="50"> + <posx>50</posx> + <posy>120</posy> + <width>1180</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Addon.Status),, - ]$INFO[ListItem.Property(Addon.Version)]</label> + <visible>!stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Addon.Version)]</label> + <visible>stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1030</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.Property(Addon.StarRating),light/left_rating/]</texture> + </control> + <control type="image"> + <posx>1140</posx> + <posy>15</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>light/OverlayWatched.png</texture> + <visible>stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </itemlayout> + <focusedlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListFO.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Addon.Status),, - ]$INFO[ListItem.Property(Addon.Version)]</label> + <visible>!stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Property(Addon.Version)]</label> + <visible>stringcompare(ListItem.Property(Addon.Status),$LOCALIZE[305])</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1030</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.Property(Addon.StarRating),light/left_rating/]</texture> + </control> + <control type="image"> + <posx>1140</posx> + <posy>15</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>dark/OverlayWatched.png</texture> + <visible>stringcompare(ListItem.Label2,$LOCALIZE[305])</visible> + </control> + </focusedlayout> + </control> + </include> +</includes> diff --git a/addons/skin.touched/4x3Hirez/ViewsCommon.xml b/addons/skin.touched/4x3Hirez/ViewsCommon.xml index f129ed2cc7..6b2c044dcb 100644 --- a/addons/skin.touched/4x3Hirez/ViewsCommon.xml +++ b/addons/skin.touched/4x3Hirez/ViewsCommon.xml @@ -1,931 +1,931 @@ -<includes>
- <include name="CommonRootView">
- <control type="panel" id="50">
- <posx>50</posx>
- <posy>120</posy>
- <width>1180</width>
- <height>720</height>
- <onleft>2</onleft>
- <onright>60</onright>
- <onup>50</onup>
- <ondown>50</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1160</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1065</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListFO.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1160</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1065</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- </focusedlayout>
- </control>
- </include>
- <include name="CommonRootViewVideo">
- <control type="panel" id="50">
- <posx>50</posx>
- <posy>120</posy>
- <width>1180</width>
- <height>720</height>
- <onleft>2</onleft>
- <onright>60</onright>
- <onup>50</onup>
- <ondown>50</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListNF.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1030</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>10</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>17</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>15</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,light/]</texture>
- <visible>!ListItem.IsResumable</visible>
- </control>
- </itemlayout>
- <focusedlayout height="60" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1180</width>
- <height>60</height>
- <texture border="5">ListFO.png</texture>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>5</posy>
- <width>50</width>
- <height>50</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>75</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <font>font16</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1130</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>1030</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>2</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>10</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>17</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>15</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,dark/]</texture>
- <visible>!ListItem.IsResumable</visible>
- </control>
- </focusedlayout>
- </control>
- </include>
- <include name="ThumbnailView">
- <control type="panel" id="500">
- <posx>50</posx>
- <posy>120</posy>
- <width>1180</width>
- <height>720</height>
- <onleft>2</onleft>
- <onright>60</onright>
- <onup>500</onup>
- <ondown>500</ondown>
- <viewtype label="21371">wide</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <preloaditems>2</preloaditems>
- <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes)" height="240" width="236">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>216</width>
- <height>185</height>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>119</posx>
- <posy>200</posy>
- <width>210</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>184</posx>
- <posy>11</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- <visible>Container.Content(MusicVideos)</visible>
- </control>
- <control type="image">
- <posx>195</posx>
- <posy>170</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </itemlayout>
- <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes)" height="240" width="236">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>216</width>
- <height>185</height>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>119</posx>
- <posy>200</posy>
- <width>210</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>184</posx>
- <posy>11</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- <visible>Container.Content(MusicVideos)</visible>
- </control>
- <control type="image">
- <posx>195</posx>
- <posy>170</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </focusedlayout>
- <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="360" width="236">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>350</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>15</posx>
- <posy>15</posy>
- <width>206</width>
- <height>300</height>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>119</posx>
- <posy>320</posy>
- <width>210</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>184</posx>
- <posy>11</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>195</posx>
- <posy>280</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>245</width>
- <height>350</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="360" width="236">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>350</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>15</posx>
- <posy>15</posy>
- <width>206</width>
- <height>300</height>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>119</posx>
- <posy>320</posy>
- <width>210</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>184</posx>
- <posy>11</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>195</posx>
- <posy>280</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>245</width>
- <height>350</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </focusedlayout>
- <itemlayout condition="Container.Content(Episodes)" height="240" width="295">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>285</width>
- <height>230</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>275</width>
- <height>185</height>
- <aspectratio>scale</aspectratio>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>148</posx>
- <posy>200</posy>
- <width>275</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>245</posx>
- <posy>10</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>250</posx>
- <posy>170</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Episodes)" height="240" width="295">
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>285</width>
- <height>230</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>275</width>
- <height>185</height>
- <aspectratio>scale</aspectratio>
- <texture background="true">$INFO[Listitem.Icon]</texture>
- </control>
- <control type="label">
- <posx>148</posx>
- <posy>200</posy>
- <width>275</width>
- <height>25</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <aligny>center</aligny>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>245</posx>
- <posy>10</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>250</posx>
- <posy>170</posy>
- <width>30</width>
- <height>30</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>5</posy>
- <width>226</width>
- <height>230</height>
- <texture>GlassOverlay.png</texture>
- </control>
- </focusedlayout>
- </control>
- </include>
- <include name="WideIconView">
- <control type="panel" id="502">
- <visible>!Container.Content(Movies) + !Container.Content(Episodes) + !Container.Content(Seasons) + !Container.Content(MusicVideos)</visible>
- <posx>40</posx>
- <posy>145</posy>
- <width>1200</width>
- <height>640</height>
- <onleft>502</onleft>
- <onright>502</onright>
- <onup>502</onup>
- <ondown>502</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>300</scrolltime>
- <preloaditems>2</preloaditems>
- <viewtype label="539">wide</viewtype>
- <itemlayout height="160" width="600">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>590</width>
- <height>155</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>15</posy>
- <width>570</width>
- <height>110</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>155</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>130</posy>
- <width>380</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>130</posy>
- <width>380</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </itemlayout>
- <focusedlayout height="160" width="600">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>590</width>
- <height>155</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>15</posy>
- <width>570</width>
- <height>110</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>155</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>10</posx>
- <posy>130</posy>
- <width>380</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>580</posx>
- <posy>130</posy>
- <width>380</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- </focusedlayout>
- </control>
- </include>
- <include name="DVDPostersView">
- <control type="fixedlist" id="501">
- <visible>!Container.Content(LiveTV)</visible>
- <posx>40</posx>
- <posy>260</posy>
- <width>1200</width>
- <height>390</height>
- <onleft>57</onleft>
- <onright>57</onright>
- <onup>2</onup>
- <ondown>60</ondown>
- <viewtype label="31028">bigwrap</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <focusposition>2</focusposition>
- <orientation>horizontal</orientation>
- <preloaditems>4</preloaditems>
- <itemlayout height="350" width="240">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>240</width>
- <height>350</height>
- <aspectratio>stretch</aspectratio>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>220</width>
- <height>330</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>240</width>
- <height>350</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="image">
- <posx>192</posx>
- <posy>6</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- </control>
- </itemlayout>
- <focusedlayout height="310" width="240">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>240</width>
- <height>350</height>
- <aspectratio>stretch</aspectratio>
- <texture border="5">SubBack.png</texture>
- <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation>
- <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>10</posy>
- <width>220</width>
- <height>330</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- <bordertexture>ThumbBorderGrey.png</bordertexture>
- <bordersize>2</bordersize>
- <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation>
- <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>240</width>
- <height>350</height>
- <texture>GlassOverlay.png</texture>
- <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation>
- <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation>
- </control>
- <control type="image">
- <posx>192</posx>
- <posy>6</posy>
- <width>40</width>
- <height>30</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
- <animation reversible="false" effect="slide" start="0,0" end="20,-30" time="200">focus</animation>
- <animation reversible="false" effect="slide" end="0,0" start="20,-30" time="200">unfocus</animation>
- </control>
- <control type="image">
- <posx>185</posx>
- <posy>310</posy>
- <width>35</width>
- <height>35</height>
- <aspectratio>keep</aspectratio>
- <texture>$INFO[ListItem.Overlay]</texture>
- <animation type="focus">
- <effect type="fade" start="0" end="100" time="200" />
- <effect type="slide" start="0,0" end="40,40" time="200" />
- </animation>
- <animation type="unfocus">
- <effect type="fade" start="100" end="0" time="200" />
- <effect type="slide" end="0,0" start="40,40" time="200" />
- </animation>
- </control>
- </focusedlayout>
- </control>
- <control type="group">
- <visible>Control.IsVisible(501)</visible>
- <posx>0</posx>
- <posy>410</posy>
- <control type="button">
- <description>left Arrow</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>40</width>
- <height>60</height>
- <texturefocus>arrow-big-left.png</texturefocus>
- <texturenofocus>arrow-big-left.png</texturenofocus>
- <onclick>FirstPage</onclick>
- <visible>Container.HasPrevious</visible>
- <include>VisibleFadeEffect</include>
- </control>
- <control type="button">
- <description>right Arrow</description>
- <posx>40r</posx>
- <posy>0</posy>
- <width>40</width>
- <height>60</height>
- <texturefocus>arrow-big-right.png</texturefocus>
- <texturenofocus>arrow-big-right.png</texturenofocus>
- <onclick>LastPage</onclick>
- <visible>Container.HasNext</visible>
- <include>VisibleFadeEffect</include>
- </control>
- </control>
- <control type="label">
- <visible>Control.IsVisible(501)</visible>
- <posx>30</posx>
- <posy>160</posy>
- <width>1220</width>
- <height>30</height>
- <font>font28_title</font>
- <textcolor>white</textcolor>
- <scroll>true</scroll>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="grouplist">
- <description>Media Codec Flagging Images</description>
- <visible>Control.IsVisible(501)</visible>
- <posx>0</posx>
- <posy>680</posy>
- <width>1280</width>
- <height>45</height>
- <align>center</align>
- <itemgap>2</itemgap>
- <orientation>horizontal</orientation>
- <include>VisibleFadeEffect</include>
- <include>VideoCodecFlaggingConditions</include>
- <include>AudioCodecFlaggingConditions</include>
- <include>AudioChannelsFlaggingConditions</include>
- <include>AspectCodecFlaggingConditions</include>
- <include>VideoTypeHackFlaggingConditions</include>
- </control>
- </include>
-</includes>
+<includes> + <include name="CommonRootView"> + <control type="panel" id="50"> + <posx>50</posx> + <posy>120</posy> + <width>1180</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1160</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1065</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + </control> + </itemlayout> + <focusedlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListFO.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1160</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1065</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + </focusedlayout> + </control> + </include> + <include name="CommonRootViewVideo"> + <control type="panel" id="50"> + <posx>50</posx> + <posy>120</posy> + <width>1180</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>50</onup> + <ondown>50</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListNF.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1030</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="label"> + <posx>1070</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>1080</posx> + <posy>10</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>1142</posx> + <posy>17</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>15</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,light/]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + </itemlayout> + <focusedlayout height="60" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1180</width> + <height>60</height> + <texture border="5">ListFO.png</texture> + <include>VisibleFadeEffect</include> + </control> + <control type="image"> + <posx>10</posx> + <posy>5</posy> + <width>50</width> + <height>50</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>75</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <font>font16</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1130</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>1030</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + <visible>![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="label"> + <posx>1070</posx> + <posy>2</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>1080</posx> + <posy>10</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + <control type="image"> + <posx>1142</posx> + <posy>17</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>15</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,dark/]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + </focusedlayout> + </control> + </include> + <include name="ThumbnailView"> + <control type="panel" id="500"> + <posx>50</posx> + <posy>120</posy> + <width>1180</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>500</onup> + <ondown>500</ondown> + <viewtype label="21371">wide</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <preloaditems>2</preloaditems> + <itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes)" height="240" width="236"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>216</width> + <height>185</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>119</posx> + <posy>200</posy> + <width>210</width> + <height>25</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>184</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + <visible>Container.Content(MusicVideos)</visible> + </control> + <control type="image"> + <posx>195</posx> + <posy>170</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture>GlassOverlay.png</texture> + </control> + </itemlayout> + <focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(Episodes)" height="240" width="236"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>216</width> + <height>185</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>119</posx> + <posy>200</posy> + <width>210</width> + <height>25</height> + <font>font12</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>184</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + <visible>Container.Content(MusicVideos)</visible> + </control> + <control type="image"> + <posx>195</posx> + <posy>170</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture>GlassOverlay.png</texture> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="360" width="236"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>350</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>206</width> + <height>300</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>119</posx> + <posy>320</posy> + <width>210</width> + <height>25</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>184</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>195</posx> + <posy>280</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>245</width> + <height>350</height> + <texture>GlassOverlay.png</texture> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons)" height="360" width="236"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>350</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>15</posx> + <posy>15</posy> + <width>206</width> + <height>300</height> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>119</posx> + <posy>320</posy> + <width>210</width> + <height>25</height> + <font>font12</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>184</posx> + <posy>11</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>195</posx> + <posy>280</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>245</width> + <height>350</height> + <texture>GlassOverlay.png</texture> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Episodes)" height="240" width="295"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>285</width> + <height>230</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>275</width> + <height>185</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>148</posx> + <posy>200</posy> + <width>275</width> + <height>25</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>245</posx> + <posy>10</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>250</posx> + <posy>170</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture>GlassOverlay.png</texture> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Episodes)" height="240" width="295"> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>285</width> + <height>230</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>275</width> + <height>185</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[Listitem.Icon]</texture> + </control> + <control type="label"> + <posx>148</posx> + <posy>200</posy> + <width>275</width> + <height>25</height> + <font>font12</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <aligny>center</aligny> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>245</posx> + <posy>10</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>250</posx> + <posy>170</posy> + <width>30</width> + <height>30</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>5</posy> + <width>226</width> + <height>230</height> + <texture>GlassOverlay.png</texture> + </control> + </focusedlayout> + </control> + </include> + <include name="WideIconView"> + <control type="panel" id="502"> + <visible>!Container.Content(Movies) + !Container.Content(Episodes) + !Container.Content(Seasons) + !Container.Content(MusicVideos)</visible> + <posx>40</posx> + <posy>145</posy> + <width>1200</width> + <height>640</height> + <onleft>502</onleft> + <onright>502</onright> + <onup>502</onup> + <ondown>502</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>300</scrolltime> + <preloaditems>2</preloaditems> + <viewtype label="539">wide</viewtype> + <itemlayout height="160" width="600"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>590</width> + <height>155</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>15</posy> + <width>570</width> + <height>110</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>155</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>130</posy> + <width>380</width> + <height>20</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>130</posy> + <width>380</width> + <height>20</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </itemlayout> + <focusedlayout height="160" width="600"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>590</width> + <height>155</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>15</posy> + <width>570</width> + <height>110</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>155</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>10</posx> + <posy>130</posy> + <width>380</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>580</posx> + <posy>130</posy> + <width>380</width> + <height>20</height> + <font>font12</font> + <textcolor>black</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + </focusedlayout> + </control> + </include> + <include name="DVDPostersView"> + <control type="fixedlist" id="501"> + <visible>!Container.Content(LiveTV)</visible> + <posx>40</posx> + <posy>260</posy> + <width>1200</width> + <height>390</height> + <onleft>57</onleft> + <onright>57</onright> + <onup>2</onup> + <ondown>60</ondown> + <viewtype label="31028">bigwrap</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <focusposition>2</focusposition> + <orientation>horizontal</orientation> + <preloaditems>4</preloaditems> + <itemlayout height="350" width="240"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>350</height> + <aspectratio>stretch</aspectratio> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>220</width> + <height>330</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>350</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="image"> + <posx>192</posx> + <posy>6</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + </control> + </itemlayout> + <focusedlayout height="310" width="240"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>350</height> + <aspectratio>stretch</aspectratio> + <texture border="5">SubBack.png</texture> + <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation> + <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation> + </control> + <control type="image"> + <posx>10</posx> + <posy>10</posy> + <width>220</width> + <height>330</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + <bordertexture>ThumbBorderGrey.png</bordertexture> + <bordersize>2</bordersize> + <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation> + <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>240</width> + <height>350</height> + <texture>GlassOverlay.png</texture> + <animation reversible="false" effect="zoom" center="auto" start="100" end="120" time="200">focus</animation> + <animation reversible="false" effect="zoom" center="auto" end="100" start="120" time="200">unfocus</animation> + </control> + <control type="image"> + <posx>192</posx> + <posy>6</posy> + <width>40</width> + <height>30</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + <visible>[Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible> + <animation reversible="false" effect="slide" start="0,0" end="20,-30" time="200">focus</animation> + <animation reversible="false" effect="slide" end="0,0" start="20,-30" time="200">unfocus</animation> + </control> + <control type="image"> + <posx>185</posx> + <posy>310</posy> + <width>35</width> + <height>35</height> + <aspectratio>keep</aspectratio> + <texture>$INFO[ListItem.Overlay]</texture> + <animation type="focus"> + <effect type="fade" start="0" end="100" time="200" /> + <effect type="slide" start="0,0" end="40,40" time="200" /> + </animation> + <animation type="unfocus"> + <effect type="fade" start="100" end="0" time="200" /> + <effect type="slide" end="0,0" start="40,40" time="200" /> + </animation> + </control> + </focusedlayout> + </control> + <control type="group"> + <visible>Control.IsVisible(501)</visible> + <posx>0</posx> + <posy>410</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>0</posy> + <width>40</width> + <height>60</height> + <texturefocus>arrow-big-left.png</texturefocus> + <texturenofocus>arrow-big-left.png</texturenofocus> + <onclick>FirstPage</onclick> + <visible>Container.HasPrevious</visible> + <include>VisibleFadeEffect</include> + </control> + <control type="button"> + <description>right Arrow</description> + <posx>40r</posx> + <posy>0</posy> + <width>40</width> + <height>60</height> + <texturefocus>arrow-big-right.png</texturefocus> + <texturenofocus>arrow-big-right.png</texturenofocus> + <onclick>LastPage</onclick> + <visible>Container.HasNext</visible> + <include>VisibleFadeEffect</include> + </control> + </control> + <control type="label"> + <visible>Control.IsVisible(501)</visible> + <posx>30</posx> + <posy>160</posy> + <width>1220</width> + <height>30</height> + <font>font28_title</font> + <textcolor>white</textcolor> + <scroll>true</scroll> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="grouplist"> + <description>Media Codec Flagging Images</description> + <visible>Control.IsVisible(501)</visible> + <posx>0</posx> + <posy>680</posy> + <width>1280</width> + <height>45</height> + <align>center</align> + <itemgap>2</itemgap> + <orientation>horizontal</orientation> + <include>VisibleFadeEffect</include> + <include>VideoCodecFlaggingConditions</include> + <include>AudioCodecFlaggingConditions</include> + <include>AudioChannelsFlaggingConditions</include> + <include>AspectCodecFlaggingConditions</include> + <include>VideoTypeHackFlaggingConditions</include> + </control> + </include> +</includes> diff --git a/addons/skin.touched/4x3Hirez/ViewsMetaData.xml b/addons/skin.touched/4x3Hirez/ViewsMetaData.xml index b893bc39d6..f81dc7cf40 100644 --- a/addons/skin.touched/4x3Hirez/ViewsMetaData.xml +++ b/addons/skin.touched/4x3Hirez/ViewsMetaData.xml @@ -1,557 +1,557 @@ -<includes>
- <include name="RootViewMetaDataVideo">
- <control type="panel" id="550">
- <visible>Container.Content(Movies) | Container.Content(Episodes)</visible>
- <posx>50</posx>
- <posy>120</posy>
- <width>1180</width>
- <height>720</height>
- <onleft>2</onleft>
- <onright>60</onright>
- <onup>550</onup>
- <ondown>550</ondown>
- <viewtype label="31030">list</viewtype>
- <pagecontrol>60</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout condition="Container.Content(Movies)" height="180" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1180</width>
- <height>170</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>10</posy>
- <width>110</width>
- <height>160</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>210</width>
- <height>170</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>130</posx>
- <posy>15</posy>
- <width>940</width>
- <height>25</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>130</posx>
- <posy>45</posy>
- <width>940</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Genre]</label>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>7</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>35</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>15</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>22</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>20</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,light/]</texture>
- <visible>!ListItem.IsResumable</visible>
- </control>
- <control type="textbox">
- <posx>130</posx>
- <posy>65</posy>
- <width>1030</width>
- <height>95</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>grey2</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Movies)" height="180" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1180</width>
- <height>170</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>10</posy>
- <width>110</width>
- <height>160</height>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>210</width>
- <height>170</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>130</posx>
- <posy>15</posy>
- <width>940</width>
- <height>25</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>130</posx>
- <posy>45</posy>
- <width>940</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Genre]</label>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>7</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>35</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>15</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>22</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>20</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,dark/]</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="textbox">
- <posx>130</posx>
- <posy>65</posy>
- <width>1030</width>
- <height>95</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </focusedlayout>
- <itemlayout condition="Container.Content(Episodes)" height="180" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1180</width>
- <height>170</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>10</posy>
- <width>230</width>
- <height>160</height>
- <aspectratio>scale</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>170</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>250</posx>
- <posy>15</posy>
- <width>820</width>
- <height>25</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>250</posx>
- <posy>45</posy>
- <width>820</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>white</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>7</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>grey2</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>35</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>15</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>22</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>20</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,light/]</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="textbox">
- <posx>250</posx>
- <posy>70</posy>
- <width>910</width>
- <height>83</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>grey2</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </itemlayout>
- <focusedlayout condition="Container.Content(Episodes)" height="165" width="1180">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1180</width>
- <height>170</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>5</posx>
- <posy>10</posy>
- <width>230</width>
- <height>160</height>
- <aspectratio>scale</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>170</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>250</posx>
- <posy>15</posy>
- <width>820</width>
- <height>25</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>250</posx>
- <posy>45</posy>
- <width>820</width>
- <height>20</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label>
- </control>
- <control type="label">
- <posx>1070</posx>
- <posy>7</posy>
- <width>400</width>
- <height>30</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="image">
- <description>Rating value</description>
- <posx>970</posx>
- <posy>35</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="left">keep</aspectratio>
- <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture>
- </control>
- <control type="image">
- <posx>1080</posx>
- <posy>15</posy>
- <width>60</width>
- <height>40</height>
- <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture>
- </control>
- <control type="image">
- <posx>1142</posx>
- <posy>22</posy>
- <width>25</width>
- <height>25</height>
- <aspectratio>keep</aspectratio>
- <texture>OverlayWatching.png</texture>
- <visible>ListItem.IsResumable</visible>
- </control>
- <control type="image">
- <posx>1140</posx>
- <posy>20</posy>
- <width>30</width>
- <height>30</height>
- <texture>$INFO[ListItem.Overlay,dark/]</texture>
- <visible>!ListItem.IsResumable</visible>
- </control>
- <control type="textbox">
- <posx>250</posx>
- <posy>70</posy>
- <width>910</width>
- <height>83</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </focusedlayout>
- </control>
- </include>
- <include name="WideIconMetaDataView">
- <control type="panel" id="552">
- <visible>Container.Content(TVShows)</visible>
- <posx>40</posx>
- <posy>120</posy>
- <width>1200</width>
- <height>720</height>
- <onleft>502</onleft>
- <onright>502</onright>
- <onup>552</onup>
- <ondown>552</ondown>
- <pagecontrol>60</pagecontrol>
- <scrolltime>300</scrolltime>
- <preloaditems>2</preloaditems>
- <viewtype label="31031">list</viewtype>
- <itemlayout height="144" width="1200">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1200</width>
- <height>134</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>15</posy>
- <width>610</width>
- <height>114</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>134</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>630</posx>
- <posy>15</posy>
- <width>510</width>
- <height>20</height>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1180</posx>
- <posy>15</posy>
- <width>280</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>white</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="textbox">
- <posx>630</posx>
- <posy>35</posy>
- <width>550</width>
- <height>80</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>grey2</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </itemlayout>
- <focusedlayout height="144" width="1200">
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>1200</width>
- <height>134</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <posx>10</posx>
- <posy>15</posy>
- <width>610</width>
- <height>114</height>
- <aspectratio>keep</aspectratio>
- <texture background="true">$INFO[ListItem.Icon]</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>5</posy>
- <width>200</width>
- <height>134</height>
- <texture>GlassOverlay.png</texture>
- </control>
- <control type="label">
- <posx>630</posx>
- <posy>15</posy>
- <width>510</width>
- <height>20</height>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- <control type="label">
- <posx>1180</posx>
- <posy>15</posy>
- <width>280</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>black</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label2]</label>
- </control>
- <control type="textbox">
- <posx>630</posx>
- <posy>35</posy>
- <width>550</width>
- <height>80</height>
- <font>font12</font>
- <align>justify</align>
- <textcolor>black</textcolor>
- <label>$INFO[ListItem.Plot]</label>
- </control>
- </focusedlayout>
- </control>
- </include>
-</includes>
+<includes> + <include name="RootViewMetaDataVideo"> + <control type="panel" id="550"> + <visible>Container.Content(Movies) | Container.Content(Episodes)</visible> + <posx>50</posx> + <posy>120</posy> + <width>1180</width> + <height>720</height> + <onleft>2</onleft> + <onright>60</onright> + <onup>550</onup> + <ondown>550</ondown> + <viewtype label="31030">list</viewtype> + <pagecontrol>60</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout condition="Container.Content(Movies)" height="180" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1180</width> + <height>170</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>110</width> + <height>160</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>210</width> + <height>170</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>130</posx> + <posy>15</posy> + <width>940</width> + <height>25</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>130</posx> + <posy>45</posy> + <width>940</width> + <height>20</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + </control> + <control type="label"> + <posx>1070</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>35</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + </control> + <control type="image"> + <posx>1080</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>1142</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,light/]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>130</posx> + <posy>65</posy> + <width>1030</width> + <height>95</height> + <font>font12</font> + <align>justify</align> + <textcolor>grey2</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Movies)" height="180" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1180</width> + <height>170</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>110</width> + <height>160</height> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>210</width> + <height>170</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>130</posx> + <posy>15</posy> + <width>940</width> + <height>25</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>130</posx> + <posy>45</posy> + <width>940</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Genre]</label> + </control> + <control type="label"> + <posx>1070</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>35</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + <control type="image"> + <posx>1080</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture> + </control> + <control type="image"> + <posx>1142</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,dark/]</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>130</posx> + <posy>65</posy> + <width>1030</width> + <height>95</height> + <font>font12</font> + <align>justify</align> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </focusedlayout> + <itemlayout condition="Container.Content(Episodes)" height="180" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1180</width> + <height>170</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>230</width> + <height>160</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>170</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>820</width> + <height>25</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>250</posx> + <posy>45</posy> + <width>820</width> + <height>20</height> + <font>font13</font> + <textcolor>white</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label> + </control> + <control type="label"> + <posx>1070</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>grey2</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>35</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="light/left_rating/rating0.png">$INFO[ListItem.StarRating,light/left_rating/]</texture> + </control> + <control type="image"> + <posx>1080</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,light/,.png]</texture> + </control> + <control type="image"> + <posx>1142</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,light/]</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>70</posy> + <width>910</width> + <height>83</height> + <font>font12</font> + <align>justify</align> + <textcolor>grey2</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </itemlayout> + <focusedlayout condition="Container.Content(Episodes)" height="165" width="1180"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1180</width> + <height>170</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>5</posx> + <posy>10</posy> + <width>230</width> + <height>160</height> + <aspectratio>scale</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>170</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>250</posx> + <posy>15</posy> + <width>820</width> + <height>25</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>250</posx> + <posy>45</posy> + <width>820</width> + <height>20</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Premiered,$LOCALIZE[20416] : ]</label> + </control> + <control type="label"> + <posx>1070</posx> + <posy>7</posy> + <width>400</width> + <height>30</height> + <font>font13</font> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="image"> + <description>Rating value</description> + <posx>970</posx> + <posy>35</posy> + <width>100</width> + <height>25</height> + <aspectratio align="left">keep</aspectratio> + <texture fallback="dark/left_rating/rating0.png">$INFO[ListItem.StarRating,dark/left_rating/]</texture> + </control> + <control type="image"> + <posx>1080</posx> + <posy>15</posy> + <width>60</width> + <height>40</height> + <texture>$INFO[ListItem.VideoResolution,dark/,.png]</texture> + </control> + <control type="image"> + <posx>1142</posx> + <posy>22</posy> + <width>25</width> + <height>25</height> + <aspectratio>keep</aspectratio> + <texture>OverlayWatching.png</texture> + <visible>ListItem.IsResumable</visible> + </control> + <control type="image"> + <posx>1140</posx> + <posy>20</posy> + <width>30</width> + <height>30</height> + <texture>$INFO[ListItem.Overlay,dark/]</texture> + <visible>!ListItem.IsResumable</visible> + </control> + <control type="textbox"> + <posx>250</posx> + <posy>70</posy> + <width>910</width> + <height>83</height> + <font>font12</font> + <align>justify</align> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </focusedlayout> + </control> + </include> + <include name="WideIconMetaDataView"> + <control type="panel" id="552"> + <visible>Container.Content(TVShows)</visible> + <posx>40</posx> + <posy>120</posy> + <width>1200</width> + <height>720</height> + <onleft>502</onleft> + <onright>502</onright> + <onup>552</onup> + <ondown>552</ondown> + <pagecontrol>60</pagecontrol> + <scrolltime>300</scrolltime> + <preloaditems>2</preloaditems> + <viewtype label="31031">list</viewtype> + <itemlayout height="144" width="1200"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1200</width> + <height>134</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>15</posy> + <width>610</width> + <height>114</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>134</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>630</posx> + <posy>15</posy> + <width>510</width> + <height>20</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1180</posx> + <posy>15</posy> + <width>280</width> + <height>20</height> + <font>font12</font> + <textcolor>white</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="textbox"> + <posx>630</posx> + <posy>35</posy> + <width>550</width> + <height>80</height> + <font>font12</font> + <align>justify</align> + <textcolor>grey2</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </itemlayout> + <focusedlayout height="144" width="1200"> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>1200</width> + <height>134</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <posx>10</posx> + <posy>15</posy> + <width>610</width> + <height>114</height> + <aspectratio>keep</aspectratio> + <texture background="true">$INFO[ListItem.Icon]</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>5</posy> + <width>200</width> + <height>134</height> + <texture>GlassOverlay.png</texture> + </control> + <control type="label"> + <posx>630</posx> + <posy>15</posy> + <width>510</width> + <height>20</height> + <font>font13_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + <control type="label"> + <posx>1180</posx> + <posy>15</posy> + <width>280</width> + <height>20</height> + <font>font12</font> + <textcolor>black</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label2]</label> + </control> + <control type="textbox"> + <posx>630</posx> + <posy>35</posy> + <width>550</width> + <height>80</height> + <font>font12</font> + <align>justify</align> + <textcolor>black</textcolor> + <label>$INFO[ListItem.Plot]</label> + </control> + </focusedlayout> + </control> + </include> +</includes> diff --git a/addons/skin.touched/4x3Hirez/VisualisationPresetList.xml b/addons/skin.touched/4x3Hirez/VisualisationPresetList.xml index 1009e6dca8..9d522da32d 100644 --- a/addons/skin.touched/4x3Hirez/VisualisationPresetList.xml +++ b/addons/skin.touched/4x3Hirez/VisualisationPresetList.xml @@ -1,115 +1,115 @@ -<window id="122">
- <defaultcontrol>2</defaultcontrol>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>$LOCALIZE[31048]</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label" id="4">
- <description>No Settings Label</description>
- <posx>20</posx>
- <posy>250</posy>
- <width>960</width>
- <align>center</align>
- <label>13389</label>
- <font>font13_title</font>
- <textcolor>black</textcolor>
- </control>
- <control type="list" id="2">
- <posx>20</posx>
- <posy>80</posy>
- <width>960</width>
- <height>750</height>
- <onleft>2</onleft>
- <onright>2</onright>
- <onup>2</onup>
- <ondown>2</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout height="60">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>960</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>blue</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- </itemlayout>
- <focusedlayout height="60">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>960</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>960</width>
- <height>50</height>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>blue</selectedcolor>
- <info>ListItem.Label</info>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>number of files/pages in list text label</description>
- <posx>980</posx>
- <posy>850</posy>
- <width>300</width>
- <height>30</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <scroll>true</scroll>
- <textcolor>black</textcolor>
- <label>($INFO[Container(2).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label>
- </control>
- </controls>
+<window id="122"> + <defaultcontrol>2</defaultcontrol> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>$LOCALIZE[31048]</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label" id="4"> + <description>No Settings Label</description> + <posx>20</posx> + <posy>250</posy> + <width>960</width> + <align>center</align> + <label>13389</label> + <font>font13_title</font> + <textcolor>black</textcolor> + </control> + <control type="list" id="2"> + <posx>20</posx> + <posy>80</posy> + <width>960</width> + <height>750</height> + <onleft>2</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>2</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout height="60"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>blue</selectedcolor> + <info>ListItem.Label</info> + </control> + </itemlayout> + <focusedlayout height="60"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>960</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>960</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>blue</selectedcolor> + <info>ListItem.Label</info> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>number of files/pages in list text label</description> + <posx>980</posx> + <posy>850</posy> + <width>300</width> + <height>30</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <scroll>true</scroll> + <textcolor>black</textcolor> + <label>($INFO[Container(2).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label> + </control> + </controls> </window>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/custom_skinsettings_1113.xml b/addons/skin.touched/4x3Hirez/custom_skinsettings_1113.xml index 35fd19b84e..9ad3403c75 100644 --- a/addons/skin.touched/4x3Hirez/custom_skinsettings_1113.xml +++ b/addons/skin.touched/4x3Hirez/custom_skinsettings_1113.xml @@ -1,333 +1,333 @@ -<window type="dialog" id="1113">
- <defaultcontrol>91</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>140</posx>
- <posy>30</posy>
- </coordinates>
- <controls>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1000</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>910</width>
- <label>20077</label>
- </control>
- <control type="group">
- <posx>930</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>1000</width>
- <height>840</height>
- <texture border="5">DialogBack.png</texture>
- </control>
-
- <control type="group">
- <posx>20</posx>
- <posy>75</posy>
- <control type="button">
- <description>left Arrow</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texturefocus>arrow-big-left.png</texturefocus>
- <texturenofocus>arrow-big-left.png</texturenofocus>
- <onclick>Control.Move(9,-1)</onclick>
- <include>VisibleFadeEffect</include>
- <visible>Container(9).HasPrevious</visible>
- </control>
- <control type="button" id="11001">
- <description>right Arrow</description>
- <posx>920</posx>
- <posy>0</posy>
- <width>40</width>
- <height>40</height>
- <texturefocus>arrow-big-right.png</texturefocus>
- <texturenofocus>arrow-big-right.png</texturenofocus>
- <onclick>Control.Move(9,1)</onclick>
- <include>VisibleFadeEffect</include>
- <visible>Container(9).HasNext</visible>
- </control>
- </control>
- <control type="grouplist" id="9">
- <description>button area</description>
- <posx>60</posx>
- <posy>70</posy>
- <width>880</width>
- <height>50</height>
- <itemgap>5</itemgap>
- <align>center</align>
- <orientation>horizontal</orientation>
- <onleft>9</onleft>
- <onright>9</onright>
- <onup>2</onup>
- <ondown>2</ondown>
- <control type="button" id="91">
- <description>Home Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>10000</label>
- <onfocus>Skin.SetString(SkinSettings,1)</onfocus>
- </control>
- <control type="button" id="92">
- <description>Addon Button</description>
- <width>200</width>
- <include>ButtonInfoDialogsCommonValues</include>
- <label>24001</label>
- <onfocus>Skin.SetString(SkinSettings,2)</onfocus>
- </control>
- </control>
- <control type="grouplist" id="100">
- <description>control area</description>
- <posx>40</posx>
- <posy>140</posy>
- <width>920</width>
- <height>670</height>
- <itemgap>-1</itemgap>
- <pagecontrol>30</pagecontrol>
- <onup>9</onup>
- <ondown>9001</ondown>
- <onleft>2</onleft>
- <onright>30</onright>
- <visible>Skin.String(SkinSettings,1)</visible>
- <control type="label" id="101">
- <height>50</height>
- <width>920</width>
- <font>font13_title</font>
- <label>31500</label>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="radiobutton" id="102">
- <description>Hide Videos</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[3]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonVideo)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonVideo)</selected>
- </control>
- <control type="radiobutton" id="103">
- <description>Hide Movies</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[20342]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonMovies)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonMovies)</selected>
- <enable>Library.HasContent(Movies)</enable>
- </control>
- <control type="radiobutton" id="104">
- <description>Hide TVShows</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[20343]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonTVShows)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonTVShows)</selected>
- <enable>Library.HasContent(TVShows)</enable>
- </control>
- <control type="radiobutton" id="105">
- <description>Hide Music</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[2]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonMusic)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonMusic)</selected>
- </control>
- <control type="radiobutton" id="106">
- <description>Hide Pictures</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[1]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonPictures)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonPictures)</selected>
- </control>
- <control type="radiobutton" id="107">
- <description>Hide Programs</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[0]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonPrograms)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonPrograms)</selected>
- </control>
- <control type="label" id="110">
- <height>50</height>
- <width>920</width>
- <font>font13_title</font>
- <label>31502</label>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="radiobutton" id="111">
- <description>Show Weather info and button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31550]</label>
- <onclick>Skin.ToggleSetting(HideHomeButtonWeather)</onclick>
- <selected>!Skin.HasSetting(HideHomeButtonWeather)</selected>
- </control>
- <control type="radiobutton" id="112">
- <description>Videos Goes to root button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31553]</label>
- <onclick>Skin.ToggleSetting(HomeVideosGoesToRoot)</onclick>
- <selected>Skin.HasSetting(HomeVideosGoesToRoot)</selected>
- </control>
- </control>
- <control type="grouplist" id="200">
- <description>control area</description>
- <posx>40</posx>
- <posy>140</posy>
- <width>920</width>
- <height>670</height>
- <itemgap>-1</itemgap>
- <pagecontrol>30</pagecontrol>
- <onup>9</onup>
- <ondown>9001</ondown>
- <onleft>2</onleft>
- <onright>30</onright>
- <visible>Skin.String(SkinSettings,2)</visible>
- <control type="label" id="201">
- <height>50</height>
- <width>920</width>
- <font>font13_title</font>
- <label>31501</label>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="202">
- <description>Home Addon Button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31551] 1</label>
- <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label2>
- <onclick>Skin.SetAddon(HomeAddonButton1,xbmc.addon.video)</onclick>
- </control>
- <control type="button" id="203">
- <description>Home Addon Button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31551] 2</label>
- <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label2>
- <onclick>Skin.SetAddon(HomeAddonButton2,xbmc.addon.video)</onclick>
- </control>
- <control type="button" id="204">
- <description>Home Addon Button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31551] 3</label>
- <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label2>
- <onclick>Skin.SetAddon(HomeAddonButton3,xbmc.addon.video)</onclick>
- </control>
- <control type="button" id="205">
- <description>Home Addon Button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31551] 4</label>
- <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label2>
- <onclick>Skin.SetAddon(HomeAddonButton4,xbmc.addon.video)</onclick>
- </control>
- <control type="label" id="220">
- <height>50</height>
- <width>920</width>
- <font>font13_title</font>
- <label>31503</label>
- <textcolor>black</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- </control>
- <control type="button" id="221">
- <description>Subtitle Script Button</description>
- <height>55</height>
- <width>920</width>
- <font>font13</font>
- <textcolor>black</textcolor>
- <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus>
- <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
- <label>$LOCALIZE[31552]</label>
- <label2>$INFO[system.addontitle(Skin.String(SubtitleScript_Path))]</label2>
- <onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick>
- </control>
- </control>
- <control type="scrollbar" id="30">
- <posx>975</posx>
- <posy>120</posy>
- <width>20</width>
- <height>670</height>
- <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
- <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
- <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
- <textureslidernib>ScrollBarNib.png</textureslidernib>
- <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
- <onleft>2</onleft>
- <onright>9</onright>
- <showonepage>false</showonepage>
- <orientation>vertical</orientation>
- </control>
- </controls>
-</window>
+<window type="dialog" id="1113"> + <defaultcontrol>91</defaultcontrol> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>140</posx> + <posy>30</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>1000</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>910</width> + <label>20077</label> + </control> + <control type="group"> + <posx>930</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>1000</width> + <height>840</height> + <texture border="5">DialogBack.png</texture> + </control> + + <control type="group"> + <posx>20</posx> + <posy>75</posy> + <control type="button"> + <description>left Arrow</description> + <posx>0</posx> + <posy>0</posy> + <width>40</width> + <height>40</height> + <texturefocus>arrow-big-left.png</texturefocus> + <texturenofocus>arrow-big-left.png</texturenofocus> + <onclick>Control.Move(9,-1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasPrevious</visible> + </control> + <control type="button" id="11001"> + <description>right Arrow</description> + <posx>920</posx> + <posy>0</posy> + <width>40</width> + <height>40</height> + <texturefocus>arrow-big-right.png</texturefocus> + <texturenofocus>arrow-big-right.png</texturenofocus> + <onclick>Control.Move(9,1)</onclick> + <include>VisibleFadeEffect</include> + <visible>Container(9).HasNext</visible> + </control> + </control> + <control type="grouplist" id="9"> + <description>button area</description> + <posx>60</posx> + <posy>70</posy> + <width>880</width> + <height>50</height> + <itemgap>5</itemgap> + <align>center</align> + <orientation>horizontal</orientation> + <onleft>9</onleft> + <onright>9</onright> + <onup>2</onup> + <ondown>2</ondown> + <control type="button" id="91"> + <description>Home Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>10000</label> + <onfocus>Skin.SetString(SkinSettings,1)</onfocus> + </control> + <control type="button" id="92"> + <description>Addon Button</description> + <width>200</width> + <include>ButtonInfoDialogsCommonValues</include> + <label>24001</label> + <onfocus>Skin.SetString(SkinSettings,2)</onfocus> + </control> + </control> + <control type="grouplist" id="100"> + <description>control area</description> + <posx>40</posx> + <posy>140</posy> + <width>920</width> + <height>670</height> + <itemgap>-1</itemgap> + <pagecontrol>30</pagecontrol> + <onup>9</onup> + <ondown>9001</ondown> + <onleft>2</onleft> + <onright>30</onright> + <visible>Skin.String(SkinSettings,1)</visible> + <control type="label" id="101"> + <height>50</height> + <width>920</width> + <font>font13_title</font> + <label>31500</label> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="102"> + <description>Hide Videos</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[3]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonVideo)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonVideo)</selected> + </control> + <control type="radiobutton" id="103"> + <description>Hide Movies</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[20342]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonMovies)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonMovies)</selected> + <enable>Library.HasContent(Movies)</enable> + </control> + <control type="radiobutton" id="104"> + <description>Hide TVShows</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[20343]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonTVShows)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonTVShows)</selected> + <enable>Library.HasContent(TVShows)</enable> + </control> + <control type="radiobutton" id="105"> + <description>Hide Music</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[2]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonMusic)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonMusic)</selected> + </control> + <control type="radiobutton" id="106"> + <description>Hide Pictures</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[1]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonPictures)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonPictures)</selected> + </control> + <control type="radiobutton" id="107"> + <description>Hide Programs</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[0]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonPrograms)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonPrograms)</selected> + </control> + <control type="label" id="110"> + <height>50</height> + <width>920</width> + <font>font13_title</font> + <label>31502</label> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="radiobutton" id="111"> + <description>Show Weather info and button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31550]</label> + <onclick>Skin.ToggleSetting(HideHomeButtonWeather)</onclick> + <selected>!Skin.HasSetting(HideHomeButtonWeather)</selected> + </control> + <control type="radiobutton" id="112"> + <description>Videos Goes to root button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31553]</label> + <onclick>Skin.ToggleSetting(HomeVideosGoesToRoot)</onclick> + <selected>Skin.HasSetting(HomeVideosGoesToRoot)</selected> + </control> + </control> + <control type="grouplist" id="200"> + <description>control area</description> + <posx>40</posx> + <posy>140</posy> + <width>920</width> + <height>670</height> + <itemgap>-1</itemgap> + <pagecontrol>30</pagecontrol> + <onup>9</onup> + <ondown>9001</ondown> + <onleft>2</onleft> + <onright>30</onright> + <visible>Skin.String(SkinSettings,2)</visible> + <control type="label" id="201"> + <height>50</height> + <width>920</width> + <font>font13_title</font> + <label>31501</label> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="202"> + <description>Home Addon Button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31551] 1</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton1))]</label2> + <onclick>Skin.SetAddon(HomeAddonButton1,xbmc.addon.video)</onclick> + </control> + <control type="button" id="203"> + <description>Home Addon Button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31551] 2</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton2))]</label2> + <onclick>Skin.SetAddon(HomeAddonButton2,xbmc.addon.video)</onclick> + </control> + <control type="button" id="204"> + <description>Home Addon Button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31551] 3</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton3))]</label2> + <onclick>Skin.SetAddon(HomeAddonButton3,xbmc.addon.video)</onclick> + </control> + <control type="button" id="205"> + <description>Home Addon Button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31551] 4</label> + <label2>$INFO[system.addontitle(Skin.String(HomeAddonButton4))]</label2> + <onclick>Skin.SetAddon(HomeAddonButton4,xbmc.addon.video)</onclick> + </control> + <control type="label" id="220"> + <height>50</height> + <width>920</width> + <font>font13_title</font> + <label>31503</label> + <textcolor>black</textcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button" id="221"> + <description>Subtitle Script Button</description> + <height>55</height> + <width>920</width> + <font>font13</font> + <textcolor>black</textcolor> + <texturefocus border="0,2,0,2">MenuItemNF.png</texturefocus> + <texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus> + <label>$LOCALIZE[31552]</label> + <label2>$INFO[system.addontitle(Skin.String(SubtitleScript_Path))]</label2> + <onclick>Skin.SetAddon(SubtitleScript_Path,xbmc.python.subtitles)</onclick> + </control> + </control> + <control type="scrollbar" id="30"> + <posx>975</posx> + <posy>120</posy> + <width>20</width> + <height>670</height> + <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground> + <texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar> + <texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus> + <textureslidernib>ScrollBarNib.png</textureslidernib> + <textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus> + <onleft>2</onleft> + <onright>9</onright> + <showonepage>false</showonepage> + <orientation>vertical</orientation> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/custom_volume_1112.xml b/addons/skin.touched/4x3Hirez/custom_volume_1112.xml index 2523bf9ce4..40ed021d6b 100644 --- a/addons/skin.touched/4x3Hirez/custom_volume_1112.xml +++ b/addons/skin.touched/4x3Hirez/custom_volume_1112.xml @@ -1,66 +1,66 @@ -<window id="1112" type="dialog">
- <defaultcontrol always="true">9000</defaultcontrol>
- <include>Window_OpenClose_Animation</include>
- <controls>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>PreviousMenu</onclick>
- </control>
- <control type="group">
- <posx>205</posx>
- <posy>235r</posy>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>450</width>
- <height>80</height>
- <texture border="5">SubBack.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>100</posx>
- <posy>74</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-down.png</texture>
- </control>
- <control type="progress">
- <description>Volume</description>
- <posx>20</posx>
- <posy>30</posy>
- <width>300</width>
- <height>20</height>
- <info>Player.Volume</info>
- </control>
- <control type="slider" id="1">
- <description>Volume Slider</description>
- <posx>20</posx>
- <posy>30</posy>
- <width>300</width>
- <height>15</height>
- <info>Player.Volume</info>
- <action>Volume</action>
- <texturesliderbar>seekslider.png</texturesliderbar>
- <textureslidernib>osd_slider_nibNF.png</textureslidernib>
- <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
- </control>
- <control type="label">
- <description>Volume Label</description>
- <posx>330</posx>
- <posy>30</posy>
- <width>100</width>
- <height>20</height>
- <label>$INFO[Player.Volume]</label>
- <font>font13</font>
- <align>left</align>
- <aligny>center</aligny>
- </control>
- </control>
- </controls>
-</window>
+<window id="1112" type="dialog"> + <defaultcontrol always="true">9000</defaultcontrol> + <include>Window_OpenClose_Animation</include> + <controls> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>PreviousMenu</onclick> + </control> + <control type="group"> + <posx>205</posx> + <posy>235r</posy> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>450</width> + <height>80</height> + <texture border="5">SubBack.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>100</posx> + <posy>74</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-down.png</texture> + </control> + <control type="progress"> + <description>Volume</description> + <posx>20</posx> + <posy>30</posy> + <width>300</width> + <height>20</height> + <info>Player.Volume</info> + </control> + <control type="slider" id="1"> + <description>Volume Slider</description> + <posx>20</posx> + <posy>30</posy> + <width>300</width> + <height>15</height> + <info>Player.Volume</info> + <action>Volume</action> + <texturesliderbar>seekslider.png</texturesliderbar> + <textureslidernib>osd_slider_nibNF.png</textureslidernib> + <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> + </control> + <control type="label"> + <description>Volume Label</description> + <posx>330</posx> + <posy>30</posy> + <width>100</width> + <height>20</height> + <label>$INFO[Player.Volume]</label> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/4x3Hirez/defaults.xml b/addons/skin.touched/4x3Hirez/defaults.xml index cde25a3b8c..d23b1de9fa 100644 --- a/addons/skin.touched/4x3Hirez/defaults.xml +++ b/addons/skin.touched/4x3Hirez/defaults.xml @@ -1,195 +1,195 @@ -<includes>
- <default type="image">
- <posx>0</posx>
- <posy>0</posy>
- <texture>-</texture>
- <colorkey>0</colorkey>
- </default>
- <default type="label">
- <posx>80</posx>
- <posy>60</posy>
- <label>-</label>
- <font>font13</font>
- <textcolor>white</textcolor>
- </default>
- <default type="fadelabel">
- <posx>80</posx>
- <posy>60</posy>
- <font>font13</font>
- <textcolor>white</textcolor>
- </default>
- <default type="button">
- <posx>300</posx>
- <posy>200</posy>
- <width>300</width>
- <height>42</height>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- <font>font13</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <textoffsetx>10</textoffsetx>
- <aligny>center</aligny>
- <pulseonselect>no</pulseonselect>
- </default>
- <default type="togglebutton">
- <posx>140</posx>
- <posy>167</posy>
- <width>20</width>
- <height>20</height>
- <texturefocus>scroll-up-focus.png</texturefocus>
- <texturenofocus>scroll-up.png</texturenofocus>
- <alttexturefocus>scroll-down-focus.png</alttexturefocus>
- <alttexturenofocus>scroll-down.png</alttexturenofocus>
- <textcolor>white</textcolor>
- <label>-</label>
- <font>font13</font>
- <disabledcolor>grey3</disabledcolor>
- <pulseonselect>no</pulseonselect>
- </default>
- <default type="textbox">
- <posx>220</posx>
- <posy>220</posy>
- <width>410</width>
- <height>215</height>
- <align>left</align>
- <textcolor>white</textcolor>
- <font>font13</font>
- </default>
- <default type="progress">
- <posx>100</posx>
- <posy>325</posy>
- <texturebg border="16,0,16,0">OSDProgressBack.png</texturebg>
- <lefttexture>-</lefttexture>
- <midtexture border="16,0,16,0">OSDProgressMid.png</midtexture>
- <righttexture>-</righttexture>
- <overlaytexture>-</overlaytexture>
- <reveal>true</reveal>
- </default>
- <default type="spincontrol">
- <posx>330</posx>
- <posy>126</posy>
- <spinwidth>45</spinwidth>
- <spinheight>45</spinheight>
- <textureup>Select_Up.png</textureup>
- <texturedown>Select_Down.png</texturedown>
- <textureupfocus>Select_Up.png</textureupfocus>
- <texturedownfocus>Select_Down.png</texturedownfocus>
- <align>right</align>
- <width>33</width>
- <height>22</height>
- <font>font13</font>
- <reverse>yes</reverse>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <subtype>text</subtype>
- <textoffsetx>-5</textoffsetx>
- <textoffsety>0</textoffsety>
- <aligny>-</aligny>
- <pulseonselect>no</pulseonselect>
- </default>
- <default type="spincontrolex">
- <posx>530</posx>
- <posy>160</posy>
- <width>300</width>
- <height>42</height>
- <spinwidth>45</spinwidth>
- <spinheight>45</spinheight>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>-</texturenofocus>
- <textureup>Select_Up.png</textureup>
- <texturedown>Select_Down.png</texturedown>
- <textureupfocus>Select_Up.png</textureupfocus>
- <texturedownfocus>Select_Down.png</texturedownfocus>
- <font>font13</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <textoffsetx>10</textoffsetx>
- <aligny>center</aligny>
- <reverse>yes</reverse>
- <pulseonselect>no</pulseonselect>
- </default>
- <default type="radiobutton">
- <posx>300</posx>
- <posy>200</posy>
- <width>300</width>
- <height>42</height>
- <radiowidth>90</radiowidth>
- <radioheight>45</radioheight>
- <textureradiofocus>radiobutton-focus.png</textureradiofocus>
- <textureradionofocus>radiobutton-nofocus.png</textureradionofocus>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- <label>215</label>
- <font>font13</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <textoffsetx>10</textoffsetx>
- <aligny>center</aligny>
- <pulseonselect>no</pulseonselect>
- </default>
- <default type="selectbutton">
- <posx>490</posx>
- <posy>335</posy>
- <width>300</width>
- <height>50</height>
- <label>-</label>
- <font>font12</font>
- <texturefocus>-</texturefocus>
- <texturenofocus>-</texturenofocus>
- <texturebg>button-focus.png</texturebg>
- <textureleft>scroll-left.png</textureleft>
- <textureleftfocus>scroll-left-focus.png</textureleftfocus>
- <textureright>scroll-right.png</textureright>
- <texturerightfocus>scroll-right-focus.png</texturerightfocus>
- <font>font13</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <aligny>center</aligny>
- </default>
- <default type="slider">
- <controloffsetx>75</controloffsetx>
- <controloffsety>0</controloffsety>
- </default>
- <default type="sliderex">
- <height>35</height>
- <textoffsetx>10</textoffsetx>
- <aligny>center</aligny>
- <texturefocus border="5">button-focus.png</texturefocus>
- <texturenofocus border="5">button-nofocus.png</texturenofocus>
- <sliderwidth>250</sliderwidth>
- <sliderheight>20</sliderheight>
- <texturesliderbar>osd_slider_bg.png</texturesliderbar>
- <textureslidernib>osd_slider_nibNF.png</textureslidernib>
- <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
- <font>font12</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- </default>
- <default type="mover">
- <posx>60</posx>
- <posy>192</posy>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- </default>
- <default type="resize">
- <posx>60</posx>
- <posy>192</posy>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- </default>
- <default type="edit">
- <posx>300</posx>
- <posy>200</posy>
- <width>300</width>
- <height>42</height>
- <texturefocus>button-focus.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- <font>font13</font>
- <textcolor>white</textcolor>
- <disabledcolor>grey3</disabledcolor>
- <textoffsetx>10</textoffsetx>
- <aligny>center</aligny>
- <pulseonselect>no</pulseonselect>
- </default>
+<includes> + <default type="image"> + <posx>0</posx> + <posy>0</posy> + <texture>-</texture> + <colorkey>0</colorkey> + </default> + <default type="label"> + <posx>80</posx> + <posy>60</posy> + <label>-</label> + <font>font13</font> + <textcolor>white</textcolor> + </default> + <default type="fadelabel"> + <posx>80</posx> + <posy>60</posy> + <font>font13</font> + <textcolor>white</textcolor> + </default> + <default type="button"> + <posx>300</posx> + <posy>200</posy> + <width>300</width> + <height>42</height> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + <font>font13</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>10</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="togglebutton"> + <posx>140</posx> + <posy>167</posy> + <width>20</width> + <height>20</height> + <texturefocus>scroll-up-focus.png</texturefocus> + <texturenofocus>scroll-up.png</texturenofocus> + <alttexturefocus>scroll-down-focus.png</alttexturefocus> + <alttexturenofocus>scroll-down.png</alttexturenofocus> + <textcolor>white</textcolor> + <label>-</label> + <font>font13</font> + <disabledcolor>grey3</disabledcolor> + <pulseonselect>no</pulseonselect> + </default> + <default type="textbox"> + <posx>220</posx> + <posy>220</posy> + <width>410</width> + <height>215</height> + <align>left</align> + <textcolor>white</textcolor> + <font>font13</font> + </default> + <default type="progress"> + <posx>100</posx> + <posy>325</posy> + <texturebg border="16,0,16,0">OSDProgressBack.png</texturebg> + <lefttexture>-</lefttexture> + <midtexture border="16,0,16,0">OSDProgressMid.png</midtexture> + <righttexture>-</righttexture> + <overlaytexture>-</overlaytexture> + <reveal>true</reveal> + </default> + <default type="spincontrol"> + <posx>330</posx> + <posy>126</posy> + <spinwidth>45</spinwidth> + <spinheight>45</spinheight> + <textureup>Select_Up.png</textureup> + <texturedown>Select_Down.png</texturedown> + <textureupfocus>Select_Up.png</textureupfocus> + <texturedownfocus>Select_Down.png</texturedownfocus> + <align>right</align> + <width>33</width> + <height>22</height> + <font>font13</font> + <reverse>yes</reverse> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <subtype>text</subtype> + <textoffsetx>-5</textoffsetx> + <textoffsety>0</textoffsety> + <aligny>-</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="spincontrolex"> + <posx>530</posx> + <posy>160</posy> + <width>300</width> + <height>42</height> + <spinwidth>45</spinwidth> + <spinheight>45</spinheight> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>-</texturenofocus> + <textureup>Select_Up.png</textureup> + <texturedown>Select_Down.png</texturedown> + <textureupfocus>Select_Up.png</textureupfocus> + <texturedownfocus>Select_Down.png</texturedownfocus> + <font>font13</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>10</textoffsetx> + <aligny>center</aligny> + <reverse>yes</reverse> + <pulseonselect>no</pulseonselect> + </default> + <default type="radiobutton"> + <posx>300</posx> + <posy>200</posy> + <width>300</width> + <height>42</height> + <radiowidth>90</radiowidth> + <radioheight>45</radioheight> + <textureradiofocus>radiobutton-focus.png</textureradiofocus> + <textureradionofocus>radiobutton-nofocus.png</textureradionofocus> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + <label>215</label> + <font>font13</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>10</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> + <default type="selectbutton"> + <posx>490</posx> + <posy>335</posy> + <width>300</width> + <height>50</height> + <label>-</label> + <font>font12</font> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <texturebg>button-focus.png</texturebg> + <textureleft>scroll-left.png</textureleft> + <textureleftfocus>scroll-left-focus.png</textureleftfocus> + <textureright>scroll-right.png</textureright> + <texturerightfocus>scroll-right-focus.png</texturerightfocus> + <font>font13</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <aligny>center</aligny> + </default> + <default type="slider"> + <controloffsetx>75</controloffsetx> + <controloffsety>0</controloffsety> + </default> + <default type="sliderex"> + <height>35</height> + <textoffsetx>10</textoffsetx> + <aligny>center</aligny> + <texturefocus border="5">button-focus.png</texturefocus> + <texturenofocus border="5">button-nofocus.png</texturenofocus> + <sliderwidth>250</sliderwidth> + <sliderheight>20</sliderheight> + <texturesliderbar>osd_slider_bg.png</texturesliderbar> + <textureslidernib>osd_slider_nibNF.png</textureslidernib> + <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> + <font>font12</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + </default> + <default type="mover"> + <posx>60</posx> + <posy>192</posy> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + </default> + <default type="resize"> + <posx>60</posx> + <posy>192</posy> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + </default> + <default type="edit"> + <posx>300</posx> + <posy>200</posy> + <width>300</width> + <height>42</height> + <texturefocus>button-focus.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + <font>font13</font> + <textcolor>white</textcolor> + <disabledcolor>grey3</disabledcolor> + <textoffsetx>10</textoffsetx> + <aligny>center</aligny> + <pulseonselect>no</pulseonselect> + </default> </includes>
\ No newline at end of file diff --git a/addons/skin.touched/4x3Hirez/includes.xml b/addons/skin.touched/4x3Hirez/includes.xml index fb4bd37916..2b10b05e0f 100644 --- a/addons/skin.touched/4x3Hirez/includes.xml +++ b/addons/skin.touched/4x3Hirez/includes.xml @@ -1,628 +1,628 @@ -<includes>
- <include file="defaults.xml" />
- <include file="ViewsCommon.xml" />
- <include file="ViewsMetaData.xml" />
- <include file="ViewsAddonBrowser.xml" />
- <include file="IncludesCodecFlagging.xml" />
- <include file="IncludesPlayerControls.xml" />
- <include file="IncludesKeypad.xml" />
-
- <constant name="ScreenWidth">1280</constant>
- <constant name="ScreenHeight">960</constant>
- <constant name="FanartCrossfadeTime">500</constant>
- <constant name="IconCrossfadeTime">400</constant>
-
- <include name="CommonBackground">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <aspectratio>scale</aspectratio>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texture>special://skin/background/background.png</texture>
- </control>
- <include>CommonHeader</include>
- <control type="group">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>0</posx>
- <posy>100</posy>
- <width>ScreenWidth</width>
- <height>10</height>
- <texture>shelf_shadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>20</posy>
- <width>ScreenWidth</width>
- <height>80</height>
- <texture border="0,0,0,2">header.png</texture>
- </control>
- <control type="button">
- <description>Previous Button</description>
- <posx>550</posx>
- <posy>30</posy>
- <width>45</width>
- <height>45</height>
- <label>-</label>
- <texturenofocus>PlayerControls2-PreviousNF.png</texturenofocus>
- <texturefocus>PlayerControls2-PreviousFO.png</texturefocus>
- <onclick>XBMC.PlayerControl(Previous)</onclick>
- </control>
- <control type="togglebutton">
- <description>Play Button</description>
- <posx>612</posx>
- <posy>23</posy>
- <width>56</width>
- <height>56</height>
- <label>-</label>
- <texturefocus>PlayerControls2-PlayFO.png</texturefocus>
- <texturenofocus>PlayerControls2-PlayNF.png</texturenofocus>
- <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
- <alttexturefocus>PlayerControls2-PauseFO.png</alttexturefocus>
- <alttexturenofocus>PlayerControls2-PauseNF.png</alttexturenofocus>
- <onclick>XBMC.PlayerControl(Play)</onclick>
- </control>
- <control type="button">
- <description>Next Button</description>
- <posx>680</posx>
- <posy>30</posy>
- <width>45</width>
- <height>45</height>
- <label>-</label>
- <texturenofocus>PlayerControls2-NextNF.png</texturenofocus>
- <texturefocus>PlayerControls2-NextFO.png</texturefocus>
- <onclick>XBMC.PlayerControl(Next)</onclick>
- </control>
- <control type="progress">
- <description>Progressbar</description>
- <posx>450</posx>
- <posy>83</posy>
- <width>380</width>
- <height>15</height>
- <info>Player.Progress</info>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>64r</posy>
- <width>ScreenWidth</width>
- <height>64</height>
- <texture>floor.png</texture>
- </control>
- <control type="group">
- <posx>122r</posx>
- <posy>105r</posy>
- <visible>!Window.IsVisible(LoginScreen) + !Window.IsActive(InfoDialog)</visible>
- <include>VisibleFadeEffect</include>
- <control type="image">
- <posx>16</posx>
- <posy>80</posy>
- <width>80</width>
- <height>40</height>
- <texture border="5">IconBack_reflect.png</texture>
- </control>
- <control type="button">
- <description>Favourties Button</description>
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <label>-</label>
- <font>-</font>
- <texturenofocus border="5">IconBack.png</texturenofocus>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <onclick>ActivateWindow(Favourites)</onclick>
- </control>
- <control type="image">
- <posx>28</posx>
- <posy>12</posy>
- <width>56</width>
- <height>56</height>
- <texture>icon_favourites.png</texture>
- </control>
- <control type="label">
- <posx>6</posx>
- <posy>82</posy>
- <width>100</width>
- <height>20</height>
- <font>font11</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$LOCALIZE[1036]</label>
- </control>
- </control>
- </control>
- </include>
- <include name="CommonHeader">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>20</height>
- <texture>black.png</texture>
- </control>
- <control type="label">
- <description>XBMC label</description>
- <posx>5</posx>
- <posy>0</posy>
- <width>200</width>
- <height>18</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>white</textcolor>
- <label>XBMC</label>
- </control>
- <control type="label">
- <description>time label</description>
- <posx>200</posx>
- <posy>0</posy>
- <width>880</width>
- <height>18</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>white</textcolor>
- <label>$INFO[System.Time]</label>
- </control>
- <control type="progress">
- <description>Battery Percent</description>
- <posx>35r</posx>
- <posy>2</posy>
- <width>30</width>
- <height>15</height>
- <texturebg>BatteryBack.png</texturebg>
- <midtexture>BatteryFront.png</midtexture>
- <info>System.BatteryLevel</info>
- </control>
- <control type="label">
- <posx>45r</posx>
- <posy>0</posy>
- <width>200</width>
- <height>18</height>
- <font>font10_title</font>
- <textcolor>white</textcolor>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[System.BatteryLevel]</label>
- </control>
- </include>
- <include name="BehindDialogFadeOut">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texture>black-back.png</texture>
- <animation effect="fade" time="400">Visible</animation>
- <animation effect="fade" time="200">Hidden</animation>
- <visible>Window.IsActive(ContextMenu) | Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | [Window.IsActive(NumericInput) + !Window.IsVisible(VirtualKeyboard)] | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Favourites) | Window.IsActive(PictureInfo) | Window.IsActive(KaraokeLargeSelector) | Window.IsActive(custom_skinsettings_1113.xml)</visible>
- </control>
- </include>
- <include name="MediaWindowTitleCommons">
- <posx>300</posx>
- <posy>64r</posy>
- <width>680</width>
- <height>64</height>
- <align>center</align>
- <aligny>center</aligny>
- <font>font13_title</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </include>
- <include name="WindowTitleCommons">
- <height>60</height>
- <align>left</align>
- <aligny>center</aligny>
- <font>font16</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- </include>
- <include name="FileCountCommons">
- <control type="group">
- <posx>0</posx>
- <posy>35</posy>
- <include>Window_OpenClose_Animation</include>
- <control type="image">
- <posx>120r</posx>
- <posy>0</posy>
- <width>45</width>
- <height>45</height>
- <aspectratio>keep</aspectratio>
- <texture>filecount.png</texture>
- </control>
- <control type="label">
- <description>Page Count Label 1</description>
- <posx>130r</posx>
- <posy>2</posy>
- <width>500</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <scroll>false</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Window.Property(filter),$LOCALIZE[587] , - ]$INFO[Container.NumItems,, $LOCALIZE[31025]]</label>
- </control>
- <control type="label">
- <description>Page Count Label 2</description>
- <posx>130r</posx>
- <posy>22</posy>
- <width>500</width>
- <height>20</height>
- <font>font12</font>
- <textcolor>grey2</textcolor>
- <scroll>false</scroll>
- <align>right</align>
- <aligny>center</aligny>
- <label>$INFO[Container.CurrentPage,$LOCALIZE[31024] ]$INFO[Container.NumPages, of ,]</label>
- </control>
- </control>
- </include>
- <include name="ScrollArrowsCommons">
- <control type="scrollbar" id="60">
- <posx>25r</posx>
- <posy>120</posy>
- <width>17</width>
- <height>720</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>60</onleft>
- <onright>60</onright>
- <ondown>60</ondown>
- <onup>60</onup>
- <showonepage>true</showonepage>
- <orientation>vertical</orientation>
- <visible>Container.Scrolling</visible>
- <animation effect="fade" time="150">Visible</animation>
- <animation effect="fade" time="150">Hidden</animation>
- </control>
- </include>
- <include name="HomeButtonCommons">
- <control type="button">
- <description>Home Button</description>
- <posx>0</posx>
- <posy>25</posy>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_home.png</texturenofocus>
- <texturefocus>icon_home.png</texturefocus>
- <onclick>ActivateWindow(Home)</onclick>
- </control>
- </include>
- <include name="OptionsButtonCommons">
- <control type="button">
- <description>Options Button</description>
- <posx>64r</posx>
- <posy>25</posy>
- <width>64</width>
- <height>64</height>
- <texturenofocus>icon_system.png</texturenofocus>
- <texturefocus>icon_system.png</texturefocus>
- <onclick>Skin.ToggleSetting(MediaSubMenuVisible)</onclick>
- </control>
- </include>
- <include name="DialogCloseButtonCommons">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>2</width>
- <height>59</height>
- <texture>header-divide.png</texture>
- </control>
- <control type="button">
- <description>Close Button</description>
- <posx>7</posx>
- <posy>0</posy>
- <width>60</width>
- <height>60</height>
- <font>-</font>
- <onclick>previousmenu</onclick>
- <texturefocus>icon_close.png</texturefocus>
- <texturenofocus>icon_close.png</texturenofocus>
- </control>
- </include>
- <include name="MediaSubMenu">
- <control type="button" id="19">
- <description>Filter button needed for panel below to work</description>
- <visible>false</visible>
- </control>
- <control type="panel" id="9002">
- <visible>!Window.IsActive(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <include>SubMenuCommonLayout</include>
- <content>
- <item>
- <label>31200</label>
- <onclick>ParentDir</onclick>
- <icon>icon_back.png</icon>
- </item>
- <item>
- <label>31202</label>
- <onclick>Container.NextViewMode</onclick>
- <icon>icon_view.png</icon>
- </item>
- <item>
- <label>587</label>
- <onclick>SendClick(19)</onclick>
- <icon>icon_filter.png</icon>
- <visible>IsEmpty(Window.Property(filter))</visible>
- </item>
- <item>
- <label>587</label>
- <onclick>SendClick(19)</onclick>
- <icon>icon_filter_on.png</icon>
- <visible>!IsEmpty(Window.Property(filter))</visible>
- </item>
- </content>
- </control>
- </include>
- <include name="SubMenuCommonLayout">
- <include>Window_OpenClose_Animation</include>
- <posx>10</posx>
- <posy>105r</posy>
- <width>620</width>
- <height>120</height>
- <onleft>9002</onleft>
- <onright>9002</onright>
- <onup>9001</onup>
- <ondown>20</ondown>
- <pagecontrol>-</pagecontrol>
- <scrolltime>300</scrolltime>
- <orientation>Horizontal</orientation>
- <itemlayout height="200" width="112">
- <control type="image">
- <posx>16</posx>
- <posy>80</posy>
- <width>80</width>
- <height>40</height>
- <texture border="5">IconBack_reflect.png</texture>
- </control>
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <bordertexture border="5">IconBack.png</bordertexture>
- <bordersize>12</bordersize>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>56</posx>
- <posy>82</posy>
- <width>100</width>
- <height>20</height>
- <font>font11</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </itemlayout>
- <focusedlayout height="200" width="112">
- <control type="image">
- <posx>16</posx>
- <posy>80</posy>
- <width>80</width>
- <height>40</height>
- <texture border="5">IconBack_reflect.png</texture>
- </control>
- <control type="image">
- <posx>16</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <bordertexture border="5">IconBack-focus.png</bordertexture>
- <bordersize>12</bordersize>
- <texture>$INFO[ListItem.Icon]</texture>
- </control>
- <control type="label">
- <posx>56</posx>
- <posy>82</posy>
- <width>100</width>
- <height>20</height>
- <font>font11</font>
- <textcolor>white</textcolor>
- <shadowcolor>black</shadowcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>$INFO[ListItem.Label]</label>
- </control>
- </focusedlayout>
- </include>
- <include name="ButtonCommonValues2">
- <height>60</height>
- <width>298</width>
- <textoffsetx>10</textoffsetx>
- <textwidth>280</textwidth>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <font>font13</font>
- <texturefocus>button-focus2.png</texturefocus>
- <texturenofocus>button-nofocus.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- </include>
- <include name="ButtonInfoDialogsCommonValues">
- <height>50</height>
- <width>158</width>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12_title</font>
- <texturefocus border="5">IconBack-focus.png</texturefocus>
- <texturenofocus border="5">ListNF.png</texturenofocus>
- <pulseonselect>false</pulseonselect>
- </include>
- <include name="CommonNowPlaying">
- <control type="group">
- <posx>110</posx>
- <posy>25</posy>
- <visible>Player.HasMedia + !Window.IsVisible(PlayerControls)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <posx>0</posx>
- <posy>0</posy>
- <width>270</width>
- <height>67</height>
- <texturefocus border="8">IconBack.png</texturefocus>
- <texturenofocus border="8">IconBack.png</texturenofocus>
- <onclick>ActivateWindow(PlayerControls)</onclick>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>5</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>$LOCALIZE[31040]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>black</textcolor>
- <visible>!Player.Paused</visible>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>5</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>$LOCALIZE[31043]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10_title</font>
- <textcolor>black</textcolor>
- <visible>Player.Paused</visible>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>24</posy>
- <width>250</width>
- <height>20</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>[B]$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font12</font>
- <textcolor>black</textcolor>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>45</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>[B]$INFO[MusicPlayer.Artist][/B]</label>
- <label>[B]$INFO[MusicPlayer.Album][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10</font>
- <textcolor>black</textcolor>
- <visible>Player.HasAudio</visible>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>45</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>[B]$INFO[VideoPlayer.Studio][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10</font>
- <textcolor>black</textcolor>
- <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>45</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>[B]$INFO[VideoPlayer.TVShowTitle][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10</font>
- <textcolor>black</textcolor>
- <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible>
- </control>
- <control type="fadelabel">
- <posx>10</posx>
- <posy>45</posy>
- <width>250</width>
- <height>15</height>
- <scrollout>false</scrollout>
- <pauseatend>3000</pauseatend>
- <label>[B]$INFO[VideoPlayer.Artist][/B]</label>
- <align>center</align>
- <aligny>center</aligny>
- <font>font10</font>
- <textcolor>black</textcolor>
- <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible>
- </control>
- </control>
- </include>
- <include name="ScrollOffsetLabel">
- <control type="group">
- <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible>
- <animation effect="fade" time="100">Visible</animation>
- <animation effect="fade" time="300">Hidden</animation>
- <posx>600</posx>
- <posy>410</posy>
- <width>320</width>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <texture border="5">IconBack.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>0</posy>
- <width>80</width>
- <height>80</height>
- <align>center</align>
- <aligny>center</aligny>
- <label>[B]$INFO[ListItem.SortLetter][/B]</label>
- <textcolor>black</textcolor>
- <font>font30</font>
- </control>
- </control>
- </include>
- <include name="Window_OpenClose_Animation">
- <animation effect="fade" time="250">WindowOpen</animation>
- <animation effect="fade" time="250">WindowClose</animation>
- </include>
- <include name="Window_OpenClose_Animation_Zoom">
- <animation type="WindowOpen" reversible="false">
- <effect type="zoom" start="80" end="100" center="640,480" easing="out" tween="back" time="300" />
- <effect type="fade" start="0" end="100" time="300" />
- </animation>
- <animation type="WindowClose" reversible="false">
- <effect type="zoom" start="100" end="80" center="640,480" easing="in" tween="back" time="300" />
- <effect type="fade" start="100" end="0" time="300" />
- </animation>
- </include>
- <include name="dialogeffect">
- <animation effect="fade" time="250">WindowOpen</animation>
- <animation effect="fade" time="250">WindowClose</animation>
- </include>
- <include name="VisibleFadeEffect">
- <animation effect="fade" time="300">Visible</animation>
- <animation effect="fade" time="300">Hidden</animation>
- </include>
-</includes>
+<includes> + <include file="defaults.xml" /> + <include file="ViewsCommon.xml" /> + <include file="ViewsMetaData.xml" /> + <include file="ViewsAddonBrowser.xml" /> + <include file="IncludesCodecFlagging.xml" /> + <include file="IncludesPlayerControls.xml" /> + <include file="IncludesKeypad.xml" /> + + <constant name="ScreenWidth">1280</constant> + <constant name="ScreenHeight">960</constant> + <constant name="FanartCrossfadeTime">500</constant> + <constant name="IconCrossfadeTime">400</constant> + + <include name="CommonBackground"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <aspectratio>scale</aspectratio> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texture>special://skin/background/background.png</texture> + </control> + <include>CommonHeader</include> + <control type="group"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>0</posx> + <posy>100</posy> + <width>ScreenWidth</width> + <height>10</height> + <texture>shelf_shadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>20</posy> + <width>ScreenWidth</width> + <height>80</height> + <texture border="0,0,0,2">header.png</texture> + </control> + <control type="button"> + <description>Previous Button</description> + <posx>550</posx> + <posy>30</posy> + <width>45</width> + <height>45</height> + <label>-</label> + <texturenofocus>PlayerControls2-PreviousNF.png</texturenofocus> + <texturefocus>PlayerControls2-PreviousFO.png</texturefocus> + <onclick>XBMC.PlayerControl(Previous)</onclick> + </control> + <control type="togglebutton"> + <description>Play Button</description> + <posx>612</posx> + <posy>23</posy> + <width>56</width> + <height>56</height> + <label>-</label> + <texturefocus>PlayerControls2-PlayFO.png</texturefocus> + <texturenofocus>PlayerControls2-PlayNF.png</texturenofocus> + <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture> + <alttexturefocus>PlayerControls2-PauseFO.png</alttexturefocus> + <alttexturenofocus>PlayerControls2-PauseNF.png</alttexturenofocus> + <onclick>XBMC.PlayerControl(Play)</onclick> + </control> + <control type="button"> + <description>Next Button</description> + <posx>680</posx> + <posy>30</posy> + <width>45</width> + <height>45</height> + <label>-</label> + <texturenofocus>PlayerControls2-NextNF.png</texturenofocus> + <texturefocus>PlayerControls2-NextFO.png</texturefocus> + <onclick>XBMC.PlayerControl(Next)</onclick> + </control> + <control type="progress"> + <description>Progressbar</description> + <posx>450</posx> + <posy>83</posy> + <width>380</width> + <height>15</height> + <info>Player.Progress</info> + </control> + <control type="image"> + <posx>0</posx> + <posy>64r</posy> + <width>ScreenWidth</width> + <height>64</height> + <texture>floor.png</texture> + </control> + <control type="group"> + <posx>122r</posx> + <posy>105r</posy> + <visible>!Window.IsVisible(LoginScreen) + !Window.IsActive(InfoDialog)</visible> + <include>VisibleFadeEffect</include> + <control type="image"> + <posx>16</posx> + <posy>80</posy> + <width>80</width> + <height>40</height> + <texture border="5">IconBack_reflect.png</texture> + </control> + <control type="button"> + <description>Favourties Button</description> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <label>-</label> + <font>-</font> + <texturenofocus border="5">IconBack.png</texturenofocus> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <onclick>ActivateWindow(Favourites)</onclick> + </control> + <control type="image"> + <posx>28</posx> + <posy>12</posy> + <width>56</width> + <height>56</height> + <texture>icon_favourites.png</texture> + </control> + <control type="label"> + <posx>6</posx> + <posy>82</posy> + <width>100</width> + <height>20</height> + <font>font11</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$LOCALIZE[1036]</label> + </control> + </control> + </control> + </include> + <include name="CommonHeader"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>20</height> + <texture>black.png</texture> + </control> + <control type="label"> + <description>XBMC label</description> + <posx>5</posx> + <posy>0</posy> + <width>200</width> + <height>18</height> + <align>left</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>white</textcolor> + <label>XBMC</label> + </control> + <control type="label"> + <description>time label</description> + <posx>200</posx> + <posy>0</posy> + <width>880</width> + <height>18</height> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>white</textcolor> + <label>$INFO[System.Time]</label> + </control> + <control type="progress"> + <description>Battery Percent</description> + <posx>35r</posx> + <posy>2</posy> + <width>30</width> + <height>15</height> + <texturebg>BatteryBack.png</texturebg> + <midtexture>BatteryFront.png</midtexture> + <info>System.BatteryLevel</info> + </control> + <control type="label"> + <posx>45r</posx> + <posy>0</posy> + <width>200</width> + <height>18</height> + <font>font10_title</font> + <textcolor>white</textcolor> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[System.BatteryLevel]</label> + </control> + </include> + <include name="BehindDialogFadeOut"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texture>black-back.png</texture> + <animation effect="fade" time="400">Visible</animation> + <animation effect="fade" time="200">Hidden</animation> + <visible>Window.IsActive(ContextMenu) | Window.IsActive(MovieInformation) | Window.IsActive(MusicInformation) | Window.IsActive(SongInformation) | Window.IsActive(FileBrowser) | Window.IsActive(TextViewer) | Window.IsActive(AddonSettings) | Window.IsActive(ContentSettings) | Window.IsActive(SelectDialog) | Window.IsActive(FileStackingDialog) | Window.IsActive(MediaSource) | Window.IsActive(PictureInfo) | [Window.IsActive(NumericInput) + !Window.IsVisible(VirtualKeyboard)] | Window.IsActive(ProfileSettings) | Window.IsActive(LockSettings) | Window.IsActive(SmartPlaylistEditor) | Window.IsActive(SmartPlaylistRule) | Window.IsActive(script-RSS_Editor-rssEditor.xml) | Window.IsActive(script-RSS_Editor-setEditor.xml) | Window.IsActive(AddonInformation) | Window.IsActive(Favourites) | Window.IsActive(PictureInfo) | Window.IsActive(KaraokeLargeSelector) | Window.IsActive(custom_skinsettings_1113.xml)</visible> + </control> + </include> + <include name="MediaWindowTitleCommons"> + <posx>300</posx> + <posy>64r</posy> + <width>680</width> + <height>64</height> + <align>center</align> + <aligny>center</aligny> + <font>font13_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </include> + <include name="WindowTitleCommons"> + <height>60</height> + <align>left</align> + <aligny>center</aligny> + <font>font16</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + </include> + <include name="FileCountCommons"> + <control type="group"> + <posx>0</posx> + <posy>35</posy> + <include>Window_OpenClose_Animation</include> + <control type="image"> + <posx>120r</posx> + <posy>0</posy> + <width>45</width> + <height>45</height> + <aspectratio>keep</aspectratio> + <texture>filecount.png</texture> + </control> + <control type="label"> + <description>Page Count Label 1</description> + <posx>130r</posx> + <posy>2</posy> + <width>500</width> + <height>20</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <scroll>false</scroll> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Window.Property(filter),$LOCALIZE[587] , - ]$INFO[Container.NumItems,, $LOCALIZE[31025]]</label> + </control> + <control type="label"> + <description>Page Count Label 2</description> + <posx>130r</posx> + <posy>22</posy> + <width>500</width> + <height>20</height> + <font>font12</font> + <textcolor>grey2</textcolor> + <scroll>false</scroll> + <align>right</align> + <aligny>center</aligny> + <label>$INFO[Container.CurrentPage,$LOCALIZE[31024] ]$INFO[Container.NumPages, of ,]</label> + </control> + </control> + </include> + <include name="ScrollArrowsCommons"> + <control type="scrollbar" id="60"> + <posx>25r</posx> + <posy>120</posy> + <width>17</width> + <height>720</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>60</onleft> + <onright>60</onright> + <ondown>60</ondown> + <onup>60</onup> + <showonepage>true</showonepage> + <orientation>vertical</orientation> + <visible>Container.Scrolling</visible> + <animation effect="fade" time="150">Visible</animation> + <animation effect="fade" time="150">Hidden</animation> + </control> + </include> + <include name="HomeButtonCommons"> + <control type="button"> + <description>Home Button</description> + <posx>0</posx> + <posy>25</posy> + <width>64</width> + <height>64</height> + <texturenofocus>icon_home.png</texturenofocus> + <texturefocus>icon_home.png</texturefocus> + <onclick>ActivateWindow(Home)</onclick> + </control> + </include> + <include name="OptionsButtonCommons"> + <control type="button"> + <description>Options Button</description> + <posx>64r</posx> + <posy>25</posy> + <width>64</width> + <height>64</height> + <texturenofocus>icon_system.png</texturenofocus> + <texturefocus>icon_system.png</texturefocus> + <onclick>Skin.ToggleSetting(MediaSubMenuVisible)</onclick> + </control> + </include> + <include name="DialogCloseButtonCommons"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>2</width> + <height>59</height> + <texture>header-divide.png</texture> + </control> + <control type="button"> + <description>Close Button</description> + <posx>7</posx> + <posy>0</posy> + <width>60</width> + <height>60</height> + <font>-</font> + <onclick>previousmenu</onclick> + <texturefocus>icon_close.png</texturefocus> + <texturenofocus>icon_close.png</texturenofocus> + </control> + </include> + <include name="MediaSubMenu"> + <control type="button" id="19"> + <description>Filter button needed for panel below to work</description> + <visible>false</visible> + </control> + <control type="panel" id="9002"> + <visible>!Window.IsActive(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <include>SubMenuCommonLayout</include> + <content> + <item> + <label>31200</label> + <onclick>ParentDir</onclick> + <icon>icon_back.png</icon> + </item> + <item> + <label>31202</label> + <onclick>Container.NextViewMode</onclick> + <icon>icon_view.png</icon> + </item> + <item> + <label>587</label> + <onclick>SendClick(19)</onclick> + <icon>icon_filter.png</icon> + <visible>IsEmpty(Window.Property(filter))</visible> + </item> + <item> + <label>587</label> + <onclick>SendClick(19)</onclick> + <icon>icon_filter_on.png</icon> + <visible>!IsEmpty(Window.Property(filter))</visible> + </item> + </content> + </control> + </include> + <include name="SubMenuCommonLayout"> + <include>Window_OpenClose_Animation</include> + <posx>10</posx> + <posy>105r</posy> + <width>620</width> + <height>120</height> + <onleft>9002</onleft> + <onright>9002</onright> + <onup>9001</onup> + <ondown>20</ondown> + <pagecontrol>-</pagecontrol> + <scrolltime>300</scrolltime> + <orientation>Horizontal</orientation> + <itemlayout height="200" width="112"> + <control type="image"> + <posx>16</posx> + <posy>80</posy> + <width>80</width> + <height>40</height> + <texture border="5">IconBack_reflect.png</texture> + </control> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <bordertexture border="5">IconBack.png</bordertexture> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>56</posx> + <posy>82</posy> + <width>100</width> + <height>20</height> + <font>font11</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </itemlayout> + <focusedlayout height="200" width="112"> + <control type="image"> + <posx>16</posx> + <posy>80</posy> + <width>80</width> + <height>40</height> + <texture border="5">IconBack_reflect.png</texture> + </control> + <control type="image"> + <posx>16</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <bordertexture border="5">IconBack-focus.png</bordertexture> + <bordersize>12</bordersize> + <texture>$INFO[ListItem.Icon]</texture> + </control> + <control type="label"> + <posx>56</posx> + <posy>82</posy> + <width>100</width> + <height>20</height> + <font>font11</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + <label>$INFO[ListItem.Label]</label> + </control> + </focusedlayout> + </include> + <include name="ButtonCommonValues2"> + <height>60</height> + <width>298</width> + <textoffsetx>10</textoffsetx> + <textwidth>280</textwidth> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <font>font13</font> + <texturefocus>button-focus2.png</texturefocus> + <texturenofocus>button-nofocus.png</texturenofocus> + <pulseonselect>false</pulseonselect> + </include> + <include name="ButtonInfoDialogsCommonValues"> + <height>50</height> + <width>158</width> + <align>center</align> + <aligny>center</aligny> + <font>font12_title</font> + <texturefocus border="5">IconBack-focus.png</texturefocus> + <texturenofocus border="5">ListNF.png</texturenofocus> + <pulseonselect>false</pulseonselect> + </include> + <include name="CommonNowPlaying"> + <control type="group"> + <posx>110</posx> + <posy>25</posy> + <visible>Player.HasMedia + !Window.IsVisible(PlayerControls)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <posx>0</posx> + <posy>0</posy> + <width>270</width> + <height>67</height> + <texturefocus border="8">IconBack.png</texturefocus> + <texturenofocus border="8">IconBack.png</texturenofocus> + <onclick>ActivateWindow(PlayerControls)</onclick> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>5</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>$LOCALIZE[31040]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>black</textcolor> + <visible>!Player.Paused</visible> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>5</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>$LOCALIZE[31043]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10_title</font> + <textcolor>black</textcolor> + <visible>Player.Paused</visible> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>24</posy> + <width>250</width> + <height>20</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[MusicPlayer.Title]$INFO[VideoPlayer.Title][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font12</font> + <textcolor>black</textcolor> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>45</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[MusicPlayer.Artist][/B]</label> + <label>[B]$INFO[MusicPlayer.Album][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10</font> + <textcolor>black</textcolor> + <visible>Player.HasAudio</visible> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>45</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.Studio][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10</font> + <textcolor>black</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>45</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.TVShowTitle][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10</font> + <textcolor>black</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible> + </control> + <control type="fadelabel"> + <posx>10</posx> + <posy>45</posy> + <width>250</width> + <height>15</height> + <scrollout>false</scrollout> + <pauseatend>3000</pauseatend> + <label>[B]$INFO[VideoPlayer.Artist][/B]</label> + <align>center</align> + <aligny>center</aligny> + <font>font10</font> + <textcolor>black</textcolor> + <visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible> + </control> + </control> + </include> + <include name="ScrollOffsetLabel"> + <control type="group"> + <visible>Container.Scrolling + [StringCompare(Container.SortMethod,$LOCALIZE[551]) | StringCompare(Container.SortMethod,$LOCALIZE[561]) | StringCompare(Container.SortMethod,$LOCALIZE[558]) | StringCompare(Container.SortMethod,$LOCALIZE[557]) | StringCompare(Container.SortMethod,$LOCALIZE[556])]</visible> + <animation effect="fade" time="100">Visible</animation> + <animation effect="fade" time="300">Hidden</animation> + <posx>600</posx> + <posy>410</posy> + <width>320</width> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <texture border="5">IconBack.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>0</posy> + <width>80</width> + <height>80</height> + <align>center</align> + <aligny>center</aligny> + <label>[B]$INFO[ListItem.SortLetter][/B]</label> + <textcolor>black</textcolor> + <font>font30</font> + </control> + </control> + </include> + <include name="Window_OpenClose_Animation"> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </include> + <include name="Window_OpenClose_Animation_Zoom"> + <animation type="WindowOpen" reversible="false"> + <effect type="zoom" start="80" end="100" center="640,480" easing="out" tween="back" time="300" /> + <effect type="fade" start="0" end="100" time="300" /> + </animation> + <animation type="WindowClose" reversible="false"> + <effect type="zoom" start="100" end="80" center="640,480" easing="in" tween="back" time="300" /> + <effect type="fade" start="100" end="0" time="300" /> + </animation> + </include> + <include name="dialogeffect"> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="250">WindowClose</animation> + </include> + <include name="VisibleFadeEffect"> + <animation effect="fade" time="300">Visible</animation> + <animation effect="fade" time="300">Hidden</animation> + </include> +</includes> diff --git a/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml b/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml index 7133a938ef..8cf823bfdf 100644 --- a/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml +++ b/addons/skin.touched/4x3Hirez/script-XBMC-Subtitles-main.xml @@ -1,418 +1,418 @@ -<window>
- <allowoverlay>no</allowoverlay>
- <include>Window_OpenClose_Animation_Zoom</include>
- <coordinates>
- <system>1</system>
- <posx>0</posx>
- <posy>0</posy>
- </coordinates>
- <controls>
- <control type="group">
- <posx>240</posx>
- <posy>80</posy>
- <control type="image">
- <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>860</width>
- <height>860</height>
- <texture border="30">DialogShadow.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>800</width>
- <height>60</height>
- <texture border="5">DialogHeader.png</texture>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>60</posy>
- <width>800</width>
- <height>740</height>
- <texture border="5">DialogBack.png</texture>
- </control>
- <control type="label">
- <description>header label</description>
- <posx>20</posx>
- <posy>0</posy>
- <include>WindowTitleCommons</include>
- <width>700</width>
- <label>XBMC Subtitles</label>
- </control>
- <control type="group">
- <posx>730</posx>
- <posy>0</posy>
- <include>DialogCloseButtonCommons</include>
- </control>
- <control type="button">
- <description>Subtitle chooser Button</description>
- <posx>10</posx>
- <posy>70</posy>
- <width>250</width>
- <height>46</height>
- <label>-</label>
- <texturenofocus border="5">floor_button.png</texturenofocus>
- <texturefocus border="5">floor_buttonFO.png</texturefocus>
- <onclick>Skin.ToggleSetting(SubtitleSourceChooserVisible)</onclick>
- </control>
- <control type="image" id="110">
- <description>Service Logo</description>
- <posx>20</posx>
- <posy>75</posy>
- <width>230</width>
- <height>40</height>
- <aspectratio>keep</aspectratio>
- </control>
- <control type="label" id="100">
- <description>textarea</description>
- <posx>270</posx>
- <posy>70</posy>
- <width>490</width>
- <height>50</height>
- <font>font12_title</font>
- <textcolor>black</textcolor>
- <align>left</align>
- <aligny>center</aligny>
- <wrapmultiline>true</wrapmultiline>
- </control>
- <control type="group" id="250">
- <control type="group" id="111">
- <control type="grouplist">
- <posx>20</posx>
- <posy>120</posy>
- <width>760</width>
- <height>40</height>
- <align>center</align>
- <orientation>horizontal</orientation>
- <itemgap>5</itemgap>
- <control type="image">
- <width>40</width>
- <height>40</height>
- <texture>DefaultIconInfo.png</texture>
- </control>
- <control type="label">
- <description>notification</description>
- <width min="1" max="720">auto</width>
- <height>40</height>
- <font>font13</font>
- <textcolor>black</textcolor>
- <label>$LOCALIZE[SCRIPT655]</label>
- <aligny>center</aligny>
- </control>
- </control>
- </control>
- <control type="list" id="120">
- <posx>20</posx>
- <posy>160</posy>
- <width>760</width>
- <height>540</height>
- <onleft>120</onleft>
- <onright>120</onright>
- <onup>120</onup>
- <ondown>120</ondown>
- <viewtype label="535">list</viewtype>
- <pagecontrol>-</pagecontrol>
- <scrolltime>200</scrolltime>
- <itemlayout width="760" height="60">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>760</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>5</posy>
- <width>700</width>
- <height>25</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label2</info>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="image">
- <posx>710</posx>
- <posy>5</posy>
- <width>50</width>
- <height>25</height>
- <texture border="5">flagging/blank.png</texture>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="label">
- <posx>735</posx>
- <posy>5</posy>
- <width>50</width>
- <height>23</height>
- <font>font8_title</font>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>[B]SYNC[/B]</label>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>5</posy>
- <width>760</width>
- <height>25</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label2</info>
- <visible>!ListItem.property(sync)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>34</posy>
- <width>30</width>
- <height>20</height>
- <texture>$INFO[Listitem.Thumb]</texture>
- </control>
- <control type="label">
- <posx>35</posx>
- <posy>30</posy>
- <width>80</width>
- <height>25</height>
- <font>font12</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>660</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="right">keep</aspectratio>
- <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture>
- </control>
- </itemlayout>
- <focusedlayout width="760" height="60">
- <control type="image">
- <posx>0</posx>
- <posy>-2</posy>
- <width>760</width>
- <height>5</height>
- <texture>separator.png</texture>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>5</posy>
- <width>700</width>
- <height>25</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label2</info>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="image">
- <posx>710</posx>
- <posy>5</posy>
- <width>50</width>
- <height>25</height>
- <texture border="5">flagging/blank.png</texture>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="label">
- <posx>735</posx>
- <posy>5</posy>
- <width>50</width>
- <height>23</height>
- <font>font8_title</font>
- <aligny>center</aligny>
- <textcolor>white</textcolor>
- <align>center</align>
- <aligny>center</aligny>
- <label>[B]SYNC[/B]</label>
- <visible>ListItem.property(sync)</visible>
- </control>
- <control type="label">
- <posx>0</posx>
- <posy>5</posy>
- <width>760</width>
- <height>25</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label2</info>
- <visible>!ListItem.property(sync)</visible>
- </control>
- <control type="image">
- <posx>0</posx>
- <posy>34</posy>
- <width>30</width>
- <height>20</height>
- <texture>$INFO[Listitem.Thumb]</texture>
- </control>
- <control type="label">
- <posx>35</posx>
- <posy>30</posy>
- <width>80</width>
- <height>25</height>
- <font>font12</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>left</align>
- <info>ListItem.Label</info>
- </control>
- <control type="image">
- <posx>660</posx>
- <posy>30</posy>
- <width>100</width>
- <height>25</height>
- <aspectratio align="right">keep</aspectratio>
- <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture>
- </control>
- </focusedlayout>
- </control>
- <control type="label">
- <description>number of files/pages in list text label</description>
- <posx>780</posx>
- <posy>750</posy>
- <width>300</width>
- <height>30</height>
- <font>font13</font>
- <align>right</align>
- <aligny>center</aligny>
- <scroll>true</scroll>
- <textcolor>black</textcolor>
- <label>($INFO[Container(120).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(120).CurrentPage]/$INFO[Container(120).NumPages])</label>
- </control>
- </control>
- </control>
- <control type="group">
- <visible>Skin.HasSetting(SubtitleSourceChooserVisible)</visible>
- <include>VisibleFadeEffect</include>
- <control type="button">
- <description>Hidden button to close the sort when its focused</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- <texturenofocus>-</texturenofocus>
- <texturefocus>-</texturefocus>
- <onclick>Skin.Reset(SubtitleSourceChooserVisible)</onclick>
- </control>
- <control type="group">
- <posx>330</posx>
- <posy>230</posy>
- <control type="image">
- <description>Shadow Background</description>
- <posx>-30</posx>
- <posy>-30</posy>
- <width>380</width>
- <height>500</height>
- <texture border="30">ShadowBorder.png</texture>
- </control>
- <control type="button">
- <description>Panel Background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>320</width>
- <height>440</height>
- <texturefocus border="5">SubBack.png</texturefocus>
- <texturenofocus border="5">SubBack.png</texturenofocus>
- <onclick>-</onclick>
- </control>
- <control type="image">
- <description>Panel Forground image</description>
- <posx>10</posx>
- <posy>40</posy>
- <width>300</width>
- <height>390</height>
- <texture border="5">SubBack2.png</texture>
- </control>
- <control type="image">
- <description>Panel Arrow image</description>
- <posx>50</posx>
- <posy>-34</posy>
- <width>40</width>
- <height>40</height>
- <texture>arrow-big-up.png</texture>
- </control>
- <control type="label">
- <description>Available sources label</description>
- <posx>10</posx>
- <posy>5</posy>
- <width>300</width>
- <height>25</height>
- <label>$LOCALIZE[SCRIPT760]</label>
- <font>font12_title</font>
- <align>center</align>
- <aligny>top</aligny>
- <textcolor>white</textcolor>
- </control>
- <control type="panel" id="150">
- <posx>11</posx>
- <posy>40</posy>
- <width>298</width>
- <height>390</height>
- <onleft>150</onleft>
- <onright>150</onright>
- <onup>150</onup>
- <ondown>150</ondown>
- <viewtype label="535">list</viewtype>
- <scrolltime>200</scrolltime>
- <itemlayout width="298" height="60">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>298</width>
- <height>60</height>
- <texture>button-nofocus.png</texture>
- </control>
- <control type="label">
- <posx>149</posx>
- <posy>0</posy>
- <width>290</width>
- <height>60</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <info>ListItem.Label</info>
- </control>
- </itemlayout>
- <focusedlayout width="298" height="60">
- <control type="image">
- <posx>0</posx>
- <posy>0</posy>
- <width>298</width>
- <height>60</height>
- <texture>button-focus2.png</texture>
- </control>
- <control type="label">
- <posx>149</posx>
- <posy>0</posy>
- <width>290</width>
- <height>60</height>
- <font>font13</font>
- <aligny>center</aligny>
- <textcolor>black</textcolor>
- <selectedcolor>selected</selectedcolor>
- <align>center</align>
- <info>ListItem.Label</info>
- </control>
- </focusedlayout>
- </control>
- </control>
- </control>
- </controls>
-</window>
+<window> + <allowoverlay>no</allowoverlay> + <include>Window_OpenClose_Animation_Zoom</include> + <coordinates> + <system>1</system> + <posx>0</posx> + <posy>0</posy> + </coordinates> + <controls> + <control type="group"> + <posx>240</posx> + <posy>80</posy> + <control type="image"> + <description>Shadow Background for dialogs without BehindDialogFadeOut include</description> + <posx>-30</posx> + <posy>-30</posy> + <width>860</width> + <height>860</height> + <texture border="30">DialogShadow.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>800</width> + <height>60</height> + <texture border="5">DialogHeader.png</texture> + </control> + <control type="image"> + <posx>0</posx> + <posy>60</posy> + <width>800</width> + <height>740</height> + <texture border="5">DialogBack.png</texture> + </control> + <control type="label"> + <description>header label</description> + <posx>20</posx> + <posy>0</posy> + <include>WindowTitleCommons</include> + <width>700</width> + <label>XBMC Subtitles</label> + </control> + <control type="group"> + <posx>730</posx> + <posy>0</posy> + <include>DialogCloseButtonCommons</include> + </control> + <control type="button"> + <description>Subtitle chooser Button</description> + <posx>10</posx> + <posy>70</posy> + <width>250</width> + <height>46</height> + <label>-</label> + <texturenofocus border="5">floor_button.png</texturenofocus> + <texturefocus border="5">floor_buttonFO.png</texturefocus> + <onclick>Skin.ToggleSetting(SubtitleSourceChooserVisible)</onclick> + </control> + <control type="image" id="110"> + <description>Service Logo</description> + <posx>20</posx> + <posy>75</posy> + <width>230</width> + <height>40</height> + <aspectratio>keep</aspectratio> + </control> + <control type="label" id="100"> + <description>textarea</description> + <posx>270</posx> + <posy>70</posy> + <width>490</width> + <height>50</height> + <font>font12_title</font> + <textcolor>black</textcolor> + <align>left</align> + <aligny>center</aligny> + <wrapmultiline>true</wrapmultiline> + </control> + <control type="group" id="250"> + <control type="group" id="111"> + <control type="grouplist"> + <posx>20</posx> + <posy>120</posy> + <width>760</width> + <height>40</height> + <align>center</align> + <orientation>horizontal</orientation> + <itemgap>5</itemgap> + <control type="image"> + <width>40</width> + <height>40</height> + <texture>DefaultIconInfo.png</texture> + </control> + <control type="label"> + <description>notification</description> + <width min="1" max="720">auto</width> + <height>40</height> + <font>font13</font> + <textcolor>black</textcolor> + <label>$LOCALIZE[SCRIPT655]</label> + <aligny>center</aligny> + </control> + </control> + </control> + <control type="list" id="120"> + <posx>20</posx> + <posy>160</posy> + <width>760</width> + <height>540</height> + <onleft>120</onleft> + <onright>120</onright> + <onup>120</onup> + <ondown>120</ondown> + <viewtype label="535">list</viewtype> + <pagecontrol>-</pagecontrol> + <scrolltime>200</scrolltime> + <itemlayout width="760" height="60"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>760</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>5</posy> + <width>700</width> + <height>25</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label2</info> + <visible>ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>710</posx> + <posy>5</posy> + <width>50</width> + <height>25</height> + <texture border="5">flagging/blank.png</texture> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>735</posx> + <posy>5</posy> + <width>50</width> + <height>23</height> + <font>font8_title</font> + <aligny>center</aligny> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>[B]SYNC[/B]</label> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>0</posx> + <posy>5</posy> + <width>760</width> + <height>25</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label2</info> + <visible>!ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>34</posy> + <width>30</width> + <height>20</height> + <texture>$INFO[Listitem.Thumb]</texture> + </control> + <control type="label"> + <posx>35</posx> + <posy>30</posy> + <width>80</width> + <height>25</height> + <font>font12</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>660</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture> + </control> + </itemlayout> + <focusedlayout width="760" height="60"> + <control type="image"> + <posx>0</posx> + <posy>-2</posy> + <width>760</width> + <height>5</height> + <texture>separator.png</texture> + </control> + <control type="label"> + <posx>0</posx> + <posy>5</posy> + <width>700</width> + <height>25</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label2</info> + <visible>ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>710</posx> + <posy>5</posy> + <width>50</width> + <height>25</height> + <texture border="5">flagging/blank.png</texture> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>735</posx> + <posy>5</posy> + <width>50</width> + <height>23</height> + <font>font8_title</font> + <aligny>center</aligny> + <textcolor>white</textcolor> + <align>center</align> + <aligny>center</aligny> + <label>[B]SYNC[/B]</label> + <visible>ListItem.property(sync)</visible> + </control> + <control type="label"> + <posx>0</posx> + <posy>5</posy> + <width>760</width> + <height>25</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label2</info> + <visible>!ListItem.property(sync)</visible> + </control> + <control type="image"> + <posx>0</posx> + <posy>34</posy> + <width>30</width> + <height>20</height> + <texture>$INFO[Listitem.Thumb]</texture> + </control> + <control type="label"> + <posx>35</posx> + <posy>30</posy> + <width>80</width> + <height>25</height> + <font>font12</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>left</align> + <info>ListItem.Label</info> + </control> + <control type="image"> + <posx>660</posx> + <posy>30</posy> + <width>100</width> + <height>25</height> + <aspectratio align="right">keep</aspectratio> + <texture>$INFO[ListItem.ActualIcon,light/rating1to10/rating,.png]</texture> + </control> + </focusedlayout> + </control> + <control type="label"> + <description>number of files/pages in list text label</description> + <posx>780</posx> + <posy>750</posy> + <width>300</width> + <height>30</height> + <font>font13</font> + <align>right</align> + <aligny>center</aligny> + <scroll>true</scroll> + <textcolor>black</textcolor> + <label>($INFO[Container(120).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(120).CurrentPage]/$INFO[Container(120).NumPages])</label> + </control> + </control> + </control> + <control type="group"> + <visible>Skin.HasSetting(SubtitleSourceChooserVisible)</visible> + <include>VisibleFadeEffect</include> + <control type="button"> + <description>Hidden button to close the sort when its focused</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + <texturenofocus>-</texturenofocus> + <texturefocus>-</texturefocus> + <onclick>Skin.Reset(SubtitleSourceChooserVisible)</onclick> + </control> + <control type="group"> + <posx>330</posx> + <posy>230</posy> + <control type="image"> + <description>Shadow Background</description> + <posx>-30</posx> + <posy>-30</posy> + <width>380</width> + <height>500</height> + <texture border="30">ShadowBorder.png</texture> + </control> + <control type="button"> + <description>Panel Background image</description> + <posx>0</posx> + <posy>0</posy> + <width>320</width> + <height>440</height> + <texturefocus border="5">SubBack.png</texturefocus> + <texturenofocus border="5">SubBack.png</texturenofocus> + <onclick>-</onclick> + </control> + <control type="image"> + <description>Panel Forground image</description> + <posx>10</posx> + <posy>40</posy> + <width>300</width> + <height>390</height> + <texture border="5">SubBack2.png</texture> + </control> + <control type="image"> + <description>Panel Arrow image</description> + <posx>50</posx> + <posy>-34</posy> + <width>40</width> + <height>40</height> + <texture>arrow-big-up.png</texture> + </control> + <control type="label"> + <description>Available sources label</description> + <posx>10</posx> + <posy>5</posy> + <width>300</width> + <height>25</height> + <label>$LOCALIZE[SCRIPT760]</label> + <font>font12_title</font> + <align>center</align> + <aligny>top</aligny> + <textcolor>white</textcolor> + </control> + <control type="panel" id="150"> + <posx>11</posx> + <posy>40</posy> + <width>298</width> + <height>390</height> + <onleft>150</onleft> + <onright>150</onright> + <onup>150</onup> + <ondown>150</ondown> + <viewtype label="535">list</viewtype> + <scrolltime>200</scrolltime> + <itemlayout width="298" height="60"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>298</width> + <height>60</height> + <texture>button-nofocus.png</texture> + </control> + <control type="label"> + <posx>149</posx> + <posy>0</posy> + <width>290</width> + <height>60</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <info>ListItem.Label</info> + </control> + </itemlayout> + <focusedlayout width="298" height="60"> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>298</width> + <height>60</height> + <texture>button-focus2.png</texture> + </control> + <control type="label"> + <posx>149</posx> + <posy>0</posy> + <width>290</width> + <height>60</height> + <font>font13</font> + <aligny>center</aligny> + <textcolor>black</textcolor> + <selectedcolor>selected</selectedcolor> + <align>center</align> + <info>ListItem.Label</info> + </control> + </focusedlayout> + </control> + </control> + </control> + </controls> +</window> diff --git a/addons/skin.touched/addon.xml b/addons/skin.touched/addon.xml index 9735b47f57..d0c10e9e81 100644 --- a/addons/skin.touched/addon.xml +++ b/addons/skin.touched/addon.xml @@ -1,22 +1,22 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<addon
- id="skin.touched"
- version="0.8.5"
- name="Touched"
- provider-name="Jezz_X">
- <requires>
- <import addon="xbmc.gui" version="3.00"/>
- </requires>
- <extension
- point="xbmc.gui.skin"
- defaultthemename="textures.xbt"
- debugging="false">
- <res width="1280" height="960" aspect="4:3" default="true" folder="4x3Hirez" />
- </extension>
- <extension point="xbmc.addon.metadata">
- <summary lang="en">Touched skin by Jezz_X designed to be used on touch screen devices</summary>
- <description lang="en">Skin designed from the ground up to be used on touch screen devices like the iPad</description>
- <disclaimer lang="en">Do not use this skin unless you have either touch screen or a mouse connected or you may lose navigation</disclaimer>
- <platform>all</platform>
- </extension>
-</addon>
+<?xml version="1.0" encoding="UTF-8"?> +<addon + id="skin.touched" + version="0.8.5" + name="Touched" + provider-name="Jezz_X"> + <requires> + <import addon="xbmc.gui" version="3.00"/> + </requires> + <extension + point="xbmc.gui.skin" + defaultthemename="textures.xbt" + debugging="false"> + <res width="1280" height="960" aspect="4:3" default="true" folder="4x3Hirez" /> + </extension> + <extension point="xbmc.addon.metadata"> + <summary lang="en">Touched skin by Jezz_X designed to be used on touch screen devices</summary> + <description lang="en">Skin designed from the ground up to be used on touch screen devices like the iPad</description> + <disclaimer lang="en">Do not use this skin unless you have either touch screen or a mouse connected or you may lose navigation</disclaimer> + <platform>all</platform> + </extension> +</addon> diff --git a/addons/skin.touched/colors/defaults.xml b/addons/skin.touched/colors/defaults.xml index 4e63c84da2..802b33d488 100644 --- a/addons/skin.touched/colors/defaults.xml +++ b/addons/skin.touched/colors/defaults.xml @@ -1,9 +1,9 @@ -<colors>
- <color name="white">FFFFFFFF</color>
- <color name="grey">FFb4b4b4</color>
- <color name="grey2">FF999999</color>
- <color name="grey3">FF505050</color>
- <color name="black">FF000000</color>
- <color name="blue">FF0084ff</color>
- <color name="selected">FFEB9E17</color>
+<colors> + <color name="white">FFFFFFFF</color> + <color name="grey">FFb4b4b4</color> + <color name="grey2">FF999999</color> + <color name="grey3">FF505050</color> + <color name="black">FF000000</color> + <color name="blue">FF0084ff</color> + <color name="selected">FFEB9E17</color> </colors>
\ No newline at end of file diff --git a/addons/skin.touched/language/Chinese (Simple)/strings.xml b/addons/skin.touched/language/Chinese (Simple)/strings.xml index 3ffca5c4f8..4dc0243e58 100644 --- a/addons/skin.touched/language/Chinese (Simple)/strings.xml +++ b/addons/skin.touched/language/Chinese (Simple)/strings.xml @@ -1,92 +1,92 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<strings>
- <!-- Misc labels -->
- <string id="31000">更改你的</string>
- <string id="31001">关闭</string>
- <string id="31002">音频设置</string>
- <string id="31003">IP</string>
- <string id="31004">大写锁定</string>
- <string id="31005">视觉效果选项</string>
- <string id="31006">视觉效果预设</string>
- <string id="31007">功能菜单</string>
- <string id="31008">全屏</string>
- <string id="31009">工作中...</string>
- <string id="31010">当前登录为</string>
- <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD -->
- <string id="31012">音乐 - 文件</string>
-
- <string id="31024">页</string>
- <string id="31025">项</string>
-
- <!-- ViewType labels -->
- <string id="31030">信息列表</string>
- <string id="31031">宽信息列表</string>
-
- <!-- Extra labels -->
- <string id="31040">正在播放</string>
-
- <string id="31042">播放</string>
- <string id="31043">暂停</string>
- <string id="31044">快进</string>
- <string id="31045">回退</string>
- <string id="31046">音频属性</string>
- <string id="31047">当前预设</string>
- <string id="31048">可视化效果设置</string>
- <string id="31049">结束时间</string>
- <string id="31050">排序: 升序</string>
- <string id="31051">排序: 降序</string>
-
-
- <!-- Playlist Editor labels -->
- <string id="31055">打开播放列表</string>
- <string id="31056">保存播放列表</string>
- <string id="31057">关闭播放列表</string>
- <string id="31058">系统音乐文件</string>
- <string id="31059">当前播放列表</string>
- <string id="31060">这是一个堆叠文件,请选择要播放的片段。</string>
-
- <!-- Submenu labels -->
- <string id="31200">返回</string>
- <string id="31201">位置</string>
-
- <!-- Extra labels -->
- <string id="31300">当前温度</string>
- <string id="31301">最近修改</string>
-
- <string id="31309">内存使用:</string>
- <string id="31312">当前刮削器</string>
- <string id="31313">选择刮削器</string>
- <string id="31314">内容扫描选项</string>
-
- <string id="31319">选择用户配置文件</string>
- <string id="31320">最近登录</string>
- <string id="31321">卡拉OK歌曲选择</string>
- <string id="31322">首播</string>
-
- <string id="31325">播放列表选项</string>
-
- <!-- Video and Music OSD Labels -->
- <string id="31351">暂停</string>
- <string id="31352">停止</string>
- <string id="31353">快进</string>
- <string id="31354">快退</string>
- <string id="31355">电影菜单</string>
- <string id="31356">下载字幕</string>
-
- <!-- Skin Fontsets -->
- <string id="31390">皮肤默认</string>
- <string id="31391">基于Arial字体</string>
-
- <!-- Description Labels -->
- <string id="31400">[B]设置用户界面[/B][CR][CR]变换皮肤 · 设置语言和区域 · 修改文件列表参数 · 设置屏幕保护</string>
- <string id="31401">[B]设置视频参数[/B][CR][CR]管理视频资料库 · 设置视频播放参数 · 修改视频列表参数 · 设置字幕字体</string>
- <string id="31402">[B]设置音乐参数[/B][CR][CR]管理音乐资料库 · 设置音乐播放参数 · 修改音乐列表参数 · 设置音乐提交 · 设置卡拉OK选项</string>
- <string id="31403">[B]设置图片参数[/B][CR][CR]设置图片列表参数 · 设置幻灯片播放</string>
- <string id="31404">[B]设置天气预报[/B][CR][CR]设置三个获取天气信息的城市</string>
- <string id="31405">[B]设置网络参数[/B][CR][CR]设置通过UPnP和HTTP控制XBMC · 设置文件共享 · 设置互联网访问参数</string>
- <string id="31406">[B]设置系统参数[/B][CR][CR]设置和校正显示器 · 设置音频输出 · 设置摇控器 · 设置节电参数 · 启用调试 · 设置管理员和锁定</string>
- <string id="31407">[B]设置皮肤参数[/B][CR][CR]设置Confluence皮肤 · 增加和删除主菜单项 · 修改皮肤背景</string>
- <string id="31408">[B]设置扩展功能[/B][CR][CR]管理你安装的扩展功能 · 在xbmc.org浏览并安装扩展功能 · 修改扩展功能设置</string>
-
- <string id="31421">选择您的用户配置文件[CR]登录并继续</string>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<strings> + <!-- Misc labels --> + <string id="31000">更改你的</string> + <string id="31001">关闭</string> + <string id="31002">音频设置</string> + <string id="31003">IP</string> + <string id="31004">大写锁定</string> + <string id="31005">视觉效果选项</string> + <string id="31006">视觉效果预设</string> + <string id="31007">功能菜单</string> + <string id="31008">全屏</string> + <string id="31009">工作中...</string> + <string id="31010">当前登录为</string> + <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD --> + <string id="31012">音乐 - 文件</string> + + <string id="31024">页</string> + <string id="31025">项</string> + + <!-- ViewType labels --> + <string id="31030">信息列表</string> + <string id="31031">宽信息列表</string> + + <!-- Extra labels --> + <string id="31040">正在播放</string> + + <string id="31042">播放</string> + <string id="31043">暂停</string> + <string id="31044">快进</string> + <string id="31045">回退</string> + <string id="31046">音频属性</string> + <string id="31047">当前预设</string> + <string id="31048">可视化效果设置</string> + <string id="31049">结束时间</string> + <string id="31050">排序: 升序</string> + <string id="31051">排序: 降序</string> + + + <!-- Playlist Editor labels --> + <string id="31055">打开播放列表</string> + <string id="31056">保存播放列表</string> + <string id="31057">关闭播放列表</string> + <string id="31058">系统音乐文件</string> + <string id="31059">当前播放列表</string> + <string id="31060">这是一个堆叠文件,请选择要播放的片段。</string> + + <!-- Submenu labels --> + <string id="31200">返回</string> + <string id="31201">位置</string> + + <!-- Extra labels --> + <string id="31300">当前温度</string> + <string id="31301">最近修改</string> + + <string id="31309">内存使用:</string> + <string id="31312">当前刮削器</string> + <string id="31313">选择刮削器</string> + <string id="31314">内容扫描选项</string> + + <string id="31319">选择用户配置文件</string> + <string id="31320">最近登录</string> + <string id="31321">卡拉OK歌曲选择</string> + <string id="31322">首播</string> + + <string id="31325">播放列表选项</string> + + <!-- Video and Music OSD Labels --> + <string id="31351">暂停</string> + <string id="31352">停止</string> + <string id="31353">快进</string> + <string id="31354">快退</string> + <string id="31355">电影菜单</string> + <string id="31356">下载字幕</string> + + <!-- Skin Fontsets --> + <string id="31390">皮肤默认</string> + <string id="31391">基于Arial字体</string> + + <!-- Description Labels --> + <string id="31400">[B]设置用户界面[/B][CR][CR]变换皮肤 · 设置语言和区域 · 修改文件列表参数 · 设置屏幕保护</string> + <string id="31401">[B]设置视频参数[/B][CR][CR]管理视频资料库 · 设置视频播放参数 · 修改视频列表参数 · 设置字幕字体</string> + <string id="31402">[B]设置音乐参数[/B][CR][CR]管理音乐资料库 · 设置音乐播放参数 · 修改音乐列表参数 · 设置音乐提交 · 设置卡拉OK选项</string> + <string id="31403">[B]设置图片参数[/B][CR][CR]设置图片列表参数 · 设置幻灯片播放</string> + <string id="31404">[B]设置天气预报[/B][CR][CR]设置三个获取天气信息的城市</string> + <string id="31405">[B]设置网络参数[/B][CR][CR]设置通过UPnP和HTTP控制XBMC · 设置文件共享 · 设置互联网访问参数</string> + <string id="31406">[B]设置系统参数[/B][CR][CR]设置和校正显示器 · 设置音频输出 · 设置摇控器 · 设置节电参数 · 启用调试 · 设置管理员和锁定</string> + <string id="31407">[B]设置皮肤参数[/B][CR][CR]设置Confluence皮肤 · 增加和删除主菜单项 · 修改皮肤背景</string> + <string id="31408">[B]设置扩展功能[/B][CR][CR]管理你安装的扩展功能 · 在xbmc.org浏览并安装扩展功能 · 修改扩展功能设置</string> + + <string id="31421">选择您的用户配置文件[CR]登录并继续</string> </strings>
\ No newline at end of file diff --git a/addons/skin.touched/language/Dutch/strings.xml b/addons/skin.touched/language/Dutch/strings.xml index ddb51b98b3..7df80fd694 100644 --- a/addons/skin.touched/language/Dutch/strings.xml +++ b/addons/skin.touched/language/Dutch/strings.xml @@ -1,92 +1,92 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<strings>
- <!-- Misc labels -->
- <string id="31000">Verander je</string>
- <string id="31001">Sluiten</string>
- <string id="31002">Geluidsinstellingen</string>
- <string id="31003">IP</string>
- <string id="31004">Caps[CR]Lock</string>
- <string id="31005">Visualisatie Opties</string>
- <string id="31006">Visualisatie standaardinstellingen</string>
- <string id="31007">Context Menu</string>
- <string id="31008">Volledig Scherm</string>
- <string id="31009">Bezig...</string>
- <string id="31010">Momenteel ingelogd als</string>
- <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD -->
- <string id="31012">Muziek - Bestanden</string>
-
- <string id="31024">Pagina</string>
- <string id="31025">Items</string>
-
- <!-- ViewType labels -->
- <string id="31030">Info Lijst</string>
- <string id="31031">Info Breed</string>
-
- <!-- Extra labels -->
- <string id="31040">Speel nu</string>
-
- <string id="31042">SPELEN</string>
- <string id="31043">GEPAUZEERD</string>
- <string id="31044">VOORUITSPOELEN</string>
- <string id="31045">TERUGSPOELEN</string>
- <string id="31046">Geluidsinstellingen</string>
- <string id="31047">Huidige Instellingen</string>
- <string id="31048">Visualisatie Standaardinstellingen</string>
- <string id="31049">End Time</string>
- <string id="31050">Sorteren: Oplopend</string>
- <string id="31051">Sorteren: Aflopend</string>
-
-
- <!-- Playlist Editor labels -->
- <string id="31055">Open playlist</string>
- <string id="31056">Save playlist</string>
- <string id="31057">Sluit playlist</string>
- <string id="31058">Muziek bestanden</string>
- <string id="31059">Huidige playlist</string>
- <string id="31060">Dit bestand is gestapeld, selecteer het deel dat u wilt afspelen.</string>
-
- <!-- Submenu labels -->
- <string id="31200">Terug</string>
- <string id="31201">Locatie</string>
-
- <!-- Extra labels -->
- <string id="31300">Huidige temperatuur</string>
- <string id="31301">Laatste update</string>
-
- <string id="31309">Geheugen-verbruik:</string>
- <string id="31312">Huidige Scraper</string>
- <string id="31313">Kies een Scraper</string>
- <string id="31314">Inhoudsscan opties</string>
-
- <string id="31319">Beschikbare XBMC gebruikersprofielen</string>
- <string id="31320">Laatste login</string>
- <string id="31321">Karaoke liedjeskiezer</string>
- <string id="31322">Uitgezonden</string>
-
- <string id="31325">Playlist Opties</string>
-
- <!-- Video and Music OSD Labels -->
- <string id="31351">Pauze</string>
- <string id="31352">Stop</string>
- <string id="31353">Vooruitspoelen</string>
- <string id="31354">Terugspoelen</string>
- <string id="31355">Video Menu</string>
- <string id="31356">Ondertitels downloaden</string>
-
- <!-- Skin Fontsets -->
- <string id="31390">Standaard Skin</string>
- <string id="31391">Arial lettertype</string>
-
- <!-- Description Labels -->
- <string id="31400">Verander je Skin � Instellen van Taal en Land � Verander bestandslijst opties � Stel een screensaver in</string>
- <string id="31401">Manage je video bibliotheek � Afspeelopties voor Video � Verander videolijst opties � Stel ondertitel font in</string>
- <string id="31402">Manage je Muziek bibliotheek � Afspeelopties voor Muziek � Verander Muzieklijst opties � Stel liedjesaanbod in � Stel karaokeopties in</string>
- <string id="31403">Stel fotolijst opties in � Configureer diashow</string>
- <string id="31404">Stel drie steden in om weerinformatie te verzamelen</string>
- <string id="31405">Instellingen voor bedienen XBMC via UPnP en HTTP � Instellingen voor delen van bestanden � Internet instellingen</string>
- <string id="31406">Instellen en kalibreren van scherm � Configureer geluidsuitgang � Instellen van afstandsbediening � Instellingen voor energiebesparing � Zet debugging aan � Instellingen voor vergrendeling</string>
- <string id="31407">Instellingen voor Confluence Skin � Toevoegen en verwijderen van Home menu items � Verander skin achtergrond</string>
- <string id="31408">Manage je geïnstalleerde add-ons � Zoek en installeer add-ons op xbmc.org � Verander add-on instellingen</string>
-
- <string id="31421">Kies je XBMC gebruikersprofiel[CR]om door te gaan</string>
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<strings> + <!-- Misc labels --> + <string id="31000">Verander je</string> + <string id="31001">Sluiten</string> + <string id="31002">Geluidsinstellingen</string> + <string id="31003">IP</string> + <string id="31004">Caps[CR]Lock</string> + <string id="31005">Visualisatie Opties</string> + <string id="31006">Visualisatie standaardinstellingen</string> + <string id="31007">Context Menu</string> + <string id="31008">Volledig Scherm</string> + <string id="31009">Bezig...</string> + <string id="31010">Momenteel ingelogd als</string> + <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD --> + <string id="31012">Muziek - Bestanden</string> + + <string id="31024">Pagina</string> + <string id="31025">Items</string> + + <!-- ViewType labels --> + <string id="31030">Info Lijst</string> + <string id="31031">Info Breed</string> + + <!-- Extra labels --> + <string id="31040">Speel nu</string> + + <string id="31042">SPELEN</string> + <string id="31043">GEPAUZEERD</string> + <string id="31044">VOORUITSPOELEN</string> + <string id="31045">TERUGSPOELEN</string> + <string id="31046">Geluidsinstellingen</string> + <string id="31047">Huidige Instellingen</string> + <string id="31048">Visualisatie Standaardinstellingen</string> + <string id="31049">End Time</string> + <string id="31050">Sorteren: Oplopend</string> + <string id="31051">Sorteren: Aflopend</string> + + + <!-- Playlist Editor labels --> + <string id="31055">Open playlist</string> + <string id="31056">Save playlist</string> + <string id="31057">Sluit playlist</string> + <string id="31058">Muziek bestanden</string> + <string id="31059">Huidige playlist</string> + <string id="31060">Dit bestand is gestapeld, selecteer het deel dat u wilt afspelen.</string> + + <!-- Submenu labels --> + <string id="31200">Terug</string> + <string id="31201">Locatie</string> + + <!-- Extra labels --> + <string id="31300">Huidige temperatuur</string> + <string id="31301">Laatste update</string> + + <string id="31309">Geheugen-verbruik:</string> + <string id="31312">Huidige Scraper</string> + <string id="31313">Kies een Scraper</string> + <string id="31314">Inhoudsscan opties</string> + + <string id="31319">Beschikbare XBMC gebruikersprofielen</string> + <string id="31320">Laatste login</string> + <string id="31321">Karaoke liedjeskiezer</string> + <string id="31322">Uitgezonden</string> + + <string id="31325">Playlist Opties</string> + + <!-- Video and Music OSD Labels --> + <string id="31351">Pauze</string> + <string id="31352">Stop</string> + <string id="31353">Vooruitspoelen</string> + <string id="31354">Terugspoelen</string> + <string id="31355">Video Menu</string> + <string id="31356">Ondertitels downloaden</string> + + <!-- Skin Fontsets --> + <string id="31390">Standaard Skin</string> + <string id="31391">Arial lettertype</string> + + <!-- Description Labels --> + <string id="31400">Verander je Skin � Instellen van Taal en Land � Verander bestandslijst opties � Stel een screensaver in</string> + <string id="31401">Manage je video bibliotheek � Afspeelopties voor Video � Verander videolijst opties � Stel ondertitel font in</string> + <string id="31402">Manage je Muziek bibliotheek � Afspeelopties voor Muziek � Verander Muzieklijst opties � Stel liedjesaanbod in � Stel karaokeopties in</string> + <string id="31403">Stel fotolijst opties in � Configureer diashow</string> + <string id="31404">Stel drie steden in om weerinformatie te verzamelen</string> + <string id="31405">Instellingen voor bedienen XBMC via UPnP en HTTP � Instellingen voor delen van bestanden � Internet instellingen</string> + <string id="31406">Instellen en kalibreren van scherm � Configureer geluidsuitgang � Instellen van afstandsbediening � Instellingen voor energiebesparing � Zet debugging aan � Instellingen voor vergrendeling</string> + <string id="31407">Instellingen voor Confluence Skin � Toevoegen en verwijderen van Home menu items � Verander skin achtergrond</string> + <string id="31408">Manage je geïnstalleerde add-ons � Zoek en installeer add-ons op xbmc.org � Verander add-on instellingen</string> + + <string id="31421">Kies je XBMC gebruikersprofiel[CR]om door te gaan</string> </strings>
\ No newline at end of file diff --git a/addons/skin.touched/language/English/strings.xml b/addons/skin.touched/language/English/strings.xml index 1c38b7244d..a9b534fd23 100644 --- a/addons/skin.touched/language/English/strings.xml +++ b/addons/skin.touched/language/English/strings.xml @@ -1,107 +1,107 @@ -<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
-<strings>
- <!-- Misc labels -->
- <string id="31000">Change Your</string>
- <string id="31001">Close</string>
- <string id="31002">Audio Settings</string>
- <string id="31003">IP</string>
- <string id="31004">Caps[CR]Lock</string>
- <string id="31005">Visualization Options</string>
- <string id="31006">Visualization Presets</string>
- <string id="31007">Context Menu</string>
- <string id="31008">Fullscreen</string>
- <string id="31009">Working...</string>
- <string id="31010">Currently logged in as</string>
- <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD -->
- <string id="31012">Music - Files</string>
-
- <string id="31024">Page</string>
- <string id="31025">Items</string>
-
- <!-- ViewType labels -->
- <string id="31030">Info List</string>
- <string id="31031">Info Wide</string>
-
- <!-- Extra labels -->
- <string id="31040">Now Playing</string>
-
- <string id="31042">PLAYING</string>
- <string id="31043">PAUSED</string>
- <string id="31044">FAST FORWARD</string>
- <string id="31045">REWIND</string>
- <string id="31046">Audio Properties</string>
- <string id="31047">Current Preset</string>
- <string id="31048">Visualization Presets</string>
- <string id="31049">End Time</string>
- <string id="31050">Sort: Ascending</string>
- <string id="31051">Sort: Descending</string>
-
-
- <!-- Playlist Editor labels -->
- <string id="31055">Open playlist</string>
- <string id="31056">Save playlist</string>
- <string id="31057">Close playlist</string>
- <string id="31058">System music files</string>
- <string id="31059">Current playlist</string>
- <string id="31060">This file is stacked, select the part you want to play from.</string>
-
- <!-- Submenu labels -->
- <string id="31200">Back</string>
- <string id="31201">Location</string>
- <string id="31202">View</string>
-
- <!-- Extra labels -->
- <string id="31300">Current Temp</string>
- <string id="31301">Last Updated</string>
-
- <string id="31309">Memory Used:</string>
- <string id="31312">Current Scraper</string>
- <string id="31313">Choose a Scraper</string>
- <string id="31314">Content Scanning Options</string>
-
- <string id="31319">Currently available XBMC user profiles</string>
- <string id="31320">Last Logged In</string>
- <string id="31321">Karaoke Song Selector</string>
- <string id="31322">Aired</string>
-
- <string id="31325">Playlist Options</string>
-
- <!-- Video and Music OSD Labels -->
- <string id="31351">Pause</string>
- <string id="31352">Stop</string>
- <string id="31353">Fast Forward</string>
- <string id="31354">Rewind</string>
- <string id="31355">Video Menu</string>
- <string id="31356">Download Subtitles</string>
- <string id="31357">Image Info</string>
-
- <!-- Skin Fontsets -->
- <string id="31390">Skin default</string>
- <string id="31391">Arial based</string>
-
- <!-- Description Labels -->
- <string id="31400">Change the skin Set language and region Change file listing options Set up a screensaver</string>
- <string id="31401">Manage your video library Set video playback options Change video listing options Set subtitle fonts</string>
- <string id="31402">Manage your music library Set music playback options Change music listing options Setup song submission Set karaoke options</string>
- <string id="31403">Set picture listing options Configure slideshows</string>
- <string id="31404">Set three cities to collect weather information</string>
- <string id="31405">Setup control of XBMC via UPnP and HTTP Configure file sharing Set internet access options</string>
- <string id="31406">Setup and calibrate displays Configure audio output Setup remote controls Set power saving options Enable debugging Setup master lock</string>
- <string id="31407">Setup the Confluence skin Add and remove home menu items Change skin backgrounds</string>
- <string id="31408">Manage your installed Add-ons Browse for and install Add-ons from xbmc.org Modify Add-on settings</string>
-
- <string id="31421">Select your XBMC user Profile[CR]to login and continue</string>
-
- <!-- Skin Setting Headers -->
- <string id="31500">Home Menu Catagory Buttons</string>
- <string id="31501">Home Page Add-on Quick Links</string>
- <string id="31502">Miscellaneous Options</string>
- <string id="31503">Media Window Add-ons</string>
-
- <!-- Skin Setting Options -->
- <string id="31550">Home Screen Weather Info and button</string>
- <string id="31551">Add-on Shortcut</string>
- <string id="31552">Set Add-on to use for subtitles</string>
- <string id="31553">"Videos" always goes to video root path</string>
-
- </strings>
+<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> +<strings> + <!-- Misc labels --> + <string id="31000">Change Your</string> + <string id="31001">Close</string> + <string id="31002">Audio Settings</string> + <string id="31003">IP</string> + <string id="31004">Caps[CR]Lock</string> + <string id="31005">Visualization Options</string> + <string id="31006">Visualization Presets</string> + <string id="31007">Context Menu</string> + <string id="31008">Fullscreen</string> + <string id="31009">Working...</string> + <string id="31010">Currently logged in as</string> + <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD --> + <string id="31012">Music - Files</string> + + <string id="31024">Page</string> + <string id="31025">Items</string> + + <!-- ViewType labels --> + <string id="31030">Info List</string> + <string id="31031">Info Wide</string> + + <!-- Extra labels --> + <string id="31040">Now Playing</string> + + <string id="31042">PLAYING</string> + <string id="31043">PAUSED</string> + <string id="31044">FAST FORWARD</string> + <string id="31045">REWIND</string> + <string id="31046">Audio Properties</string> + <string id="31047">Current Preset</string> + <string id="31048">Visualization Presets</string> + <string id="31049">End Time</string> + <string id="31050">Sort: Ascending</string> + <string id="31051">Sort: Descending</string> + + + <!-- Playlist Editor labels --> + <string id="31055">Open playlist</string> + <string id="31056">Save playlist</string> + <string id="31057">Close playlist</string> + <string id="31058">System music files</string> + <string id="31059">Current playlist</string> + <string id="31060">This file is stacked, select the part you want to play from.</string> + + <!-- Submenu labels --> + <string id="31200">Back</string> + <string id="31201">Location</string> + <string id="31202">View</string> + + <!-- Extra labels --> + <string id="31300">Current Temp</string> + <string id="31301">Last Updated</string> + + <string id="31309">Memory Used:</string> + <string id="31312">Current Scraper</string> + <string id="31313">Choose a Scraper</string> + <string id="31314">Content Scanning Options</string> + + <string id="31319">Currently available XBMC user profiles</string> + <string id="31320">Last Logged In</string> + <string id="31321">Karaoke Song Selector</string> + <string id="31322">Aired</string> + + <string id="31325">Playlist Options</string> + + <!-- Video and Music OSD Labels --> + <string id="31351">Pause</string> + <string id="31352">Stop</string> + <string id="31353">Fast Forward</string> + <string id="31354">Rewind</string> + <string id="31355">Video Menu</string> + <string id="31356">Download Subtitles</string> + <string id="31357">Image Info</string> + + <!-- Skin Fontsets --> + <string id="31390">Skin default</string> + <string id="31391">Arial based</string> + + <!-- Description Labels --> + <string id="31400">Change the skin Set language and region Change file listing options Set up a screensaver</string> + <string id="31401">Manage your video library Set video playback options Change video listing options Set subtitle fonts</string> + <string id="31402">Manage your music library Set music playback options Change music listing options Setup song submission Set karaoke options</string> + <string id="31403">Set picture listing options Configure slideshows</string> + <string id="31404">Set three cities to collect weather information</string> + <string id="31405">Setup control of XBMC via UPnP and HTTP Configure file sharing Set internet access options</string> + <string id="31406">Setup and calibrate displays Configure audio output Setup remote controls Set power saving options Enable debugging Setup master lock</string> + <string id="31407">Setup the Confluence skin Add and remove home menu items Change skin backgrounds</string> + <string id="31408">Manage your installed Add-ons Browse for and install Add-ons from xbmc.org Modify Add-on settings</string> + + <string id="31421">Select your XBMC user Profile[CR]to login and continue</string> + + <!-- Skin Setting Headers --> + <string id="31500">Home Menu Catagory Buttons</string> + <string id="31501">Home Page Add-on Quick Links</string> + <string id="31502">Miscellaneous Options</string> + <string id="31503">Media Window Add-ons</string> + + <!-- Skin Setting Options --> + <string id="31550">Home Screen Weather Info and button</string> + <string id="31551">Add-on Shortcut</string> + <string id="31552">Set Add-on to use for subtitles</string> + <string id="31553">"Videos" always goes to video root path</string> + + </strings> diff --git a/addons/skin.touched/language/Korean/strings.xml b/addons/skin.touched/language/Korean/strings.xml index fbff1196f7..1e6788017a 100644 --- a/addons/skin.touched/language/Korean/strings.xml +++ b/addons/skin.touched/language/Korean/strings.xml @@ -1,92 +1,92 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<strings>
- <!-- Misc labels -->
- <string id="31000">변경</string>
- <string id="31001">닫기</string>
- <string id="31002">오디오 설정</string>
- <string id="31003">IP</string>
- <string id="31004">Caps[CR]Lock</string>
- <string id="31005">시각화 옵션</string>
- <string id="31006">시각화 사전설정</string>
- <string id="31007">컨텍스트 메뉴</string>
- <string id="31008">전체 화면</string>
- <string id="31009">작업중...</string>
- <string id="31010">로그인한 프로파일</string>
- <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD -->
- <string id="31012">음악 - 파일</string>
-
- <string id="31024">페이지</string>
- <string id="31025">항목</string>
-
- <!-- ViewType labels -->
- <string id="31030">정보표시 목록</string>
- <string id="31031">정보표시 배너</string>
-
- <!-- Extra labels -->
- <string id="31040">지금 재생중</string>
-
- <string id="31042">재생중</string>
- <string id="31043">일시정지</string>
- <string id="31044">빠르게</string>
- <string id="31045">뒤로</string>
- <string id="31046">오디오 속성</string>
- <string id="31047">현재 사전설정</string>
- <string id="31048">시각화 사전설정</string>
- <string id="31049">종료 시간</string>
- <string id="31050">정렬: 오름차</string>
- <string id="31051">정렬: 내림차</string>
-
-
- <!-- Playlist Editor labels -->
- <string id="31055">재생목록 열기</string>
- <string id="31056">재생목록 저장</string>
- <string id="31057">재생목록 닫기</string>
- <string id="31058">시스템 음악 파일</string>
- <string id="31059">현재 재생목록</string>
- <string id="31060">이 파일은 연결되었습니다, 재생할 부분을 선택하세요.</string>
-
- <!-- Submenu Icon labels -->
- <string id="31200">뒤로</string>
- <string id="31201">위치</string>
-
- <!-- Extra labels -->
- <string id="31300">현재 온도</string>
- <string id="31301">마지막 업데이트</string>
-
- <string id="31309">사용 메모리:</string>
- <string id="31312">현재 자료수집기</string>
- <string id="31313">자료수집기 선택</string>
- <string id="31314">컨텐츠 검색 옵션</string>
-
- <string id="31319">사용가능한 프로파일</string>
- <string id="31320">마지막 로그인</string>
- <string id="31321">노래방 노래 선택기</string>
- <string id="31322">방송</string>
-
- <string id="31325">재생목록 옵션</string>
-
- <!-- Video and Music OSD Labels -->
- <string id="31351">일시정지</string>
- <string id="31352">정지</string>
- <string id="31353">빠르게</string>
- <string id="31354">뒤로</string>
- <string id="31355">비디오 메뉴</string>
- <string id="31356">자막 다운로드</string>
-
- <!-- Skin Fontsets -->
- <string id="31390">스킨 기본값</string>
- <string id="31391">Arial 기본값</string>
-
- <!-- Description Labels -->
- <string id="31400">스킨 변경 · 언어 및 지역 설정 · 파일 목록 옵션 변경 · 화면보호기 설정</string>
- <string id="31401">비디오 라이브러리 관리 · 비디오 재생 옵션 변경 · 비디오 목록 옵션 변경 · 자막 글꼴 설정</string>
- <string id="31402">음악 라이브러리 관리 · 음악 재생 옵션 변경 · 음악 목록 옵션 변경 · 노래 전송 설정 · 노래방 옵션 설정</string>
- <string id="31403">사진 목록 옵션 변경 · 슬라이드쇼 설정</string>
- <string id="31404">날씨 정보를 수집할 세 도시 설정</string>
- <string id="31405">UPnP 및 HTTP 를 통한 XBMC 제어 설정 · 파일 공유 설정 · 인터넷 접근 옵션 설정</string>
- <string id="31406">화면 설정 및 조정 · 오디오 출력 설정 · 원격 제어 설정 · 전원 절약 옵션 설정 · 디버깅 사용 · 마스터 잠금 설정</string>
- <string id="31407">Confluence 스킨 설정 · 홈 메뉴 항목 추가 및 제거 · 스킨 배경 변경</string>
- <string id="31408">설치된 추가기능 관리 · xbmc.org 에서 추가기능 찾기 및 설치 · 추가기능 설정 변경</string>
-
- <string id="31421">로그인할 XBMC 사용자 프로파일을[CR]선택하고 계속하세요</string>
-</strings>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<strings> + <!-- Misc labels --> + <string id="31000">변경</string> + <string id="31001">닫기</string> + <string id="31002">오디오 설정</string> + <string id="31003">IP</string> + <string id="31004">Caps[CR]Lock</string> + <string id="31005">시각화 옵션</string> + <string id="31006">시각화 사전설정</string> + <string id="31007">컨텍스트 메뉴</string> + <string id="31008">전체 화면</string> + <string id="31009">작업중...</string> + <string id="31010">로그인한 프로파일</string> + <string id="31011">N/A</string> <!-- Used for subtitle button in the OSD --> + <string id="31012">음악 - 파일</string> + + <string id="31024">페이지</string> + <string id="31025">항목</string> + + <!-- ViewType labels --> + <string id="31030">정보표시 목록</string> + <string id="31031">정보표시 배너</string> + + <!-- Extra labels --> + <string id="31040">지금 재생중</string> + + <string id="31042">재생중</string> + <string id="31043">일시정지</string> + <string id="31044">빠르게</string> + <string id="31045">뒤로</string> + <string id="31046">오디오 속성</string> + <string id="31047">현재 사전설정</string> + <string id="31048">시각화 사전설정</string> + <string id="31049">종료 시간</string> + <string id="31050">정렬: 오름차</string> + <string id="31051">정렬: 내림차</string> + + + <!-- Playlist Editor labels --> + <string id="31055">재생목록 열기</string> + <string id="31056">재생목록 저장</string> + <string id="31057">재생목록 닫기</string> + <string id="31058">시스템 음악 파일</string> + <string id="31059">현재 재생목록</string> + <string id="31060">이 파일은 연결되었습니다, 재생할 부분을 선택하세요.</string> + + <!-- Submenu Icon labels --> + <string id="31200">뒤로</string> + <string id="31201">위치</string> + + <!-- Extra labels --> + <string id="31300">현재 온도</string> + <string id="31301">마지막 업데이트</string> + + <string id="31309">사용 메모리:</string> + <string id="31312">현재 자료수집기</string> + <string id="31313">자료수집기 선택</string> + <string id="31314">컨텐츠 검색 옵션</string> + + <string id="31319">사용가능한 프로파일</string> + <string id="31320">마지막 로그인</string> + <string id="31321">노래방 노래 선택기</string> + <string id="31322">방송</string> + + <string id="31325">재생목록 옵션</string> + + <!-- Video and Music OSD Labels --> + <string id="31351">일시정지</string> + <string id="31352">정지</string> + <string id="31353">빠르게</string> + <string id="31354">뒤로</string> + <string id="31355">비디오 메뉴</string> + <string id="31356">자막 다운로드</string> + + <!-- Skin Fontsets --> + <string id="31390">스킨 기본값</string> + <string id="31391">Arial 기본값</string> + + <!-- Description Labels --> + <string id="31400">스킨 변경 · 언어 및 지역 설정 · 파일 목록 옵션 변경 · 화면보호기 설정</string> + <string id="31401">비디오 라이브러리 관리 · 비디오 재생 옵션 변경 · 비디오 목록 옵션 변경 · 자막 글꼴 설정</string> + <string id="31402">음악 라이브러리 관리 · 음악 재생 옵션 변경 · 음악 목록 옵션 변경 · 노래 전송 설정 · 노래방 옵션 설정</string> + <string id="31403">사진 목록 옵션 변경 · 슬라이드쇼 설정</string> + <string id="31404">날씨 정보를 수집할 세 도시 설정</string> + <string id="31405">UPnP 및 HTTP 를 통한 XBMC 제어 설정 · 파일 공유 설정 · 인터넷 접근 옵션 설정</string> + <string id="31406">화면 설정 및 조정 · 오디오 출력 설정 · 원격 제어 설정 · 전원 절약 옵션 설정 · 디버깅 사용 · 마스터 잠금 설정</string> + <string id="31407">Confluence 스킨 설정 · 홈 메뉴 항목 추가 및 제거 · 스킨 배경 변경</string> + <string id="31408">설치된 추가기능 관리 · xbmc.org 에서 추가기능 찾기 및 설치 · 추가기능 설정 변경</string> + + <string id="31421">로그인할 XBMC 사용자 프로파일을[CR]선택하고 계속하세요</string> +</strings> |