skin.confluence 3.0.0

This commit is contained in:
ronie
2016-02-29 11:33:49 +01:00
commit 4dfb846e0b
669 changed files with 69918 additions and 0 deletions

133
720p/AddonBrowser.xml Normal file
View File

@ -0,0 +1,133 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,550,551</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_addons" />
<param name="Label" value="$LOCALIZE[24001]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="7">
<description>Hide foreign</description>
<include>ButtonCommonValues</include>
<label>25001</label>
</control>
<control type="radiobutton" id="8">
<description>Hide broken</description>
<include>ButtonCommonValues</include>
<label>24999</label>
</control>
<control type="button" id="9">
<description>Check for updates</description>
<include>ButtonCommonValues</include>
<label>24034</label>
</control>
<control type="button" id="5">
<description>Settings shortcut</description>
<include>ButtonCommonValues</include>
<label>10004</label>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="label">
<description>Last updated label</description>
<left>0</left>
<top>650</top>
<height>60</height>
<width>240</width>
<label>31301</label>
<align>right</align>
<aligny>top</aligny>
<font>font13</font>
<textcolor>selected</textcolor>
</control>
<control type="label">
<description>Last updated value</description>
<left>0</left>
<top>680</top>
<height>25</height>
<width>240</width>
<label>$INFO[Window.Property(Updated)]</label>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
</control>
</control>
</controls>
</window>

389
720p/DialogAddonInfo.xml Normal file
View File

@ -0,0 +1,389 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<coordinates>
<left>185</left>
<top>40</top>
<origin x="185" y="10">!IsEmpty(ListItem.AddonBroken)</origin>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>!Window.isVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="920" />
<param name="DialogBackgroundHeight" value="639" />
<param name="DialogHeaderWidth" value="840" />
<param name="DialogHeaderLabel" value="$LOCALIZE[24003]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="830" />
<param name="CloseButtonNav" value="3" />
</include>
<control type="image">
<left>30</left>
<top>70</top>
<width>220</width>
<height>220</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<description>Addon Title value</description>
<left>280</left>
<top>80</top>
<width>580</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<label>[B]$INFO[ListItem.AddonName][/B]</label>
<textcolor>white</textcolor>
<scroll>true</scroll>
</control>
<control type="group">
<left>270</left>
<top>130</top>
<control type="label">
<description>Type txt</description>
<left>10</left>
<top>0</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[146]</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Type Value</description>
<left>160</left>
<top>0</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonType]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Author txt</description>
<left>10</left>
<top>30</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[21863]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Author Value</description>
<left>160</left>
<top>30</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Version txt</description>
<left>10</left>
<top>60</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[24051]</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Version Value</description>
<left>160</left>
<top>60</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.Property(Addon.Version)]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Summary txt</description>
<left>10</left>
<top>90</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[20037]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Summary Value</description>
<left>160</left>
<top>90</top>
<width>440</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonSummary]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="image">
<left>0</left>
<top>160</top>
<width>600</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="label">
<description>Description txt</description>
<left>0</left>
<top>170</top>
<width>300</width>
<height>25</height>
<label>$LOCALIZE[21821]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.AddonDisclaimer)</visible>
<control type="label">
<description>Description Page Count</description>
<left>310</left>
<top>170</top>
<width>300</width>
<height>25</height>
<label>$INFO[Container(400).CurrentPage, $LOCALIZE[31024] [COLOR=blue]([/COLOR]]$INFO[Container(400).NumPages,/,[COLOR=blue])[/COLOR]]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="textbox" id="400">
<description>Description</description>
<left>10</left>
<top>197</top>
<width>600</width>
<height>188</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<pagecontrol>60</pagecontrol>
</control>
<control type="scrollbar" id="60">
<left>610</left>
<top>195</top>
<width>25</width>
<height>190</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>9000</onleft>
<onright>61</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Disclaimer txt</description>
<left>0</left>
<top>400</top>
<width>600</width>
<height>25</height>
<label>$LOCALIZE[24052]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>orange</textcolor>
</control>
<control type="textbox">
<description>Disclaimer</description>
<left>10</left>
<top>427</top>
<width>600</width>
<height>64</height>
<font>font12</font>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDisclaimer]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
</control>
</control>
<control type="group">
<visible>IsEmpty(ListItem.AddonDisclaimer)</visible>
<control type="label">
<description>Description Page Count</description>
<left>310</left>
<top>170</top>
<width>300</width>
<height>25</height>
<label>$INFO[Container(401).CurrentPage, $LOCALIZE[31024] [COLOR=blue]([/COLOR]]$INFO[Container(401).NumPages,/,[COLOR=blue])[/COLOR]]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="textbox" id="401">
<description>Description</description>
<left>10</left>
<top>207</top>
<width>600</width>
<height>258</height>
<font>font13</font>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<left>610</left>
<top>205</top>
<width>25</width>
<height>260</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>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
</control>
<control type="grouplist" id="9000">
<left>30</left>
<top>300</top>
<width>220</width>
<height>313</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>2</itemgap>
<control type="button" id="9">
<description>Configure Addon</description>
<width>220</width>
<height>43</height>
<label>24020</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<width>220</width>
<height>43</height>
<label>24069</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="radiobutton" id="13">
<description>Auto-update button</description>
<width>220</width>
<height>43</height>
<label>21340</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="12">
<description>Launch Addon button</description>
<width>220</width>
<height>43</height>
<label>518</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="6">
<description>Install/UnInstall Addon button</description>
<width>220</width>
<height>43</height>
<label>24022</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="7">
<description>Enable/Disable Addon button</description>
<width>220</width>
<height>43</height>
<label>24021</label>
<align>center</align>
<font>font12_title</font>
</control>
<control type="button" id="10">
<description>Changelog button</description>
<width>220</width>
<height>43</height>
<label>24036</label>
<align>center</align>
<font>font12_title</font>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
<left>0</left>
<top>600</top>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>920</width>
<height>100</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Icon image</description>
<left>20</left>
<top>20</top>
<width>60</width>
<height>60</height>
<texture>DefaultIconError.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>100</left>
<top>15</top>
<width>800</width>
<height>25</height>
<font>font12_title</font>
<label>24096</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="textbox">
<description>Reason label</description>
<left>100</left>
<top>37</top>
<width>800</width>
<height>48</height>
<font>font13</font>
<label>$INFO[ListItem.AddonBroken]</label>
<align>left</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,188 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9</defaultcontrol>
<coordinates>
<left>240</left>
<top>60</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="600" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="20" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="3" />
</include>
<control type="grouplist" id="9">
<description>button area</description>
<left>45</left>
<top>70</top>
<width>710</width>
<height>40</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="image">
<description>Has Previous</description>
<left>25</left>
<top>80</top>
<width>20</width>
<height>20</height>
<texture>scroll-left-focus.png</texture>
<visible>Container(9).HasPrevious</visible>
</control>
<control type="image">
<description>Has Next</description>
<left>755</left>
<top>80</top>
<width>20</width>
<height>20</height>
<texture>scroll-right-focus.png</texture>
<visible>Container(9).HasNext</visible>
</control>
<control type="grouplist" id="2">
<description>control area</description>
<left>40</left>
<top>120</top>
<width>720</width>
<height>380</height>
<itemgap>5</itemgap>
<pagecontrol>30</pagecontrol>
<onup>9</onup>
<ondown>9001</ondown>
<onleft>2</onleft>
<onright>30</onright>
</control>
<control type="scrollbar" id="30">
<left>765</left>
<top>120</top>
<width>25</width>
<height>380</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>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9001">
<top>535</top>
<left>90</left>
<control type="button" id="10">
<description>OK Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>12</onleft>
<onright>11</onright>
<onup>2</onup>
<ondown>2</ondown>
</control>
<control type="button" id="11">
<description>Cancel Button</description>
<left>210</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>10</onleft>
<onright>12</onright>
<onup>2</onup>
<ondown>2</ondown>
</control>
<control type="button" id="12">
<description>Defaults Button</description>
<left>420</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>409</label>
<onleft>11</onleft>
<onright>10</onright>
<onup>2</onup>
<ondown>2</ondown>
</control>
</control>
<control type="button" id="13">
<description>Default Category Button</description>
<height>40</height>
<width>173</width>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<pulseonselect>false</pulseonselect>
</control>
<control type="button" id="3">
<description>Default Button</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="4">
<description>Default RadioButton</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="5">
<description>Default spincontrolex</description>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="label" id="7">
<height>35</height>
<font>font13_title</font>
<label>-</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="image" id="6">
<description>Default Seperator</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="sliderex" id="8">
<description>Default Slider</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
</controls>
</window>

View File

@ -0,0 +1,597 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<zorder>1</zorder>
<defaultcontrol>9000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>40</left>
<top>40</top>
</coordinates>
<controls>
<include>BehindDialogFadeOut</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1200</width>
<height>640</height>
<texture border="40">$VAR[SelectBack]</texture>
<texture>dialogheader.png</texture>
</control>
<control type="group">
<left>0</left>
<top>0</top>
<width>1200</width>
<height>40</height>
<control type="button">
<description>dialog close button</description>
<left>1120</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<visible>system.getbool(input.enablemouse)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<description>dialog header image</description>
<centerleft>600</centerleft>
<top>16</top>
<width>1140</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>window header label</description>
<left>0</left>
<top>20</top>
<width>1200</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[15020]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="list" id="9000">
<description>processing mode selection list</description>
<left>30</left>
<top>70</top>
<width>1140</width>
<height>40</height>
<onup>9001</onup>
<ondown>200</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<orientation>horizontal</orientation>
<scrolltime tween="sine" easing="out">200</scrolltime>
<itemlayout width="228" height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>228</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>5</posx>
<posy>0</posy>
<width>218</width>
<height>40</height>
<textcolor>grey3</textcolor>
<font>font13_title</font>
<aligny>center</aligny>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
<scroll>false</scroll>
<scrollspeed>0</scrollspeed>
</control>
</itemlayout>
<focusedlayout width="228" height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>228</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="50" time="0" condition="!Control.HasFocus(9000)">conditional</animation>
</control>
<control type="label">
<posx>5</posx>
<posy>0</posy>
<width>218</width>
<height>40</height>
<textcolor>white</textcolor>
<font>font13_title</font>
<aligny>center</aligny>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
<scroll>false</scroll>
<scrollspeed>0</scrollspeed>
</control>
</focusedlayout>
<content>
<item id="91">
<label>1. $LOCALIZE[15057]</label>
<label2>$LOCALIZE[15114]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">InputResampling</property>
</item>
<item id="92">
<label>2. $LOCALIZE[15058]</label>
<label2>$LOCALIZE[15113]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Preprocessing</property>
</item>
<item id="93">
<label>3. $LOCALIZE[15059]</label>
<label2>$LOCALIZE[15115]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Masterprocessing</property>
</item>
<item id="94">
<label>4. $LOCALIZE[15060]</label>
<label2>$LOCALIZE[15117]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Postprocessing</property>
</item>
<item id="95">
<label>5. $LOCALIZE[15061]</label>
<label2>$LOCALIZE[15116]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">OutputResampling</property>
</item>
</content>
</control>
<control type="group">
<description>white borders and mode description</description>
<left>30</left>
<top>109</top>
<width>1140</width>
<height>500</height>
<control type="image">
<description>blue border</description>
<posx>0</posx>
<posy>0</posy>
<width>1140</width>
<height>500</height>
<texture border="5">button-focus3.png</texture>
<colordiffuse>80FFFFFF</colordiffuse>
</control>
<control type="label">
<description>current mode description label</description>
<left>10</left>
<top>0</top>
<width>1120</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[Container(9000).ListItem.Label2]</label>
</control>
</control>
<control type="group" id="200">
<description>available- and active mode lists</description>
<left>30</left>
<top>150</top>
<width>1140</width>
<height>500</height>
<ondown>9001</ondown>
<onup>9000</onup>
<control type="group">
<description>available modes group</description>
<left>0</left>
<top>0</top>
<width>570</width>
<height>360</height>
<control type="label">
<description>blue available modes</description>
<left>25</left>
<top>2</top>
<width>550</width>
<height>30</height>
<font>font12_title</font>
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>available modes list border</description>
<left>25</left>
<top>30</top>
<width>538</width>
<height>350</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="scrollbar" id="60">
<description>scrollbar for available modes list</description>
<left>5</left>
<top>30</top>
<width>25</width>
<height>350</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>61</onleft>
<onright>20</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="20">
<description>available modes list</description>
<left>30</left>
<top>35</top>
<width>528</width>
<height>345</height>
<onup>9000</onup>
<ondown>9001</ondown>
<onleft>60</onleft>
<onright>21</onright>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="528">
<control type="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
<focusedlayout height="66" width="528">
<control type="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>60</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(20)">conditional</animation>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<height>50</height>
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(20)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(20)</visible>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
<left>568</left>
<top>0</top>
<width>570</width>
<height>360</height>
<control type="label">
<description>blue active modes</description>
<left>10</left>
<top>2</top>
<width>550</width>
<height>30</height>
<font>font12_title</font>
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>active modes list border</description>
<left>10</left>
<top>30</top>
<width>538</width>
<height>350</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="scrollbar" id="61">
<description>scrollbar for active modes list</description>
<left>542</left>
<top>30</top>
<width>25</width>
<height>350</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>21</onleft>
<onright>60</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="21">
<description>active modes list</description>
<left>15</left>
<top>35</top>
<width>538</width>
<height>345</height>
<onup>9000</onup>
<ondown>9001</ondown>
<onleft>20</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="528">
<control type="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>15</left>
<top>8</top>
<width>30</width>
<height>30</height>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>active addon name and mode name</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
<focusedlayout height="66" width="528">
<control type="image">
<left>0</left>
<top>3</top>
<width>528</width>
<height>60</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(21)">conditional</animation>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>!StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="image">
<left>5</left>
<top>8</top>
<height>50</height>
<width>50</width>
<texture>DefaultAudioDSP.png</texture>
<aspectratio aligny="center" align="left">keep</aspectratio>
<visible>StringCompare(ListItem.Property(Icon),"")</visible>
</control>
<control type="label">
<description>addon name and mode name on focus</description>
<left>80</left>
<top>3</top>
<width>435</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.Property(AddonName)]: $INFO[ListItem.Property(Name)]</label>
<visible>true</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>false</scroll>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(21)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
<left>80</left>
<top>33</top>
<width>435</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<scroll>true</scroll>
<scrollsuffix>&gt; &lt;</scrollsuffix>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(21)</visible>
</control>
</focusedlayout>
</control>
</control>
</control>
<control type="group" id="9001">
<left>55</left>
<top>528</top>
<width>1090</width>
<control type="radiobutton" id="22">
<description>Default RadioButton</description>
<left>0</left>
<top>15</top>
<height>40</height>
<width>280</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>24</onleft>
<onright>23</onright>
<textwidth>252</textwidth>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>15064</label>
<include>ButtonCommonValues</include>
</control>
<control type="button" id="23">
<description>Apply changes button</description>
<left>288</left>
<top>15</top>
<height>40</height>
<width>250</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>22</onleft>
<onright>24</onright>
<font>font13</font>
<disabledcolor>15FFFFFF</disabledcolor>
<textcolor>grey3</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<label>14070</label>
<align>center</align>
</control>
<control type="button" id="24">
<description>Clear active modes button</description>
<left>841</left>
<top>15</top>
<height>40</height>
<width>250</width>
<onup>200</onup>
<ondown>9000</ondown>
<onleft>23</onleft>
<onright>22</onright>
<font>font13</font>
<disabledcolor>30FFFFFF</disabledcolor>
<textcolor>grey3</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<label>15066</label>
<align>center</align>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,244 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5</defaultcontrol>
<coordinates>
<left>240</left>
<top>60</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="400" condition="Window.IsVisible(SliderDialog)">Conditional</animation>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>600</height>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>720</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="2">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>-</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>710</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>40</left>
<top>65</top>
<width>520</width>
<height>470</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>60</onleft>
<onright>60</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="scrollbar" id="60">
<left>560</left>
<top>65</top>
<width>25</width>
<height>470</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>5</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>info label</description>
<left>40</left>
<top>540</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>$INFO[ADSP.MasterInfo]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>Audio DSP Image</description>
<left>555</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<visible>!IsEmpty(ADSP.MasterOwnIcon)</visible>
<texture>$INFO[ADSP.MasterOwnIcon]</texture>
</control>
<control type="image">
<description>Audio Codec Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasVideo</visible>
</control>
<control type="image">
<description>Audio Codec Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + Player.HasAudio</visible>
</control>
<control type="image">
<description>Audio Codec Override Image</description>
<left>640</left>
<top>540</top>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<visible>!IsEmpty(ADSP.MasterOverrideIcon)</visible>
<texture>$INFO[ADSP.MasterOverrideIcon]</texture>
</control>
<control type="image">
<description>Audio Channels Image</description>
<left>730</left>
<top>540</top>
<width>50</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
</control>
<control type="label">
<description>type label</description>
<left>590</left>
<top>65</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>15042</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>type label</description>
<left>590</left>
<top>100</top>
<width>230</width>
<height>30</height>
<font>font13_title</font>
<label>$INFO[ADSP.DetectedStreamType]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<height>40</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</controls>
</window>

52
720p/DialogBusy.xml Normal file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<animation effect="fade" time="75">WindowOpen</animation>
<animation effect="fade" time="150">WindowClose</animation>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthDialog+</depth>
<left>1070</left>
<top>640</top>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>70</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Busy animation</description>
<left>20</left>
<top>20</top>
<width>32</width>
<height>32</height>
<texture>busy.png</texture>
<aspectratio>keep</aspectratio>
<animation effect="rotate" start="0" end="360" center="36,36" time="900" loop="true" condition="true">conditional</animation>
</control>
<control type="label">
<description>Busy label</description>
<left>60</left>
<top>20</top>
<width>120</width>
<height>32</height>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[31004]</label>
<font>font12</font>
</control>
<control type="progress" id="10">
<description>Progressbar</description>
<left>20</left>
<top>53</top>
<width>160</width>
<height>8</height>
</control>
</control>
</controls>
</window>

290
720p/DialogButtonMenu.xml Normal file
View File

@ -0,0 +1,290 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="buttonMenu">
<defaultcontrol>9001</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="button" id="9001">
<description>Make sure we hit the first button in the group list and not the close window button</description>
<left>-16</left>
<top>-16</top>
<width>4</width>
<height>4</height>
<label>-</label>
<font>-</font>
<onfocus>down</onfocus>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>2</ondown>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
</control>
<control type="grouplist" id="9000">
<left>470</left>
<top>0</top>
<width>340</width>
<height>720</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>0</itemgap>
<align>center</align>
<control type="group" id="1">
<width>340</width>
<height>30</height>
<control type="image">
<description>background top image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>30</height>
<texture border="20,19,20,0">DialogContextTop.png</texture>
</control>
<control type="button" id="20">
<description>Close Window button</description>
<left>260</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>13</onright>
<onup>13</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</control>
<control type="button" id="2">
<description>Exit button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>Quit()</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13012</label>
<visible>System.ShowExitButton</visible>
</control>
<control type="button" id="3">
<description>Shutdown button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>Powerdown()</onclick>
<visible>System.CanPowerDown</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13016</label>
</control>
<control type="button" id="4">
<description>Custom Shutdown Timer</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>AlarmClock(shutdowntimer,Shutdown())</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>20150</label>
<visible>!System.HasAlarm(shutdowntimer)</visible>
<visible>System.CanPowerDown | System.CanSuspend | System.CanHibernate</visible>
</control>
<control type="button" id="5">
<description>Cancel Shutdown Timer</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>CancelAlarm(shutdowntimer)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>20151</label>
<visible>System.HasAlarm(shutdowntimer)</visible>
</control>
<control type="button" id="6">
<description>Suspend button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>Suspend()</onclick>
<visible>System.CanSuspend</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13011</label>
</control>
<control type="button" id="7">
<description>Hibernate button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>Hibernate()</onclick>
<visible>System.CanHibernate</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13010</label>
</control>
<control type="button" id="8">
<description>Reboot button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>Reset()</onclick>
<visible>System.CanReboot</visible>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13013</label>
</control>
<control type="button" id="9">
<description>Logoff button</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>dialog.close(all,true)</onclick>
<onclick>System.LogOff</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>$LOCALIZE[20126] $INFO[system.profilename]</label>
<visible>System.HasLoginScreen | IntegerGreaterThan(System.ProfileCount,1)</visible>
<visible>System.Loggedon</visible>
</control>
<control type="togglebutton" id="10">
<description>Master mode button</description>
<width>340</width>
<height>40</height>
<label>20046</label>
<altlabel>20045</altlabel>
<align>center</align>
<aligny>center</aligny>
<textwidth>290</textwidth>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<usealttexture>!System.IsMaster</usealttexture>
<alttexturefocus border="25,5,25,5">ShutdownButtonFocus.png</alttexturefocus>
<alttexturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</alttexturenofocus>
<onclick>mastermode</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<visible>System.HasLocks</visible>
</control>
<control type="group" id="11">
<width>340</width>
<height>70</height>
<visible>System.HasAlarm(shutdowntimer)</visible>
<control type="image">
<description>background top image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>70</height>
<texture border="25,5,25,5">DialogContextMiddle.png</texture>
</control>
<control type="textbox">
<left>25</left>
<top>22</top>
<width>290</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<label>$LOCALIZE[31329] [B]$INFO[System.Alarmpos][/B]</label>
</control>
</control>
<control type="button" id="12">
<description>Inhibit idle shutdown</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>InhibitIdleShutdown(true)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13017</label>
<visible>System.HasShutdown +!System.IsInhibit</visible>
</control>
<control type="button" id="13">
<description>Allow idle shutdown</description>
<width>340</width>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<textwidth>290</textwidth>
<texturefocus border="25,5,25,5">ShutdownButtonFocus.png</texturefocus>
<texturenofocus border="25,5,25,5">ShutdownButtonNoFocus.png</texturenofocus>
<onclick>InhibitIdleShutdown(false)</onclick>
<pulseonselect>no</pulseonselect>
<font>font13</font>
<label>13018</label>
<visible>System.HasShutdown + System.IsInhibit</visible>
</control>
<control type="image" id="14">
<description>background bottom image</description>
<left>0</left>
<width>340</width>
<height>25</height>
<texture border="20,0,19,20">DialogContextBottom.png</texture>
</control>
</control>
</controls>
</window>

78
720p/DialogConfirm.xml Normal file
View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<coordinates>
<left>315</left>
<top>220</top>
</coordinates>
<include>dialogeffect</include>
<depth>DepthDialog+</depth>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="650" />
<param name="DialogBackgroundHeight" value="260" />
<param name="DialogHeaderWidth" value="570" />
<param name="DialogHeaderLabel" value="" />
<param name="DialogHeaderId" value="1" />
<param name="CloseButtonLeft" value="560" />
<param name="CloseButtonNav" value="9000" />
</include>
<control type="textbox" id="9">
<description>text</description>
<left>30</left>
<top>62</top>
<width>590</width>
<height>98</height>
<align>left</align>
<label>-</label>
<font>font13</font>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
</control>
<control type="progress" id="20">
<description>Progressbar</description>
<left>30</left>
<top>168</top>
<width>590</width>
<height>16</height>
<info>System.Progressbar</info>
</control>
<control type="grouplist" id="9000">
<left>25</left>
<top>195</top>
<width>600</width>
<height>40</height>
<align>center</align>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="11">
<description>OK button</description>
<width>200</width>
<height>40</height>
<label>107</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
</control>
<control type="button" id="10">
<description>Cancel button</description>
<width>200</width>
<height>40</height>
<label>106</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
</control>
<control type="button" id="12">
<description>Custom button</description>
<width>200</width>
<height>40</height>
<label>106</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<coordinates>
<left>240</left>
<top>90</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="150" condition="Window.IsActive(AddonSettings)">Conditional</animation>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="535" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="$LOCALIZE[20333]" />
<param name="DialogHeaderId" value="1" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="button" id="20">
<description>Content Picker</description>
<left>30</left>
<top>60</top>
<width>740</width>
<height>40</height>
<onup>28</onup>
<ondown>21</ondown>
<font>font13</font>
</control>
<control type="button" id="21">
<description>Information Provider Button</description>
<left>30</left>
<top>105</top>
<width>740</width>
<height>40</height>
<onup>20</onup>
<ondown>22</ondown>
<font>font13</font>
</control>
<control type="button" id="22">
<description>Scraper Settings Button</description>
<left>30</left>
<top>150</top>
<width>740</width>
<height>40</height>
<label>- $LOCALIZE[5]</label>
<onup>21</onup>
<ondown>5</ondown>
</control>
<control type="label">
<description>Scanning Options Header</description>
<left>30</left>
<top>205</top>
<width>740</width>
<height>20</height>
<font>font12</font>
<label>$LOCALIZE[31314]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>235</top>
<width>740</width>
<height>220</height>
<itemgap>4</itemgap>
<onup>22</onup>
<ondown>28</ondown>
<onleft>5</onleft>
<onright>5</onright>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="group" id="9001">
<top>470</top>
<control type="button" id="28">
<description>OK Button</description>
<left>195</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>29</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>20</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<left>405</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>20</ondown>
</control>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1000</defaultcontrol>
<include>dialogeffect</include>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="image" id="999">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>340</width>
<height>720</height>
<texture border="20">DialogBack.png</texture>
</control>
<control type="grouplist" id="996">
<description>grouplist for context buttons</description>
<left>20</left>
<top>30</top>
<width>300</width>
<height max="670">auto</height>
<itemgap>2</itemgap>
</control>
<control type="button">
<description>Close Window button</description>
<left>260</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="button" id="1000">
<description>button template</description>
<left>-</left>
<top>-</top>
<width>300</width>
<height>38</height>
<font>fontContextMenu</font>
<align>center</align>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus.png</texturefocus>
</control>
</controls>
</window>

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol />
<animation effect="slide" start="0,-70" end="0,0" time="75">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-70" delay="300" time="75">WindowClose</animation>
<controls>
<control type="group">
<depth>DepthHeader</depth>
<left>720</left>
<top>0</top>
<animation effect="slide" end="0,-80" time="150" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation>
<control type="image">
<left>0</left>
<top>-10</top>
<width>400</width>
<height>70</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="label" id="30">
<description>Header Label</description>
<left>15</left>
<top>4</top>
<width>370</width>
<height>18</height>
<font>font10_title</font>
<textcolor>selected</textcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="label" id="31">
<description>Title Label</description>
<left>15</left>
<top>20</top>
<width>370</width>
<height>20</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="progress" id="32">
<description>progress control</description>
<left>15</left>
<top>42</top>
<width>370</width>
<height>8</height>
</control>
</control>
</controls>
</window>

123
720p/DialogFavourites.xml Normal file
View File

@ -0,0 +1,123 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">450</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<animation effect="slide" start="400,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="400,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>400r</left>
<top>0</top>
<width>420</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">HomeBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>380r</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<left>370r</left>
<top>30</top>
<width>200</width>
<height>200</height>
<aspectratio align="center">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="list" id="450">
<left>390r</left>
<top>250</top>
<width>450</width>
<height>380</height>
<onup>450</onup>
<onleft>Dialog.Close(Favourites)</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<visible>!Control.HasFocus(450)</visible>
<texture border="3">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>40</height>
<visible>Control.HasFocus(450)</visible>
<texture border="3">button-focus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="label">
<description>Page label</description>
<right>30</right>
<top>670</top>
<width>350</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(450).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages][/COLOR])</label>
</control>
</control>
</controls>
</window>

596
720p/DialogKeyboard.xml Normal file
View File

@ -0,0 +1,596 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">300</defaultcontrol>
<include>dialogeffect</include>
<depth>DepthDialog+</depth>
<coordinates>
<left>205</left>
<top>120</top>
</coordinates>
<controls>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>!Window.IsVisible(numericinput)</visible>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="860" />
<param name="DialogBackgroundHeight" value="430" />
<param name="DialogHeaderWidth" value="780" />
<param name="DialogHeaderLabel" value="" />
<param name="DialogHeaderId" value="311" />
<param name="CloseButtonLeft" value="770" />
<param name="CloseButtonNav" value="3" />
</include>
<control type="group">
<left>0</left>
<top>-90</top>
<visible>Control.IsVisible(313)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>860</width>
<height>102</height>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<left>50</left>
<top>18</top>
<width>760</width>
<height>32</height>
<aspectratio>stretch</aspectratio>
<texture border="20">KeyboardEditArea.png</texture>
</control>
<control type="image">
<left>0</left>
<top>53</top>
<width>860</width>
<height>2</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
<control type="label" id="313">
<description>HZCODE label</description>
<left>55</left>
<top>18</top>
<width>750</width>
<height>30</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="label" id="314">
<description>HZLIST label</description>
<left>55</left>
<top>55</top>
<width>750</width>
<height>30</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="image">
<left>50</left>
<top>60</top>
<width>760</width>
<height>50</height>
<aspectratio>stretch</aspectratio>
<texture border="20">KeyboardEditArea.png</texture>
</control>
<control type="edit" id="312">
<description>Edit Text</description>
<left>55</left>
<top>60</top>
<width>750</width>
<height>50</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="image">
<left>130</left>
<top>110</top>
<width>600</width>
<height>30</height>
<aspectratio>stretch</aspectratio>
<texture>DialogHeader.png</texture>
</control>
<control type="group">
<left>30</left>
<top>140</top>
<!-- 1st row -->
<control type="grouplist">
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="309">
<description>Layout button</description>
<width>200</width>
<height>50</height>
<label>20177</label>
<onup>300</onup>
<ondown>302</ondown>
<texturenofocus border="25,25,5,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus border="25,25,5,5">KeyboardCornerTop.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="100">
<description>(0,0) key button</description>
<onup>32</onup>
<ondown>120</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="101">
<description>(0,1) key button</description>
<onup>32</onup>
<ondown>121</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="102">
<description>(0,2) key button</description>
<onup>32</onup>
<ondown>122</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="103">
<description>(0,3) key button</description>
<onup>32</onup>
<ondown>123</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="104">
<description>(0,4) key button</description>
<onup>8</onup>
<ondown>124</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="105">
<description>(0,5) key button</description>
<onup>8</onup>
<ondown>125</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="106">
<description>(0,6) key button</description>
<onup>305</onup>
<ondown>126</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="107">
<description>(0,7) key button</description>
<onup>306</onup>
<ondown>127</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="108">
<description>(0,8) key button</description>
<onup>308</onup>
<ondown>128</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="109">
<description>(0,9) key button</description>
<onup>308</onup>
<ondown>129</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="110">
<description>(0,10) key button</description>
<onup>308</onup>
<ondown>130</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="111">
<description>(0,11) key button</description>
<onup>308</onup>
<ondown>131</ondown>
<texturenofocus flipx="true" border="5,25,25,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus flipx="true" border="5,25,25,5">KeyboardCornerTop.png</texturefocus>
<include>KeyboardButton</include>
</control>
</control>
<!-- 2nd row -->
<control type="grouplist">
<orientation>horizontal</orientation>
<top>50</top>
<itemgap>0</itemgap>
<control type="radiobutton" id="302">
<description>SHIFT button</description>
<width>200</width>
<height>50</height>
<label>20178</label>
<onup>309</onup>
<ondown>303</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="120">
<description>(1,0) key button</description>
<onup>100</onup>
<ondown>140</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="121">
<description>(1,1) key button</description>
<onup>101</onup>
<ondown>141</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="122">
<description>(1,2) key button</description>
<onup>102</onup>
<ondown>142</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="123">
<description>(1,3) key button</description>
<onup>103</onup>
<ondown>143</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="124">
<description>(1,4) key button</description>
<onup>104</onup>
<ondown>144</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="125">
<description>(1,5) key button</description>
<onup>105</onup>
<ondown>145</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="126">
<description>(1,6) key button</description>
<onup>106</onup>
<ondown>146</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="127">
<description>(1,7) key button</description>
<onup>107</onup>
<ondown>147</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="128">
<description>(1,8) key button</description>
<onup>108</onup>
<ondown>148</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="129">
<description>(1,9) key button</description>
<onup>109</onup>
<ondown>149</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="130">
<description>(1,10) key button</description>
<onup>110</onup>
<ondown>150</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="131">
<description>(1,11) key button</description>
<onup>111</onup>
<ondown>151</ondown>
<include>KeyboardButton</include>
</control>
</control>
<!-- 3rd row -->
<control type="grouplist">
<top>100</top>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<control type="radiobutton" id="303">
<description>CAPS LOCK button</description>
<width>200</width>
<height>50</height>
<label>20179</label>
<onup>302</onup>
<ondown>307</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="140">
<description>(2,0) key button</description>
<onup>120</onup>
<ondown>160</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="141">
<description>(2,1) key button</description>
<onup>121</onup>
<ondown>161</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="142">
<description>(2,2) key button</description>
<onup>122</onup>
<ondown>162</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="143">
<description>(2,3) key button</description>
<onup>123</onup>
<ondown>163</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="144">
<description>(2,4) key button</description>
<onup>124</onup>
<ondown>164</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="145">
<description>(2,5) key button</description>
<onup>125</onup>
<ondown>165</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="146">
<description>(2,6) key button</description>
<onup>126</onup>
<ondown>166</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="147">
<description>(2,7) key button</description>
<onup>127</onup>
<ondown>167</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="148">
<description>(2,8) key button</description>
<onup>128</onup>
<ondown>168</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="149">
<description>(2,9) key button</description>
<onup>129</onup>
<ondown>169</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="150">
<description>(2,10) key button</description>
<onup>130</onup>
<ondown>170</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="151">
<description>(2,11) key button</description>
<onup>131</onup>
<ondown>171</ondown>
<include>KeyboardButton</include>
</control>
</control>
<!-- 4th row -->
<control type="grouplist">
<top>150</top>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="307">
<description>IP Input button</description>
<width>100</width>
<height>50</height>
<onup>303</onup>
<ondown>300</ondown>
<label>IP</label>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="radiobutton" id="304">
<description>Symbols button</description>
<width>100</width>
<height>50</height>
<label>@#!* </label>
<onup>303</onup>
<ondown>300</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<radioposy>5</radioposy>
<radiowidth>20</radiowidth>
<radioheight>20</radioheight>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="160">
<description>(3,0) key button</description>
<onup>140</onup>
<ondown>32</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="161">
<description>(3,1) key button</description>
<onup>141</onup>
<ondown>32</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="162">
<description>(3,2) key button</description>
<onup>142</onup>
<ondown>32</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="163">
<description>(3,3) key button</description>
<onup>143</onup>
<ondown>32</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="164">
<description>(3,4) key button</description>
<onup>144</onup>
<ondown>8</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="165">
<description>(3,5) key button</description>
<onup>145</onup>
<ondown>8</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="166">
<description>(3,6) key button</description>
<onup>146</onup>
<ondown>305</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="167">
<description>(3,7) key button</description>
<onup>147</onup>
<ondown>306</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="168">
<description>(3,8) key button</description>
<onup>148</onup>
<ondown>308</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="169">
<description>(3,9) key button</description>
<onup>149</onup>
<ondown>308</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="170">
<description>(3,10) key button</description>
<onup>150</onup>
<ondown>308</ondown>
<include>KeyboardButton</include>
</control>
<control type="button" id="171">
<description>(3,11) key button</description>
<onup>151</onup>
<ondown>308</ondown>
<include>KeyboardButton</include>
</control>
</control>
<!-- 5th row -->
<control type="grouplist">
<top>200</top>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<control type="button" id="300">
<description>DONE button</description>
<width>200</width>
<height>50</height>
<texturenofocus border="25,5,25,5">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus border="25,5,25,5">KeyboardCornerBottom.png</texturefocus>
<label>20177</label>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<onup>304</onup>
<ondown>309</ondown>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="32">
<description>SPACE button</description>
<width>200</width>
<height>50</height>
<label>20182</label>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
<onup>161</onup>
<ondown>101</ondown>
</control>
<control type="button" id="8">
<description>BACKSPACE button</description>
<width>100</width>
<height>50</height>
<label>20181</label>
<onup>164</onup>
<ondown>104</ondown>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>-</font>
<focusedcolor>black</focusedcolor>
</control>
<control type="button" id="305">
<description>previous button</description>
<width>50</width>
<height>50</height>
<label>&lt;</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<font>font30</font>
<focusedcolor>black</focusedcolor>
<onup>166</onup>
<ondown>106</ondown>
</control>
<control type="button" id="306">
<description>next button</description>
<width>50</width>
<height>50</height>
<label>&gt;</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<font>font30</font>
<focusedcolor>black</focusedcolor>
<onup>167</onup>
<ondown>107</ondown>
</control>
<control type="button" id="308">
<description>cancel button</description>
<width>200</width>
<height>50</height>
<label>222</label>
<align>center</align>
<aligny>center</aligny>
<texturenofocus flipx="true" border="5,5,25,25">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus flipx="true" border="5,5,25,25">KeyboardCornerBottom.png</texturefocus>
<font>font13</font>
<focusedcolor>black</focusedcolor>
<onup>168</onup>
<ondown>108</ondown>
<onclick>Close</onclick>
</control>
</control>
<control type="image">
<description>Backspace icon</description>
<left>435</left>
<top>210</top>
<width>30</width>
<height>30</height>
<texture>KeyboardBackKey.png</texture>
</control>
</control>
</control>
</controls>
</window>

145
720p/DialogMediaFilter.xml Normal file
View File

@ -0,0 +1,145 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<coordinates>
<left>240</left>
<top>100</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="500" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="$LOCALIZE[587]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>70</top>
<width>720</width>
<height>350</height>
<itemgap>4</itemgap>
<pagecontrol>6</pagecontrol>
<onup>9001</onup>
<ondown>9001</ondown>
<onleft>9001</onleft>
<onright>6</onright>
</control>
<control type="scrollbar" id="6">
<left>755</left>
<top>70</top>
<width>25</width>
<height>350</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>5</onleft>
<onright>9001</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<invalidcolor>invalid</invalidcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<aligny>center</aligny>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="group" id="9001">
<left>190</left>
<top>435</top>
<control type="button" id="28">
<description>Ok Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<label>186</label>
<font>font12_title</font>
<onup>5</onup>
<onleft>27</onleft>
<onright>27</onright>
<ondown>5</ondown>
</control>
<control type="button" id="27">
<description>Clear Button</description>
<left>210</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<label>192</label>
<font>font12_title</font>
<onup>5</onup>
<onleft>28</onleft>
<onright>28</onright>
<ondown>5</ondown>
</control>
</control>
</controls>
</window>

233
720p/DialogMediaSource.xml Normal file
View File

@ -0,0 +1,233 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<left>240</left>
<top>100</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="500" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="$LOCALIZE[13406]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="label">
<description>path label</description>
<left>20</left>
<top>65</top>
<width>760</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>1021</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<left>30</left>
<top>105</top>
<width>525</width>
<height>225</height>
<onup>9001</onup>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>12</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>525</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>490</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>525</width>
<height>40</height>
<visible>!Control.HasFocus(10)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>525</width>
<height>41</height>
<visible>Control.HasFocus(10)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>490</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>555</left>
<top>105</top>
<width>25</width>
<height>225</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>10</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9000">
<left>580</left>
<top>105</top>
<control type="button" id="11">
<description>Browse Button</description>
<left>0</left>
<top>0</top>
<width>190</width>
<height>40</height>
<label>1024</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<onup>18</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>13</ondown>
</control>
<control type="button" id="13">
<description>Add Path Button</description>
<left>0</left>
<top>45</top>
<width>190</width>
<height>40</height>
<label>15019</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<onup>11</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<description>Remove Path Button</description>
<left>0</left>
<top>90</top>
<width>190</width>
<height>40</height>
<label>1210</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<onup>13</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>12</ondown>
</control>
</control>
<control type="label">
<description>Name label</description>
<left>30</left>
<top>335</top>
<width>740</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<label>1022</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="edit" id="12">
<description>Name Button</description>
<left>30</left>
<top>370</top>
<width>740</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>-</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onup>10</onup>
<onleft>12</onleft>
<onright>19</onright>
<ondown>9001</ondown>
</control>
<control type="group" id="9001">
<left>190</left>
<top>435</top>
<control type="button" id="18">
<description>Ok Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<label>186</label>
<font>font12_title</font>
<onup>12</onup>
<onleft>19</onleft>
<onright>19</onright>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>210</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<label>222</label>
<font>font12_title</font>
<onup>12</onup>
<onleft>18</onleft>
<onright>18</onright>
<ondown>10</ondown>
</control>
</control>
</controls>
</window>

242
720p/DialogMusicInfo.xml Normal file
View File

@ -0,0 +1,242 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<visible>!Window.IsVisible(FileBrowser)</visible>
<animation effect="slide" start="1100,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="1100,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>180</left>
<top>0</top>
<width>1120</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>230</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="label">
<description>Header label</description>
<left>210</left>
<top>50</top>
<width>1030</width>
<height>30</height>
<font>font24_title</font>
<label>$VAR[MusicInfoHeader]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group">
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>270</height>
<aspectratio>keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="list" id="49">
<left>280</left>
<top>0</top>
<width>760</width>
<height>270</height>
<onleft>49</onleft>
<onright>49</onright>
<onup>9000</onup>
<ondown condition="!Container.Content(Songs)">50</ondown>
<ondown condition="Container.Content(Songs)">9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
<left>0</left>
<top>0</top>
<width>140</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>610</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>140</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>610</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<include condition="Container.Content(Artists)">MusicInfoArtistInfo</include>
<include condition="Container.Content(Albums)">MusicInfoAlbumInfo</include>
<include condition="Container.Content(Songs)">MusicInfoSongInfo</include>
</content>
</control>
</control>
<control type="image">
<left>210</left>
<top>368</top>
<width>1030</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description</description>
<left>210</left>
<top>375</top>
<width>1030</width>
<height>122</height>
<label>$VAR[MusicInfoLabel]</label>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="image">
<left>210</left>
<top>512</top>
<width>1030</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
<visible>Container.Content(Songs)</visible>
</control>
<control type="image">
<description>Thumb</description>
<left>210</left>
<top>520</top>
<width>120</width>
<height>120</height>
<texture>$VAR[MusicInfoListThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<include name="MusicInfoPanel" condition="Container.Content(Artists) | Container.Content(Albums)">
<param name="panel-left" value="340"/>
<param name="panel-width" value="900"/>
<param name="item-width" value="450"/>
<param name="label-width" value="430"/>
</include>
<control type="textbox">
<description>Contributors</description>
<left>340</left>
<top>520</top>
<width>900</width>
<height>120</height>
<label>$INFO[ListItem.ContributorAndRole]</label>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Songs)</visible>
</control>
<control type="grouplist" id="9000">
<left>210</left>
<top>660</top>
<width>1030</width>
<height>40</height>
<itemgap>2</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<onleft>9000</onleft>
<onright>9000</onright>
<onup condition="!Container.Content(Songs)">50</onup>
<onup condition="Container.Content(Songs)">49</onup>
<ondown>49</ondown>
<control type="button" id="6">
<description>Refresh</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>-</label>
</control>
<control type="button" id="10">
<description>Get Thumb</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>-</label>
</control>
<control type="button" id="12">
<description>Get Fanart / Album info</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>-</label>
</control>
<control type="button" id="7">
<description>Set my rating</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>-</label>
</control>
</control>
</control>
</control>
<control type="group">
<depth>DepthSideBlade</depth>
<include>Clock</include>
</control>
</controls>
</window>

166
720p/DialogNetworkSetup.xml Normal file
View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<left>240</left>
<top>135</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="440" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="$LOCALIZE[1007]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="spincontrolex" id="10">
<description>Protocol SpinControl</description>
<left>30</left>
<top>70</top>
<height>40</height>
<width>740</width>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<reverse>yes</reverse>
<font>font13</font>
<label>1008</label>
<onup>18</onup>
<ondown>11</ondown>
<onleft>10</onleft>
<onright>10</onright>
</control>
<control type="edit" id="11">
<description>Server Address Button</description>
<left>30</left>
<top>115</top>
<width>565</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<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>
<left>600</left>
<top>115</top>
<width>170</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<font>font12_title</font>
<label>1024</label>
<align>center</align>
<aligny>center</aligny>
<onup>10</onup>
<onleft>11</onleft>
<onright>11</onright>
<ondown>16</ondown>
</control>
<control type="edit" id="16">
<description>Remote path Button</description>
<left>30</left>
<top>160</top>
<width>740</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<label>-</label>
<onup>11</onup>
<onleft>16</onleft>
<onright>16</onright>
<ondown>13</ondown>
</control>
<control type="edit" id="13">
<description>Port Button</description>
<left>30</left>
<top>205</top>
<width>740</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<label>1013</label>
<onup>16</onup>
<onleft>13</onleft>
<onright>13</onright>
<ondown>14</ondown>
</control>
<control type="edit" id="14">
<description>Username Button</description>
<left>30</left>
<top>250</top>
<width>740</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<label>1014</label>
<onup>13</onup>
<onleft>14</onleft>
<onright>14</onright>
<ondown>15</ondown>
</control>
<control type="edit" id="15">
<description>Password Button</description>
<left>30</left>
<top>295</top>
<width>740</width>
<height>40</height>
<textoffsetx>12</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<label>15052</label>
<onup>14</onup>
<onleft>15</onleft>
<onright>15</onright>
<ondown>18</ondown>
</control>
<control type="button" id="18">
<description>Ok Button</description>
<left>195</left>
<top>375</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onup>15</onup>
<onleft>19</onleft>
<onright>19</onright>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>405</left>
<top>375</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onup>15</onup>
<onleft>18</onleft>
<onright>18</onright>
<ondown>10</ondown>
</control>
</controls>
</window>

View File

@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<coordinates>
<left>860</left>
<top>640</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthMax</depth>
<animation effect="slide" start="0,0" end="-190,0" time="150" condition="Window.IsVisible(BusyDialog)">conditional</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>400</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="image" id="400">
<description>avatar</description>
<left>20</left>
<top>10</top>
<width>50</width>
<height>50</height>
<aspectratio>keep</aspectratio>
</control>
<control type="fadelabel" id="401">
<description>Line 1 Label</description>
<left>75</left>
<top>15</top>
<width>310</width>
<height>18</height>
<font>font12_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel" id="402">
<description>Line 2 Label</description>
<left>75</left>
<top>35</top>
<width>310</width>
<height>20</height>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<align>left</align>
<aligny>center</aligny>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
</controls>
</window>

355
720p/DialogNumeric.xml Normal file
View File

@ -0,0 +1,355 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">21</defaultcontrol>
<include>dialogeffect</include>
<depth>DepthDialog+</depth>
<coordinates>
<left>420</left>
<top>175</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>0</top>
<width>380</width>
<height>430</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>18</top>
<width>300</width>
<height>50</height>
<texture>dialogheader.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>290</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label" id="1">
<description>dialog Heading</description>
<left>20</left>
<top>28</top>
<width>340</width>
<height>35</height>
<font>font12_title</font>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<left>30</left>
<top>70</top>
<width>320</width>
<height>50</height>
<aspectratio>stretch</aspectratio>
<texture border="20">KeyboardEditArea.png</texture>
</control>
<control type="label" id="4">
<description>Edit Text</description>
<left>35</left>
<top>70</top>
<width>310</width>
<height>50</height>
<font>font13</font>
<textcolor>selected</textcolor>
<disabledcolor>grey2</disabledcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="image">
<left>40</left>
<top>120</top>
<width>300</width>
<height>30</height>
<aspectratio>stretch</aspectratio>
<texture>dialogheader.png</texture>
</control>
<control type="group">
<left>55</left>
<top>155</top>
<control type="button" id="11">
<description>1 button</description>
<left>0</left>
<top>0</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="25,25,5,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus border="25,25,5,5">KeyboardCornerTop.png</texturefocus>
<label>12311</label>
<focusedcolor>black</focusedcolor>
<onleft>23</onleft>
<onright>12</onright>
<onup>20</onup>
<ondown>14</ondown>
</control>
<control type="button" id="12">
<description>2 button</description>
<left>60</left>
<top>0</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12312</label>
<focusedcolor>black</focusedcolor>
<onleft>11</onleft>
<onright>13</onright>
<onup>10</onup>
<ondown>15</ondown>
</control>
<control type="button" id="13">
<description>3 button</description>
<left>120</left>
<top>0</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12313</label>
<focusedcolor>black</focusedcolor>
<onleft>12</onleft>
<onright>23</onright>
<onup>22</onup>
<ondown>16</ondown>
</control>
<control type="button" id="23">
<description>Backspace button</description>
<left>180</left>
<top>0</top>
<width>90</width>
<height>120</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus flipx="true" border="5,25,25,5">KeyboardCornerTopNF.png</texturenofocus>
<texturefocus flipx="true" border="5,25,25,5">KeyboardCornerTop.png</texturefocus>
<textwidth>120</textwidth>
<label>-</label>
<focusedcolor>black</focusedcolor>
<onleft>13</onleft>
<onright>11</onright>
<onup>21</onup>
<ondown>21</ondown>
</control>
<control type="image">
<description>Backspace icon</description>
<left>210</left>
<top>45</top>
<width>30</width>
<height>30</height>
<texture>KeyboardBackKey.png</texture>
</control>
<control type="button" id="14">
<description>4 button</description>
<left>0</left>
<top>60</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12314</label>
<focusedcolor>black</focusedcolor>
<onleft>23</onleft>
<onright>15</onright>
<onup>11</onup>
<ondown>17</ondown>
</control>
<control type="button" id="15">
<description>5 button</description>
<left>60</left>
<top>60</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12315</label>
<focusedcolor>black</focusedcolor>
<onleft>14</onleft>
<onright>16</onright>
<onup>12</onup>
<ondown>18</ondown>
</control>
<control type="button" id="16">
<description>6 button</description>
<left>120</left>
<top>60</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12316</label>
<focusedcolor>black</focusedcolor>
<onleft>15</onleft>
<onright>23</onright>
<onup>13</onup>
<ondown>19</ondown>
</control>
<control type="button" id="17">
<description>7 button</description>
<left>0</left>
<top>120</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12317</label>
<focusedcolor>black</focusedcolor>
<onleft>21</onleft>
<onright>18</onright>
<onup>14</onup>
<ondown>20</ondown>
</control>
<control type="button" id="18">
<description>8 button</description>
<left>60</left>
<top>120</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12318</label>
<focusedcolor>black</focusedcolor>
<onleft>17</onleft>
<onright>19</onright>
<onup>15</onup>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>9 button</description>
<left>120</left>
<top>120</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12319</label>
<focusedcolor>black</focusedcolor>
<onleft>18</onleft>
<onright>21</onright>
<onup>16</onup>
<ondown>22</ondown>
</control>
<control type="button" id="21">
<description>Done button</description>
<left>180</left>
<top>120</top>
<width>90</width>
<height>120</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus flipx="true" border="25,5,5,25">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus flipx="true" border="5,5,25,25">KeyboardCornerBottom.png</texturefocus>
<textwidth>120</textwidth>
<label>-</label>
<focusedcolor>black</focusedcolor>
<onleft>19</onleft>
<onright>17</onright>
<onup>23</onup>
<ondown>23</ondown>
</control>
<control type="image">
<description>Done icon</description>
<left>210</left>
<top>165</top>
<width>30</width>
<height>30</height>
<texture>KeyboardDoneKey.png</texture>
</control>
<control type="button" id="20">
<description>prev button</description>
<left>0</left>
<top>180</top>
<width>60</width>
<height>60</height>
<font>font30</font>
<label>&lt;</label>
<focusedcolor>black</focusedcolor>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5,25,25,5">KeyboardCornerBottomNF.png</texturenofocus>
<texturefocus border="5,25,25,5">KeyboardCornerBottom.png</texturefocus>
<onleft>21</onleft>
<onright>10</onright>
<onup>17</onup>
<ondown>11</ondown>
</control>
<control type="button" id="10">
<description>0 button</description>
<left>60</left>
<top>180</top>
<width>60</width>
<height>60</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<label>12310</label>
<focusedcolor>black</focusedcolor>
<onleft>20</onleft>
<onright>22</onright>
<onup>18</onup>
<ondown>12</ondown>
</control>
<control type="button" id="22">
<description>next button</description>
<left>120</left>
<top>180</top>
<width>60</width>
<height>60</height>
<font>font30</font>
<label>&gt;</label>
<focusedcolor>black</focusedcolor>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<onleft>10</onleft>
<onright>21</onright>
<onup>19</onup>
<ondown>13</ondown>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,471 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
<coordinates>
<left>80</left>
<top>65</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="1120" />
<param name="DialogBackgroundHeight" value="570" />
<param name="DialogHeaderWidth" value="1020" />
<param name="DialogHeaderLabel" value="$VAR[PVRChannelMgrHeader]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="1030" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="group">
<left>20</left>
<top>70</top>
<control type="scrollbar" id="60">
<left>440</left>
<top>5</top>
<width>25</width>
<height>470</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>20</onleft>
<onright>9002</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="image">
<left>10</left>
<top>0</top>
<width>430</width>
<height>475</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="list" id="20">
<left>15</left>
<top>5</top>
<width>420</width>
<height>470</height>
<onup>20</onup>
<ondown>20</ondown>
<onleft>9000</onleft>
<onright>60</onright>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45" width="420">
<control type="image">
<left>0</left>
<top>0</top>
<width>420</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio>keep</aspectratio>
<visible>ListItem.Property(ActiveChannel)</visible>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>30</width>
<height>30</height>
<colordiffuse>77FFFFFF</colordiffuse>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio>keep</aspectratio>
<visible>!ListItem.Property(ActiveChannel)</visible>
</control>
<control type="label">
<left>45</left>
<top>0</top>
<width>335</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
<visible>ListItem.Property(ActiveChannel)</visible>
</control>
<control type="label">
<left>45</left>
<top>0</top>
<width>335</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey3</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
<visible>!ListItem.Property(ActiveChannel)</visible>
</control>
<control type="image">
<left>390</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>OverlayWatched.png</texture>
<visible>ListItem.Property(Changed)</visible>
</control>
</itemlayout>
<focusedlayout height="65" width="420">
<control type="image">
<left>0</left>
<top>0</top>
<width>420</width>
<height>60</height>
<texture border="5">button-focus2.png</texture>
<animation effect="fade" start="100" end="30" time="0" condition="!Control.HasFocus(20)">conditional</animation>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio>keep</aspectratio>
<visible>ListItem.Property(ActiveChannel)</visible>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>30</width>
<height>30</height>
<colordiffuse>77FFFFFF</colordiffuse>
<texture>$INFO[ListItem.Property(Icon)]</texture>
<aspectratio>keep</aspectratio>
<visible>!ListItem.Property(ActiveChannel)</visible>
</control>
<control type="label">
<left>45</left>
<top>0</top>
<width>335</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
<visible>ListItem.Property(ActiveChannel)</visible>
</control>
<control type="label">
<left>45</left>
<top>0</top>
<width>335</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey3</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
<visible>!ListItem.Property(ActiveChannel)</visible>
</control>
<control type="image">
<left>390</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>OverlayWatched.png</texture>
<visible>ListItem.Property(Changed)</visible>
</control>
<control type="label">
<left>5</left>
<top>30</top>
<width>410</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$LOCALIZE[19210]: $INFO[ListItem.Property(ClientName)]</label>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
<control type="grouplist" id="9002">
<left>490</left>
<top>75</top>
<onleft>60</onleft>
<onright>9000</onright>
<onup>34</onup>
<ondown>30</ondown>
<itemgap>5</itemgap>
<control type="label" id="9001">
<description>channel options Header</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>25</height>
<font>font12</font>
<label>$LOCALIZE[31511]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="radiobutton" id="7">
<description>Channel activated</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19074</label>
</control>
<control type="edit" id="8">
<description>Channel name</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19201</label>
</control>
<control type="group" id="9005">
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<control type="button" id="9">
<description>Channel logo Button</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19202</label>
<onleft>60</onleft>
<onright>9000</onright>
<onup>8</onup>
<ondown>12</ondown>
</control>
<control type="image">
<description>Current Channel Icon</description>
<left>340</left>
<top>3</top>
<width>34</width>
<height>34</height>
<aspectratio>keep</aspectratio>
<info>ListItem.Property(Icon)</info>
</control>
</control>
<control type="radiobutton" id="12">
<description>EPG activated</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19206</label>
</control>
<control type="spincontrolex" id="13">
<description>EPG source</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19200</label>
</control>
<control type="radiobutton" id="14">
<description>Parental locked</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19267</label>
</control>
</control>
<control type="grouplist">
<left>490</left>
<top>375</top>
<itemgap>5</itemgap>
<onleft>60</onleft>
<onright>9000</onright>
<onup>14</onup>
<ondown>7</ondown>
<animation effect="slide" start="0,0" end="0,45" time="0" condition="!Control.IsVisible(31)">Conditional</animation>
<control type="label" id="9003">
<description>channel options Header</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>25</height>
<font>font12</font>
<label>$LOCALIZE[31026]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button" id="31">
<description>New channel Button</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<align>center</align>
<label>19204</label>
</control>
<control type="button" id="30">
<description>Group Manager Button</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<align>center</align>
<label>19205</label>
</control>
<control type="togglebutton" id="34">
<description>TV/Radio toggle</description>
<left>0</left>
<top>0</top>
<width>380</width>
<height>40</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<alttexturefocus border="5">button-focus2.png</alttexturefocus>
<alttexturenofocus border="5">button-nofocus.png</alttexturenofocus>
<align>center</align>
<aligny>center</aligny>
<label>19024</label>
<altlabel>19023</altlabel>
<usealttexture>!IsEmpty(Window.Property(IsRadio))</usealttexture>
</control>
</control>
</control>
<control type="group" id="9000">
<left>890</left>
<top>95</top>
<control type="button" id="4">
<description>OK Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<label>186</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onleft>9002</onleft>
<onright>20</onright>
<onup>6</onup>
<ondown>5</ondown>
</control>
<control type="button" id="5">
<description>Apply changes Button</description>
<left>0</left>
<top>45</top>
<width>200</width>
<height>40</height>
<label>14070</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onleft>9002</onleft>
<onright>20</onright>
<onup>4</onup>
<ondown>6</ondown>
</control>
<control type="button" id="6">
<description>Cancel Button</description>
<left>0</left>
<top>90</top>
<width>200</width>
<height>40</height>
<label>222</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onleft>9002</onleft>
<onright>20</onright>
<onup>5</onup>
<ondown>4</ondown>
</control>
<control type="group">
<left>-5</left>
<top>200</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>210</width>
<height>210</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>200</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[Container(20).ListItem.Icon]</texture>
</control>
</control>
<control type="label">
<description>Page Count Label</description>
<left>-15</left>
<top>418</top>
<width>230</width>
<height>35</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>center</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
<wrapmultiline>true</wrapmultiline>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,361 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">11</defaultcontrol>
<coordinates>
<left>780</left>
<top>30</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>480</width>
<height>660</height>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>390</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>400</width>
<height>50</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>16</top>
<width>430</width>
<height>40</height>
<font>font12_title</font>
<label>$LOCALIZE[19023] - $INFO[VideoPlayer.ChannelGroup]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!pvr.IsPlayingRadio</visible>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>16</top>
<width>430</width>
<height>40</height>
<font>font12_title</font>
<label>$LOCALIZE[19024] - $INFO[MusicPlayer.ChannelGroup]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<visible>pvr.IsPlayingRadio</visible>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>-7</top>
<width>430</width>
<height>120</height>
<font>font10_title</font>
<label>$INFO[System.Date(DDD)], $INFO[System.Date(d)] $INFO[System.Date(mmm)] $INFO[System.Date(yyyy)] • $INFO[System.Time]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="11">
<left>30</left>
<top>70</top>
<width>410</width>
<height>520</height>
<onleft>PreviousChannelGroup</onleft>
<onright>60</onright>
<onup>11</onup>
<ondown>11</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="70" width="410">
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>65</height>
<texture border="5">button-nofocus.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>40</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="image">
<left>5</left>
<top>35</top>
<width>20</width>
<height>20</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>350</width>
<height>25</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">
<left>50</left>
<top>25</top>
<width>350</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>25</top>
<width>300</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>44</top>
<width>60</width>
<height>20</height>
<font>font10_title</font>
<textcolor>blue</textcolor>
<selectedcolor>blue</selectedcolor>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime]</label>
<visible>ListItem.HasEpg</visible>
</control>
<control type="progress">
<description>Progressbar</description>
<left>110</left>
<top>53</top>
<width>230</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
<info>ListItem.Progress</info>
<visible>ListItem.HasEpg</visible>
</control>
<control type="label">
<left>355</left>
<top>44</top>
<width>60</width>
<height>20</height>
<font>font10_title</font>
<textcolor>blue</textcolor>
<selectedcolor>blue</selectedcolor>
<aligny>center</aligny>
<label>$INFO[ListItem.EndTime]</label>
<visible>ListItem.HasEpg</visible>
</control>
<control type="image">
<left>360</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="70" width="410">
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>65</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>65</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>40</width>
<height>30</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="image">
<left>5</left>
<top>35</top>
<width>20</width>
<height>20</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>350</width>
<height>25</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">
<left>50</left>
<top>25</top>
<width>350</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>25</top>
<width>300</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>44</top>
<width>60</width>
<height>20</height>
<font>font10_title</font>
<textcolor>blue</textcolor>
<selectedcolor>blue</selectedcolor>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime]</label>
<visible>ListItem.HasEpg</visible>
</control>
<control type="progress">
<description>Progressbar</description>
<left>110</left>
<top>53</top>
<width>230</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
<info>ListItem.Progress</info>
<visible>ListItem.HasEpg</visible>
</control>
<control type="label">
<left>355</left>
<top>44</top>
<width>60</width>
<height>20</height>
<font>font10_title</font>
<textcolor>blue</textcolor>
<selectedcolor>blue</selectedcolor>
<aligny>center</aligny>
<label>$INFO[ListItem.EndTime]</label>
<visible>ListItem.HasEpg</visible>
</control>
<control type="image">
<left>360</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>440</left>
<top>70</top>
<width>25</width>
<height>520</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>11</onleft>
<onright>NextChannelGroup</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Page Count Label</description>
<left>50</left>
<top>610</top>
<width>400</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,492 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">29</defaultcontrol>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<visible>!Window.IsVisible(FileBrowser)</visible>
<animation effect="slide" start="1150,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="1150,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>50</left>
<top>0</top>
<width>1250</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="image">
<description>background image</description>
<left>1060</left>
<top>-10</top>
<width>675</width>
<height>740</height>
<texture border="10">KeyboardEditArea.png</texture>
<animation effect="fade" end="30" time="0" condition="true">conditional</animation>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>90</left>
<top>16</top>
<width>930</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>70</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="label">
<description>header label</description>
<left>90</left>
<top>16</top>
<width>930</width>
<height>40</height>
<font>font24_title</font>
<label>19143</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group">
<description>Group list</description>
<left>70</left>
<top>80</top>
<control type="label">
<description>name label</description>
<left>0</left>
<top>0</top>
<width>310</width>
<height>70</height>
<font>font13</font>
<label>31506</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
</control>
<control type="image">
<left>0</left>
<top>75</top>
<width>310</width>
<height>460</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="list" id="13">
<left>5</left>
<top>80</top>
<width>300</width>
<height>450</height>
<onup>13</onup>
<ondown>13</ondown>
<onleft>9000</onleft>
<onright>73</onright>
<pagecontrol>73</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(13)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="73">
<left>305</left>
<top>75</top>
<width>25</width>
<height>460</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>13</onleft>
<onright>11</onright>
<ondown>73</ondown>
<onup>73</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="group">
<description>Channels list</description>
<left>400</left>
<top>80</top>
<control type="label" id="21">
<description>name label</description>
<left>0</left>
<top>0</top>
<width>310</width>
<height>70</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
</control>
<control type="image">
<left>0</left>
<top>75</top>
<width>310</width>
<height>460</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="list" id="11">
<left>5</left>
<top>85</top>
<width>300</width>
<height>450</height>
<onup>11</onup>
<ondown>11</ondown>
<onleft>73</onleft>
<onright>71</onright>
<pagecontrol>71</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<left>5</left>
<top>4</top>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.ChannelNumberLabel,(,) - ]$INFO[ListItem.ChannelName]</label>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(11)</visible>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<left>5</left>
<top>4</top>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.ChannelNumberLabel,(,) - ]$INFO[ListItem.ChannelName]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="71">
<left>305</left>
<top>75</top>
<width>25</width>
<height>460</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>11</onleft>
<onright>12</onright>
<ondown>71</ondown>
<onup>71</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="group">
<description>Grouped Channels list</description>
<left>730</left>
<top>80</top>
<control type="label" id="22">
<description>name label</description>
<left>0</left>
<top>0</top>
<width>310</width>
<height>70</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
</control>
<control type="image">
<left>0</left>
<top>75</top>
<width>310</width>
<height>460</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="list" id="12">
<left>5</left>
<top>85</top>
<width>300</width>
<height>450</height>
<onup>12</onup>
<ondown>12</ondown>
<onleft>71</onleft>
<onright>72</onright>
<pagecontrol>72</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<left>5</left>
<top>4</top>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.ChannelNumberLabel,(,) - ]$INFO[ListItem.ChannelName]</label>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(12)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(12)</visible>
</control>
<control type="image">
<width>32</width>
<height>32</height>
<left>5</left>
<top>4</top>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.ChannelNumberLabel,(,) - ]$INFO[ListItem.ChannelName]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="72">
<left>305</left>
<top>75</top>
<width>25</width>
<height>460</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>12</onleft>
<onright>9000</onright>
<ondown>72</ondown>
<onup>72</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="grouplist" id="9000">
<left>1070</left>
<top>165</top>
<width>200</width>
<height>225</height>
<itemgap>5</itemgap>
<align>center</align>
<orientation>vertical</orientation>
<onleft>12</onleft>
<onright>13</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<control type="button" id="26">
<description>Add Group</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>31503</label>
</control>
<control type="button" id="27">
<description>Rename Group</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>31504</label>
</control>
<control type="radiobutton" id="25">
<description>Hide Group</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>19289</label>
</control>
<control type="button" id="28">
<description>Delete Group</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>31505</label>
</control>
<control type="button" id="29">
<description>OK</description>
<width>200</width>
<include>ButtonInfoDialogsCommonValues</include>
<label>186</label>
</control>
</control>
<control type="group">
<left>1065</left>
<top>405</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>210</width>
<height>210</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>200</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[Container(11).ListItem.Icon]</texture>
<visible>Control.HasFocus(11) | Control.HasFocus(71)</visible>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>200</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[Container(12).ListItem.Icon]</texture>
<visible>Control.HasFocus(12) | Control.HasFocus(72)</visible>
</control>
</control>
</control>
</control>
<control type="group">
<depth>DepthSideBlade</depth>
<include>Clock</include>
</control>
<control type="label" id="20">
<description>Fake Label used to pass on name label</description>
<visible>false</visible>
</control>
</controls>
</window>

235
720p/DialogPVRGuideOSD.xml Normal file
View File

@ -0,0 +1,235 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">11</defaultcontrol>
<coordinates>
<left>780</left>
<top>30</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>480</width>
<height>660</height>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>390</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>400</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>16</top>
<width>430</width>
<height>40</height>
<font>font12_title</font>
<label>$LOCALIZE[19222] - $INFO[VideoPlayer.ChannelName]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Selected item's date</description>
<left>40</left>
<top>60</top>
<width>430</width>
<height>30</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<label>$INFO[Container(11).ListItem.StartDate]</label>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="list" id="11">
<left>30</left>
<top>100</top>
<width>410</width>
<height>490</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>11</onup>
<ondown>11</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="35" width="410">
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>30</height>
<texture border="5">button-nofocus.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>100</width>
<height>30</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime]</label>
</control>
<control type="image">
<left>60</left>
<top>7</top>
<width>16</width>
<height>16</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>100</left>
<top>0</top>
<width>300</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>250</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
</itemlayout>
<focusedlayout height="35" width="410">
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>30</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>410</width>
<height>30</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>100</width>
<height>30</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime]</label>
</control>
<control type="image">
<left>60</left>
<top>7</top>
<width>16</width>
<height>16</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>100</left>
<top>0</top>
<width>300</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>250</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!IsEmpty($VAR[PVRTimerIcon])</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>440</left>
<top>100</top>
<width>25</width>
<height>490</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>11</onleft>
<onright>11</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Page Count Label</description>
<left>50</left>
<top>610</top>
<width>400</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,418 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9</defaultcontrol>
<coordinates>
<left>210</left>
<top>65</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="865" />
<param name="DialogBackgroundHeight" value="605" />
<param name="DialogHeaderWidth" value="785" />
<param name="DialogHeaderLabel" value="$LOCALIZE[19142]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="775" />
<param name="CloseButtonNav" value="3" />
</include>
<control type="label">
<description>Search string</description>
<left>30</left>
<top>60</top>
<width>320</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[19133]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<left>30</left>
<top>100</top>
<width>800</width>
<height>50</height>
<aspectratio>stretch</aspectratio>
<texture border="20">KeyboardEditArea.png</texture>
</control>
<control type="edit" id="9">
<description>Search string</description>
<left>35</left>
<top>105</top>
<width>790</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<align>left</align>
<onleft>9</onleft>
<onright>9</onright>
<onup>26</onup>
<ondown>10</ondown>
</control>
<control type="textbox">
<description>Search help</description>
<left>30</left>
<top>157</top>
<width>800</width>
<height>68</height>
<align>left</align>
<font>font12</font>
<textcolor>grey2</textcolor>
<label>$LOCALIZE[19001] $LOCALIZE[19002]</label>
</control>
<control type="group">
<left>30</left>
<top>230</top>
<control type="radiobutton" id="10">
<description>Include Description</description>
<left>0</left>
<top>0</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<align>left</align>
<aligny>center</aligny>
<label>19134</label>
<onleft>12</onleft>
<onright>12</onright>
<onup>9</onup>
<ondown>11</ondown>
</control>
<control type="radiobutton" id="11">
<description>Case Sensitive</description>
<left>0</left>
<top>35</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<align>left</align>
<aligny>center</aligny>
<label>19135</label>
<onleft>13</onleft>
<onright>13</onright>
<onup>10</onup>
<ondown>14</ondown>
</control>
<control type="edit" id="14">
<description>Start Date</description>
<left>0</left>
<top>70</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19128</label>
<onright>16</onright>
<onleft>16</onleft>
<onup>11</onup>
<ondown>15</ondown>
</control>
<control type="edit" id="15">
<description>Stop Date</description>
<left>0</left>
<top>105</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19129</label>
<onright>17</onright>
<onleft>17</onleft>
<onup>14</onup>
<ondown>18</ondown>
</control>
<control type="spincontrolex" id="18">
<description>Genre</description>
<left>0</left>
<top>140</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>515</label>
<onright>19</onright>
<onleft>19</onleft>
<onup>15</onup>
<ondown>20</ondown>
</control>
<control type="radiobutton" id="20">
<description>Include unknown Genres</description>
<left>0</left>
<top>175</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19132</label>
<onleft>21</onleft>
<onright>21</onright>
<onup>18</onup>
<ondown>22</ondown>
</control>
<control type="radiobutton" id="22">
<description>FTA only</description>
<left>0</left>
<top>210</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19123</label>
<onleft>23</onleft>
<onright>23</onright>
<onup>20</onup>
<ondown>24</ondown>
</control>
<control type="radiobutton" id="24">
<description>Ignore Timers</description>
<left>0</left>
<top>245</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19124</label>
<onleft>27</onleft>
<onright>27</onright>
<onup>22</onup>
<ondown>26</ondown>
</control>
</control>
<control type="group">
<left>440</left>
<top>230</top>
<control type="spincontrolex" id="12">
<description>Min Duration</description>
<left>0</left>
<top>0</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19130</label>
<onright>10</onright>
<onleft>10</onleft>
<onup>9</onup>
<ondown>13</ondown>
</control>
<control type="spincontrolex" id="13">
<description>Max Duration</description>
<left>0</left>
<top>35</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19131</label>
<onright>11</onright>
<onleft>11</onleft>
<onup>12</onup>
<ondown>16</ondown>
</control>
<control type="edit" id="16">
<description>Start time</description>
<left>0</left>
<top>70</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19126</label>
<onright>14</onright>
<onleft>14</onleft>
<onup>13</onup>
<ondown>17</ondown>
</control>
<control type="edit" id="17">
<description>Stop time</description>
<left>0</left>
<top>105</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19127</label>
<onright>15</onright>
<onleft>15</onleft>
<onup>16</onup>
<ondown>19</ondown>
</control>
<control type="radiobutton" id="19">
<description>avoid repeats</description>
<left>0</left>
<top>140</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19121</label>
<onright>18</onright>
<onleft>18</onleft>
<onup>17</onup>
<ondown>21</ondown>
</control>
<control type="spincontrolex" id="21">
<description>Groups</description>
<left>0</left>
<top>175</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19141</label>
<onright>20</onright>
<onleft>20</onleft>
<onup>19</onup>
<ondown>23</ondown>
</control>
<control type="spincontrolex" id="23">
<description>Channels</description>
<left>0</left>
<top>210</top>
<width>400</width>
<height>35</height>
<font>font12</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>19148</label>
<onleft>22</onleft>
<onright>22</onright>
<onup>21</onup>
<ondown>27</ondown>
</control>
<control type="radiobutton" id="27">
<description>Ignore Recordings</description>
<left>0</left>
<top>245</top>
<height>35</height>
<width>400</width>
<font>font12</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>no</pulseonselect>
<label>19125</label>
<onleft>24</onleft>
<onright>24</onright>
<onup>23</onup>
<ondown>26</ondown>
</control>
</control>
<control type="group" id="9000">
<top>540</top>
<left>125</left>
<control type="button" id="28">
<description>Defaults Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>10035</label>
<onleft>26</onleft>
<onright>25</onright>
<onup>24</onup>
<ondown>9</ondown>
</control>
<control type="button" id="25">
<description>Cancel Button</description>
<left>210</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>26</onright>
<onup>27</onup>
<ondown>9</ondown>
</control>
<control type="button" id="26">
<description>Search Button</description>
<left>420</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>137</label>
<onleft>25</onleft>
<onright>28</onright>
<onup>27</onup>
<ondown>9</ondown>
</control>
</control>
</controls>
</window>

231
720p/DialogPVRInfo.xml Normal file
View File

@ -0,0 +1,231 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">7</defaultcontrol>
<coordinates>
<left>225</left>
<top>30</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="830" />
<param name="DialogBackgroundHeight" value="660" />
<param name="DialogHeaderWidth" value="750" />
<param name="DialogHeaderLabel" value="$INFO[ListItem.Title]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="740" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="list" id="49">
<left>40</left>
<top>80</top>
<width>640</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">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>640</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
<scroll>true</scroll>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[21442]:</label>
<label2>$INFO[ListItem.EpisodeName]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.EpisodeName)</visible>
</item>
<item>
<label>$LOCALIZE[20373]:</label>
<label2>$INFO[ListItem.Season]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Season)</visible>
</item>
<item>
<label>$LOCALIZE[20359]:</label>
<label2>$INFO[ListItem.Episode]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[19148]:</label>
<label2>$INFO[ListItem.ChannelName]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[142]</label>
<label2>$INFO[ListItem.StartTime] - $INFO[ListItem.EndTime] ($INFO[ListItem.StartDate])</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[180]:</label>
<label2>$INFO[ListItem.Duration]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[206]:</label>
<label2>$INFO[ListItem.Cast]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Cast)</visible>
</item>
</content>
</control>
<control type="label">
<left>310</left>
<top>370</top>
<width>400</width>
<height>30</height>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>right</align>
<aligny>center</aligny>
<label>[COLOR=blue]$LOCALIZE[207][/COLOR]$INFO[Container(400).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(400).NumPages,/, )]</label>
</control>
<control type="spincontrol" id="60">
<description>Next page button</description>
<left>720</left>
<top>375</top>
<subtype>page</subtype>
<font>-</font>
<onleft>60</onleft>
<onright>60</onright>
<ondown>9000</ondown>
<onup>9000</onup>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="400">
<description>PLOT</description>
<left>40</left>
<top>402</top>
<width>750</width>
<height>178</height>
<font>font13</font>
<align>justify</align>
<pagecontrol>60</pagecontrol>
<label fallback="161">$INFO[ListItem.Plot]</label>
</control>
<control type="grouplist" id="9000">
<left>40</left>
<top>590</top>
<width>740</width>
<height>40</height>
<itemgap>5</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>60</onup>
<ondown>60</ondown>
<control type="button" id="4">
<description>Find similar</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>19003</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
</control>
<control type="button" id="5">
<description>Switch to Channel</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>19165</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
</control>
<control type="button" id="8">
<description>Play recording</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>19687</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
</control>
<control type="button" id="6">
<description>Record</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>-</label>
<visible>Window.IsActive(PVRGuideInfo)</visible>
</control>
<control type="button" id="7">
<description>OK</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>186</label>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,949 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<coordinates>
<left>200</left>
<top>20</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>880</width>
<height>680</height>
<texture border="40">DialogBack2.png</texture>
<visible>Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>880</width>
<height>680</height>
<texture border="40">DialogBack.png</texture>
<visible>![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>880</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>800</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[29900]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>800</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>10</onleft>
<onright>10</onright>
<onup>10</onup>
<ondown>10</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<description>Normal song info group</description>
<left>0</left>
<top>70</top>
<visible>IsEmpty(RDS.IsClassical)</visible>
<control type="label">
<description>Artist Title</description>
<left>10</left>
<top>0</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[557]:</label>
<visible>IsEmpty(RDS.Band)</visible>
</control>
<control type="fadelabel">
<description>Artist Value</description>
<left>160</left>
<top>0</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label fallback="161">$INFO[RDS.Artist]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>IsEmpty(RDS.Band)</visible>
</control>
<control type="label">
<description>Band Title</description>
<left>10</left>
<top>0</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29901]:</label>
<visible>!IsEmpty(RDS.Band)</visible>
</control>
<control type="fadelabel">
<description>Band Value</description>
<left>160</left>
<top>0</top>
<width>292</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.Band]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>!IsEmpty(RDS.Band)</visible>
</control>
<control type="label">
<description>Artist Name (alt pos)</description>
<left>385</left>
<top>0</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[557]:</label>
<visible>!IsEmpty(RDS.Artist)+!IsEmpty(RDS.Band)</visible>
</control>
<control type="fadelabel">
<description>Artist Value (alt pos)</description>
<left>535</left>
<top>0</top>
<width>328</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.Artist]</label>
<visible>!IsEmpty(RDS.Artist)+!IsEmpty(RDS.Band)</visible>
</control>
<control type="label">
<description>Song Title</description>
<left>10</left>
<top>35</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[556]:</label>
</control>
<control type="fadelabel">
<description>Song Value</description>
<left>160</left>
<top>35</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label fallback="161">$INFO[RDS.Title]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Programme style Name</description>
<left>10</left>
<top>70</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29902]:</label>
<visible>!IsEmpty(RDS.ProgStyle)</visible>
</control>
<control type="fadelabel">
<description>Programme style Value</description>
<left>160</left>
<top>70</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgStyle]</label>
<visible>!IsEmpty(RDS.ProgStyle)</visible>
</control>
</control>
<control type="group">
<description>Classic concert music group</description>
<left>0</left>
<top>70</top>
<visible>!IsEmpty(RDS.IsClassical)</visible>
<control type="label">
<description>Composer Title</description>
<left>10</left>
<top>0</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29903]:</label>
</control>
<control type="fadelabel">
<description>Composer Value</description>
<left>160</left>
<top>0</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label fallback="161">$INFO[RDS.Composer]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Song Title</description>
<left>10</left>
<top>35</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[556]:</label>
</control>
<control type="fadelabel">
<description>Song Value</description>
<left>160</left>
<top>35</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label fallback="161">$INFO[RDS.Title]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Artist Title</description>
<left>10</left>
<top>70</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29904]:</label>
<visible>IsEmpty(RDS.Band)+!IsEmpty(RDS.Artist)</visible>
</control>
<control type="textbox">
<description>Artist Value</description>
<left>160</left>
<top>66</top>
<width>704</width>
<height>29</height>
<font>font13</font>
<textcolor>white</textcolor>
<align>left</align>
<pagecontrol>-</pagecontrol>
<label fallback="161">$INFO[RDS.Artist]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
<visible>IsEmpty(RDS.Band)+!IsEmpty(RDS.Artist)</visible>
</control>
<control type="label">
<description>Band Title</description>
<left>10</left>
<top>70</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29901]:</label>
<visible>!IsEmpty(RDS.Band)</visible>
</control>
<control type="fadelabel">
<description>Band Value</description>
<left>160</left>
<top>70</top>
<width>292</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.Band]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>!IsEmpty(RDS.Band)</visible>
</control>
<control type="label">
<description>Artist Name (alt pos)</description>
<left>385</left>
<top>70</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29904]:</label>
<visible>!IsEmpty(RDS.Artist)+!IsEmpty(RDS.Band)</visible>
</control>
<control type="textbox">
<description>Artist Value (alt pos)</description>
<left>535</left>
<top>70</top>
<width>328</width>
<height>100</height>
<font>font13</font>
<textcolor>white</textcolor>
<align>left</align>
<pagecontrol>-</pagecontrol>
<label>$INFO[RDS.Artist]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
<visible>!IsEmpty(RDS.Artist)+!IsEmpty(RDS.Band)</visible>
</control>
<control type="label">
<description>Conductor Title</description>
<left>10</left>
<top>105</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29905]:</label>
<visible>!IsEmpty(RDS.Conductor)</visible>
</control>
<control type="fadelabel">
<description>Conductor Value</description>
<left>160</left>
<top>105</top>
<width>300</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label fallback="161">$INFO[RDS.Conductor]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>!IsEmpty(RDS.Conductor)</visible>
</control>
<control type="label">
<description>Programme style Name</description>
<left>10</left>
<top>105</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29902]:</label>
<visible>IsEmpty(RDS.Conductor)+!IsEmpty(RDS.ProgStyle)</visible>
</control>
<control type="fadelabel">
<description>Programme style Value</description>
<left>160</left>
<top>105</top>
<width>704</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgStyle]</label>
<visible>IsEmpty(RDS.Conductor)+!IsEmpty(RDS.ProgStyle)</visible>
</control>
<control type="label">
<description>Programme style Name</description>
<left>385</left>
<top>105</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29902]:</label>
<visible>!IsEmpty(RDS.Conductor)+!IsEmpty(RDS.ProgStyle)</visible>
</control>
<control type="fadelabel">
<description>Programme style Value</description>
<left>535</left>
<top>105</top>
<width>328</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>INFO[RDS.ProgStyle]</label>
<visible>!IsEmpty(RDS.Conductor)+!IsEmpty(RDS.ProgStyle)</visible>
</control>
</control>
<control type="label">
<description>Album Title</description>
<left>385</left>
<top>175</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[558]:</label>
<visible>!IsEmpty(RDS.Album)</visible>
</control>
<control type="fadelabel">
<description>Album Value</description>
<left>535</left>
<top>175</top>
<width>328</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.Album]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>!IsEmpty(RDS.Album)</visible>
</control>
<control type="label">
<description>Programme host Name</description>
<left>10</left>
<top>210</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29906]:</label>
<visible>!IsEmpty(RDS.ProgHost)</visible>
</control>
<control type="fadelabel">
<description>Programme host Value</description>
<left>160</left>
<top>210</top>
<width>235</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgHost]</label>
<visible>!IsEmpty(RDS.ProgHost)</visible>
</control>
<control type="label">
<description>Comment Title</description>
<left>385</left>
<top>210</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[569]:</label>
<visible>!IsEmpty(RDS.Comment)</visible>
</control>
<control type="fadelabel">
<description>Comment Value</description>
<left>535</left>
<top>210</top>
<width>328</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.Comment]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
<visible>!IsEmpty(RDS.Comment)</visible>
</control>
<control type="label">
<description>Channel Name</description>
<left>10</left>
<top>245</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[19148]:</label>
</control>
<control type="fadelabel">
<description>Channel Value</description>
<left>160</left>
<top>245</top>
<width>235</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgStation]</label>
</control>
<control type="label">
<description>Editorial Staff Name</description>
<left>385</left>
<top>245</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29907]:</label>
<visible>!IsEmpty(RDS.ProgEditStaff)</visible>
</control>
<control type="fadelabel">
<description>Editorial Staff Value</description>
<left>535</left>
<top>245</top>
<width>328</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgEditStaff]</label>
<visible>!IsEmpty(RDS.ProgEditStaff)</visible>
</control>
<control type="grouplist">
<left>10</left>
<top>280</top>
<width>160</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="label">
<description>Program basename</description>
<left>10</left>
<top>280</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13caps</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29908]:</label>
<visible>!IsEmpty(RDS.ProgNow) | !IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="label">
<description>blind label</description>
<left>10</left>
<top>280</top>
<width>140</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNow) + !IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="label">
<description>Studio basename</description>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13caps</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29909]:</label>
<visible>!IsEmpty(RDS.PhoneStudio) | !IsEmpty(RDS.EmailStudio) | !IsEmpty(RDS.SMSStudio)</visible>
</control>
</control>
<control type="grouplist">
<left>160</left>
<top>280</top>
<width>160</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="label">
<description>Program now Name</description>
<width>160</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[19030]:</label>
<visible>!IsEmpty(RDS.ProgNow)</visible>
</control>
<control type="label">
<description>Program next Name</description>
<width>160</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[19031]:</label>
<visible>!IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="label">
<description>Studio phone Name</description>
<width>95</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[29910]:</label>
<visible>!IsEmpty(RDS.PhoneStudio)</visible>
</control>
<control type="label">
<description>Studio email Name</description>
<width>95</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[29911]:</label>
<visible>!IsEmpty(RDS.EmailStudio)</visible>
</control>
<control type="label">
<description>Studio SMS Name</description>
<width>95</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[29912]:</label>
<visible>!IsEmpty(RDS.SMSStudio)</visible>
</control>
</control>
<control type="grouplist">
<left>230</left>
<top>280</top>
<width>620</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="fadelabel">
<description>Program now Value</description>
<width>620</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.ProgNow]</label>
<visible>!IsEmpty(RDS.ProgNow)</visible>
</control>
<control type="fadelabel">
<description>Program next Value</description>
<width>620</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.ProgNext]</label>
<visible>!IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="fadelabel">
<description>Studio phone Value</description>
<width>215</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.PhoneStudio]</label>
<visible>!IsEmpty(RDS.PhoneStudio)</visible>
</control>
<control type="fadelabel">
<description>Studio email Value</description>
<width>215</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.EmailStudio]</label>
<visible>!IsEmpty(RDS.EmailStudio)</visible>
</control>
<control type="fadelabel">
<description>Studio SMS Value</description>
<width>215</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.SMSStudio]</label>
<visible>!IsEmpty(RDS.SMSStudio)</visible>
</control>
</control>
<control type="grouplist">
<left>385</left>
<top>280</top>
<width>520</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="label">
<description>blind label</description>
<width>5</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNow)</visible>
</control>
<control type="label">
<description>blind label</description>
<width>5</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="label">
<description>Hotline basename</description>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13caps</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29913]:</label>
<visible>!IsEmpty(RDS.PhoneHotline) | !IsEmpty(RDS.EmailHotline)</visible>
</control>
<control type="label">
<description>blind label</description>
<width>140</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.PhoneHotline) + !IsEmpty(RDS.EmailHotline)</visible>
</control>
<control type="label">
<description>Homepage Name</description>
<left>385</left>
<top>420</top>
<width>140</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29914]:</label>
<visible>!IsEmpty(RDS.ProgHomepage)</visible>
</control>
</control>
<control type="grouplist">
<left>535</left>
<top>280</top>
<width>520</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="label">
<description>blind label</description>
<width>5</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNow)</visible>
</control>
<control type="label">
<description>blind label</description>
<width>5</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="label">
<description>Hotline phone Name</description>
<width>160</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[29910]:</label>
<visible>!IsEmpty(RDS.PhoneHotline)</visible>
</control>
<control type="label">
<description>Hotline email Name</description>
<width>160</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[29911]:</label>
<visible>!IsEmpty(RDS.EmailHotline)</visible>
</control>
<control type="fadelabel">
<description>Homepage Value</description>
<width>320</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<label>$INFO[RDS.ProgHomepage]</label>
<visible>!IsEmpty(RDS.ProgHomepage)</visible>
</control>
</control>
<control type="grouplist">
<left>605</left>
<top>280</top>
<width>520</width>
<height>300</height>
<itemgap>8</itemgap>
<control type="label">
<description>blind label</description>
<width>5</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNow)</visible>
</control>
<control type="label">
<description>blind label</description>
<width>140</width>
<height>25</height>
<label></label>
<visible>!IsEmpty(RDS.ProgNext)</visible>
</control>
<control type="fadelabel">
<description>Hotline phone Value</description>
<width>248</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.PhoneHotline]</label>
<visible>!IsEmpty(RDS.PhoneHotline)</visible>
</control>
<control type="fadelabel">
<description>Hotline email Value</description>
<width>248</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey</textcolor>
<label>$INFO[RDS.EmailHotline]</label>
<visible>!IsEmpty(RDS.EmailHotline)</visible>
</control>
</control>
<control type="group" id="70">
<description>Radio text info list</description>
<left>40</left>
<top>455</top>
<visible>false</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Info label</description>
<left>375</left>
<top>0</top>
<width>110</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13caps</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[29915]:</label>
</control>
<control type="spincontrol" id="21">
<description>Source Type</description>
<left>740</left>
<top>5</top>
<font>font13</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
<label>-</label>
<textoffsetx>10</textoffsetx>
<onright>21</onright>
<onleft>21</onleft>
<onup>9000</onup>
<ondown>9000</ondown>
</control>
<control type="spincontrol" id="60">
<description>Next page button</description>
<left>0</left>
<top>155</top>
<subtype>page</subtype>
<font>-</font>
<onright>9000</onright>
<onleft>9000</onleft>
<ondown>21</ondown>
<onup>21</onup>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="22">
<description>PLOT</description>
<left>0</left>
<top>30</top>
<width>800</width>
<height>120</height>
<font>font11</font>
<align>justify</align>
<pagecontrol>60</pagecontrol>
<label>-</label>
</control>
</control>
<control type="grouplist" id="9000">
<left>40</left>
<top>620</top>
<width>790</width>
<height>40</height>
<itemgap>5</itemgap>
<align>center</align>
<orientation>horizontal</orientation>
<onleft>60</onleft>
<onright>60</onright>
<onup>21</onup>
<ondown>21</ondown>
<control type="button" id="10">
<description>OK</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>186</label>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,130 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>29</defaultcontrol>
<coordinates>
<left>275</left>
<top>30</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="730" />
<param name="DialogBackgroundHeight" value="660" />
<param name="DialogHeaderWidth" value="650" />
<param name="DialogHeaderLabel" value="$LOCALIZE[19065]" />
<param name="DialogHeaderId" value="0" />
<param name="CloseButtonLeft" value="640" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>70</top>
<width>670</width>
<height>510</height>
<itemgap>5</itemgap>
<onup>9001</onup>
<ondown>9001</ondown>
<onleft>9001</onleft>
<onright>9001</onright>
</control>
<control type="group" id="9001">
<left>160</left>
<top>590</top>
<control type="button" id="28">
<description>OK Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>29</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<left>210</left>
<top>0</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
</control>
<control type="button" id="7">
<description>Default Button</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default spincontrolex</description>
<height>40</height>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font13</font>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<height>40</height>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="image" id="11">
<description>Default Seperator</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="edit" id="12">
<description>Default Edit</description>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</controls>
</window>

View File

@ -0,0 +1,159 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5</defaultcontrol>
<coordinates>
<left>290</left>
<top>75</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="700" />
<param name="DialogBackgroundHeight" value="570" />
<param name="DialogHeaderWidth" value="620" />
<param name="DialogHeaderLabel" value="" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="610" />
<param name="CloseButtonNav" value="5" />
</include>
<control type="grouplist" id="5">
<animation effect="slide" start="0,0" end="5,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<description>control area</description>
<left>30</left>
<top>70</top>
<width>630</width>
<height>410</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>28</onleft>
<onright>60</onright>
<onup>28</onup>
<ondown>28</ondown>
</control>
<control type="scrollbar" id="60">
<left>658</left>
<top>70</top>
<width>25</width>
<height>410</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>5</onright>
<ondown>60</ondown>
<onup>60</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<height>40</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group" id="9000">
<left>40</left>
<top>505</top>
<control type="button" id="29">
<description>Cancel Button</description>
<top>0</top>
<left>0</left>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>50</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="28">
<description>OK Button</description>
<top>0</top>
<left>210</left>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>29</onleft>
<onright>50</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="50">
<description>Defaults Button</description>
<top>0</top>
<left>420</left>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>409</label>
<onleft>28</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
</control>
</controls>
</window>

189
720p/DialogPictureInfo.xml Normal file
View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<coordinates>
<left>240</left>
<top>45</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>630</height>
<texture border="40">DialogBack.png</texture>
<visible>!Window.IsVisible(Slideshow)</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>630</height>
<texture border="40">DialogBack2.png</texture>
<visible>Window.IsVisible(Slideshow)</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>720</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[13406]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>710</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="scrollbar" id="60">
<left>755</left>
<top>70</top>
<width>25</width>
<height>495</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>5</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="5">
<animation effect="slide" start="0,0" end="10,0" time="0" condition="!Control.IsVisible(60)">Conditional</animation>
<left>30</left>
<top>70</top>
<width>720</width>
<height>495</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>5</onup>
<ondown>5</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>720</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>650</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>720</width>
<height>40</height>
<visible>!Control.HasFocus(5)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>720</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(5)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>650</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>460</left>
<top>570</top>
<width>300</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(5).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(5).CurrentPage]/$INFO[Container(5).NumPages][/COLOR])</label>
</control>
</control>
</controls>
</window>

253
720p/DialogSeekBar.xml Normal file
View File

@ -0,0 +1,253 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding | Player.ShowTime</visible>
<animation effect="fade" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<depth>DepthOSD</depth>
<controls>
<control type="group">
<visible>player.chaptercount + Window.IsVisible(FullScreenVideo)</visible>
<left>705r</left>
<top>-6</top>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>150</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>10</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[21396]</label>
<visible>player.chaptercount</visible>
</control>
<control type="label" id="1">
<description>Chapter Pos No</description>
<left>20</left>
<top>30</top>
<width>110</width>
<height>20</height>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<label>$INFO[player.chapter]$INFO[player.chaptercount, / ]</label>
<visible>player.chaptercount</visible>
</control>
</control>
<control type="group">
<left>560r</left>
<top>-6</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>70</height>
<colordiffuse>EEFFFFFF</colordiffuse>
<texture border="12">OverlayDialogBackground.png</texture>
</control>
<control type="group">
<left>260</left>
<top>10</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>80</width>
<height>50</height>
<texture>OSDSeekFrame.png</texture>
</control>
<control type="image">
<left>0</left>
<top>3</top>
<width>20</width>
<height>44</height>
<texture>OSDSeekRewind.png</texture>
<visible>Player.Rewinding</visible>
</control>
<control type="image">
<left>80</left>
<top>3</top>
<width>20</width>
<height>44</height>
<texture>OSDSeekForward.png</texture>
<visible>Player.Forwarding</visible>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPause.png</texture>
<visible>Player.Paused</visible>
</control>
<control type="image">
<left>31</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSDPlay.png</texture>
<visible>Player.Playing</visible>
</control>
<control type="image">
<left>28</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Rewinding2x</visible>
</control>
<control type="image">
<left>25</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Rewinding4x</visible>
</control>
<control type="image">
<left>22</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Rewinding8x</visible>
</control>
<control type="image">
<left>19</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Rewinding16x</visible>
</control>
<control type="image">
<left>17</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Rewinding32x</visible>
</control>
<control type="image">
<left>34</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD2x.png</texture>
<visible>Player.Forwarding2x</visible>
</control>
<control type="image">
<left>37</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD4x.png</texture>
<visible>Player.Forwarding4x</visible>
</control>
<control type="image">
<left>40</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD8x.png</texture>
<visible>Player.Forwarding8x</visible>
</control>
<control type="image">
<left>43</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD16x.png</texture>
<visible>Player.Forwarding16x</visible>
</control>
<control type="image">
<left>45</left>
<top>4</top>
<width>40</width>
<height>40</height>
<texture>OSD32x.png</texture>
<visible>Player.Forwarding32x</visible>
</control>
</control>
<control type="label">
<description>Seekbar Label</description>
<left>20</left>
<top>7</top>
<width>240</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<label>$VAR[SeekLabel]</label>
</control>
<control type="label">
<description>Elapsed Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time] - $INFO[Player.Duration]</label>
<visible>!Player.Seeking</visible>
</control>
<control type="label">
<description>Seek Time Label</description>
<left>20</left>
<top>23</top>
<width>240</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.SeekTime] - $INFO[Player.Duration]</label>
<visible>Player.Seeking</visible>
</control>
<control type="progress">
<description>ProgressbarCache</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.ProgressCache</info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
<visible>true</visible>
</control>
<control type="progress" id="23">
<description>Progressbar</description>
<left>20</left>
<top>45</top>
<width>240</width>
<height>15</height>
<info>Player.Progress</info>
<visible>true</visible>
</control>
<control type="slider" id="401">
<description>Seek Slider</description>
<left>20</left>
<top>42</top>
<width>240</width>
<height>12</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>

327
720p/DialogSelect.xml Normal file
View File

@ -0,0 +1,327 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">3</defaultcontrol>
<coordinates>
<left>235</left>
<top>75</top>
</coordinates>
<include>dialogeffect</include>
<depth>DepthDialog+</depth>
<controls>
<control type="group">
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,4)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,2)]">Conditional</animation>
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,6)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,3)]">Conditional</animation>
<animation effect="slide" start="0,0" end="0,46" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,8)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,4)]">Conditional</animation>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>850</width>
<height>550</height>
<texture border="40">$VAR[SelectBack]</texture>
<visible>[Control.IsVisible(3) + IntegerGreaterThan(Container(3).NumItems,8)] | [Control.IsVisible(6) + IntegerGreaterThan(Container(6).NumItems,4)]</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>850</width>
<height>458</height>
<texture border="40">$VAR[SelectBack]</texture>
<visible>[Control.IsVisible(3) + IntegerGreaterThan(Container(3).NumItems,6) + !IntegerGreaterThan(Container(3).NumItems,8)] | [Control.IsVisible(6) + IntegerGreaterThan(Container(6).NumItems,3) + !IntegerGreaterThan(Container(6).NumItems,4)]</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>850</width>
<height>366</height>
<texture border="40">$VAR[SelectBack]</texture>
<visible>[Control.IsVisible(3) + IntegerGreaterThan(Container(3).NumItems,4) + !IntegerGreaterThan(Container(3).NumItems,6)] | [Control.IsVisible(6) + IntegerGreaterThan(Container(6).NumItems,2) + !IntegerGreaterThan(Container(6).NumItems,3)]</visible>
</control>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>850</width>
<height>274</height>
<texture border="40">$VAR[SelectBack]</texture>
<visible>[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,4)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,2)]</visible>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>770</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="1">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>770</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[13406]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="4">
<description>No Settings Label</description>
<left>20</left>
<top>120</top>
<width>550</width>
<align>center</align>
<font>font13</font>
</control>
<control type="button">
<description>Close Window button</description>
<left>760</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="list" id="3">
<left>20</left>
<top>67</top>
<width>550</width>
<height>460</height>
<onup>3</onup>
<ondown>3</ondown>
<onleft>7</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>20</left>
<top>0</top>
<width>510</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="46" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(3)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(3)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>20</left>
<top>0</top>
<width>510</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="list" id="6">
<left>20</left>
<top>67</top>
<width>550</width>
<height>460</height>
<onup>6</onup>
<ondown>6</ondown>
<onleft>7</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="92" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>86</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>2</left>
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>2</top>
<width>450</width>
<height>30</height>
<font>font13</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>34</top>
<width>450</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control>
</itemlayout>
<focusedlayout height="92" width="550">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>86</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(6)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>86</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(6)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>2</left>
<top>3</top>
<width>80</width>
<height>80</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>2</top>
<width>450</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>34</top>
<width>450</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="61">
<left>570</left>
<top>65</top>
<width>25</width>
<height>464</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>3</onleft>
<onright>90</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group">
<control type="label">
<description>number of files/pages in list text label</description>
<left>592</left>
<top>490</top>
<width>240</width>
<height>35</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<label>$VAR[SelectLabel]</label>
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,4)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,2)]">Conditional</animation>
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,6)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,3)]">Conditional</animation>
<animation effect="slide" start="0,0" end="0,-92" time="0" condition="[Control.IsVisible(3) + !IntegerGreaterThan(Container(3).NumItems,8)] | [Control.IsVisible(6) + !IntegerGreaterThan(Container(6).NumItems,4)]">Conditional</animation>
</control>
<control type="grouplist" id="90">
<left>612</left>
<top>100</top>
<onleft>3</onleft>
<onright>3</onright>
<control type="button" id="5">
<description>Manual button</description>
<width>200</width>
<height>40</height>
<label>-</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
</control>
<control type="button" id="7">
<description>Cancel button</description>
<width>200</width>
<height>40</height>
<label>-</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
</control>
</control>
</control>
</control>
</controls>
</window>

59
720p/DialogSlider.xml Normal file
View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<depth>DepthDialog+</depth>
<defaultcontrol>11</defaultcontrol>
<animation effect="slide" start="0,-80" end="0,0" time="75">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-80" time="75">WindowClose</animation>
<coordinates>
<left>405</left>
<top>0</top>
</coordinates>
<controls>
<control type="image">
<left>0</left>
<top>-10</top>
<width>460</width>
<height>80</height>
<texture flipy="true" border="20,2,20,20">InfoMessagePanel.png</texture>
</control>
<control type="label" id="10">
<description>Dialog header</description>
<left>20</left>
<top>10</top>
<width>230</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label" id="12">
<description>Slider Value</description>
<left>220</left>
<top>10</top>
<width>220</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
</control>
<control type="slider" id="11">
<description>Slider</description>
<left>20</left>
<top>35</top>
<width>420</width>
<height>20</height>
<aligny>center</aligny>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<texturesliderbar>osd_slider_bg_2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<onup>11</onup>
<ondown>11</ondown>
<onleft>11</onleft>
<onright>11</onright>
</control>
</controls>
</window>

435
720p/DialogSubtitles.xml Normal file
View File

@ -0,0 +1,435 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<coordinates>
<left>380</left>
<top>0</top>
</coordinates>
<controls>
<control type="group" id="250">
<depth>DepthDialog-</depth>
<animation effect="slide" start="0,0" end="900,0" time="375" tween="quadratic" easing="out">WindowClose</animation>
<animation type="Conditional" condition="Control.HasFocus(150) | Control.HasFocus(160)" reversible="true">
<effect type="slide" end="-250,0" time="300" />
</animation>
<control type="button" id="8999">
<description>Fake button for mouse control</description>
<left>880</left>
<top>0</top>
<width>80</width>
<height>720</height>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<visible>true</visible>
<onfocus>SetFocus(150)</onfocus>
</control>
<control type="image">
<description>media info background image</description>
<left>0</left>
<top>0</top>
<width>1150</width>
<height>720</height>
<colordiffuse>BBFFFFFF</colordiffuse>
<texture border="20,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>20</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>101</onleft>
<onright>101</onright>
<onup>101</onup>
<ondown>101</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<control type="label" id="100">
<description>header label</description>
<left>330</left>
<top>80</top>
<width>550</width>
<height>30</height>
<font>font30_title</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Video label</description>
<left>255</left>
<top>110</top>
<width>625</width>
<height>30</height>
<font>font13_title</font>
<label>$INFO[Player.Filename]</label>
<align>right</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
</control>
<control type="image">
<left>30</left>
<top>140</top>
<width>820</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="image" id="110">
<description>Service Logo</description>
<left>0</left>
<top>80</top>
<width>250</width>
<height>40</height>
<aspectratio>keep</aspectratio>
</control>
<control type="label" id="140">
<description>textarea</description>
<left>50</left>
<top>140</top>
<width>780</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<left>30</left>
<top>176</top>
<width>820</width>
<height>4</height>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<control type="list" id="120">
<left>50</left>
<top>206</top>
<width>800</width>
<height>434</height>
<onleft>121</onleft>
<onright>150</onright>
<onup>120</onup>
<ondown>120</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>121</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout width="800" height="36">
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>38</height>
<texture>MenuItemNF.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>26</width>
<height>26</height>
<texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>90</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>135</left>
<top>13</top>
<width>20</width>
<height>12</height>
<texture>Subtitles/icon_close_caption.png</texture>
<visible>ListItem.property(hearing_imp)</visible>
</control>
<control type="image">
<left>160</left>
<top>13</top>
<width>40</width>
<height>12</height>
<texture>Subtitles/icon_sync.png</texture>
<visible>ListItem.property(sync)</visible>
</control>
<control type="label">
<left>205</left>
<top>0</top>
<width>495</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label2</info>
</control>
<control type="image">
<left>710</left>
<top>11</top>
<width>90</width>
<height>17</height>
<texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout width="800" height="36">
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>38</height>
<texture>MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>38</height>
<texture>MenuItemFO.png</texture>
<visible>Control.HasFocus(120)</visible>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>26</width>
<height>26</height>
<texture>Subtitles/flags/$INFO[ListItem.Thumb].png</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>90</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>135</left>
<top>13</top>
<width>20</width>
<height>12</height>
<texture>Subtitles/icon_close_caption.png</texture>
<visible>ListItem.property(hearing_imp)</visible>
</control>
<control type="image">
<left>160</left>
<top>13</top>
<width>40</width>
<height>12</height>
<texture>Subtitles/icon_sync.png</texture>
<visible>ListItem.property(sync)</visible>
</control>
<control type="label">
<left>205</left>
<top>0</top>
<width>495</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label2</info>
</control>
<control type="image">
<left>710</left>
<top>11</top>
<width>90</width>
<height>17</height>
<texture>LeftRating/rating$INFO[ListItem.ActualIcon].png</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="spincontrol" id="121">
<description>Next page button</description>
<left>808</left>
<top>664</top>
<width>20</width>
<height>20</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<subtype>page</subtype>
<textcolor>white</textcolor>
<onleft>120</onleft>
<onright>120</onright>
<ondown>120</ondown>
<onup>120</onup>
<textoffsetx>10</textoffsetx>
<textureup>scroll-up.png</textureup>
<texturedown>scroll-down.png</texturedown>
<textureupfocus>scroll-up-focus.png</textureupfocus>
<texturedownfocus>scroll-down-focus.png</texturedownfocus>
<showonepage>false</showonepage>
<visible>Control.IsVisible(120)</visible>
</control>
<control type="group" id="130">
<control type="grouplist">
<left>50</left>
<top>659</top>
<width>605</width>
<height>30</height>
<orientation>horizontal</orientation>
<itemgap>5</itemgap>
<control type="image">
<width>30</width>
<height>30</height>
<texture>DefaultIconInfo.png</texture>
</control>
<control type="label">
<description>notification</description>
<width min="10" max="560">auto</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<label>$LOCALIZE[31413]</label>
<aligny>center</aligny>
</control>
</control>
</control>
<control type="image">
<left>866</left>
<top>348</top>
<width>24</width>
<height>24</height>
<texture>scroll-right-focus.png</texture>
</control>
</control>
<control type="group">
<control type="image">
<description>separator</description>
<left>542</left>
<top>360</top>
<width>720</width>
<height>4</height>
<texture>separator.png</texture>
<animation effect="rotate" start="0" end="90" center="auto" time="0" condition="true">Conditional</animation>
</control>
<control type="label">
<left>905</left>
<top>150</top>
<width>240</width>
<height>26</height>
<label>[B]$LOCALIZE[24018][/B]</label>
<font>font13</font>
<align>center</align>
<aligny>top</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<description>separator</description>
<left>900</left>
<top>176</top>
<width>240</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="list" id="150">
<left>900</left>
<top>206</top>
<width>250</width>
<height>399</height>
<onleft>120</onleft>
<onright>120</onright>
<onup>160</onup>
<ondown>160</ondown>
<viewtype label="535">list</viewtype>
<scrolltime>200</scrolltime>
<itemlayout width="400" height="36">
<control type="image">
<left>0</left>
<top>0</top>
<width>230</width>
<height>38</height>
<texture>MenuItemNF.png</texture>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>230</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout width="400" height="36">
<control type="image">
<left>0</left>
<top>0</top>
<width>230</width>
<height>38</height>
<texture>MenuItemNF.png</texture>
</control>
<control type="image">
<left>10</left>
<top>0</top>
<width>230</width>
<height>38</height>
<texture>MenuItemFO.png</texture>
<visible>Control.HasFocus(150)</visible>
</control>
<control type="label">
<left>40</left>
<top>0</top>
<width>230</width>
<height>38</height>
<font>font13</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="button" id="160">
<description>Manual search button</description>
<left>925</left>
<top>640</top>
<width>200</width>
<height>40</height>
<onleft>120</onleft>
<onright>120</onright>
<onup>150</onup>
<ondown>150</ondown>
<label>$LOCALIZE[24120]</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<hitrect x="925" y="605" w="200" h="100" />
</control>
</control>
</control>
</controls>
</window>

85
720p/DialogTextViewer.xml Normal file
View File

@ -0,0 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>61</defaultcontrol>
<controls>
<control type="group">
<depth>DepthDialog-</depth>
<animation effect="slide" start="1100,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="1100,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>180</left>
<top>0</top>
<width>1120</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>200</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>61</onleft>
<onright>61</onright>
<onup>61</onup>
<ondown>61</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="label" id="1">
<description>header label</description>
<left>210</left>
<top>40</top>
<width>1030</width>
<height>30</height>
<font>font13_title</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="textbox" id="5">
<description>textarea</description>
<left>210</left>
<top>92</top>
<width>1000</width>
<height>598</height>
<label>-</label>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<left>1220</left>
<top>90</top>
<width>25</width>
<height>600</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>
</control>
</control>
<control type="group">
<depth>DepthDialog-</depth>
<include>Clock</include>
</control>
</controls>
</window>

1024
720p/DialogVideoInfo.xml Normal file
View File

@ -0,0 +1,1024 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8</defaultcontrol>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<visible>!Window.IsVisible(FileBrowser)</visible>
<animation effect="slide" start="1100,0" end="0,0" time="300" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="1100,0" time="300" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>180</left>
<top>0</top>
<width>1120</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>230</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="label">
<description>header label</description>
<left>210</left>
<top>40</top>
<width>1030</width>
<height>30</height>
<font>font24_title</font>
<label>$INFO[Listitem.Title]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>200</left>
<top>480</top>
<width>600</width>
<align>left</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VisibleFadeEffect</include>
<visible>!Control.IsVisible(50) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="group">
<visible>Control.HasFocus(12)</visible>
<top>90</top>
<left>387</left>
<include>VisibleFadeEffect</include>
<control type="image">
<description>Current Fanart image</description>
<left>0</left>
<top>0</top>
<width>675</width>
<height>380</height>
<texture background="true">$INFO[ListItem.Art(fanart)]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<aspectratio>keep</aspectratio>
<visible>!IsEmpty(Listitem.Art(fanart))</visible>
</control>
<control type="group">
<visible>IsEmpty(Listitem.Art(fanart))</visible>
<control type="image">
<description>No Fanart Back</description>
<left>0</left>
<top>0</top>
<width>675</width>
<height>380</height>
<texture>Fanart_Fallback_Small.jpg</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<aspectratio>stretch</aspectratio>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>675</width>
<height>380</height>
<font>font30_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>31311</label>
</control>
</control>
</control>
<control type="group">
<top>90</top>
<left>387</left>
<visible>Control.HasFocus(15)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<description>Border</description>
<left>0</left>
<top>0</top>
<width>675</width>
<height>380</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<description>background</description>
<left>5</left>
<top>5</top>
<width>665</width>
<height>370</height>
<texture>black-back.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>675</width>
<height>380</height>
<font>font30_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>31330</label>
<visible>!Player.HasVideo</visible>
</control>
<control type="videowindow">
<description>No Fanart Back</description>
<left>5</left>
<top>5</top>
<width>665</width>
<height>370</height>
<visible>Player.HasVideo</visible>
</control>
</control>
<control type="group">
<visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>380</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
</control>
<control type="image">
<left>4</left>
<top>4</top>
<width>200</width>
<height>230</height>
<aspectratio>stretch</aspectratio>
<texture>GlassOverlay.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="list" id="49">
<left>290</left>
<top>-4</top>
<width>740</width>
<height>390</height>
<onleft>49</onleft>
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>565</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>740</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>565</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[20376]:</label>
<label2>$INFO[ListItem.OriginalTitle]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.OriginalTitle) + !stringcompare(ListItem.OriginalTitle,Listitem.Title)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>SendClick(2003,13)</onclick>
<visible>!IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[572]:</label>
<label2>$INFO[ListItem.Studio]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[202]:</label>
<label2>$INFO[ListItem.TagLine]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.TagLine)</visible>
</item>
<item>
<label>$LOCALIZE[203]:</label>
<label2>$INFO[ListItem.PlotOutline]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.PlotOutline)</visible>
</item>
<item>
<label>$LOCALIZE[20074]:</label>
<label2>$INFO[ListItem.mpaa]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.mpaa)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
<control type="image">
<left>290</left>
<top>382</top>
<width>740</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>380</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
</control>
<control type="image">
<left>4</left>
<top>4</top>
<width>200</width>
<height>230</height>
<aspectratio>stretch</aspectratio>
<texture>GlassOverlay.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="list" id="49">
<left>290</left>
<top>20</top>
<width>740</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">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>565</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>740</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>565</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[20360]:</label>
<label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
<control type="image">
<left>290</left>
<top>370</top>
<width>740</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<visible>container.content(episodes) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>380</width>
<height>250</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
<left>0</left>
<top>250</top>
<width>380</width>
<height>250</height>
<aspectratio aligny="top">keep</aspectratio>
<bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
</control>
<control type="list" id="49">
<left>390</left>
<top>0</top>
<width>640</width>
<height>360</height>
<onleft>49</onleft>
<onright>49</onright>
<onup>9000</onup>
<ondown>61</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>640</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[20364]:</label>
<label2>$INFO[ListItem.TVShowTitle]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.TVShowTitle)</visible>
</item>
<item>
<label>$LOCALIZE[20373]:</label>
<label2>$INFO[ListItem.Season]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Season)</visible>
</item>
<item>
<label>$LOCALIZE[20359]:</label>
<label2>$INFO[ListItem.Episode]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Episode)</visible>
</item>
<item>
<label>$LOCALIZE[31322]:</label>
<label2>$INFO[ListItem.Premiered]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Premiered)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>SendClick(2003,13)</onclick>
<visible>!IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
<control type="image">
<left>290</left>
<top>370</top>
<width>740</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<visible>container.content(musicvideos) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>380</width>
<height>360</height>
<aspectratio>keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="list" id="49">
<left>390</left>
<top>20</top>
<width>640</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">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30">
<control type="image">
<left>0</left>
<top>0</top>
<width>640</width>
<height>30</height>
<visible>Control.HasFocus(49)</visible>
<texture>MenuItemFO.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>175</left>
<top>0</top>
<width>465</width>
<height>30</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>white</selectedcolor>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[558]:</label>
<label2>$INFO[ListItem.Album]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Album)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[572]:</label>
<label2>$INFO[ListItem.Studio]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Studio)</visible>
</item>
<item>
<label>$LOCALIZE[20417]:</label>
<label2>$INFO[ListItem.Writer]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Writer)</visible>
</item>
<item>
<label>$LOCALIZE[20339]:</label>
<label2>$INFO[ListItem.Director]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Director)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[2050]:</label>
<label2>$INFO[ListItem.Duration] $LOCALIZE[12391]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Duration)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[15311]</label>
<label2>$INFO[ListItem.FilenameAndPath]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
</item>
</content>
</control>
<control type="image">
<left>390</left>
<top>370</top>
<width>640</width>
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
</control>
</control>
<control type="label">
<right>130</right>
<top>480</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>right</align>
<aligny>center</aligny>
<label>[COLOR=blue]$LOCALIZE[207][/COLOR]$INFO[Container(400).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(400).NumPages,/, )]</label>
<visible>Control.IsVisible(400)</visible>
</control>
<control type="label">
<right>130</right>
<top>480</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>right</align>
<aligny>center</aligny>
<label>[COLOR=blue]$LOCALIZE[206][/COLOR]$INFO[Container(50).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(50).NumPages,/, )]</label>
<visible>Control.IsVisible(50)</visible>
</control>
<control type="spincontrol" id="61">
<description>Next page button</description>
<left>120r</left>
<top>485</top>
<subtype>page</subtype>
<font>-</font>
<onleft>61</onleft>
<onright>61</onright>
<ondown>9000</ondown>
<onup>49</onup>
<textcolor>-</textcolor>
<showonepage>true</showonepage>
</control>
<control type="textbox" id="400">
<description>Description Value for Movies</description>
<left>210</left>
<top>527</top>
<width>1030</width>
<height>120</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<pagecontrol>61</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
<visible>!Control.IsVisible(50)</visible>
</control>
<control type="image">
<description>Actor image</description>
<left>210</left>
<top>480</top>
<width>160</width>
<height>160</height>
<texture>$INFO[Container(50).Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>Control.IsVisible(50)</visible>
</control>
<control type="panel" id="50">
<left>380</left>
<top>520</top>
<width>860</width>
<height>120</height>
<onleft>9000</onleft>
<onright>61</onright>
<onup>61</onup>
<ondown>9000</ondown>
<viewtype label="">list</viewtype>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>vertical</orientation>
<itemlayout height="40" width="430">
<control type="image">
<left>0</left>
<top>0</top>
<width>430</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<description>Actor and Role</description>
<left>10</left>
<top>0</top>
<width>410</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>white</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, $LOCALIZE[20347] ,]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="430">
<control type="image">
<left>0</left>
<top>0</top>
<width>430</width>
<height>40</height>
<visible>!Control.HasFocus(50)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>430</width>
<height>40</height>
<visible>Control.HasFocus(50)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<description>Actor and Role</description>
<left>10</left>
<top>0</top>
<width>410</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>white</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, $LOCALIZE[20347] ,]</label>
</control>
</focusedlayout>
</control>
<control type="grouplist" id="9000">
<left>210</left>
<top>660</top>
<width>1030</width>
<height>40</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="2">button-focus.png</alttexturefocus>
<alttexturenofocus border="2">button-nofocus.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>13511</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 type="button" id="7">
<description>Set my rating</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>38023</label>
<visible>Control.IsEnabled(7)</visible>
</control>
</control>
</control>
</control>
<control type="group">
<depth>DepthSideBlade</depth>
<include>Clock</include>
</control>
</controls>
</window>

78
720p/DialogVolumeBar.xml Normal file
View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<animation effect="slide" start="0,-40" end="0,0" time="75">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-40" delay="300" time="75">WindowClose</animation>
<controls>
<control type="group">
<depth>DepthOSD</depth>
<left>820</left>
<top>0</top>
<include>VisibleFadeEffect</include>
<visible>!Player.Muted</visible>
<control type="image">
<left>0</left>
<top>-10</top>
<width>300</width>
<height>50</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="group">
<visible>!player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>VolumeIcon.png</texture>
</control>
<control type="progress" id="1">
<description>progress control</description>
<left>50</left>
<top>8</top>
<width>230</width>
<height>18</height>
<info>Player.Volume</info>
</control>
</control>
<control type="group">
<visible>player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<colordiffuse>CCFF0000</colordiffuse>
<texture>VolumeIcon.png</texture>
</control>
<control type="label">
<description>Passthrough Label</description>
<left>50</left>
<top>6</top>
<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>
<control type="image">
<left>50r</left>
<top>2</top>
<width>45</width>
<height>45</height>
<aspectratio>keep</aspectratio>
<texture>icon-mute.png</texture>
<include>VisibleFadeEffect</include>
<visible>Player.Muted</visible>
</control>
</controls>
</window>

250
720p/EventLog.xml Normal file
View File

@ -0,0 +1,250 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">570</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>570</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="group">
<visible>Control.IsVisible(570)</visible>
<include>Window_OpenClose_Animation</include>
<include>VisibleFadeEffect</include>
<control type="image">
<left>75</left>
<top>60</top>
<width>1130</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>75</left>
<top>652</top>
<width>1130</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="list" id="570">
<left>95</left>
<top>78</top>
<width>1080</width>
<height>561</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>570</onup>
<ondown>570</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="85" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>2</left>
<top>2</top>
<width>80</width>
<height>76</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>870</width>
<height>30</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>32</top>
<width>870</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Event.Description)]</label>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>970</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="85" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>80</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(570)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>80</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(570)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>2</left>
<top>2</top>
<width>80</width>
<height>76</height>
<texture>$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="3">black-back2.png</bordertexture>
<bordersize>2</bordersize>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>870</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[B]$INFO[ListItem.Label][/B]</label>
</control>
<control type="textbox">
<left>90</left>
<top>32</top>
<width>870</width>
<height>48</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Event.Description)]</label>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<width>970</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1170</left>
<top>80</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>570</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(570)</visible>
</control>
</control>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_events" />
<param name="Label" value="$LOCALIZE[14111]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>570</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>570</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="21">
<description>Level button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="radiobutton" id="22">
<description>Only show current level</description>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="20">
<description>Clear button</description>
<include>ButtonCommonValues</include>
<label>192</label>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

355
720p/FileBrowser.xml Normal file
View File

@ -0,0 +1,355 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">450</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="group">
<depth>DepthDialog+</depth>
<left>360</left>
<animation effect="slide" start="700,0" end="0,0" time="300" tween="quadratic" easing="out" condition="![Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]">WindowOpen</animation>
<animation effect="slide" start="-180,0" end="0,0" time="300" tween="quadratic" easing="out" condition="[Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]">WindowOpen</animation>
<animation effect="slide" start="0,0" end="700,0" time="300" tween="quadratic" easing="out" condition="![Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]">WindowClose</animation>
<animation effect="slide" start="0,0" end="-400,0" time="300" tween="quadratic" easing="out" condition="[Window.IsVisible(MovieInformation) | Window.IsVisible(MusicInformation)]">WindowClose</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>1320</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="image">
<description>background image</description>
<left>667</left>
<top>-10</top>
<width>675</width>
<height>740</height>
<texture border="10">KeyboardEditArea.png</texture>
<animation effect="fade" end="30" time="0" condition="true">conditional</animation>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>595</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>20</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="group">
<animation effect="fade" delay="300" start="0" end="100" time="150">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="150">WindowClose</animation>
<control type="label" id="411">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>595</width>
<height>30</height>
<font>font13_title</font>
<label>1023</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="412">
<description>Path label</description>
<left>40</left>
<top>680</top>
<width>595</width>
<height>30</height>
<font>font13</font>
<haspath>true</haspath>
<align>right</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="9000">
<left>685</left>
<top>130</top>
<width>221</width>
<height>225</height>
<itemgap>5</itemgap>
<orientation>vertical</orientation>
<onleft>450</onleft>
<onright>450</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<control type="button" id="413">
<description>OK button</description>
<height>48</height>
<align>center</align>
<include>ButtonMediaSubCommonValues</include>
<label>186</label>
</control>
<control type="button" id="414">
<description>Cancel button</description>
<height>48</height>
<align>center</align>
<include>ButtonMediaSubCommonValues</include>
<label>222</label>
</control>
<control type="button" id="415">
<description>Create folder button</description>
<height>48</height>
<align>center</align>
<include>ButtonMediaSubCommonValues</include>
<label>119</label>
</control>
<control type="radiobutton" id="416">
<description>Flip Image button</description>
<height>48</height>
<align>center</align>
<include>ButtonMediaSubCommonValues</include>
<label>749</label>
</control>
</control>
<control type="image">
<left>685</left>
<top>400</top>
<width>221</width>
<height>221</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>690</left>
<top>405</top>
<width>211</width>
<height>211</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<visible>!SubString(Control.GetLabel(416),*)</visible>
</control>
<control type="image">
<left>690</left>
<top>405</top>
<width>211</width>
<height>211</height>
<aspectratio>keep</aspectratio>
<texture background="true" flipx="true">$INFO[ListItem.Icon]</texture>
<visible>SubString(Control.GetLabel(416),*)</visible>
</control>
<control type="panel" id="450">
<left>20</left>
<top>90</top>
<width>620</width>
<height>562</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>450</onup>
<ondown>450</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="620">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>10</left>
<top>2</top>
<width>38</width>
<height>38</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>55</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40" width="620">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>!Control.HasFocus(450)</visible>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>Control.HasFocus(450)</visible>
<texture border="5">MenuItemFO.png</texture>
</control>
<control type="image">
<left>10</left>
<top>2</top>
<width>38</width>
<height>38</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>55</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="panel" id="451">
<left>20</left>
<top>90</top>
<width>620</width>
<height>562</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>451</onup>
<ondown>451</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="620">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>10</left>
<top>2</top>
<width>38</width>
<height>38</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>55</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40" width="620">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>!Control.HasFocus(451)</visible>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>Control.HasFocus(451)</visible>
<texture border="5">MenuItemFO.png</texture>
</control>
<control type="image">
<left>10</left>
<top>2</top>
<width>38</width>
<height>38</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>55</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>green</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>640</left>
<top>90</top>
<width>25</width>
<height>561</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>450</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>Page label</description>
<left>685</left>
<top>680</top>
<width>221</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<font>font12</font>
<label>([COLOR=blue]$INFO[Container(450).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages][/COLOR])</label>
<wrapmultiline>true</wrapmultiline>
<visible>!Control.IsVisible(451)</visible>
</control>
<control type="label">
<description>Page label</description>
<left>685</left>
<top>680</top>
<width>221</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<font>font12</font>
<label>([COLOR=blue]$INFO[Container(451).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(451).CurrentPage]/$INFO[Container(451).NumPages][/COLOR])</label>
<wrapmultiline>true</wrapmultiline>
<visible>Control.IsVisible(451)</visible>
</control>
</control>
</control>
<control type="group">
<depth>DepthDialog+</depth>
<include>Clock</include>
</control>
</controls>
</window>

452
720p/FileManager.xml Normal file
View File

@ -0,0 +1,452 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>20</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<left>30</left>
<top>40</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>610</width>
<height>620</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>612</top>
<width>610</width>
<height>64</height>
<texture border="10">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>510</left>
<top>20</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<info>Container(20).ListItem.Icon</info>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>3</bordersize>
</control>
<control type="label">
<description>header label</description>
<left>30</left>
<top>30</top>
<width>470</width>
<height>30</height>
<font>font35_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>
<left>30</left>
<top>70</top>
<width>470</width>
<height>30</height>
<font>font12_title</font>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="scrollbar" id="30">
<left>10</left>
<top>110</top>
<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">
<left>40</left>
<top>110</top>
<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="40" width="540">
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>grey2</textcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>330</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>grey</textcolor>
<align>right</align>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="40" width="540">
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<visible>!Control.HasFocus(20)</visible>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<visible>Control.HasFocus(20)</visible>
<texture border="0,2,0,2">MenuItemFO.png</texture>
</control>
<control type="image">
<left>340</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(20) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>white</textcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>330</left>
<top>0</top>
<width>200</width>
<height>40</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">
<left>650</left>
<top>40</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>610</width>
<height>620</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>612</top>
<width>610</width>
<height>64</height>
<texture border="10">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>20</left>
<top>20</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<info>Container(21).ListItem.Icon</info>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>3</bordersize>
</control>
<control type="label">
<description>header label</description>
<left>110</left>
<top>30</top>
<width>470</width>
<height>30</height>
<font>font35_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</description>
<left>110</left>
<top>70</top>
<width>470</width>
<height>30</height>
<font>font12_title</font>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>right</align>
<aligny>center</aligny>
</control>
<control type="scrollbar" id="31">
<left>575</left>
<top>110</top>
<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">
<left>30</left>
<top>110</top>
<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="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>grey2</textcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>330</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>grey</textcolor>
<align>right</align>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<visible>!Control.HasFocus(21)</visible>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>540</width>
<height>41</height>
<visible>Control.HasFocus(21)</visible>
<texture border="0,2,0,2">MenuItemFO.png</texture>
</control>
<control type="image">
<left>340</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(21) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<textcolor>white</textcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>330</left>
<top>0</top>
<width>200</width>
<height>40</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">
<depth>DepthFooter</depth>
<control type="label">
<description>number of files/pages in left list text label</description>
<left>40</left>
<top>53r</top>
<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="label">
<description>number of files/pages in left list text label</description>
<right>40</right>
<top>53r</top>
<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>
<control type="group" id="10">
<left>595</left>
<top>55r</top>
<include>Window_OpenClose_Animation</include>
<visible>system.getbool(input.enablemouse)</visible>
<include>Window_OpenClose_Animation</include>
<control type="button">
<description>Back push button</description>
<left>0</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>1036</label>
<font>-</font>
<onclick>back</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control type="image">
<description>Back Icon</description>
<left>5</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_back.png</texture>
</control>
<control type="button">
<description>Home push button</description>
<left>55</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>31003</label>
<font>-</font>
<onclick>ActivateWindow(home)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control type="image">
<description>Home Icon</description>
<left>60</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_home.png</texture>
</control>
</control>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[7]" />
</include>
</controls>
</window>

348
720p/Font.xml Normal file
View File

@ -0,0 +1,348 @@
<?xml version="1.0" encoding="UTF-8"?>
<fonts>
<fontset id="Default" idloc="31390">
<!-- Normal Fonts -->
<font>
<name>font10</name>
<filename>Roboto-Regular.ttf</filename>
<size>14</size>
</font>
<font>
<name>font12</name>
<filename>Roboto-Regular.ttf</filename>
<size>17</size>
</font>
<font>
<name>font13</name>
<filename>Roboto-Regular.ttf</filename>
<size>20</size>
</font>
<font>
<name>font14</name>
<filename>Roboto-Regular.ttf</filename>
<size>22</size>
</font>
<font>
<name>font16</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<font>
<name>font30</name>
<filename>Roboto-Regular.ttf</filename>
<size>30</size>
</font>
<font>
<name>fontContextMenu</name>
<filename>Roboto-Regular.ttf</filename>
<size>18</size>
</font>
<!-- Title Fonts -->
<font>
<name>font10_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>17</size>
</font>
<font>
<name>font13_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>20</size>
</font>
<font>
<name>font24_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>24</size>
</font>
<font>
<name>font28_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>28</size>
</font>
<font>
<name>font30_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>30</size>
</font>
<font>
<name>font35_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>35</size>
</font>
<font>
<name>font_MainMenu</name>
<filename>Roboto-Bold.ttf</filename>
<size>40</size>
</font>
<font>
<name>WeatherTemp</name>
<filename>Roboto-Bold.ttf</filename>
<size>80</size>
</font>
</fontset>
<fontset id="Massive" idloc="15110">
<!-- Normal Fonts -->
<font>
<name>font10</name>
<filename>Roboto-Regular.ttf</filename>
<size>14</size>
</font>
<font>
<name>font12</name>
<filename>Roboto-Regular.ttf</filename>
<size>23</size>
</font>
<font>
<name>font13</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<font>
<name>font14</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<font>
<name>font16</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<font>
<name>font30</name>
<filename>Roboto-Regular.ttf</filename>
<size>30</size>
</font>
<font>
<name>fontContextMenu</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<!-- Title Fonts -->
<font>
<name>font10_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>17</size>
</font>
<font>
<name>font13_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>20</size>
</font>
<font>
<name>font24_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>24</size>
</font>
<font>
<name>font28_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>28</size>
</font>
<font>
<name>font30_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>30</size>
</font>
<font>
<name>font35_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>35</size>
</font>
<font>
<name>font_MainMenu</name>
<filename>Roboto-Bold.ttf</filename>
<size>40</size>
</font>
<font>
<name>WeatherTemp</name>
<filename>Roboto-Bold.ttf</filename>
<size>80</size>
</font>
</fontset>
<fontset id="DefaultNoCaps" idloc="31391">
<!-- Normal Fonts -->
<font>
<name>font10</name>
<filename>Roboto-Regular.ttf</filename>
<size>14</size>
</font>
<font>
<name>font12</name>
<filename>Roboto-Regular.ttf</filename>
<size>17</size>
</font>
<font>
<name>font13</name>
<filename>Roboto-Regular.ttf</filename>
<size>20</size>
</font>
<font>
<name>font14</name>
<filename>Roboto-Regular.ttf</filename>
<size>22</size>
</font>
<font>
<name>font16</name>
<filename>Roboto-Regular.ttf</filename>
<size>25</size>
</font>
<font>
<name>font30</name>
<filename>Roboto-Regular.ttf</filename>
<size>30</size>
</font>
<font>
<name>fontContextMenu</name>
<filename>Roboto-Regular.ttf</filename>
<size>18</size>
</font>
<!-- Title Fonts -->
<font>
<name>font10_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>17</size>
</font>
<font>
<name>font13_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>20</size>
</font>
<font>
<name>font24_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>24</size>
</font>
<font>
<name>font28_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>28</size>
</font>
<font>
<name>font30_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>30</size>
</font>
<font>
<name>font35_title</name>
<filename>Roboto-Bold.ttf</filename>
<size>35</size>
</font>
<font>
<name>font_MainMenu</name>
<filename>Roboto-Bold.ttf</filename>
<size>40</size>
</font>
<font>
<name>WeatherTemp</name>
<filename>Roboto-Bold.ttf</filename>
<size>80</size>
</font>
</fontset>
<fontset id="Arial" idloc="31392">
<!-- Arial Font better for non English -->
<font>
<name>font10</name>
<filename>arial.ttf</filename>
<size>12</size>
</font>
<font>
<name>font12</name>
<filename>arial.ttf</filename>
<size>15</size>
</font>
<font>
<name>font13</name>
<filename>arial.ttf</filename>
<size>18</size>
</font>
<font>
<name>font14</name>
<filename>arial.ttf</filename>
<size>20</size>
</font>
<font>
<name>font16</name>
<filename>arial.ttf</filename>
<size>23</size>
</font>
<font>
<name>font30</name>
<filename>arial.ttf</filename>
<size>28</size>
</font>
<font>
<name>fontContextMenu</name>
<filename>arial.ttf</filename>
<size>16</size>
</font>
<!-- Title Fonts -->
<font>
<name>font10_title</name>
<filename>arial.ttf</filename>
<size>10</size>
<style>bold</style>
</font>
<font>
<name>font12_title</name>
<filename>arial.ttf</filename>
<size>15</size>
<style>bold</style>
</font>
<font>
<name>font13_title</name>
<filename>arial.ttf</filename>
<size>18</size>
<style>bold</style>
</font>
<font>
<name>font24_title</name>
<filename>arial.ttf</filename>
<size>22</size>
<style>bold</style>
</font>
<font>
<name>font28_title</name>
<filename>arial.ttf</filename>
<size>26</size>
<style>bold</style>
</font>
<font>
<name>font30_title</name>
<filename>arial.ttf</filename>
<size>28</size>
<style>bold</style>
</font>
<font>
<name>font35_title</name>
<filename>arial.ttf</filename>
<size>33</size>
<style>bold</style>
</font>
<font>
<name>font_MainMenu</name>
<filename>arial.ttf</filename>
<size>35</size>
<style>bold</style>
</font>
<font>
<name>WeatherTemp</name>
<filename>arial.ttf</filename>
<size>80</size>
<style>bold</style>
</font>
</fontset>
</fonts>

1257
720p/Home.xml Normal file
View File

@ -0,0 +1,1257 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<onunload condition="Container(9000).Hasfocus(10) | Container(9000).Hasfocus(11) | ControlGroup(9010).HasFocus | ControlGroup(9016).HasFocus | ControlGroup(9017).HasFocus">SetProperty(VideosDirectLink,True)</onunload>
<onunload condition="ControlGroup(9011).HasFocus">SetProperty(MusicDirectLink,True)</onunload>
<onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(2)">ClearProperty(VideosDirectLink)</onunload>
<onunload condition="Control.HasFocus(9000) + Container(9000).Hasfocus(3)">ClearProperty(MusicDirectLink)</onunload>
<controls>
<include>CommonBackground</include>
<control type="image">
<depth>DepthFloor</depth>
<left>-20</left>
<top></top>
<bottom>0</bottom>
<width>1320</width>
<height>90</height>
<texture>floor.png</texture>
<animation effect="rotatex" end="45" time="0" center="620,0" condition="true">Conditional</animation>
<animation effect="slide" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<!-- Music Info -->
<control type="group">
<depth>DepthMenu</depth>
<left>0</left>
<top>60</top>
<visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>45</top>
<width>130</width>
<height>295</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>Album Label</description>
<left>170</left>
<top>265</top>
<height>25</height>
<width>1000</width>
<label>$INFO[MusicPlayer.Artist,, - ]$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Title label</description>
<left>170</left>
<top>285</top>
<height>30</height>
<width>1000</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>170</left>
<top>310</top>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<!-- LiveTV Info -->
<control type="group">
<depth>DepthMenu</depth>
<left>490r</left>
<top>70</top>
<visible>Container(9000).HasFocus(12) + [PVR.IsRecording | PVR.HasNonRecordingTimer]</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<animation effect="fade" start="100" end="0" time="150" condition="Window.IsActive(Favourites)">conditional</animation>
<control type="group">
<animation effect="slide" start="0,0" end="0,100" time="0" condition="PVR.IsRecording">conditional</animation>
<visible>PVR.HasNonRecordingTimer</visible>
<control type="image">
<left>0</left>
<top>-5</top>
<width>490</width>
<height>90</height>
<texture>gradient.png</texture>
</control>
<control type="image">
<left>400</left>
<top>0</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[PVR.NextRecordingChannelIcon]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>4</bordersize>
</control>
<control type="image">
<left>365</left>
<top>5</top>
<width>25</width>
<height>25</height>
<aspectratio>keep</aspectratio>
<texture>PVR-HasTimer.png</texture>
</control>
<control type="label">
<description>Next Timer Header label</description>
<left>-45</left>
<top>5</top>
<height>25</height>
<width>400</width>
<label>$LOCALIZE[19157]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>NextRecordingDateTime</description>
<left>-10</left>
<top>30</top>
<height>25</height>
<width>400</width>
<label>$INFO[PVR.NextRecordingDateTime,$LOCALIZE[19126] - ]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>NextRecordingTitle Channel</description>
<left>-410</left>
<top>50</top>
<height>25</height>
<width>800</width>
<label>$INFO[PVR.NextRecordingTitle][COLOR=grey]$INFO[PVR.NextRecordingChannel, - [COLOR=blue]([/COLOR],[COLOR=blue])[/COLOR]][/COLOR]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
</control>
</control>
<control type="group">
<visible>PVR.IsRecording</visible>
<control type="image">
<left>0</left>
<top>-5</top>
<width>490</width>
<height>90</height>
<texture>gradient.png</texture>
</control>
<control type="image">
<left>400</left>
<top>0</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[PVR.NowRecordingChannelIcon]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>4</bordersize>
</control>
<control type="image">
<left>365</left>
<top>5</top>
<width>25</width>
<height>25</height>
<aspectratio>keep</aspectratio>
<texture>PVR-IsRecording.png</texture>
</control>
<control type="label">
<description>Is Recording Header label</description>
<left>-45</left>
<top>5</top>
<height>25</height>
<width>400</width>
<label>$LOCALIZE[19158]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>NextRecordingDateTime</description>
<left>-10</left>
<top>30</top>
<height>25</height>
<width>400</width>
<label>$INFO[PVR.NowRecordingDateTime,$LOCALIZE[19126] - ]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>NextRecordingTitle Channel</description>
<left>-410</left>
<top>50</top>
<height>30</height>
<width>800</width>
<label>$INFO[PVR.NowRecordingTitle][COLOR=grey]$INFO[PVR.NowRecordingChannel, - [COLOR=blue]([/COLOR],[COLOR=blue])[/COLOR]][/COLOR]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12_title</font>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
</control>
</control>
</control>
<!-- Video Info -->
<control type="group">
<depth>DepthMenu</depth>
<left>0</left>
<top>50</top>
<visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<control type="group">
<visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(LiveTV)</visible>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>45</top>
<width>150</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>Title label</description>
<left>190</left>
<top>285</top>
<height>30</height>
<width>1000</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>190</left>
<top>310</top>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<visible>VideoPlayer.Content(LiveTV)</visible>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>45</top>
<width>120</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>Channel label</description>
<left>160</left>
<top>265</top>
<height>25</height>
<width>660</width>
<label>$INFO[VideoPlayer.ChannelName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Title label</description>
<left>160</left>
<top>285</top>
<height>30</height>
<width>1000</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>160</left>
<top>310</top>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<visible>VideoPlayer.Content(Movies)</visible>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>45</top>
<width>120</width>
<height>300</height>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>Studio label</description>
<left>160</left>
<top>265</top>
<height>25</height>
<width>1000</width>
<label>$INFO[VideoPlayer.Studio]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Title label</description>
<left>160</left>
<top>285</top>
<height>30</height>
<width>1000</width>
<label>$INFO[Player.Title]$INFO[VideoPlayer.Year,[COLOR=grey] (,)[/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>160</left>
<top>310</top>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<visible>VideoPlayer.Content(Episodes)</visible>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>225</top>
<width>180</width>
<height>120</height>
<aspectratio>scale</aspectratio>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>TV Show Season Ep Label</description>
<left>210</left>
<top>265</top>
<height>25</height>
<width>1000</width>
<label>$INFO[VideoPlayer.TVShowTitle] ($INFO[VideoPlayer.Season,$LOCALIZE[20373] , - ]$INFO[VideoPlayer.episode,$LOCALIZE[20359] ,])</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Title label</description>
<left>210</left>
<top>285</top>
<height>30</height>
<width>1000</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>210</left>
<top>310</top>
<height>30</height>
<width>300</width>
<label>$INFO[Player.Time]$INFO[Player.Duration,[COLOR=blue] / [/COLOR]]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</control>
<include condition="!Skin.HasSetting(HomepageHideRecentlyAddedVideo) | !Skin.HasSetting(HomepageHideRecentlyAddedAlbums)">HomeRecentlyAddedInfo</include>
<control type="button" id="9003">
<description>Hidden Button to pass through navigation when recently added is disabled</description>
<left>-20</left>
<top>-20</top>
<width>1</width>
<height>1</height>
<label>-</label>
<font>-</font>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>20</onup>
<ondown>608</ondown>
<visible>false</visible>
</control>
<control type="group">
<depth>DepthMenu-</depth>
<description>Controls for currently playing media</description>
<left>545r</left>
<top>370</top>
<animation effect="slide" start="0,0" end="365,0" time="225" condition="!Player.HasMedia">conditional</animation>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<visible>IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<control type="image">
<description>Background End image</description>
<left>0</left>
<top>0</top>
<width>35</width>
<height>35</height>
<colordiffuse>CCFFFFFF</colordiffuse>
<texture flipy="true" border="0,5,0,0" flipx="true">HomeSubEnd.png</texture>
<animation effect="slide" start="0,0" end="145,0" time="0" condition="!System.HasAddon(script.globalsearch)">Conditional</animation>
</control>
<control type="radiobutton" id="608">
<colordiffuse>CCFFFFFF</colordiffuse>
<description>Global Search</description>
<left>35</left>
<top>0</top>
<height>35</height>
<width>145</width>
<textwidth>150</textwidth>
<textoffsetx>10</textoffsetx>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus flipy="true" border="5">HomeSubFO.png</texturefocus>
<texturenofocus flipy="true" border="5">HomeSubNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>137</label>
<onclick>RunScript(script.globalsearch)</onclick>
<textureradioonfocus>icon_search.png</textureradioonfocus>
<textureradioonnofocus>icon_search.png</textureradioonnofocus>
<textureradioofffocus>icon_search.png</textureradioofffocus>
<textureradiooffnofocus>icon_search.png</textureradiooffnofocus>
<onleft>607</onleft>
<onright>601</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<visible>System.HasAddon(script.globalsearch)</visible>
</control>
<control type="group" id="600">
<left>180</left>
<onup>9003</onup>
<ondown>9000</ondown>
<defaultcontrol>-</defaultcontrol>
<enable>Player.HasMedia</enable>
<control type="image">
<description>Background image</description>
<left>0</left>
<top>0</top>
<width>205</width>
<height>35</height>
<texture flipy="true" border="0,5,0,0">HomeSubNF.png</texture>
<colordiffuse>CCFFFFFF</colordiffuse>
</control>
<control type="group">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<control type="button" id="601">
<left>10</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onleft>608</onleft>
<onright>602</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Previous)</onclick>
</control>
<control type="button" id="602">
<left>40</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>601</onleft>
<onright>603</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Rewind)</onclick>
</control>
<control type="togglebutton" id="603">
<left>70</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onleft>602</onleft>
<onright>604</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Play)</onclick>
</control>
<control type="button" id="604">
<left>100</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>603</onleft>
<onright>605</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="605">
<left>130</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>604</onleft>
<onright>606</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Forward)</onclick>
</control>
<control type="button" id="606">
<left>160</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onleft>605</onleft>
<onright>607</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Next)</onclick>
</control>
</control>
<control type="group" id="600">
<visible>VideoPlayer.Content(LiveTV)</visible>
<control type="button" id="601">
<left>10</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onleft>608</onleft>
<onright>602</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>ChannelDown</onclick>
</control>
<control type="button" id="602">
<left>40</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onleft>601</onleft>
<onright>603</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>ChannelUp</onclick>
</control>
<control type="button" id="603">
<left>70</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>602</onleft>
<onright>604</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="togglebutton" id="604">
<left>100</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onleft>603</onleft>
<onright>605</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(Play)</onclick>
<enable>Player.PauseEnabled</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!Player.PauseEnabled">Conditional</animation>
</control>
<control type="button" id="605">
<left>130</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onleft>604</onleft>
<onright>606</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>ActivateWindow(PVRRadioRDSInfo)</onclick>
<enable>RDS.HasRadiotextPlus</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!RDS.HasRadiotextPlus">Conditional</animation>
</control>
<control type="button" id="606">
<left>160</left>
<top>2</top>
<width>30</width>
<height>30</height>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>605</onleft>
<onright>607</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<onclick>PlayerControl(record)</onclick>
</control>
</control>
</control>
<control type="radiobutton" id="607">
<colordiffuse>CCFFFFFF</colordiffuse>
<description>Go to fullscreen Playback</description>
<left>385</left>
<top>0</top>
<height>35</height>
<width>160</width>
<textwidth>150</textwidth>
<textoffsetx>10</textoffsetx>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus flipy="true" border="5">HomeSubFO.png</texturefocus>
<texturenofocus flipy="true" border="5">HomeSubNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31008</label>
<onclick>fullscreen</onclick>
<textureradioonfocus>GoFullscreen.png</textureradioonfocus>
<textureradioonnofocus>GoFullscreen.png</textureradioonnofocus>
<textureradioofffocus>GoFullscreen.png</textureradioofffocus>
<textureradiooffnofocus>GoFullscreen.png</textureradiooffnofocus>
<onleft>606</onleft>
<onright>608</onright>
<onup>9003</onup>
<ondown>9000</ondown>
<enable>Player.HasMedia</enable>
</control>
</control>
<control type="group">
<depth>DepthMenu</depth>
<top>400</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="group" id="9001">
<depth>DepthMenu-</depth>
<left>0</left>
<top>70</top>
<onup>9000</onup>
<ondown>9002</ondown>
<control type="grouplist" id="9010">
<include>HomeSubMenuCommonValues</include>
<onleft>9010</onleft>
<onright>9010</onright>
<visible>Container(9000).HasFocus(2)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuVideos</include>
</control>
<control type="grouplist" id="9016">
<include>HomeSubMenuCommonValues</include>
<onleft>9016</onleft>
<onright>9016</onright>
<visible>Container(9000).HasFocus(10)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuMovies</include>
</control>
<control type="grouplist" id="9017">
<include>HomeSubMenuCommonValues</include>
<onleft>9017</onleft>
<onright>9017</onright>
<visible>Container(9000).HasFocus(11)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuTVShows</include>
</control>
<control type="grouplist" id="9011">
<include>HomeSubMenuCommonValues</include>
<onleft>9011</onleft>
<onright>9011</onright>
<visible>Container(9000).HasFocus(3)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuMusic</include>
</control>
<control type="grouplist" id="9012">
<include>HomeSubMenuCommonValues</include>
<onleft>9012</onleft>
<onright>9012</onright>
<visible>Container(9000).HasFocus(5)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuSystem</include>
</control>
<control type="grouplist" id="9013">
<include>HomeSubMenuCommonValues</include>
<onleft>9013</onleft>
<onright>9013</onright>
<visible>Container(9000).HasFocus(6)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuPlayDisc</include>
</control>
<control type="grouplist" id="9014">
<include>HomeSubMenuCommonValues</include>
<onleft>9014</onleft>
<onright>9014</onright>
<visible>Container(9000).HasFocus(12)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuTV</include>
</control>
<control type="grouplist" id="9015">
<include>HomeSubMenuCommonValues</include>
<onleft>9013</onleft>
<onright>9013</onright>
<visible>Container(9000).HasFocus(4)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuPictures</include>
</control>
<control type="grouplist" id="9016">
<include>HomeSubMenuCommonValues</include>
<onleft>9014</onleft>
<onright>9014</onright>
<visible>Container(9000).HasFocus(13)</visible>
<!-- Buttons for the grouplist -->
<include>HomeSubMenuRadio</include>
</control>
</control>
<control type="image">
<left>-100</left>
<top>0</top>
<width>1480</width>
<height>75</height>
<texture border="0,6,0,6">HomeBack.png</texture>
</control>
<control type="image">
<left>0</left>
<top>5</top>
<width>1280</width>
<height>6</height>
<texture>HomeOverlay1.png</texture>
</control>
<control type="fixedlist" id="9000">
<left>-110</left>
<top>5</top>
<width>1500</width>
<height>60</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup condition="System.HasAddon(script.globalsearch)">608</onup>
<onup condition="!System.HasAddon(script.globalsearch)">603</onup>
<ondown>9001</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>2</focusposition>
<movement>1</movement>
<orientation>Horizontal</orientation>
<itemlayout height="60" width="300">
<control type="image">
<left>0</left>
<top>4</top>
<width>1</width>
<height>52</height>
<texture>HomeSeperator.png</texture>
</control>
<control type="image">
<left>299</left>
<top>4</top>
<width>1</width>
<height>52</height>
<texture>HomeSeperator.png</texture>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>290</width>
<height>60</height>
<font>font_MainMenu</font>
<textcolor>grey3</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="60" width="300">
<control type="image">
<left>0</left>
<top>4</top>
<width>1</width>
<height>52</height>
<texture>HomeSeperator.png</texture>
</control>
<control type="image">
<left>299</left>
<top>4</top>
<width>1</width>
<height>52</height>
<texture>HomeSeperator.png</texture>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>290</width>
<height>60</height>
<font>font_MainMenu</font>
<textcolor>grey3</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>290</width>
<height>60</height>
<font>font_MainMenu</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(9000)</visible>
<include>VisibleFadeEffect</include>
</control>
</focusedlayout>
<content>
<item id="7">
<label>31950</label>
<onclick>ActivateWindow(Weather)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoWeatherButton) + !IsEmpty(Weather.Plugin)</visible>
</item>
<item id="4">
<label>31951</label>
<onclick>ActivateWindow(Pictures)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoPicturesButton)</visible>
</item>
<item id="13">
<label>31960</label>
<onclick>ActivateWindow(RadioChannels)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>PVR.HasRadioChannels</visible>
</item>
<item id="12">
<label>31952</label>
<onclick>ActivateWindow(TVChannels)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>PVR.HasTVChannels</visible>
</item>
<item id="2">
<label>31953</label>
<onclick condition="StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos)</onclick>
<onclick condition="!StringCompare(Window.Property(VideosDirectLink),True)">ActivateWindow(Videos,root)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible>
</item>
<item id="10">
<label>31954</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMovieButton) + Library.HasContent(Movies)</visible>
</item>
<item id="11">
<label>31955</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoTVShowButton) + Library.HasContent(TVShows)</visible>
</item>
<item id="3">
<label>31956</label>
<onclick condition="StringCompare(Window.Property(MusicDirectLink),True)">ActivateWindow(Music)</onclick>
<onclick condition="!StringCompare(Window.Property(MusicDirectLink),True)">ActivateWindow(Music,root)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoMusicButton)</visible>
</item>
<item id="1">
<label>31957</label>
<onclick condition="!System.Platform.Android">ActivateWindow(Programs,Addons,return)</onclick>
<onclick condition="System.Platform.Android">ActivateWindow(Programs)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible>
</item>
<item id="6">
<label>31958</label>
<onclick>PlayDVD()</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>System.HasMediaDVD</visible>
</item>
<item id="5">
<label>31959</label>
<onclick>ActivateWindow(Settings)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
</content>
</control>
<control type="image">
<left>-10</left>
<top>6</top>
<width>138</width>
<height>63</height>
<texture>SideFade.png</texture>
</control>
<control type="image">
<left>128r</left>
<top>6</top>
<width>138</width>
<height>63</height>
<texture flipx="true">SideFade.png</texture>
</control>
</control>
<control type="group" id="9002">
<depth>DepthMenu</depth>
<onup>9001</onup>
<ondown>20</ondown>
<control type="fixedlist" id="700">
<animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(700).NumItems,2) | StringCompare(Container(700).NumItems,4)">conditional</animation>
<visible>Container(9000).HasFocus(2) | Container(9000).HasFocus(10) | Container(9000).HasFocus(11)</visible>
<onleft>700</onleft>
<onright>700</onright>
<onup>9001</onup>
<ondown>20</ondown>
<include>HomeAddonsCommonLayout</include>
<content>
<include>HomeAddonItemsVideos</include>
</content>
</control>
<control type="fixedlist" id="703">
<animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(703).NumItems,2) | StringCompare(Container(703).NumItems,4)">conditional</animation>
<visible>Container(9000).HasFocus(3)</visible>
<onleft>703</onleft>
<onright>703</onright>
<onup>9001</onup>
<ondown>20</ondown>
<include>HomeAddonsCommonLayout</include>
<content>
<include>HomeAddonItemsMusic</include>
</content>
</control>
<control type="fixedlist" id="704">
<animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(704).NumItems,2) | StringCompare(Container(704).NumItems,4)">conditional</animation>
<visible>Container(9000).HasFocus(4)</visible>
<onleft>704</onleft>
<onright>704</onright>
<onup>9001</onup>
<ondown>20</ondown>
<include>HomeAddonsCommonLayout</include>
<content>
<include>HomeAddonItemsPictures</include>
</content>
</control>
<control type="fixedlist" id="705">
<animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(705).NumItems,2) | StringCompare(Container(705).NumItems,4)">conditional</animation>
<visible>Container(9000).HasFocus(1)</visible>
<onleft>705</onleft>
<onright>705</onright>
<onup>9001</onup>
<ondown>20</ondown>
<include>HomeAddonsCommonLayout</include>
<content>
<include>HomeAddonItemsPrograms</include>
</content>
</control>
</control>
<control type="group">
<depth>DepthMenu-</depth>
<left>0</left>
<top>33r</top>
<visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
<include>Window_OpenClose_Animation</include>
<control type="rss">
<description>RSS feed</description>
<left>100</left>
<top>0</top>
<height>30</height>
<width>1145</width>
<font>font12</font>
<urlset>1</urlset>
<textcolor>blue</textcolor>
<titlecolor>blue</titlecolor>
<headlinecolor>white</headlinecolor>
</control>
<control type="image">
<description>RSS background</description>
<left>1250</left>
<top>2</top>
<width>24</width>
<height>24</height>
<texture>icon-rss.png</texture>
</control>
</control>
<control type="group" id="10">
<depth>DepthFooter</depth>
<left>20</left>
<top>55r</top>
<include>Window_OpenClose_Animation</include>
<control type="button" id="20">
<description>Power push button</description>
<left>55</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>31003</label>
<font>-</font>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>21</onleft>
<onright>21</onright>
<onup>9002</onup>
<ondown>9003</ondown>
</control>
<control type="image">
<description>Power Icon</description>
<left>60</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_power.png</texture>
</control>
<control type="button" id="21">
<description>Favourites push button</description>
<left>0</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>1036</label>
<font>-</font>
<onclick>ActivateWindow(Favourites)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>20</onleft>
<onright>20</onright>
<onup>9002</onup>
<ondown>9003</ondown>
</control>
<control type="image">
<description>Favourites Icon</description>
<left>5</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_favourites.png</texture>
</control>
</control>
<control type="group">
<depth>DepthHeader</depth>
<control type="image">
<description>LOGO</description>
<left>10</left>
<top>5</top>
<width>120</width>
<height>49</height>
<aspectratio aligny="top" align="left">keep</aspectratio>
<texture>kodi-logo.png</texture>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<visible>!Skin.HasSetting(homepageWeatherinfo)</visible>
</control>
<control type="group">
<left>20</left>
<top>0</top>
<visible>Skin.HasSetting(homepageWeatherinfo) + !IsEmpty(Weather.Plugin)</visible>
<include>Window_OpenClose_Animation</include>
<control type="image">
<description>Weather image</description>
<left>0</left>
<top>0</top>
<width>60</width>
<height>60</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Weather.Conditions]</texture>
</control>
<control type="label">
<description>Location label</description>
<left>65</left>
<top>5</top>
<width>500</width>
<height>15</height>
<align>left</align>
<aligny>center</aligny>
<font>font10</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[Window(Weather).Property(Location)]</label>
</control>
<control type="grouplist">
<left>65</left>
<top>20</top>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>0</itemgap>
<control type="label">
<description>Temp label</description>
<width min="0" max="300">auto</width>
<height>30</height>
<align>left</align>
<aligny>center</aligny>
<font>font28_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>[B]$INFO[Window(Weather).Property(Current.Temperature)][/B]</label>
</control>
<control type="label">
<description>Temp Units</description>
<width min="0" max="100">auto</width>
<height>22</height>
<font>font10</font>
<aligny>center</aligny>
<label>$INFO[System.TemperatureUnits]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window(Weather).Property(Current.Temperature))</visible>
</control>
<control type="label">
<description>Conditions Label</description>
<width>500</width>
<height>22</height>
<font>font10</font>
<aligny>center</aligny>
<label>$INFO[Window(Weather).Property(Current.Condition), ]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</control>
<include>Clock</include>
<control type="label">
<description>Date label</description>
<right>20</right>
<top>35</top>
<width>300</width>
<height>15</height>
<align>right</align>
<aligny>center</aligny>
<font>font10</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,297 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="CommonBackground">
<control type="image">
<depth>DepthBackground</depth>
<description>Normal Default Background Image</description>
<include>BackgroundDimensions</include>
<aspectratio>scale</aspectratio>
<texture fallback="special://skin/backgrounds/SKINDEFAULT.jpg">$INFO[Skin.CurrentTheme,special://skin/backgrounds/,.jpg]</texture>
<visible>![Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))]</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<depth>DepthBackground</depth>
<description>User Set Background Image</description>
<include>BackgroundDimensions</include>
<aspectratio>scale</aspectratio>
<texture>$INFO[Skin.String(CustomBackgroundPath)]</texture>
<visible>Skin.HasSetting(UseCustomBackground) + !IsEmpty(Skin.String(CustomBackgroundPath))</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<depth>DepthBackground</depth>
<include>BackgroundDimensions</include>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Art(fanart)]</texture>
<include>backgroundfade</include>
<fadetime>FanartCrossfadeTime</fadetime>
<visible>!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))</visible>
<include>Window_OpenClose_Animation</include>
<visible>![Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)]</visible>
</control>
<control type="image">
<include>BackgroundDimensions</include>
<texture>special://skin/backgrounds/media-overlay.jpg</texture>
<visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="visualisation">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible>
<visible>IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
</control>
<control type="videowindow">
<depth>DepthBackground</depth>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo) + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels)</visible>
</control>
<control type="image">
<depth>DepthBackground</depth>
<left>-20</left>
<top>-40</top>
<width>1320</width>
<height>120</height>
<texture flipy="true" border="1">HomeNowPlayingBack.png</texture>
<visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + ![Skin.HasSetting(ShowBackgroundVis) | !IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))]</visible>
<include>VisibleFadeEffect</include>
</control>
</include>
<include name="ContentPanelBackgrounds">
<control type="image">
<depth>DepthFloor</depth>
<left>-20</left>
<top></top>
<bottom>0</bottom>
<width>1320</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="rotatex" end="45" time="0" center="620,0" condition="true">Conditional</animation>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(50)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>750</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>750</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(504) | Control.IsVisible(550) | Control.IsVisible(512)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>640</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>640</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>700</left>
<top>60</top>
<width>530</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>700</left>
<top>652</top>
<width>530</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(551) | Control.IsVisible(560) | Control.IsVisible(511) | Control.IsVisible(506) | Control.IsVisible(513)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>840</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>840</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>900</left>
<top>60</top>
<width>330</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>900</left>
<top>652</top>
<width>330</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(501)</visible>
<control type="image">
<left>50</left>
<top>50</top>
<width>1180</width>
<height>610</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>1180</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(503)</visible>
<control type="image">
<left>50</left>
<top>230</top>
<width>640</width>
<height>430</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>640</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>700</left>
<top>230</top>
<width>550</width>
<height>430</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>700</left>
<top>652</top>
<width>550</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(51) | Control.IsVisible(500) | Control.IsVisible(505)</visible>
<control type="image">
<left>75</left>
<top>60</top>
<width>1130</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>75</left>
<top>652</top>
<width>1130</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(514)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>490</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>490</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>550</left>
<top>60</top>
<width>680</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>550</left>
<top>652</top>
<width>680</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(515)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>400</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>400</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>460</left>
<top>60</top>
<width>770</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>460</left>
<top>652</top>
<width>770</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
</include>
</includes>

View File

@ -0,0 +1,75 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="VideoCodecFlaggingConditions">
<control type="image">
<description>Video rez Image</description>
<width>55</width>
<height>35</height>
<aspectratio align="right">keep</aspectratio>
<texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture>
</control>
<control type="image">
<description>Codec Image</description>
<width>80</width>
<height>35</height>
<aspectratio align="left">keep</aspectratio>
<texture>$VAR[videocodec,flagging/video/,.png]</texture>
</control>
</include>
<include name="VideoStereoscopicsFlaggingConditions">
<control type="image">
<description>Video stereoscopics flagging image</description>
<width>55</width>
<height>35</height>
<aspectratio align="right">keep</aspectratio>
<texture>flagging/video/3D.png</texture>
<visible>ListItem.IsStereoscopic</visible>
</control>
</include>
<include name="VideoTypeHackFlaggingConditions">
<control type="image">
<description>Video Type Image</description>
<width>80</width>
<height>35</height>
<aspectratio align="left">keep</aspectratio>
<texture>$VAR[typehackflagging,flagging/video/,.png]</texture>
<visible>!Skin.HasSetting(HideFilenameFlagging)</visible>
</control>
</include>
<include name="VideoMPAAFlaggingConditions">
<control type="image">
<description>Rating image</description>
<width>80</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>$VAR[rating,flagging/ratings/,.png]</texture>
</control>
</include>
<include name="AudioCodecFlaggingConditions">
<control type="image">
<description>Audio Codec Image</description>
<width>80</width>
<height>35</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>55</width>
<height>35</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>55</width>
<height>35</height>
<aspectratio align="right">keep</aspectratio>
<texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture>
</control>
</include>
</includes>

View File

@ -0,0 +1,485 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="HomeSubMenuVideos">
<control type="image" id="90101">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90102">
<include>ButtonHomeSubCommonValues</include>
<label>342</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
<visible>Library.HasContent(Movies) + Skin.HasSetting(HomeMenuNoMovieButton)</visible>
</control>
<control type="button" id="90103">
<include>ButtonHomeSubCommonValues</include>
<label>20343</label>
<onclick>ActivateWindow(Videos,TvShowTitles,return)</onclick>
<visible>Library.HasContent(TVShows) + Skin.HasSetting(HomeMenuNoTVShowButton)</visible>
</control>
<control type="button" id="90104">
<include>ButtonHomeSubCommonValues</include>
<label>20389</label>
<onclick>ActivateWindow(Videos,MusicVideoTitles,return)</onclick>
<visible>Library.HasContent(MusicVideos)</visible>
</control>
<control type="button" id="90105">
<include>ButtonHomeSubCommonValues</include>
<label>744</label>
<onclick>ActivateWindow(Videos,Files,return)</onclick>
</control>
<control type="button" id="90106">
<include>ButtonHomeSubCommonValues</include>
<label>14022</label>
<onclick>ActivateWindow(Videos,Root)</onclick>
<visible>Library.HasContent(Video)</visible>
</control>
<control type="button" id="90107">
<include>ButtonHomeSubCommonValues</include>
<label>24001</label>
<onclick>ActivateWindow(Videos,Addons,return)</onclick>
</control>
<control type="image" id="90108">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuMovies">
<control type="image" id="90161">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90162">
<include>ButtonHomeSubCommonValues</include>
<label>31328</label>
<onclick>ActivateWindow(Videos,RecentlyAddedMovies,return)</onclick>
</control>
<control type="button" id="90163">
<include>ButtonHomeSubCommonValues</include>
<label>20434</label>
<onclick>ActivateWindow(Videos,MovieSets,return)</onclick>
<visible>Library.HasContent(MovieSets)</visible>
</control>
<control type="button" id="90164">
<include>ButtonHomeSubCommonValues</include>
<label>369</label>
<onclick>ActivateWindow(Videos,MovieTitles,return)</onclick>
</control>
<control type="button" id="90165">
<include>ButtonHomeSubCommonValues</include>
<label>135</label>
<onclick>ActivateWindow(Videos,MovieGenres,return)</onclick>
</control>
<control type="button" id="90166">
<include>ButtonHomeSubCommonValues</include>
<label>652</label>
<onclick>ActivateWindow(Videos,MovieYears,return)</onclick>
</control>
<control type="button" id="90167">
<include>ButtonHomeSubCommonValues</include>
<label>344</label>
<onclick>ActivateWindow(Videos,MovieActors,return)</onclick>
</control>
<control type="image" id="90168">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuTVShows">
<control type="image" id="90171">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90172">
<include>ButtonHomeSubCommonValues</include>
<label>31328</label>
<onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</control>
<control type="button" id="90173">
<include>ButtonHomeSubCommonValues</include>
<label>575</label>
<onclick>ActivateWindow(Videos,InProgressTvShows,return)</onclick>
</control>
<control type="button" id="90174">
<include>ButtonHomeSubCommonValues</include>
<label>369</label>
<onclick>ActivateWindow(Videos,TVShowTitles,return)</onclick>
</control>
<control type="button" id="90175">
<include>ButtonHomeSubCommonValues</include>
<label>135</label>
<onclick>ActivateWindow(Videos,TVShowGenres,return)</onclick>
</control>
<control type="button" id="90176">
<include>ButtonHomeSubCommonValues</include>
<label>652</label>
<onclick>ActivateWindow(Videos,TVShowYears,return)</onclick>
</control>
<control type="button" id="90177">
<include>ButtonHomeSubCommonValues</include>
<label>344</label>
<onclick>ActivateWindow(Videos,TVShowActors,return)</onclick>
</control>
<control type="image" id="90178">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuMusic">
<control type="image" id="90111">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90112">
<include>ButtonHomeSubCommonValues</include>
<label>133</label>
<onclick>ActivateWindow(Music,Artists,return)</onclick>
<visible>Library.HasContent(Music)</visible>
</control>
<control type="button" id="90113">
<include>ButtonHomeSubCommonValues</include>
<label>132</label>
<onclick>ActivateWindow(Music,Albums,return)</onclick>
<visible>Library.HasContent(Music)</visible>
</control>
<control type="button" id="90114">
<include>ButtonHomeSubCommonValues</include>
<label>134</label>
<onclick>ActivateWindow(Music,Songs,return)</onclick>
<visible>Library.HasContent(Music)</visible>
</control>
<control type="button" id="90115">
<include>ButtonHomeSubCommonValues</include>
<label>744</label>
<onclick>ActivateWindow(Music,Files,return)</onclick>
</control>
<control type="button" id="90116">
<include>ButtonHomeSubCommonValues</include>
<label>14022</label>
<onclick>ActivateWindow(Music,Root)</onclick>
<visible>Library.HasContent(Music)</visible>
</control>
<control type="button" id="90117">
<include>ButtonHomeSubCommonValues</include>
<label>24001</label>
<onclick>ActivateWindow(Music,Addons,return)</onclick>
</control>
<control type="image" id="90119">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuSystem">
<control type="image" id="90121">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90122">
<include>ButtonHomeSubCommonValues</include>
<label>5</label>
<onclick>ActivateWindow(Settings)</onclick>
</control>
<control type="button" id="90123">
<include>ButtonHomeSubCommonValues</include>
<label>7</label>
<onclick>ActivateWindow(FileManager)</onclick>
</control>
<control type="button" id="90124">
<include>ButtonHomeSubCommonValues</include>
<label>13200</label>
<onclick>ActivateWindow(Profiles)</onclick>
</control>
<control type="button" id="90125">
<include>ButtonHomeSubCommonValues</include>
<label>130</label>
<onclick>ActivateWindow(SystemInfo)</onclick>
</control>
<control type="button" id="90126">
<include>ButtonHomeSubCommonValues</include>
<label>14111</label>
<onclick>ActivateWindow(EventLog,events://,return)</onclick>
<visible>system.getbool(eventlog.enabled)</visible>
</control>
<control type="image" id="90127">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuPlayDisc">
<control type="image" id="90131">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90132">
<include>ButtonHomeSubCommonValues</include>
<label>13391</label>
<onclick>SetFocus(9000)</onclick>
<onclick>EjectTray()</onclick>
</control>
<control type="image" id="90133">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuPictures">
<control type="image" id="90147">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90148">
<include>ButtonHomeSubCommonValues</include>
<label>24001</label>
<onclick>ActivateWindow(Pictures,Addons,return)</onclick>
</control>
<control type="image" id="90149">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuTV">
<control type="image" id="90141">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90143">
<include>ButtonHomeSubCommonValues</include>
<label>19019</label>
<onclick>ActivateWindow(TVChannels)</onclick>
</control>
<control type="button" id="90144">
<include>ButtonHomeSubCommonValues</include>
<label>22020</label>
<onclick>ActivateWindow(TVGuide)</onclick>
</control>
<control type="button" id="90145">
<include>ButtonHomeSubCommonValues</include>
<label>19163</label>
<onclick>ActivateWindow(TVRecordings)</onclick>
</control>
<control type="button" id="90146">
<include>ButtonHomeSubCommonValues</include>
<label>19138</label>
<onclick>ActivateWindow(TVTimerRules)</onclick>
</control>
<control type="button" id="90147">
<include>ButtonHomeSubCommonValues</include>
<label>19040</label>
<onclick>ActivateWindow(TVTimers)</onclick>
</control>
<control type="button" id="90148">
<include>ButtonHomeSubCommonValues</include>
<label>137</label>
<onclick>ActivateWindow(TVSearch)</onclick>
</control>
<control type="image" id="90149">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeSubMenuRadio">
<control type="image" id="90141">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3" flipx="true">HomeSubEnd.png</texture>
</control>
<control type="button" id="90243">
<include>ButtonHomeSubCommonValues</include>
<label>19019</label>
<onclick>ActivateWindow(RadioChannels)</onclick>
</control>
<control type="button" id="90244">
<include>ButtonHomeSubCommonValues</include>
<label>22020</label>
<onclick>ActivateWindow(RadioGuide)</onclick>
</control>
<control type="button" id="90245">
<include>ButtonHomeSubCommonValues</include>
<label>19163</label>
<onclick>ActivateWindow(RadioRecordings)</onclick>
</control>
<control type="button" id="90246">
<include>ButtonHomeSubCommonValues</include>
<label>19138</label>
<onclick>ActivateWindow(RadioTimerRules)</onclick>
</control>
<control type="button" id="90247">
<include>ButtonHomeSubCommonValues</include>
<label>19040</label>
<onclick>ActivateWindow(RadioTimers)</onclick>
</control>
<control type="button" id="90248">
<include>ButtonHomeSubCommonValues</include>
<label>137</label>
<onclick>ActivateWindow(RadioSearch)</onclick>
</control>
<control type="image" id="90249">
<width>35</width>
<height>35</height>
<texture border="0,0,0,3">HomeSubEnd.png</texture>
</control>
</include>
<include name="HomeAddonItemsVideos">
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton1))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeVideosButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton2))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeVideosButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton3))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeVideosButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton4))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeVideosButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeVideosButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeVideosButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeVideosButton5))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeVideosButton5))</visible>
</item>
</include>
<include name="HomeAddonItemsMusic">
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton1))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeMusicButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton2))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeMusicButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton3))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeMusicButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton4))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeMusicButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeMusicButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeMusicButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeMusicButton5))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeMusicButton5))</visible>
</item>
</include>
<include name="HomeAddonItemsPictures">
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton1))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomePictureButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton2))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomePictureButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton3))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomePictureButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton4))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomePictureButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomePictureButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomePictureButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomePictureButton5))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomePictureButton5))</visible>
</item>
</include>
<include name="HomeAddonItemsPrograms">
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton1))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton1)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton1))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeProgramButton1))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton2))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton2)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton2))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeProgramButton2))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton3))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton3)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton3))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeProgramButton3))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton4))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton4)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton4))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeProgramButton4))</visible>
</item>
<item>
<label>$INFO[system.addontitle(Skin.String(HomeProgramButton5))]</label>
<onclick>RunAddon($INFO[Skin.String(HomeProgramButton5)])</onclick>
<icon>$INFO[system.addonicon(Skin.String(HomeProgramButton5))]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Skin.String(HomeProgramButton5))</visible>
</item>
</include>
</includes>

View File

@ -0,0 +1,786 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="HomeRecentlyAddedInfo">
<control type="group" id="9003">
<depth>DepthMenu</depth>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<visible>!Window.IsVisible(Favourites)</visible>
<include>VisibleFadeEffect</include>
<animation effect="fade" time="225" delay="750">WindowOpen</animation>
<animation effect="fade" time="150">WindowClose</animation>
<control type="group">
<left>190</left>
<top>50</top>
<visible>Library.HasContent(Movies)</visible>
<visible>Container(9000).Hasfocus(10) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>180</left>
<top>220</top>
<height>20</height>
<width>540</width>
<label>20386</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="8000">
<animation effect="slide" start="0,0" end="90,0" time="0" condition="StringCompare(Container(8000).NumItems,4)">conditional</animation>
<animation effect="slide" start="0,0" end="180,0" time="0" condition="StringCompare(Container(8000).NumItems,3)">conditional</animation>
<animation effect="slide" start="0,0" end="270,0" time="0" condition="StringCompare(Container(8000).NumItems,2)">conditional</animation>
<animation effect="slide" start="0,0" end="360,0" time="0" condition="StringCompare(Container(8000).NumItems,1)">conditional</animation>
<left>0</left>
<top>0</top>
<width>900</width>
<height>220</height>
<onleft>8000</onleft>
<onright>8000</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="180">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8000)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>160</width>
<height>170</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8000)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(8000)</visible>
</control>
<control type="label">
<left>15</left>
<top>185</top>
<width>150</width>
<height>20</height>
<font>font12</font>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8000)</visible>
</control>
</focusedlayout>
<content>
<item>
<label>$INFO[Window.Property(LatestMovie.1.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.1.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.1.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.1.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.2.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.2.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.2.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.2.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.3.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.3.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.3.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.3.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.4.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.4.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.4.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.4.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.5.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.5.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.5.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.5.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.6.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.6.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.6.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.6.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.7.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.7.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.7.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.7.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.8.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.8.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.8.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.8.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.9.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.9.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.9.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.9.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestMovie.10.Title)]</label>
<label2 />
<onclick>PlayMedia($ESCINFO[Window.Property(LatestMovie.10.Path)])</onclick>
<icon>$INFO[Window.Property(LatestMovie.10.Thumb)]</icon>
<thumb>-</thumb>
<visible>!IsEmpty(Window.Property(LatestMovie.10.Title))</visible>
</item>
</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-40</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8000,-1)</onclick>
<visible>Control.HasFocus(8000) + Container(8000).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>910</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8000,1)</onclick>
<visible>Control.HasFocus(8000) + Container(8000).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>160</left>
<top>50</top>
<visible>Library.HasContent(TVShows)</visible>
<visible>Container(9000).Hasfocus(11) + !Skin.HasSetting(HomepageHideRecentlyAddedVideo)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>240</left>
<top>220</top>
<height>20</height>
<width>480</width>
<label>20387</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="8001">
<animation effect="slide" start="0,0" end="120,0" time="0" condition="StringCompare(Container(8001).NumItems,3)">conditional</animation>
<animation effect="slide" start="0,0" end="240,0" time="0" condition="StringCompare(Container(8001).NumItems,2)">conditional</animation>
<animation effect="slide" start="0,0" end="360,0" time="0" condition="StringCompare(Container(8001).NumItems,1)">conditional</animation>
<left>0</left>
<top>0</top>
<width>960</width>
<height>240</height>
<onleft>8001</onleft>
<onright>8001</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="240">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>240</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>20</left>
<top>168</top>
<width>200</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="240">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>240</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8001)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>220</width>
<height>155</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8001)</visible>
</control>
<control type="label">
<left>20</left>
<top>168</top>
<width>200</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(8001)</visible>
</control>
<control type="label">
<left>20</left>
<top>185</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8001)</visible>
</control>
</focusedlayout>
<content>
<item>
<label>$INFO[Window.Property(LatestEpisode.1.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.1.ShowTitle)] - $INFO[Window.Property(LatestEpisode.1.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.1.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.1.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.1.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.2.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.2.ShowTitle)] - $INFO[Window.Property(LatestEpisode.2.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.2.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.2.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.2.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.3.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.3.ShowTitle)] - $INFO[Window.Property(LatestEpisode.3.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.3.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.3.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.3.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.4.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.4.ShowTitle)] - $INFO[Window.Property(LatestEpisode.4.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.4.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.4.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.4.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.5.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.5.ShowTitle)] - $INFO[Window.Property(LatestEpisode.5.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.5.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.5.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.5.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.6.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.6.ShowTitle)] - $INFO[Window.Property(LatestEpisode.6.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.6.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.6.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.6.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.7.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.7.ShowTitle)] - $INFO[Window.Property(LatestEpisode.7.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.7.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.7.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.7.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.8.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.8.ShowTitle)] - $INFO[Window.Property(LatestEpisode.8.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.8.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.8.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.8.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.9.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.9.ShowTitle)] - $INFO[Window.Property(LatestEpisode.9.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.9.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.9.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.9.EpisodeTitle))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestEpisode.10.EpisodeTitle)]</label>
<label2>$INFO[Window.Property(LatestEpisode.10.ShowTitle)] - $INFO[Window.Property(LatestEpisode.10.EpisodeNo)]</label2>
<onclick>PlayMedia($ESCINFO[Window.Property(LatestEpisode.10.Path)])</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestEpisode.10.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestEpisode.10.EpisodeTitle))</visible>
</item>
</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-40</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8001,-1)</onclick>
<visible>Control.HasFocus(8001) + Container(8001).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>970</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8001,1)</onclick>
<visible>Control.HasFocus(8001) + Container(8001).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<control type="group">
<left>240</left>
<top>50</top>
<visible>Library.HasContent(Music)</visible>
<visible>Container(9000).Hasfocus(3) + !Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>Title label</description>
<left>160</left>
<top>220</top>
<height>20</height>
<width>480</width>
<label>359</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="8002">
<animation effect="slide" start="0,0" end="100,0" time="0" condition="StringCompare(Container(8002).NumItems,3)">conditional</animation>
<animation effect="slide" start="0,0" end="200,0" time="0" condition="StringCompare(Container(8002).NumItems,2)">conditional</animation>
<animation effect="slide" start="0,0" end="300,0" time="0" condition="StringCompare(Container(8002).NumItems,1)">conditional</animation>
<left>0</left>
<top>0</top>
<width>800</width>
<height>240</height>
<onleft>8002</onleft>
<onright>8002</onright>
<onup>20</onup>
<ondown condition="System.HasAddon(script.globalsearch)">608</ondown>
<ondown condition="!System.HasAddon(script.globalsearch)">603</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>Horizontal</orientation>
<itemlayout height="220" width="200">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<left>10</left>
<top>170</top>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="220" width="200">
<control type="image">
<description>background</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>220</height>
<texture border="15">RecentAddedBack.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<visible>Control.HasFocus(8002)</visible>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>180</width>
<height>155</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<visible>!Control.HasFocus(8002)</visible>
</control>
<control type="label">
<left>10</left>
<top>170</top>
<width>180</width>
<height>20</height>
<font>font10</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(8002)</visible>
</control>
<control type="label">
<left>10</left>
<top>190</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>blue</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(8002)</visible>
</control>
</focusedlayout>
<content>
<item>
<label>$INFO[Window.Property(LatestAlbum.1.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.1.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.1.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.1.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.1.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.2.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.2.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.2.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.2.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.2.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.3.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.3.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.3.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.3.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.3.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.4.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.4.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.4.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.4.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.4.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.5.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.5.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.5.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.5.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.5.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.6.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.6.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.6.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.6.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.6.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.7.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.7.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.7.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.7.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.7.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.8.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.8.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.8.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.8.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.8.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.9.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.9.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.9.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.9.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.9.Title))</visible>
</item>
<item>
<label>$INFO[Window.Property(LatestAlbum.10.Title)]</label>
<label2>$INFO[Window.Property(LatestAlbum.10.Artist)]</label2>
<onclick>PlayList.Clear</onclick>
<onclick>PlayMedia("$INFO[Window.Property(LatestAlbum.10.Path)]")</onclick>
<icon>-</icon>
<thumb>$INFO[Window.Property(LatestAlbum.10.Thumb)]</thumb>
<visible>!IsEmpty(Window.Property(LatestAlbum.10.Title))</visible>
</item>
</content>
</control>
<control type="button">
<description>left Arrow</description>
<left>-40</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-left.png</texturefocus>
<texturenofocus>arrow-big-left.png</texturenofocus>
<onclick>Control.Move(8002,-1)</onclick>
<visible>Control.HasFocus(8002) + Container(8002).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button">
<description>right Arrow</description>
<left>810</left>
<top>90</top>
<width>30</width>
<height>40</height>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
<onclick>Control.Move(8002,1)</onclick>
<visible>Control.HasFocus(8002) + Container(8002).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
</control>
</include>
</includes>

244
720p/IncludesPVR.xml Normal file
View File

@ -0,0 +1,244 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="PVRHeader">
<control type="group">
<depth>DepthHeader</depth>
<control type="image">
<description>Section header image</description>
<left>20</left>
<top>3</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_video.png</texture>
</control>
<control type="grouplist">
<left>65</left>
<top>5</top>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[19020]</label>
<visible>IsEmpty(Window.Property(IsRadio))</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[19021]</label>
<visible>!IsEmpty(Window.Property(IsRadio))</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[19019]</label>
<visible>Window.IsActive(TVChannels) | Window.IsActive(RadioChannels)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[22020]</label>
<visible>Window.IsActive(TVGuide) | Window.IsActive(RadioGuide)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[19017]</label>
<visible>Window.IsActive(TVRecordings) | Window.IsActive(RadioRecordings)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[19138]</label>
<visible>Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[19040]</label>
<visible>Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[137]</label>
<visible>Window.IsActive(TVSearch) | Window.IsActive(RadioSearch)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$INFO[Control.GetLabel(29),[COLOR=blue] - [/COLOR]]</label>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$INFO[Control.GetLabel(30),[COLOR=blue] - [/COLOR]]</label>
</control>
</control>
<control type="label" id="29">
<description>Empty so we can pass the values up one level</description>
<visible>False</visible>
</control>
<control type="label" id="30">
<description>Empty so we can pass the values up one level</description>
<visible>False</visible>
</control>
<include>Clock</include>
</control>
</include>
<include name="PVRSideBlade">
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>55</top>
<width>250</width>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font13</font>
<label>33063</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="100">
<description>Channels</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19019</label>
<onclick condition="Window.IsActive(TVChannels) | Window.IsActive(RadioChannels)">NextChannelGroup</onclick>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVChannels)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioChannels)</onclick>
</control>
<control type="button" id="101">
<description>TV Guide</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>22020</label>
<onclick condition="Window.IsActive(TVGuide) | Window.IsActive(RadioGuide)">NextChannelGroup</onclick>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVGuide)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioGuide)</onclick>
</control>
<control type="button" id="102">
<description>Recordings</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19163</label>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVRecordings)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioRecordings)</onclick>
</control>
<control type="button" id="105">
<description>Timer Rules</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19138</label>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVTimerRules)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioTimerRules)</onclick>
</control>
<control type="button" id="103">
<description>Timers</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19040</label>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVTimers)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioTimers)</onclick>
</control>
<control type="button" id="104">
<description>Search</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>137</label>
<onclick condition="IsEmpty(Window.Property(IsRadio))">ActivateWindow(TVSearch)</onclick>
<onclick condition="!IsEmpty(Window.Property(IsRadio))">ActivateWindow(RadioSearch)</onclick>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="28">
<description>Channel Groups</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
<!-- <visible>Window.IsActive(TVGuide) | Window.IsActive(RadioGuide)</visible> -->
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="radiobutton" id="31">
<description>Filter</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
<selected>Container.Filtered</selected>
<onclick>right</onclick>
<visible>Window.IsActive(TVChannels) | Window.IsActive(RadioChannels)</visible>
</control>
<!-- Misc Options (ID is completely arbitrary) -->
<control type="label" id="205">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Control.IsVisible(5) | Control.IsVisible(6) | Control.IsVisible(7) | Control.IsVisible(8)</visible>
</control>
<control type="radiobutton" id="5">
<description>Group recording items by folder structure</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19270</label>
<visible>Window.IsActive(TVRecordings) | Window.IsActive(RadioRecordings)</visible>
</control>
<control type="radiobutton" id="6">
<description>Show hidden channels</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19051</label>
<visible>Window.IsActive(TVChannels) | Window.IsActive(RadioChannels)</visible>
</control>
<control type="radiobutton" id="7">
<description>Show deleted recordings</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19184</label>
<visible>Window.IsActive(TVRecordings) | Window.IsActive(RadioRecordings)</visible>
</control>
<control type="radiobutton" id="8">
<description>Hide disabled timers</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>19077</label>
<visible>Window.IsActive(TVTimers) | Window.IsActive(RadioTimers) | Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)</visible>
</control>
<!-- Playback controls -->
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</include>
</includes>

112
720p/LockSettings.xml Normal file
View File

@ -0,0 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5</defaultcontrol>
<coordinates>
<left>290</left>
<top>75</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="700" />
<param name="DialogBackgroundHeight" value="570" />
<param name="DialogHeaderWidth" value="620" />
<param name="DialogHeaderLabel" value="$LOCALIZE[20043]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="610" />
<param name="CloseButtonNav" value="5" />
</include>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>70</top>
<width>640</width>
<height>410</height>
<itemgap>5</itemgap>
<onleft>28</onleft>
<onright>29</onright>
<onup>28</onup>
<ondown>28</ondown>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button" id="28">
<description>Ok Button</description>
<left>145</left>
<top>505</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>29</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<left>355</left>
<top>505</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
</controls>
</window>

233
720p/LoginScreen.xml Normal file
View File

@ -0,0 +1,233 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">52</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<include>CommonBackground</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="image">
<description>LOGO</description>
<left>10</left>
<top>10</top>
<width>100</width>
<height>50</height>
<aspectratio aligny="top" align="left">keep</aspectratio>
<texture>kodi-logo.png</texture>
<include>Window_OpenClose_Animation</include>
</control>
<control type="image">
<left>265</left>
<top>60</top>
<width>750</width>
<height>600</height>
<texture border="10">ContentPanel.png</texture>
</control>
<control type="image">
<left>265</left>
<top>652</top>
<width>750</width>
<height>64</height>
<texture border="10">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>295</left>
<top>100</top>
<width>690</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[31421]</label>
</control>
<control type="list" id="52">
<left>295</left>
<top>170</top>
<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="100" width="690">
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>95</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>80</width>
<height>75</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<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">
<left>110</left>
<top>50</top>
<width>580</width>
<height>25</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="100" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>95</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(52)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>95</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(52)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>80</width>
<height>75</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>580</width>
<height>40</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>110</left>
<top>50</top>
<width>580</width>
<height>25</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="image">
<description>LOGO</description>
<left>265</left>
<top>580</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="group">
<left>940</left>
<top>600</top>
<control type="label">
<left>-580</left>
<top>0</top>
<width>580</width>
<height>45</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[31003]</label>
</control>
<control type="button" id="20">
<description>Power push button</description>
<left>10</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>-</label>
<font>-</font>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>52</onleft>
<onright>52</onright>
<onup>52</onup>
<ondown>52</ondown>
<colordiffuse>CCFFFFFF</colordiffuse>
</control>
<control type="image">
<description>Power Icon</description>
<left>15</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_power.png</texture>
</control>
</control>
</control>
<control type="group">
<depth>DepthHeader</depth>
<include>Clock</include>
<control type="label">
<description>Date label</description>
<right>20</right>
<top>35</top>
<width>200</width>
<height>15</height>
<align>right</align>
<aligny>center</aligny>
<font>font10</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date]</label>
<include>Window_OpenClose_Animation</include>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</control>
</controls>
</window>

348
720p/MusicOSD.xml Normal file
View File

@ -0,0 +1,348 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<onload condition="!MusicPlayer.Content(LiveTV)">SetFocus(602)</onload>
<include>dialogeffect</include>
<depth>DepthOSD</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="button">
<description>Close Window button</description>
<left>84r</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>Dialog.Close(MusicOSD,true)</onclick>
<onclick>FullScreen</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<visible>system.getbool(input.enablemouse) + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
</control>
<control type="slider" id="87">
<depth>DepthOSD+</depth>
<description>Seek Slider</description>
<left>430</left>
<top>82r</top>
<width>720</width>
<height>16</height>
<onup>702</onup>
<ondown>26</ondown>
<action>seek</action>
<texturesliderbar>seekslider2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
</control>
<control type="grouplist" id="100">
<left>325</left>
<top>60r</top>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<control type="button" id="300">
<width>55</width>
<height>55</height>
<label>210</label>
<font>-</font>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="301">
<width>55</width>
<height>55</height>
<label>209</label>
<font>-</font>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
<visible>MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="600">
<width>55</width>
<height>55</height>
<label>210</label>
<font>-</font>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>!MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="601">
<width>55</width>
<height>55</height>
<label>31354</label>
<font>-</font>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Rewind)</onclick>
<enable>Player.SeekEnabled</enable>
</control>
<control type="togglebutton" id="602">
<width>55</width>
<height>55</height>
<label>31351</label>
<altlabel>208</altlabel>
<font>-</font>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.PauseEnabled">Conditional</animation>
<onclick>PlayerControl(Play)</onclick>
<enable>Player.PauseEnabled</enable>
</control>
<control type="button" id="603">
<width>55</width>
<height>55</height>
<label>31352</label>
<font>-</font>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="604">
<width>55</width>
<height>55</height>
<label>31353</label>
<font>-</font>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Forward)</onclick>
<enable>Player.SeekEnabled</enable>
</control>
<control type="button" id="605">
<width>55</width>
<height>55</height>
<label>209</label>
<font>-</font>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<visible>!MusicPlayer.Content(LiveTV)</visible>
<onclick>PlayerControl(Next)</onclick>
</control>
<control type="button" id="306">
<width>55</width>
<height>55</height>
<label>19019</label>
<font>-</font>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDChannels)</onclick>
<visible>MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="307">
<width>55</width>
<height>55</height>
<label>$LOCALIZE[19029]$INFO[MusicPlayer.ChannelName, - ]</label>
<font>-</font>
<texturefocus>OSDepgFO.png</texturefocus>
<texturenofocus>OSDepgNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDGuide)</onclick>
<visible>MusicPlayer.Content(LiveTV) + !RDS.HasRadiotextPlus</visible>
</control>
<control type="button" id="308">
<visible>RDS.HasRadiotextPlus</visible>
<width>55</width>
<height>55</height>
<label>209</label>
<font>-</font>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onclick>ActivateWindow(PVRRadioRDSInfo)</onclick>
<visible>MusicPlayer.Content(LiveTV) + RDS.HasRadiotextPlus</visible>
</control>
<control type="group" id="699">
<width>55</width>
<height>55</height>
<visible>!MusicPlayer.Content(LiveTV)</visible>
<control type="button" id="606">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label>
<font>-</font>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>605</onleft>
<onright>607</onright>
<onclick>PlayerControl(Repeat)</onclick>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatNF.png</texture>
<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(606)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatFO.png</texture>
<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(606)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatOneNF.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(606)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatOneFO.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(606)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatAllNF.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>!Control.HasFocus(606)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>55</width>
<height>55</height>
<texture>OSDRepeatAllFO.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>Control.HasFocus(606)</visible>
</control>
</control>
<control type="togglebutton" id="607">
<width>55</width>
<height>55</height>
<label>$LOCALIZE[590]$INFO[Playlist.Random, : ]</label>
<font>-</font>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
<alttexturefocus>OSDRandomOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus>
<visible>!MusicPlayer.Content(LiveTV)</visible>
<onclick>PlayerControl(Random)</onclick>
</control>
<control type="image" id="2300">
<width>105</width>
<texture>-</texture>
</control>
<control type="image" id="2400">
<width>55</width>
<texture>-</texture>
<visible>!system.getbool(audiooutput.dspaddonsenabled)</visible>
</control>
<control type="image" id="2500">
<width>55</width>
<texture>-</texture>
<visible>MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2600">
<width>55</width>
<texture>-</texture>
<visible>!Player.CanRecord</visible>
</control>
<control type="button" id="705">
<width>55</width>
<height>55</height>
<label>15047</label>
<font>-</font>
<texturefocus>OSDRateFO.png</texturefocus>
<texturenofocus>OSDRateNF.png</texturenofocus>
<onclick>setrating</onclick>
</control>
<control type="button" id="700">
<width>55</width>
<height>55</height>
<label>15047</label>
<font>-</font>
<texturefocus>OSDDSPAudioFO.png</texturefocus>
<texturenofocus>OSDDSPAudioNF.png</texturenofocus>
<onclick>ActivateWindow(OSDAudioDSPSettings)</onclick>
<visible>system.getbool(audiooutput.dspaddonsenabled)</visible>
</control>
<control type="togglebutton" id="701">
<width>55</width>
<height>55</height>
<label>31128</label>
<font>-</font>
<texturefocus>OSDLyricsFO.png</texturefocus>
<texturenofocus>OSDLyricsNF.png</texturenofocus>
<alttexturefocus>OSDLyricsFO.png</alttexturefocus>
<alttexturenofocus>OSDLyricsNF.png</alttexturenofocus>
<onclick>Close</onclick>
<onclick>RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
<altclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</altclick>
<altclick>Close</altclick>
<altclick>RunScript($INFO[Skin.String(LyricScript_Path)])</altclick>
<usealttexture>IsEmpty(Skin.String(LyricScript_Path))</usealttexture>
<visible>!MusicPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="500">
<width>55</width>
<height>55</height>
<label>12006</label>
<font>-</font>
<texturefocus>OSDVizFO.png</texturefocus>
<texturenofocus>OSDVizNF.png</texturenofocus>
</control>
<control type="button" id="702">
<width>55</width>
<height>55</height>
<label>$LOCALIZE[250] $LOCALIZE[21417]</label>
<font>-</font>
<texturefocus>OSDPresetSettingsFO.png</texturefocus>
<texturenofocus>OSDPresetSettingsNF.png</texturenofocus>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
</control>
<control type="button" id="703">
<width>55</width>
<height>55</height>
<label>31048</label>
<font>-</font>
<texturefocus>OSDPreFO.png</texturefocus>
<texturenofocus>OSDPreNF.png</texturenofocus>
<onclick>ActivateWindow(122)</onclick>
<enable>Visualisation.HasPresets</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Visualisation.HasPresets">Conditional</animation>
</control>
<control type="button" id="704">
<width>55</width>
<height>55</height>
<label>264</label>
<font>-</font>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onclick>PlayerControl(record)</onclick>
<visible>Player.CanRecord</visible>
</control>
</control>
</controls>
</window>

645
720p/MusicVisualisation.xml Normal file
View File

@ -0,0 +1,645 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="visualisation" id="2">
<!-- FIX ME Music Visualization needs to have an id of 2 in this window to be able to lock or change preset -->
<description>visualisation</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
</control>
<control type="image">
<description>Fanart Image for Artist</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Player.Art(fanart)]</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
<visible>!IsEmpty(Player.Art(fanart)) + !Skin.HasSetting(HideVisualizationFanart)</visible>
<fadetime>600</fadetime>
</control>
<!-- media infos -->
<control type="group">
<depth>DepthOSD</depth>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<control type="image">
<left>-20</left>
<top>-150</top>
<width>1320</width>
<height>256</height>
<texture flipy="true" border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="label">
<description>Partymode Header label</description>
<left>30</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$LOCALIZE[589]</label>
<visible>MusicPartyMode.Enabled</visible>
</control>
<control type="label">
<description>Normal Header label</description>
<left>30</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554]: ]$INFO[musicplayer.Playlistlength, / ]</label>
<visible>!MusicPartyMode.Enabled</visible>
</control>
<control type="label">
<description>Clock label</description>
<left>450</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="slide" start="0,0" end="-70,0" time="0" condition="system.getbool(input.enablemouse) + Window.IsVisible(MusicOSD)">conditional</animation>
</control>
<control type="image">
<left>-20</left>
<top>230r</top>
<width>1320</width>
<height>230</height>
<texture border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="image">
<depth>DepthOSDPopout</depth>
<description>cover image</description>
<left>20</left>
<top>250r</top>
<width>300</width>
<height>230</height>
<texture fallback="DefaultAlbumCover.png">$INFO[Player.Art(thumb)]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="group">
<left>330</left>
<top>185r</top>
<control type="label" id="1">
<description>Heading label</description>
<left>0</left>
<top>0</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font13</font>
<label>$LOCALIZE[31040]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<animation effect="slide" start="0,0" end="0,25" time="0" condition="IsEmpty(MusicPlayer.Artist) + IsEmpty(MusicPlayer.Album)">conditional</animation>
</control>
<control type="label" id="1">
<description>Artist label</description>
<left>20</left>
<top>30</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font12</font>
<label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist">
<left>20</left>
<top>62</top>
<width>910</width>
<height>35</height>
<itemgap>5</itemgap>
<orientation>horizontal</orientation>
<visible>!system.getbool(audiooutput.dspaddonsenabled)</visible>
<control type="label">
<width min="10" max="638">auto</width>
<height>20</height>
<font>font30</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<textcolor>orange</textcolor>
<scroll>true</scroll>
</control>
<control type="image">
<description>Audio Codec Image</description>
<width>81</width>
<height>29</height>
<texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
<visible>!Player.ChannelPreviewActive</visible>
</control>
<control type="group">
<description>Rating</description>
<width>172</width>
<height>29</height>
<control type="image">
<description>rating back</description>
<left>0</left>
<top>0</top>
<width>172</width>
<height>29</height>
<texture border="5">flagging/blank.png</texture>
</control>
<control type="image">
<description>User Rating</description>
<left>2</left>
<top>5</top>
<width>168</width>
<height>21</height>
<texture fallback="ratings/0.png">$INFO[MusicPlayer.UserRating,ratings/,.png]</texture>
</control>
</control>
</control>
<control type="grouplist">
<left>20</left>
<top>60</top>
<width>910</width>
<height>35</height>
<itemgap>5</itemgap>
<orientation>horizontal</orientation>
<visible>system.getbool(audiooutput.dspaddonsenabled)</visible>
<control type="label">
<width min="10" max="557">auto</width>
<height>20</height>
<font>font30</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<textcolor>orange</textcolor>
<scroll>true</scroll>
</control>
<control type="image">
<description>ADSP Master Mode Image</description>
<width>81</width>
<height>29</height>
<visible>![IsEmpty(ADSP.MasterOwnIcon) | Player.ChannelPreviewActive]</visible>
<texture>$INFO[ADSP.MasterOwnIcon]</texture>
</control>
<control type="image">
<description>Audio Codec Image</description>
<width>81</width>
<height>29</height>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + !Player.ChannelPreviewActive</visible>
<texture>$INFO[MusicPlayer.Codec,flagging/audio/,.png]</texture>
</control>
<control type="image">
<description>ADSP Audio Codec Override Image</description>
<width>81</width>
<height>29</height>
<visible>![IsEmpty(ADSP.MasterOwnIcon) | Player.ChannelPreviewActive]</visible>
<texture>$INFO[ADSP.MasterOverrideIcon]</texture>
</control>
<control type="group">
<description>Rating</description>
<width>172</width>
<height>29</height>
<control type="image">
<description>rating back</description>
<left>0</left>
<top>0</top>
<width>172</width>
<height>29</height>
<texture border="5">flagging/blank.png</texture>
</control>
<control type="image">
<description>User Rating</description>
<left>2</left>
<top>5</top>
<width>168</width>
<height>21</height>
<texture fallback="ratings/0.png">$INFO[MusicPlayer.UserRating,ratings/,.png]</texture>
</control>
</control>
</control>
<control type="label">
<left>0</left>
<top>120</top>
<width>910</width>
<height>25</height>
<label>$LOCALIZE[19031]: $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>true</scroll>
<visible>MusicPlayer.HasNext + !Window.IsVisible(MusicOSD)</visible>
<animation effect="fade" time="150">VisibleChange</animation>
</control>
</control>
<control type="group">
<left>330</left>
<top>95r</top>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time(hh:mm:ss)]</label>
</control>
<control type="progress">
<description>Progressbar</description>
<left>100</left>
<top>15</top>
<width>720</width>
<height>16</height>
<info>Player.Progress</info>
</control>
<control type="label">
<left>820</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Player.Duration(hh:mm:ss)]</label>
</control>
</control>
</control>
<!-- codec & viz infos -->
<control type="group" id="0">
<depth>DepthOSD+</depth>
<left>0</left>
<top>50</top>
<visible>Player.ShowCodec + ![Window.IsVisible(script-cu-lrclyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(PVRRadioRDSInfo) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(Addon)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<control type="image">
<description>media info background image</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>105</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture>black-back.png</texture>
</control>
<control type="label">
<description>row 1 label</description>
<left>50</left>
<top>10</top>
<label>-</label>
<align>left</align>
<label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label>
<font>font12</font>
</control>
<control type="label">
<description>row 2 label</description>
<left>50</left>
<top>40</top>
<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>
<left>50</left>
<top>40</top>
<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>
<left>50</left>
<top>70</top>
<label>-</label>
<align>left</align>
<label>$INFO[Visualisation.Preset,$LOCALIZE[13388]: ]</label>
<font>font12</font>
</control>
<control type="group">
<visible>Player.ShowCodec + MusicPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
<top>185</top>
<control type="image">
<description>media info background image</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>220</height>
<texture>black-back.png</texture>
</control>
<control type="label">
<description>Header</description>
<left>50</left>
<top>5</top>
<width>1200</width>
<height>25</height>
<label>$LOCALIZE[19005]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Backend</description>
<left>50</left>
<top>40</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19012]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Backend value</description>
<left>220</left>
<top>40</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamClient]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Device</description>
<left>50</left>
<top>65</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19006]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Device value</description>
<left>220</left>
<top>65</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamDevice]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Status</description>
<left>50</left>
<top>90</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19007]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Status value</description>
<left>220</left>
<top>90</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamStatus]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Signal</description>
<left>50</left>
<top>115</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19008]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="progress">
<description>Progressbar</description>
<left>220</left>
<top>122</top>
<width>910</width>
<height>14</height>
<info>PVR.ActStreamProgrSignal</info>
</control>
<control type="label">
<description>Signal value</description>
<left>1200</left>
<top>115</top>
<width>180</width>
<height>25</height>
<label>$INFO[PVR.ActStreamSignal]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>SNR</description>
<left>50</left>
<top>140</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19009]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="progress">
<description>Progressbar</description>
<left>220</left>
<top>147</top>
<width>910</width>
<height>14</height>
<overlaytexture>-</overlaytexture>
<info>PVR.ActStreamProgrSNR</info>
</control>
<control type="label">
<description>SNR value</description>
<left>1200</left>
<top>140</top>
<width>180</width>
<height>25</height>
<label>$INFO[PVR.ActStreamSNR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>BER</description>
<left>50</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19010]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>BER value</description>
<left>220</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamBER]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>UNC</description>
<left>390</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19011]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>UNC value</description>
<left>560</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamUNC]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Service</description>
<left>730</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19099]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Service value</description>
<left>900</left>
<top>165</top>
<width>330</width>
<height>25</height>
<label>$INFO[PVR.ActStreamServiceName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Encryption</description>
<left>50</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19015]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Encryption value</description>
<left>220</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamEncryptionName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Provider</description>
<left>390</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19101]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Provider value</description>
<left>560</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamProviderName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Mux</description>
<left>730</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19100]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Mux value</description>
<left>900</left>
<top>190</top>
<width>330</width>
<height>25</height>
<label>$INFO[PVR.ActStreamMux]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
</control>
</control>
</controls>
</window>

163
720p/MyMusicNav.xml Normal file
View File

@ -0,0 +1,163 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,500,550,551,509,506,511,512,513</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 500 -->
<include>ThumbnailView</include>
<!-- view id = 506 -->
<include>MusicInfoListView</include>
<!-- view id = 509 -->
<include>AlbumWrapView2_Fanart</include>
<!-- view id = 511 -->
<include>MusicVideoInfoListView</include>
<!-- view id = 512 -->
<include>ArtistMediaListView</include>
<!-- view id = 513 -->
<include>AlbumInfoListView</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_music" />
<param name="Label" value="$LOCALIZE[10516]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>60</top>
<width>250</width>
<height>650</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="98">
<visible>Container.CanFilterAdvanced</visible>
<description>Filter</description>
<include>ButtonCommonValues</include>
<label>587</label>
<selected>Container.Filtered</selected>
<onclick>right</onclick>
<onclick>Filter</onclick>
</control>
<control type="radiobutton" id="100">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>31005</label>
<onclick>Skin.ToggleSetting(View509HideInfo)</onclick>
<selected>Skin.HasSetting(View509HideInfo)</selected>
<visible>Control.IsVisible(509)</visible>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="8">
<description>Search</description>
<include>ButtonCommonValues</include>
<label>137</label>
</control>
<control type="radiobutton" id="16">
<description>PartyMode</description>
<label>589</label>
<include>ButtonCommonValues</include>
</control>
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31039</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="togglebutton" id="20">
<description>Update library</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>653</label>
<altlabel>13353</altlabel>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<usealttexture>library.isscanningmusic</usealttexture>
</control>
<control type="button" id="204">
<description>Get more</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>21452</label>
<onclick>ActivateWindow(addonbrowser,addons://more/audio/,return)</onclick>
<visible>Container.Content(addons)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,404 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">6</defaultcontrol>
<menucontrol>9000</menucontrol>
<controls>
<include>CommonBackground</include>
<control type="group">
<top>10</top>
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>445</left>
<top>40</top>
<width>390</width>
<height>640</height>
<texture>black-back.png</texture>
</control>
<control type="label">
<left>475</left>
<top>45</top>
<width>330</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[31061]</label>
</control>
<control type="group" id="9000">
<left>475</left>
<top>550</top>
<control type="button" id="6">
<description>Open Button</description>
<left>0</left>
<top>0</top>
<width>330</width>
<label>31055</label>
<align>center</align>
<include>ButtonHomeSubCommonValues</include>
<onleft>50</onleft>
<onright>100</onright>
<onup>8</onup>
<ondown>7</ondown>
</control>
<control type="button" id="7">
<description>Save Button</description>
<left>0</left>
<top>40</top>
<width>330</width>
<label>31056</label>
<align>center</align>
<include>ButtonHomeSubCommonValues</include>
<onleft>50</onleft>
<onright>100</onright>
<onup>6</onup>
<ondown>8</ondown>
</control>
<control type="button" id="8">
<description>Clear button</description>
<left>0</left>
<top>80</top>
<width>330</width>
<label>31057</label>
<align>center</align>
<include>ButtonHomeSubCommonValues</include>
<onleft>50</onleft>
<onright>100</onright>
<onup>7</onup>
<ondown>6</ondown>
</control>
</control>
<control type="group">
<visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>480</left>
<top>90</top>
<width>320</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Container(50).ListItem.Icon]</texture>
</control>
<control type="textbox">
<left>480</left>
<top>302</top>
<width>320</width>
<height>218</height>
<font>font13</font>
<align>center</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(50).ListItem.Title,[COLOR=blue]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Artist,[COLOR=blue]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Album,[COLOR=blue]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Duration,[COLOR=blue]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.TrackNumber,[COLOR=blue]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Genre,[COLOR=blue]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
</control>
</control>
<control type="group">
<visible>Control.HasFocus(100)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>465</left>
<top>90</top>
<width>350</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[Container(100).ListItem.Icon]</texture>
</control>
<control type="textbox">
<left>465</left>
<top>302</top>
<width>350</width>
<height>218</height>
<font>font13</font>
<align>center</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(100).ListItem.Title,[COLOR=blue]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Artist,[COLOR=blue]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Album,[COLOR=blue]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Duration,[COLOR=blue]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.TrackNumber,[COLOR=blue]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Genre,[COLOR=blue]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
</control>
</control>
</control>
<control type="group">
<animation effect="slide" start="-480,0" end="0,0" time="375" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" end="-480,0" start="0,0" time="375" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<left>0</left>
<top>0</top>
<width>480</width>
<height>720</height>
<texture border="0,0,15,0">MediaBladeSub.png</texture>
</control>
<control type="label">
<left>30</left>
<top>40</top>
<width>410</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>31058</label>
</control>
<control type="image">
<left>10</left>
<top>80</top>
<width>460</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="image">
<left>10</left>
<top>50r</top>
<width>460</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="label">
<description>number of files/pages in left list text label</description>
<left>30</left>
<top>38r</top>
<width>410</width>
<font>font12</font>
<align>left</align>
<scroll>true</scroll>
<textcolor>blue</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="scrollbar" id="30">
<left>20</left>
<top>100</top>
<width>25</width>
<height>540</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>31</onleft>
<onright>50</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="50">
<left>50</left>
<top>100</top>
<width>400</width>
<height>540</height>
<onleft>30</onleft>
<onright>9000</onright>
<onup>50</onup>
<ondown>50</ondown>
<viewtype label="">list</viewtype>
<pagecontrol>30</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30" width="400">
<control type="label">
<left>5</left>
<top>0</top>
<width>380</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>35</left>
<top>0</top>
<width>360</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30" width="400">
<control type="image">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<texture border="7">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>380</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>35</left>
<top>0</top>
<width>360</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
<animation effect="slide" start="480,0" end="0,0" time="375" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" end="480,0" start="0,0" time="375" tween="quadratic" easing="out">WindowClose</animation>
<left>800</left>
<control type="image">
<left>0</left>
<top>0</top>
<width>480</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">MediaBladeSub.png</texture>
</control>
<control type="label">
<left>30</left>
<top>40</top>
<width>410</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>right</align>
<aligny>center</aligny>
<label>31059</label>
</control>
<control type="image">
<left>10</left>
<top>80</top>
<width>460</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="image">
<left>10</left>
<top>50r</top>
<width>460</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="label">
<description>Page Count Label</description>
<left>140</left>
<top>38r</top>
<width>300</width>
<height>20</height>
<font>font12</font>
<textcolor>blue</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>($INFO[Container(100).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(100).CurrentPage]/$INFO[Container(100).NumPages])</label>
</control>
<control type="scrollbar" id="31">
<left>430</left>
<top>100</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>100</onleft>
<onright>30</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="list" id="100">
<left>20</left>
<top>100</top>
<width>400</width>
<height>550</height>
<onleft>9000</onleft>
<onright>31</onright>
<onup>100</onup>
<ondown>100</ondown>
<viewtype label="">list</viewtype>
<pagecontrol>31</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30" width="400">
<control type="label">
<left>5</left>
<top>0</top>
<width>380</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>35</left>
<top>0</top>
<width>360</width>
<height>30</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<info>ListItem.Label2</info>
</control>
</itemlayout>
<focusedlayout height="30" width="400">
<control type="image">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<texture border="7">MenuItemFO.png</texture>
<visible>Control.HasFocus(100)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>380</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>35</left>
<top>0</top>
<width>360</width>
<height>30</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<info>ListItem.Label2</info>
</control>
</focusedlayout>
</control>
</control>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_music" />
<param name="Label" value="$LOCALIZE[10503]" />
</include>
</controls>
</window>

533
720p/MyPVRChannels.xml Normal file
View File

@ -0,0 +1,533 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>50</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<include>VisibleFadeEffect</include>
<control type="group">
<control type="image">
<left>50</left>
<top>60</top>
<width>450</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>450</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>510</left>
<top>60</top>
<width>730</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>510</left>
<top>652</top>
<width>730</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group">
<description>Small Media Window</description>
<left>530</left>
<top>80</top>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>400</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="button" id="61">
<left>-1</left>
<top>-1</top>
<width>692</width>
<height>402</height>
<texturefocus border="3">VideoWindowFO.png</texturefocus>
<texturenofocus>-</texturenofocus>
<font>-</font>
<pulseonselect>no</pulseonselect>
<onleft>70</onleft>
<onclick>Fullscreen</onclick>
<visible>Player.HasVideo</visible>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>680</width>
<height>390</height>
<texture>special://skin/backgrounds/tv.jpg</texture>
<include>VisibleFadeEffect</include>
<visible>!Player.HasVideo</visible>
</control>
<control type="videowindow">
<left>5</left>
<top>5</top>
<width>680</width>
<height>390</height>
<visible>Player.HasVideo</visible>
<animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
</control>
<control type="image">
<left>1</left>
<top>1</top>
<width>688</width>
<height>35</height>
<texture>black-back.png</texture>
<colordiffuse>DDFFFFFF</colordiffuse>
<visible>Player.HasVideo</visible>
</control>
<control type="label">
<description>Current Video label</description>
<left>30</left>
<top>1</top>
<width>650</width>
<height>35</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<visible>Player.HasVideo</visible>
</control>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<description>TV Channels group</description>
<include>VisibleFadeEffect</include>
<control type="group">
<left>530</left>
<top>490</top>
<visible>![Control.IsVisible(50) + !IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS) + RDS.HasRDS]</visible>
<control type="label">
<left>0</left>
<top>0</top>
<width>690</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>[B]$INFO[Container(50).ListItem.Title]$INFO[ListItem.EpisodeName, (,)][/B]</label>
</control>
<control type="label">
<left>0</left>
<top>22</top>
<width>80</width>
<height>20</height>
<align>right</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<visible>Container(50).ListItem.HasEpg</visible>
<label>$INFO[Container(50).ListItem.StartTime]</label>
</control>
<control type="progress">
<description>Progressbar</description>
<left>85</left>
<top>30</top>
<width>510</width>
<height>8</height>
<visible>Container(50).ListItem.HasEpg</visible>
<info>Container(50).ListItem.Progress</info>
</control>
<control type="label">
<left>600</left>
<top>22</top>
<width>80</width>
<height>20</height>
<align>left</align>
<aligny>center</aligny>
<font>font10_title</font>
<textcolor>blue</textcolor>
<visible>Container(50).ListItem.HasEpg</visible>
<label>$INFO[Container(50).ListItem.EndTime]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>0</left>
<top>52</top>
<width>690</width>
<height>72</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[Container(50).ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
</control>
<control type="label">
<left>0</left>
<top>140</top>
<width>690</width>
<height>20</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<scroll>false</scroll>
<visible>!IsEmpty(Container(50).ListItem.NextTitle)</visible>
<label>$LOCALIZE[19031]: $INFO[Container(50).ListItem.NextTitle]</label>
</control>
</control>
<control type="group">
<control type="list" id="50">
<left>70</left>
<top>85</top>
<width>390</width>
<height>541</height>
<onleft>100</onleft>
<onright>70</onright>
<onup>50</onup>
<ondown>50</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>70</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="60" width="390">
<control type="image">
<left>0</left>
<top>0</top>
<width>390</width>
<height>61</height>
<texture border="2">MenuItemNF.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>-4</top>
<width>40</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>270</width>
<height>25</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">
<left>50</left>
<top>25</top>
<width>330</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>25</top>
<width>280</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
</control>
<control type="progress">
<description>Progressbar</description>
<left>50</left>
<top>48</top>
<width>280</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
<visible>ListItem.HasEpg</visible>
<info>ListItem.Progress</info>
</control>
<control type="image">
<left>340</left>
<top>4</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>5</left>
<top>37</top>
<width>30</width>
<height>20</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
</itemlayout>
<focusedlayout height="60" width="390">
<control type="image">
<left>0</left>
<top>0</top>
<width>390</width>
<height>61</height>
<texture border="2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>390</width>
<height>61</height>
<texture border="2">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>-4</top>
<width>40</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>270</width>
<height>25</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">
<left>50</left>
<top>25</top>
<width>330</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>IsEmpty(Listitem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>25</top>
<width>280</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
<visible>!IsEmpty(Listitem.Icon)</visible>
</control>
<control type="progress">
<description>Progressbar</description>
<left>50</left>
<top>48</top>
<width>280</width>
<height>6</height>
<colordiffuse>88FFFFFF</colordiffuse>
<visible>ListItem.HasEpg</visible>
<info>ListItem.Progress</info>
</control>
<control type="image">
<left>340</left>
<top>4</top>
<width>50</width>
<height>50</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>5</left>
<top>37</top>
<width>30</width>
<height>20</height>
<texture>PVR-IsRecording.png</texture>
<visible>ListItem.IsRecording</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="70">
<left>465</left>
<top>85</top>
<width>25</width>
<height>540</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>50</onleft>
<onright>61</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>
<control type="group">
<left>530</left>
<top>490</top>
<visible>Control.IsVisible(50) + !IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS) + RDS.HasRDS</visible>
<control type="image">
<left>580</left>
<top>-3</top>
<width>104</width>
<height>40</height>
<visible>!RDS.HasRadioText</visible>
<texture>flagging/rds/rds-logo.png</texture>
</control>
<control type="image">
<left>580</left>
<top>-3</top>
<width>104</width>
<height>34</height>
<visible>RDS.HasRadioText + !RDS.HasRadioTextPlus</visible>
<texture>flagging/rds/rds-radiotext-logo.png</texture>
</control>
<control type="image">
<left>580</left>
<top>-3</top>
<width>104</width>
<height>40</height>
<visible>RDS.HasRadioTextPlus</visible>
<texture>flagging/rds/rds-radiotext-plus-logo.png</texture>
</control>
<control type="label">
<left>0</left>
<top>40</top>
<width>690</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<visible>RDS.HasRDS</visible>
<label>$INFO[RDS.Getline(3)]</label>
</control>
<control type="label">
<left>0</left>
<top>65</top>
<width>690</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<visible>RDS.HasRDS</visible>
<label>$INFO[RDS.Getline(2)]</label>
</control>
<control type="label">
<left>0</left>
<top>90</top>
<width>690</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<visible>RDS.HasRDS</visible>
<label>$INFO[RDS.Getline(1)]</label>
</control>
<control type="label">
<left>0</left>
<top>115</top>
<width>690</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<scroll>true</scroll>
<visible>RDS.HasRDS</visible>
<label>$INFO[RDS.Getline(0)]</label>
</control>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
</controls>
</window>

76
720p/MyPVRGuide.xml Normal file
View File

@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">10</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>10,11,12,13</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<control type="image">
<left>55</left>
<top>60</top>
<width>1170</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>55</left>
<top>652</top>
<width>1170</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group" id="50">
<include>Window_OpenClose_Animation</include>
<include>PVRGuideViewTimeline</include>
<include>PVRGuideViewNow</include>
<include>PVRGuideViewNext</include>
<include>PVRGuideViewChannel</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
</controls>
</window>

318
720p/MyPVRRecordings.xml Normal file
View File

@ -0,0 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>50</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(50)</visible>
<control type="image">
<left>50</left>
<top>60</top>
<width>840</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>50</left>
<top>652</top>
<width>840</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>900</left>
<top>60</top>
<width>330</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>900</left>
<top>652</top>
<width>330</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<description>Recordings group</description>
<visible>Control.IsVisible(50)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="50">
<left>70</left>
<top>75</top>
<width>760</width>
<height>561</height>
<onleft>102</onleft>
<onright>72</onright>
<onup>50</onup>
<ondown>50</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>72</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="2">MenuItemNF.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>10</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>605</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>225</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Date]</label>
</control>
<control type="image">
<left>730</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>730</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="2">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="2">MenuItemNF.png</texture>
<include>VisibleFadeEffect</include>
<visible>!Control.HasFocus(50)</visible>
</control>
<control type="image">
<left>560</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(50) + !IsEmpty(ListItem.Date)</visible>
</control>
<control type="image">
<left>10</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture background="true" fallback="DefaultVideoCover.png">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>630</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>225</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Date]</label>
</control>
<control type="image">
<left>730</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>730</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="72">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</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>50</onleft>
<onright>102</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19163] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="group">
<left>910</left>
<top>80</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>230</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture fallback="DefaultVideoCover.png">$INFO[Container(50).ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="fadelabel">
<left>10</left>
<top>230</top>
<width>290</width>
<height>25</height>
<label>$INFO[Container(50).ListItem.Title]$INFO[ListItem.EpisodeName, (,)]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="textbox">
<description>Description Value for TV Show</description>
<left>10</left>
<top>272</top>
<width>290</width>
<height>223</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[Container(50).ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="label">
<description>Disk usage text</description>
<left>10</left>
<top>525</top>
<width>290</width>
<height>20</height>
<label>$INFO[PVR.backenddiskspace]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12</font>
<visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible>
</control>
<control type="progress">
<description>Disk usage bar</description>
<left>10</left>
<top>548</top>
<width>290</width>
<height>12</height>
<info>PVR.backenddiskspaceprogr</info><visible>!IntegerGreaterThan(PVR.backenddiskspaceprogr,100)</visible></control>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
</controls>
</window>

452
720p/MyPVRSearch.xml Normal file
View File

@ -0,0 +1,452 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>50</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<control type="image">
<left>55</left>
<top>60</top>
<width>1170</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>55</left>
<top>652</top>
<width>1170</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<description>TV Search group</description>
<visible>Control.IsVisible(50)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Channel label</description>
<left>0</left>
<top>20</top>
<width>220</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>19148</label>
</control>
<control type="label">
<description>Title header label</description>
<left>240</left>
<top>20</top>
<width>300</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Time label</description>
<left>750</left>
<top>20</top>
<width>300</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>21820</label>
</control>
<control type="label">
<description>Status header label</description>
<left>980</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="50">
<left>0</left>
<top>55</top>
<width>1100</width>
<height>370</height>
<onup>50</onup>
<ondown>50</ondown>
<onleft>104</onleft>
<onright>77</onright>
<pagecontrol>77</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="group">
<visible>IsEmpty(ListItem.Date)</visible>
<control type="label">
<left>50</left>
<top>0</top>
<width>650</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Date)</visible>
<control type="image">
<left>0</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture border="1">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>190</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
<visible>!IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>190</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
<visible>IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>240</left>
<top>0</top>
<width>510</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>750</left>
<top>0</top>
<width>230</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>1010</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
<control type="image">
<left>980</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
</control>
<control type="group">
<visible>IsEmpty(ListItem.Date)</visible>
<control type="label">
<left>50</left>
<top>0</top>
<width>650</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Date)</visible>
<control type="image">
<left>0</left>
<top>5</top>
<width>30</width>
<height>30</height>
<texture border="1">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>190</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
<visible>!IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>190</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
<visible>IsEmpty(ListItem.Icon)</visible>
</control>
<control type="label">
<left>240</left>
<top>0</top>
<width>510</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="label">
<left>750</left>
<top>0</top>
<width>230</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>1010</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
<control type="image">
<left>980</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="77">
<left>1105</left>
<top>50</top>
<width>25</width>
<height>370</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>50</onleft>
<onright>104</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>430</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="group">
<visible>!ListItem.HasEPG</visible>
<left>0</left>
<top>440</top>
<control type="label">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>20</height>
<label>$LOCALIZE[19055]</label>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
</control>
</control>
<control type="group">
<visible>ListItem.HasEPG</visible>
<left>0</left>
<top>440</top>
<control type="image">
<left>62</left>
<top>6</top>
<width>130</width>
<height>130</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
</control>
<control type="label">
<left>280</left>
<top>0</top>
<width>800</width>
<height>20</height>
<label>[B]$INFO[ListItem.EpgEventTitle]$INFO[ListItem.EpisodeName, (,)][/B]</label>
<font>font13</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
</control>
<control type="label">
<left>280</left>
<top>25</top>
<width>800</width>
<height>20</height>
<label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Season, • $LOCALIZE[20373] ]$INFO[ListItem.Episode, • $LOCALIZE[20359] ]$INFO[ListItem.Genre, • ]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="textbox">
<description>Plot value</description>
<left>280</left>
<top>57</top>
<width>800</width>
<height>63</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey</textcolor>
<autoscroll delay="10000" time="3000" repeat="6000">true</autoscroll>
<label>$INFO[ListItem.Plot]</label>
</control>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
</controls>
</window>

477
720p/MyPVRTimers.xml Normal file
View File

@ -0,0 +1,477 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>50</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="group">
<include>VisibleFadeEffect</include>
<control type="image">
<left>55</left>
<top>60</top>
<width>1170</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>55</left>
<top>652</top>
<width>1170</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
</control>
</control>
</control>
<include>MainWindowMouseButtons</include>
<include>PVRHeader</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<description>Timers group</description>
<visible>Control.IsVisible(50)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Channel header label</description>
<left>50</left>
<top>20</top>
<width>220</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>19029</label>
</control>
<control type="label">
<description>Title header label</description>
<left>240</left>
<top>20</top>
<width>200</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Schedule Time header label</description>
<left>480</left>
<top>20</top>
<width>200</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>31501</label>
</control>
<control type="label">
<description>Type header label</description>
<left>770</left>
<top>20</top>
<width>150</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>467</label>
</control>
<control type="label">
<description>Status header label</description>
<left>980</left>
<top>20</top>
<width>150</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="50">
<left>0</left>
<top>55</top>
<width>1100</width>
<height>330</height>
<onup>50</onup>
<ondown>50</ondown>
<onleft condition="Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)">103</onleft>
<onleft condition="Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)">105</onleft>
<onright>73</onright>
<pagecontrol>73</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="group">
<visible>IsEmpty(ListItem.Date)</visible>
<control type="label">
<left>50</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Date)</visible>
<control type="image">
<left>0</left>
<top>8</top>
<width>50</width>
<height>26</height>
<texture border="1">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>240</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>480</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>770</left>
<top>0</top>
<width>180</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Timertype</info>
</control>
<control type="label">
<left>980</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Comment</info>
</control>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemFO.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
</control>
<control type="group">
<visible>IsEmpty(ListItem.Date)</visible>
<control type="label">
<left>50</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Date)</visible>
<control type="image">
<left>0</left>
<top>8</top>
<width>50</width>
<height>26</height>
<texture border="1">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>240</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
<control type="label">
<left>480</left>
<top>0</top>
<width>250</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>770</left>
<top>0</top>
<width>180</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Timertype</info>
</control>
<control type="label">
<left>980</left>
<top>0</top>
<width>150</width>
<height>40</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Comment</info>
</control>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="73">
<left>1105</left>
<top>50</top>
<width>25</width>
<height>330</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>50</onleft>
<onright condition="Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)">103</onright>
<onright condition="Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)">105</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>390</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="group">
<visible>!ListItem.HasEPG</visible>
<left>0</left>
<top>400</top>
<control type="label">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>20</height>
<label>$LOCALIZE[19055]</label>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
</control>
</control>
<control type="group">
<visible>ListItem.HasEPG</visible>
<left>0</left>
<top>400</top>
<control type="image">
<left>62</left>
<top>6</top>
<width>130</width>
<height>130</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
</control>
<control type="label">
<left>280</left>
<top>0</top>
<width>800</width>
<height>20</height>
<label>[B]$INFO[ListItem.EpgEventTitle]$INFO[ListItem.EpisodeName, (,)][/B]</label>
<font>font13</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
</control>
<control type="label">
<left>280</left>
<top>25</top>
<width>800</width>
<height>20</height>
<label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Season, • $LOCALIZE[20373] ]$INFO[ListItem.Episode, • $LOCALIZE[20359] ]$INFO[ListItem.Genre, • ]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="textbox">
<description>Plot value</description>
<left>280</left>
<top>57</top>
<width>800</width>
<height>63</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey</textcolor>
<autoscroll delay="10000" time="3000" repeat="6000">true</autoscroll>
<label>$INFO[ListItem.Plot]</label>
</control>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>540</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="label">
<description>Next timer date</description>
<left>55</left>
<top>545</top>
<width>1010</width>
<height>30</height>
<font>font13</font>
<align>center</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>white</textcolor>
<label>$INFO[PVR.NextTimer]</label>
<visible>PVR.HasTimer</visible>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label for Timer Rules</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19138] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
<visible>Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)</visible>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label for Timers</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19040] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
<visible>Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)</visible>
<include>Window_OpenClose_Animation</include>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
</control>
<include>PVRSideBlade</include>
</controls>
</window>

157
720p/MyPics.xml Normal file
View File

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,550,551,500,514,510</views>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>625</height>
<texture background="true">$INFO[ListItem.FilenameAndPath]</texture>
<fadetime>1000</fadetime>
<aspectratio>keep</aspectratio>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(510)</visible>
<include>Window_OpenClose_Animation</include>
</control>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 500 -->
<include>ThumbnailView</include>
<!-- view id = 510 -->
<include>PictureWrapView</include>
<!-- view id = 514 -->
<include>PictureThumbView</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_pictures" />
<param name="Label" value="$LOCALIZE[1]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="20">
<visible>Container.CanFilterAdvanced</visible>
<description>Filter</description>
<include>ButtonCommonValues</include>
<label>587</label>
<onclick>right</onclick>
<onclick>Filter</onclick>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="6">
<description>Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>108</label>
</control>
<control type="button" id="7">
<description>Recersive Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>361</label>
</control>
<control type="radiobutton" id="9">
<description>Randomize Toggle</description>
<include>ButtonCommonValues</include>
<label>13319</label>
</control>
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31039</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Container.Content(addons)</visible>
</control>
<control type="button" id="204">
<description>Get more</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>21452</label>
<onclick>ActivateWindow(addonbrowser,addons://more/image/,return)</onclick>
<visible>Container.Content(addons)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

102
720p/MyPlaylist.xml Normal file
View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,506</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 506 -->
<include>MusicInfoListView</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader" condition="Window.IsActive(videoplaylist)">
<param name="Icon" value="icon_video" />
<param name="Label" value="$LOCALIZE[10522]" />
</include>
<include name="CommonWindowHeader" condition="Window.IsActive(musicplaylist)">
<param name="Icon" value="icon_music" />
<param name="Label" value="$LOCALIZE[10517]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="20">
<description>Shuffle button</description>
<include>ButtonCommonValues</include>
<label>191</label>
</control>
<control type="button" id="26">
<description>Repeat button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="21">
<description>Save button</description>
<label>190</label>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
</control>
<control type="button" id="22">
<description>Clear button</description>
<label>192</label>
<onclick condition="Window.IsActive(musicplaylist)">ReplaceWindow(music)</onclick>
<onclick condition="Window.IsActive(videoplaylist)">ReplaceWindow(Videos)</onclick>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

115
720p/MyPrograms.xml Normal file
View File

@ -0,0 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<views>50,51,500,550,551</views>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 500 -->
<include>ThumbnailView</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_addons" />
<param name="Label" value="$LOCALIZE[0]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="20">
<visible>Container.CanFilterAdvanced</visible>
<description>Filter</description>
<include>ButtonCommonValues</include>
<label>587</label>
<onclick>right</onclick>
<onclick>Filter</onclick>
</control>
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31039</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Container.Content(addons)</visible>
</control>
<control type="button" id="204">
<description>Get more</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>21452</label>
<onclick>ActivateWindow(addonbrowser,addons://more/executable/,return)</onclick>
<visible>Container.Content(addons)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

185
720p/MyVideoNav.xml Normal file
View File

@ -0,0 +1,185 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<views>50,51,500,550,551,560,501,508,504,503,515,505,511</views>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<controls>
<include>CommonBackground</include>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<!-- view id = 50 -->
<include>CommonRootView</include>
<!-- view id = 51 -->
<include>FullWidthList</include>
<!-- view id = 500 -->
<include>ThumbnailView</include>
<!-- view id = 501 -->
<include>PosterWrapView</include>
<!-- view id = 508 -->
<include>PosterWrapView2_Fanart</include>
<!-- view id = 503 -->
<include>MediaListView3</include>
<!-- view id = 504 -->
<include>MediaListView2</include>
<!-- view id = 515 -->
<include>MediaListView4</include>
<!-- view id = 505 -->
<include>WideIconView</include>
<!-- view id = 511 -->
<include>MusicVideoInfoListView</include>
<!-- view id = 550 -->
<include>AddonInfoListView1</include>
<!-- view id = 551 -->
<include>AddonInfoThumbView1</include>
<!-- view id = 560 -->
<include>LiveTVView1</include>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_video" />
<param name="Label" value="$LOCALIZE[3]" />
</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>60</top>
<width>250</width>
<height>650</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<visible>Container.CanFilter + !Container.CanFilterAdvanced</visible>
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="radiobutton" id="98">
<visible>Container.CanFilterAdvanced</visible>
<description>Filter</description>
<include>ButtonCommonValues</include>
<label>587</label>
<selected>Container.Filtered</selected>
<onclick>right</onclick>
<onclick>Filter</onclick>
</control>
<control type="radiobutton" id="99">
<description>Show Info Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>31005</label>
<onclick>Skin.ToggleSetting(View508HideInfo)</onclick>
<selected>Skin.HasSetting(View508HideInfo)</selected>
<visible>Control.IsVisible(508)</visible>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>20367</label>
</control>
<control type="button" id="8">
<description>Search</description>
<include>ButtonCommonValues</include>
<label>137</label>
</control>
<control type="radiobutton" id="16">
<description>PartyMode</description>
<label>589</label>
<include>ButtonCommonValues</include>
<visible>Container.Content(MusicVideos)</visible>
</control>
<control type="radiobutton" id="11">
<description>Unlock Shares</description>
<textwidth>170</textwidth>
<include>ButtonCommonValues</include>
<label>20336</label>
<onclick>mastermode</onclick>
<selected>system.ismaster</selected>
<visible>system.haslocks</visible>
</control>
<control type="label" id="203">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31039</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="togglebutton" id="20">
<description>Update library</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>653</label>
<altlabel>13353</altlabel>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<usealttexture>library.isscanningvideo</usealttexture>
</control>
<control type="button" id="204">
<description>Get more</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>21452</label>
<onclick>ActivateWindow(addonbrowser,addons://more/video/,return)</onclick>
<visible>Container.Content(addons)</visible>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

567
720p/MyWeather.xml Normal file
View File

@ -0,0 +1,567 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<menucontrol>9000</menucontrol>
<onload condition="!Skin.HasSetting(FirstTimeRun)">ActivateWindow(1112)</onload>
<controls>
<include>CommonBackground</include>
<control type="multiimage">
<depth>DepthBackground</depth>
<include>BackgroundDimensions</include>
<aspectratio>scale</aspectratio>
<imagepath background="true">resource://resource.images.weatherfanart.multi/$INFO[Window(Weather).Property(Current.FanartCode)]</imagepath>
<timeperimage>10000</timeperimage>
<randomize>true</randomize>
<fadetime>1000</fadetime>
<include>VisibleFadeEffect</include>
<visible>System.HasAddon(resource.images.weatherfanart.multi)</visible>
<animation effect="fade" time="150">WindowClose</animation>
</control>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_weather" />
<param name="Label" value="$LOCALIZE[8]" />
</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<include>VisibleFadeEffect</include>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<include>VisibleFadeEffect</include>
<control type="group">
<left>60</left>
<top>40</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>500</width>
<height>620</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>612</top>
<width>500</width>
<height>64</height>
<texture border="10">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>8</left>
<top>5</top>
<width>484</width>
<height>45</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<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="image">
<left>30</left>
<top>55</top>
<width>440</width>
<height>46</height>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>$INFO[Window.Property(WeatherProviderLogo)]</texture>
</control>
<control type="label">
<description>Provider Text</description>
<left>20</left>
<top>60</top>
<width>460</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[31303] : [COLOR=orange]$INFO[Window.Property(WeatherProvider)][/COLOR]</label>
<include>Window_OpenClose_Animation</include>
<visible>IsEmpty(Window.Property(WeatherProviderLogo))</visible>
</control>
<control type="group">
<control type="label">
<description>weather location label</description>
<left>20</left>
<top>100</top>
<width>460</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<scroll>false</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Location)]</label>
</control>
<control type="label">
<description>update label</description>
<left>20</left>
<top>120</top>
<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="group">
<depth>DepthContent+</depth>
<control type="label">
<description>current temp Value</description>
<left>15</left>
<top>185</top>
<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>
<left>200</left>
<top>206</top>
<width>100</width>
<height>40</height>
<font>font16</font>
<align>left</align>
<aligny>top</aligny>
<label>[B]$INFO[System.TemperatureUnits][/B]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>current weather icon</description>
<left>260</left>
<top>145</top>
<width>200</width>
<height>200</height>
<info>Window.Property(Current.ConditionIcon)</info>
<aspectratio>keep</aspectratio>
</control>
</control>
<control type="label">
<description>current condition label</description>
<left>20</left>
<top>350</top>
<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>
<control type="image">
<left>20</left>
<top>390</top>
<width>460</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="grouplist">
<left>0</left>
<top>400</top>
<width>170</width>
<height>180</height>
<itemgap>0</itemgap>
<control type="label">
<description>current feels like label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[402] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.FeelsLike))</visible>
</control>
<control type="label">
<description>current dew label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[405] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.DewPoint))</visible>
</control>
<control type="label">
<description>current humidity label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[406] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Humidity))</visible>
</control>
<control type="label">
<description>current UV Index label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[403] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.UVIndex))</visible>
</control>
<control type="label">
<description>current Precipitation label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[33021] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Precipitation))</visible>
</control>
<control type="label">
<description>current Wind label</description>
<left>0</left>
<top>0</top>
<width>170</width>
<height>28</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[404] :</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Wind))</visible>
</control>
</control>
<control type="grouplist">
<left>185</left>
<top>400</top>
<width>300</width>
<height>180</height>
<itemgap>0</itemgap>
<control type="label">
<description>current feels like Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</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>
<visible>!IsEmpty(Window.Property(Current.FeelsLike))</visible>
</control>
<control type="label">
<description>current dew Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</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>
<visible>!IsEmpty(Window.Property(Current.DewPoint))</visible>
</control>
<control type="label">
<description>current humidity Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<info>Window.Property(Current.Humidity)</info>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Humidity))</visible>
</control>
<control type="label">
<description>current UV Index Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<info>Window.Property(Current.UVIndex)</info>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.UVIndex))</visible>
</control>
<control type="label">
<description>current Precipitation Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<info>Window.Property(Current.Precipitation)</info>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Precipitation))</visible>
</control>
<control type="label">
<description>current Wind Value</description>
<left>0</left>
<top>0</top>
<width>300</width>
<height>28</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<info>Window.Property(Current.Wind)</info>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Current.Wind))</visible>
</control>
</control>
<control type="group">
<visible>!IsEmpty(Window.Property(Today.IsFetched))</visible>
<control type="label">
<description>Sunrise Label</description>
<left>30</left>
<top>570</top>
<width>300</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[33027] : [COLOR=white]$INFO[Window.Property(Today.Sunrise)][/COLOR]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Today.Sunrise))</visible>
</control>
<control type="label">
<description>Sunset label</description>
<left>170</left>
<top>570</top>
<width>300</width>
<height>35</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$LOCALIZE[33028] : [COLOR=white]$INFO[Window.Property(Today.Sunset)][/COLOR]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!IsEmpty(Window.Property(Today.Sunset))</visible>
</control>
</control>
</control>
<control type="group">
<left>580</left>
<top>40</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>650</width>
<height>620</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>612</top>
<width>650</width>
<height>64</height>
<texture border="10">ContentPanelMirror.png</texture>
</control>
<control type="image">
<left>8</left>
<top>5</top>
<width>634</width>
<height>45</height>
<texture>dialogheader.png</texture>
</control>
<control type="group" id="50">
<include>WeatherDaily</include>
<include>Weather36Hour</include>
<include>WeatherWeekend</include>
<include>WeatherHourly</include>
<include>WeatherMaps</include>
<include>WeatherAlerts</include>
</control>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>60</top>
<width>250</width>
<height>650</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="group" id="300">
<width>250</width>
<height>40</height>
<control type="spincontrolex" id="3">
<description>change location button</description>
<left>0</left>
<top>0</top>
<font>-</font>
<include>ButtonCommonValues</include>
<onleft>50</onleft>
<onright>50</onright>
<onup>200</onup>
<ondown>302</ondown>
<onback>50</onback>
</control>
<control type="label" id="301">
<left>10</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font13</font>
<label>31027</label>
<textcolor>white</textcolor>
<align>left</align>
<aligny>center</aligny>
</control>
</control>
<control type="button" id="302">
<description>Daily forcast button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>31904</label>
<onfocus>ClearProperty(Weather.CurrentView)</onfocus>
<visible>!IsEmpty(Window.Property(Daily.IsFetched))</visible>
</control>
<control type="button" id="303">
<description>36 hour forcast button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>31901</label>
<onfocus>SetProperty(Weather.CurrentView,36hour)</onfocus>
<visible>!IsEmpty(Window.Property(36Hour.IsFetched))</visible>
</control>
<control type="button" id="304">
<description>Weekend forcast button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>31903</label>
<onfocus>SetProperty(Weather.CurrentView,weekend)</onfocus>
<visible>!IsEmpty(Window.Property(Weekend.IsFetched))</visible>
</control>
<control type="button" id="305">
<description>Hourly forcast button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>31902</label>
<onfocus>SetProperty(Weather.CurrentView,hourly)</onfocus>
<visible>!IsEmpty(Window.Property(Hourly.IsFetched))</visible>
</control>
<control type="button" id="306">
<description>Maps button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>31910</label>
<onfocus>SetProperty(Weather.CurrentView,map)</onfocus>
<visible>!IsEmpty(Window.Property(Map.IsFetched))</visible>
</control>
<control type="button" id="307">
<description>Alerts button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>33050</label>
<onfocus>SetProperty(Weather.CurrentView,alerts)</onfocus>
<visible>!IsEmpty(Window.Property(Alerts.IsFetched))</visible>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>Refresh button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="button" id="4">
<description>Settings button</description>
<label>5</label>
<onclick>ActivateWindow(MyWeatherSettings)</onclick>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
</controls>
</window>

433
720p/PlayerControls.xml Normal file
View File

@ -0,0 +1,433 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">100</defaultcontrol>
<include>dialogeffect</include>
<visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible>
<coordinates>
<left>390</left>
<top>250</top>
</coordinates>
<controls>
<control type="image">
<left>5</left>
<top>156</top>
<width>483</width>
<height>53</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="group" id="100">
<left>25</left>
<top>162</top>
<defaultcontrol always="true">603</defaultcontrol>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<control type="button" id="600">
<left>0</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onleft>609</onleft>
<onright>601</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Previous)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="601">
<left>40</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>600</onleft>
<onright>603</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Rewind)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="togglebutton" id="603">
<left>80</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onleft>601</onleft>
<onright>602</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Play)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="602">
<left>120</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>603</onleft>
<onright>604</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="604">
<left>160</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>602</onleft>
<onright>605</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Forward)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="605">
<left>200</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onleft>604</onleft>
<onright>606</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Next)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="606">
<left>240</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>605</onleft>
<onright>607</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(record)</onclick>
<enable>Player.CanRecord</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!Player.CanRecord">Conditional</animation>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="group">
<animation effect="slide" start="0,0" end="40,0" time="0" condition="!Player.HasAudio">Conditional</animation>
<control type="button" id="607">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onclick>PlayerControl(Repeat)</onclick>
<onleft>606</onleft>
<onright>608</onright>
<onup>100</onup>
<ondown>100</ondown>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatNF.png</texture>
<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatFO.png</texture>
<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatOneNF.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>!Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatOneFO.png</texture>
<visible>Playlist.IsRepeatOne</visible>
<visible>Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatAllNF.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>!Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image">
<left>325</left>
<top>0</top>
<width>40</width>
<height>40</height>
<texture>OSDRepeatAllFO.png</texture>
<visible>Playlist.IsRepeat</visible>
<visible>Control.HasFocus(607)</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="togglebutton" id="608">
<left>365</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
<alttexturefocus>OSDRandomOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus>
<onclick>PlayerControl(Random)</onclick>
<onleft>607</onleft>
<onright>609</onright>
<onup>100</onup>
<ondown>100</ondown>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="togglebutton" id="609">
<left>405</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>31128</label>
<font>-</font>
<texturefocus>OSDLyricsFO.png</texturefocus>
<texturenofocus>OSDLyricsNF.png</texturenofocus>
<alttexturefocus>OSDLyricsFO.png</alttexturefocus>
<alttexturenofocus>OSDLyricsNF.png</alttexturenofocus>
<onleft>608</onleft>
<onright>600</onright>
<onup>100</onup>
<ondown>100</ondown>
<onclick>Close</onclick>
<onclick>ActivateWindow(Visualisation)</onclick>
<onclick>RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
<altclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</altclick>
<altclick>Close</altclick>
<altclick>RunScript($INFO[Skin.String(LyricScript_Path)])</altclick>
<usealttexture>IsEmpty(Skin.String(LyricScript_Path))</usealttexture>
<visible>Player.HasAudio</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
</control>
</control>
<control type="group" id="100">
<left>25</left>
<top>162</top>
<defaultcontrol always="true">700</defaultcontrol>
<visible>VideoPlayer.Content(LiveTV)</visible>
<control type="button" id="701">
<left>0</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onleft>706</onleft>
<onright>702</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Rewind)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="true">Conditional</animation>
</control>
<control type="button" id="702">
<left>40</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onleft>701</onleft>
<onright>703</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="togglebutton" id="703">
<left>80</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onleft>702</onleft>
<onright>704</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Play)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
<enable>false</enable>
<enable>Player.PauseEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="true">Conditional</animation>
</control>
<control type="button" id="704">
<left>120</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onleft>703</onleft>
<onright>700</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(Forward)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="true">Conditional</animation>
</control>
<control type="button" id="700">
<left>200</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onleft>704</onleft>
<onright>705</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>ChannelDown</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="705">
<left>240</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onleft>700</onleft>
<onright>706</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>ChannelUp</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="706">
<left>280</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onleft>705</onleft>
<onright>707</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>PlayerControl(record)</onclick>
<enable>Player.CanRecord</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!Player.CanRecord">Conditional</animation>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="707">
<left>400</left>
<top>0</top>
<width>40</width>
<height>40</height>
<label>-</label>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onleft>706</onleft>
<onright>701</onright>
<onup>300</onup>
<ondown>200</ondown>
<onclick>ActivateWindow(PVRRadioRDSInfo)</onclick>
<visible>VideoPlayer.Content(LiveTV) + RDS.HasRadiotextPlus</visible>
</control>
</control>
<control type="image">
<description>gradient</description>
<left>0</left>
<top>0</top>
<width>500</width>
<height>165</height>
<colordiffuse>CCFFFFFF</colordiffuse>
<visible>Window.IsVisible(home)</visible>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<!-- Music Info -->
<control type="group">
<visible>Player.HasAudio</visible>
<include>SmallMusicInfo</include>
</control>
<!-- Video Info -->
<control type="group">
<visible>Player.HasVideo</visible>
<include>SmallVideoInfo</include>
</control>
<control type="button">
<description>Close Window button</description>
<left>420</left>
<top>5</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>back</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>100</onleft>
<onright>100</onright>
<onup>100</onup>
<ondown>100</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</controls>
</window>

42
720p/Pointer.xml Normal file
View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="image" id="1">
<description>Pointer Image</description>
<left>0</left>
<top>0</top>
<width>32</width>
<height>32</height>
<texture>pointer-nofocus.png</texture>
</control>
<control type="image" id="2">
<description>Pointer Focus Image</description>
<left>0</left>
<top>0</top>
<width>32</width>
<height>32</height>
<texture>pointer-focus.png</texture>
</control>
<control type="image" id="3">
<description>Pointer Drag Image</description>
<left>0</left>
<top>0</top>
<width>32</width>
<height>32</height>
<texture>pointer-focus-drag.png</texture>
</control>
<control type="image" id="4">
<description>Pointer Click Image</description>
<left>0</left>
<top>0</top>
<width>32</width>
<height>32</height>
<texture>pointer-focus-click.png</texture>
</control>
</controls>
</window>

162
720p/ProfileSettings.xml Normal file
View File

@ -0,0 +1,162 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<coordinates>
<left>290</left>
<top>75</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="700" />
<param name="DialogBackgroundHeight" value="570" />
<param name="DialogHeaderWidth" value="620" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="610" />
<param name="CloseButtonNav" value="1" />
</include>
<control type="image" id="101">
<description>profile image</description>
<left>30</left>
<top>70</top>
<width>150</width>
<height>150</height>
<align>left</align>
<aspectratio>stretch</aspectratio>
<texture>unknown-user.png</texture>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<description>profile name label</description>
<left>200</left>
<top>70</top>
<width>460</width>
<align>left</align>
<font>font13_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[20093]</label>
</control>
<control type="label" id="102">
<description>profile name Value</description>
<left>200</left>
<top>95</top>
<width>460</width>
<align>left</align>
<font>font16</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>profile directory label</description>
<left>200</left>
<top>155</top>
<width>460</width>
<align>left</align>
<font>font13_title</font>
<textcolor>blue</textcolor>
<label>$LOCALIZE[20070]</label>
</control>
<control type="label" id="103">
<description>profile directory Value</description>
<left>200</left>
<top>180</top>
<width>460</width>
<align>left</align>
<font>font13</font>
<textcolor>white</textcolor>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>30</left>
<top>230</top>
<width>640</width>
<height>265</height>
<itemgap>5</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>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button" id="28">
<description>Ok Button</description>
<left>145</left>
<top>505</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onleft>29</onleft>
<onright>29</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
<left>355</left>
<top>505</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onleft>28</onleft>
<onright>28</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
</controls>
</window>

257
720p/Settings.xml Normal file
View File

@ -0,0 +1,257 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>625</top>
<width>1090</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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="image">
<description>LOGO</description>
<left>30</left>
<top>15</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="list" id="9000">
<left>10</left>
<top>82</top>
<width>260</width>
<height>541</height>
<onleft>9000</onleft>
<onright>9001</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="54" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>55</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>240</width>
<height>55</height>
<font>font24_title</font>
<textcolor>grey3</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="54" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>55</height>
<texture border="5">MenuItemFO.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>240</width>
<height>55</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>480</label>
<label2>31400</label2>
<onclick>ActivateWindow(AppearanceSettings)</onclick>
<icon>-</icon>
</item>
<item id="2">
<label>157</label>
<label2>31401</label2>
<onclick>ActivateWindow(VideosSettings)</onclick>
<icon>-</icon>
</item>
<item id="3">
<label>31502</label>
<label2>31409</label2>
<onclick>ActivateWindow(PVRSettings)</onclick>
<icon>special://skin/backgrounds/tv.jpg</icon>
</item>
<item id="4">
<label>2</label>
<label2>31402</label2>
<onclick>ActivateWindow(MusicSettings)</onclick>
<icon>-</icon>
</item>
<item id="5">
<label>1</label>
<label2>31403</label2>
<onclick>ActivateWindow(PicturesSettings)</onclick>
<icon>-</icon>
</item>
<item id="6">
<label>8</label>
<label2>31404</label2>
<onclick>ActivateWindow(WeatherSettings)</onclick>
<icon>-</icon>
</item>
<item id="7">
<label>24001</label>
<label2>31408</label2>
<onclick>ActivateWindow(AddonBrowser)</onclick>
<icon>-</icon>
</item>
<item id="8">
<label>14036</label>
<label2>31410</label2>
<onclick>ActivateWindow(ServiceSettings)</onclick>
<icon>-</icon>
</item>
<item id="9">
<label>13000</label>
<label2>31406</label2>
<onclick>ActivateWindow(SystemSettings)</onclick>
<icon>-</icon>
</item>
</content>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>804</width>
<height>50</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>804</width>
<height>54</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>300</left>
<top>20</top>
<width>740</width>
<height>30</height>
<font>font16</font>
<label>$LOCALIZE[31000] $LOCALIZE[5]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<left>270</left>
<top>60</top>
<width>800</width>
<height>450</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>272</left>
<top>62</top>
<width>796</width>
<height>446</height>
<aspectratio>stretch</aspectratio>
<fadetime>600</fadetime>
<texture background="true">special://skin/backgrounds/settings.jpg</texture>
</control>
<control type="image">
<left>272</left>
<top>62</top>
<width>600</width>
<height>340</height>
<aspectratio>stretch</aspectratio>
<texture>GlassOverlay.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="image">
<left>268</left>
<top>510</top>
<width>804</width>
<height>118</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="textbox">
<description>Appearance Description</description>
<left>300</left>
<top>522</top>
<width>740</width>
<height>98</height>
<font>font12</font>
<label>$INFO[Container(9000).ListItem.Label2]</label>
<align>left</align>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[5]" />
</include>
</controls>
</window>

288
720p/SettingsCategory.xml Normal file
View File

@ -0,0 +1,288 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>3</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>625</top>
<width>1090</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<description>LOGO</description>
<left>30</left>
<top>15</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="grouplist" id="3">
<description>button area</description>
<left>10</left>
<top>90</top>
<width>260</width>
<height>481</height>
<itemgap>-1</itemgap>
<onleft>5</onleft>
<onright>5</onright>
<onup>3</onup>
<ondown>20</ondown>
</control>
<control type="button" id="20">
<description>Setting level button</description>
<left>10</left>
<top>562</top>
<height>60</height>
<width>260</width>
<label>10037</label>
<textoffsetx>20</textoffsetx>
<textoffsety>28</textoffsety>
<align>right</align>
<aligny>top</aligny>
<font>font13</font>
<textcolor>selected</textcolor>
<focusedcolor>selected</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<onleft>5</onleft>
<onright>5</onright>
<onup>3</onup>
<ondown>3</ondown>
<onclick>SettingsLevelChange</onclick>
</control>
<control type="label">
<left>20</left>
<top>566</top>
<height>25</height>
<width>230</width>
<label>31142</label>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>618</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>52</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>300</left>
<top>20</top>
<width>726</width>
<height>30</height>
<font>font16</font>
<label>$INFO[Control.GetLabel(2)] - $LOCALIZE[5]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>290</left>
<top>70</top>
<width>750</width>
<height>435</height>
<itemgap>-1</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>3</onleft>
<onright>60</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="scrollbar" id="60">
<left>1060</left>
<top>60</top>
<width>25</width>
<height>435</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>3</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="image">
<description>separator image</description>
<left>290</left>
<top>525</top>
<width>750</width>
<height>2</height>
<texture>separator2.png</texture>
<colordiffuse>40FFFFFF</colordiffuse>
</control>
<control type="textbox" id="6">
<description>description area</description>
<left>297</left>
<top>532</top>
<width>736</width>
<height>83</height>
<font>font12</font>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
</control>
</control>
<include>BehindDialogFadeOut</include>
<control type="button" id="10">
<description>Default Category Button</description>
<height>60</height>
<width>260</width>
<textoffsetx>20</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<invalidcolor>invalid</invalidcolor>
<texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<posx>0</posx>
<posy>0</posy>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="0,2,0,2">MenuItemFO.png</texturefocus>
<texturenofocus border="0,2,0,2">MenuItemNF.png</texturenofocus>
<aligny>center</aligny>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="2">
<description>Fake Label so we can pass it value down to the one below</description>
<left>0</left>
<top>0</top>
<width>0</width>
<height>0</height>
<font>-</font>
<visible>false</visible>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[5]" />
<param name="ShowLabel2" value="true" />
</include>
</controls>
</window>

387
720p/SettingsProfile.xml Normal file
View File

@ -0,0 +1,387 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>625</top>
<width>1090</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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="image">
<description>LOGO</description>
<left>30</left>
<top>15</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="list" id="9000">
<left>10</left>
<top>82</top>
<width>260</width>
<height>541</height>
<onleft>9010</onleft>
<onright>9010</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="54" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>55</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>240</width>
<height>55</height>
<font>font24_title</font>
<textcolor>grey3</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="54" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>55</height>
<texture border="5">MenuItemFO.png</texture>
<animation effect="fade" start="100" end="30" time="75" condition="!Control.HasFocus(9000)">Conditional</animation>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>240</width>
<height>55</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>31420</label>
<onclick>noop</onclick>
<icon>-</icon>
</item>
<item id="2">
<label>13200</label>
<onclick>noop</onclick>
<icon>-</icon>
</item>
</content>
</control>
<control type="group">
<visible>Container(9000).Hasfocus(2)</visible>
<left>20</left>
<top>260</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>240</width>
<height>200</height>
<aspectratio>keep</aspectratio>
<bordertexture border="12">ThumbBorder.png</bordertexture>
<bordersize>10</bordersize>
<texture fallback="unknown-user.png">$INFO[Container(2).Listitem.Icon]</texture>
</control>
<control type="label">
<left>0</left>
<top>210</top>
<width>240</width>
<height>20</height>
<font>font12_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[31319]</label>
</control>
<control type="label">
<left>0</left>
<top>235</top>
<width>240</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Container(2).ListItem.Label]</label>
</control>
<control type="label">
<left>0</left>
<top>265</top>
<width>240</width>
<height>30</height>
<font>font12_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[31320]</label>
</control>
<control type="label">
<left>0</left>
<top>290</top>
<width>240</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<label fallback="13170">$INFO[Container(2).ListItem.Label2]</label>
</control>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>618</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>52</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>300</left>
<top>20</top>
<width>726</width>
<height>30</height>
<font>font16</font>
<label>$LOCALIZE[13200] - $LOCALIZE[5]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group" id="9010">
<control type="grouplist" id="9001">
<visible>Container(9000).Hasfocus(1)</visible>
<left>290</left>
<top>60</top>
<width>750</width>
<height>440</height>
<itemgap>-1</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9001</onup>
<ondown>9001</ondown>
<control type="radiobutton" id="4">
<description>enable login screen</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<label>20096</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="button" id="5">
<description>auto login</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<label>33084</label>
<label2>$INFO[System.ProfileAutoLogin]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<enable>!System.HasLoginScreen</enable>
</control>
</control>
<control type="group">
<visible>Container(9000).Hasfocus(1)</visible>
<left>290</left>
<top>500</top>
<width>750</width>
<height>40</height>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>25</top>
<width>750</width>
<height>2</height>
<texture>separator2.png</texture>
<colordiffuse>40FFFFFF</colordiffuse>
</control>
<control type="textbox">
<description>description area</description>
<left>7</left>
<top>32</top>
<width>736</width>
<height>83</height>
<font>font12</font>
<label>$LOCALIZE[31422]</label>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
<visible>Control.Hasfocus(4)</visible>
</control>
<control type="textbox">
<description>description area</description>
<left>7</left>
<top>32</top>
<width>736</width>
<height>83</height>
<font>font12</font>
<label>$LOCALIZE[31423]</label>
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">true</autoscroll>
<visible>Control.Hasfocus(5)</visible>
</control>
</control>
<control type="panel" id="2">
<visible>Container(9000).Hasfocus(2)</visible>
<left>290</left>
<top>72</top>
<width>760</width>
<height>540</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>9010</onup>
<ondown>9010</ondown>
<viewtype label="21371">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="180" width="190">
<control type="image">
<left>1</left>
<top>0</top>
<width>188</width>
<height>145</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>6</left>
<top>145</top>
<width>178</width>
<height>25</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="180" width="190">
<control type="image">
<left>1</left>
<top>0</top>
<width>188</width>
<height>145</height>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>6</left>
<top>145</top>
<width>178</width>
<height>25</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1060</left>
<top>60</top>
<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>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
</control>
<control type="group">
<depth>DepthFooter</depth>
<include>CommonNowPlaying</include>
</control>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[13200]" />
</include>
</controls>
</window>

View File

@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>8</defaultcontrol>
<controls>
<control type="videowindow" id="20">
<description>videowindow</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<visible>Player.HasVideo</visible>
</control>
<control type="group">
<visible>!Player.HasVideo</visible>
<include>CommonBackground</include>
</control>
<control type="image">
<description>Overlay</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<include>dialogeffect</include>
</control>
<control type="button">
<description>Close Window button</description>
<left>100r</left>
<top>0</top>
<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>
<left>0</left>
<top>0</top>
<width>128</width>
<height>128</height>
<texturefocus>CalibrateTopLeft.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="mover" id="9">
<description>right bottom mover</description>
<left>700</left>
<top>500</top>
<width>128</width>
<height>128</height>
<texturefocus>CalibrateBottomRight.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="mover" id="10">
<description>subtitle position mover</description>
<left>200</left>
<top>500</top>
<width>512</width>
<height>128</height>
<texturefocus>CalibrateSubtitles.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="resize" id="11">
<description>pixel aspect ratio box</description>
<left>0</left>
<top>232</top>
<width>256</width>
<height>256</height>
<texturefocus>CalibratePixelRatio.png</texturefocus>
<texturenofocus>-</texturenofocus>
</control>
<control type="group">
<left>20</left>
<top>80</top>
<control type="label" id="2">
<description>coordinates label</description>
<left>0</left>
<top>10</top>
<width>1240</width>
<label>-</label>
<align>center</align>
<font>font13</font>
</control>
<control type="label" id="3">
<description>help information</description>
<left>0</left>
<top>40</top>
<width>1240</width>
<label>-</label>
<align>center</align>
<font>font13</font>
</control>
</control>
</controls>
</window>

376
720p/SettingsSystemInfo.xml Normal file
View File

@ -0,0 +1,376 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">95</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>625</top>
<width>1090</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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="image">
<description>LOGO</description>
<left>30</left>
<top>15</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="grouplist" id="9000">
<left>10</left>
<top>90</top>
<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>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>20037</label>
</control>
<control type="button" id="94">
<description>Button Storage</description>
<height>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>13277</label>
</control>
<control type="button" id="96">
<description>Button Network</description>
<height>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>13279</label>
</control>
<control type="button" id="97">
<description>Button Video</description>
<height>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>13280</label>
</control>
<control type="button" id="98">
<description>Button Hardware</description>
<height>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>13281</label>
</control>
<control type="button" id="99">
<description>Button PVR</description>
<height>60</height>
<width>241</width>
<textoffsetx>0</textoffsetx>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">MenuItemFO.png</texturefocus>
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>19191</label>
</control>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>618</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>52</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="40">
<description>header label</description>
<left>300</left>
<top>20</top>
<width>726</width>
<height>30</height>
<font>font16</font>
<label>-</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group">
<left>290</left>
<top>100</top>
<control type="label" id="2">
<description>Label 2</description>
<left>0</left>
<top>0</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="3">
<description>Label 3</description>
<left>0</left>
<top>35</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="4">
<description>Label 4</description>
<left>0</left>
<top>70</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="5">
<description>Label 5</description>
<left>0</left>
<top>105</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="6">
<description>Label 6</description>
<left>0</left>
<top>140</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="7">
<description>Label 7</description>
<left>0</left>
<top>175</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="8">
<description>Label 8</description>
<left>0</left>
<top>210</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="9">
<description>Label 9</description>
<left>0</left>
<top>245</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="10">
<description>Label 10</description>
<left>0</left>
<top>280</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label" id="11">
<description>Label 11</description>
<left>0</left>
<top>315</top>
<width>750</width>
<label>-</label>
<font>font13</font>
</control>
<control type="label">
<description>CPU Text</description>
<left>0</left>
<top>350</top>
<width>750</width>
<height>25</height>
<label>$LOCALIZE[13271] $INFO[System.CPUUsage]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12_title</font>
</control>
<control type="progress">
<description>CPU BAR</description>
<left>0</left>
<top>375</top>
<width>750</width>
<height>16</height>
<info>System.CPUUsage</info>
</control>
<control type="label">
<description>Memory Text</description>
<left>0</left>
<top>395</top>
<width>auto</width>
<height>25</height>
<label>$LOCALIZE[31309] $INFO[system.memory(used)] [B]/[/B] $INFO[system.memory(total)] [B]-[/B] $INFO[system.memory(used.percent)]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font12_title</font>
</control>
<control type="progress">
<description>Memory BAR</description>
<left>0</left>
<top>420</top>
<width>750</width>
<height>16</height>
<info>system.memory(used)</info>
</control>
<control type="grouplist">
<description>Kodi build version</description>
<itemgap>50</itemgap>
<top>450</top>
<left>0</left>
<align>left</align>
<orientation>horizontal</orientation>
<control type="label">
<description>Build label</description>
<width>auto</width>
<height>25</height>
<label>$LOCALIZE[144]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font13_title</font>
</control>
<control type="label" id="52">
<description>Kodi Build Version</description>
<left>90</left>
<top>450</top>
<width>auto</width>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<font>font13_title</font>
</control>
</control>
<control type="grouplist">
<description>Build date</description>
<itemgap>10</itemgap>
<top>480</top>
<align>left</align>
<left>0</left>
<orientation>horizontal</orientation>
<control type="label">
<description>kodi Compiled Text</description>
<width>auto</width>
<height>25</height>
<label>$LOCALIZE[174]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<font>font13_title</font>
</control>
<control type="label" id="53">
<description>Kodi Build Date</description>
<width>auto</width>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<font>font13_title</font>
</control>
</control>
</control>
</control>
<include>CommonNowPlaying</include>
<include>MainWindowMouseButtons</include>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[130]" />
</include>
</controls>
</window>

968
720p/SkinSettings.xml Normal file
View File

@ -0,0 +1,968 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<include>CommonBackground</include>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<include>VisibleFadeEffect</include>
</control>
<include name="CommonWindowHeader">
<param name="Icon" value="icon_system" />
<param name="Label" value="$LOCALIZE[20077]" />
</include>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>625</top>
<width>1090</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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="image">
<description>LOGO</description>
<left>30</left>
<top>15</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="list" id="9000">
<left>10</left>
<top>90</top>
<width>260</width>
<height>481</height>
<onleft>9010</onleft>
<onright>9010</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="80" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>81</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>15</top>
<width>240</width>
<height>25</height>
<font>font24_title</font>
<textcolor>grey3</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>42</top>
<width>240</width>
<height>25</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="80" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>81</height>
<texture border="5">MenuItemFO.png</texture>
<animation effect="fade" start="100" end="30" time="75" condition="!Control.HasFocus(9000)">Conditional</animation>
</control>
<control type="label">
<left>10</left>
<top>15</top>
<width>240</width>
<height>25</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>42</top>
<width>240</width>
<height>25</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>128</label>
<label2>5</label2>
<onclick>noop</onclick>
</item>
<item id="2">
<label>513</label>
<label2>31112</label2>
<onclick>noop</onclick>
</item>
<item id="3">
<label>31102</label>
<label2>31112</label2>
<onclick>noop</onclick>
</item>
<item id="4">
<label>24000</label>
<label2>31200</label2>
<onclick>noop</onclick>
</item>
</content>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>618</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>52</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>300</left>
<top>20</top>
<width>726</width>
<height>30</height>
<font>font16</font>
<label>$LOCALIZE[20077] - $INFO[Container(9000).ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group" id="9010">
<control type="grouplist" id="9001">
<visible>Container(9000).Hasfocus(1)</visible>
<left>290</left>
<top>60</top>
<width>750</width>
<height>530</height>
<itemgap>-1</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>9000</onleft>
<onright>60</onright>
<onup>9001</onup>
<ondown>9001</ondown>
<control type="label" id="100">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31106</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="101">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>20189</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(AutoScroll)</onclick>
<selected>Skin.HasSetting(AutoScroll)</selected>
</control>
<control type="radiobutton" id="102">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31103</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick>
<selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected>
</control>
<control type="radiobutton" id="112">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31104</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(WindowedTrailer)</onclick>
<selected>Skin.HasSetting(WindowedTrailer)</selected>
</control>
<control type="radiobutton" id="113">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31107</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(HideFilenameFlagging)</onclick>
<selected>Skin.HasSetting(HideFilenameFlagging)</selected>
</control>
<control type="radiobutton" id="116">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31122</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(HideEPGwithRDS)</onclick>
<selected>Skin.HasSetting(HideEPGwithRDS)</selected>
</control>
<control type="label" id="106">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>512</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
</control>
<control type="scrollbar" id="60">
<left>1060</left>
<top>60</top>
<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>9001</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(1)</visible>
</control>
<control type="grouplist" id="9002">
<visible>Container(9000).Hasfocus(2)</visible>
<left>290</left>
<top>60</top>
<width>750</width>
<height>530</height>
<itemgap>-1</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>9000</onleft>
<onright>60</onright>
<onup>9002</onup>
<ondown>9002</ondown>
<control type="label" id="200">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31101</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="202">
<description>enable video info</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>20176</label>
<onclick>Skin.ToggleSetting(homepageVideoinfo)</onclick>
<selected>!Skin.HasSetting(homepageVideoinfo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="203">
<description>enable music info</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>20083</label>
<onclick>Skin.ToggleSetting(homepageMusicinfo)</onclick>
<selected>!Skin.HasSetting(homepageMusicinfo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="204">
<description>enable weather info</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>20084</label>
<onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
<selected>Skin.HasSetting(homepageWeatherinfo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<visible>!IsEmpty(Weather.Plugin)</visible>
</control>
<control type="radiobutton" id="205">
<description>Show Recently added Video info</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>31117</label>
<onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedVideo)</onclick>
<selected>!Skin.HasSetting(HomepageHideRecentlyAddedVideo)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="206">
<description>Show Recently added info</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>31116</label>
<onclick>Skin.ToggleSetting(HomepageHideRecentlyAddedAlbums)</onclick>
<selected>!Skin.HasSetting(HomepageHideRecentlyAddedAlbums)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="label" id="220">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31108</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="221">
<description>Hide Videos Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[3]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoVideosButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoVideosButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="222">
<description>Hide Movies Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[20342] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoMovieButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoMovieButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<enable>Library.HasContent(Movies)</enable>
</control>
<control type="radiobutton" id="223">
<description>Hide TV Shows Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[20343] [COLOR=grey3] ($LOCALIZE[20314])[/COLOR]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoTVShowButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoTVShowButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<enable>Library.HasContent(TVShows)</enable>
</control>
<control type="radiobutton" id="224">
<description>Hide Music Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[2]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoMusicButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoMusicButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="225">
<description>Hide Pictures Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[1]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoPicturesButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoPicturesButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="226">
<description>Hide Programs Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[0]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoProgramsButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoProgramsButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
<control type="radiobutton" id="228">
<description>Hide Weather Button</description>
<width>750</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<label>$LOCALIZE[31111] - $LOCALIZE[8]</label>
<onclick>Skin.ToggleSetting(HomeMenuNoWeatherButton)</onclick>
<selected>Skin.HasSetting(HomeMenuNoWeatherButton)</selected>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
</control>
</control>
<control type="scrollbar" id="60">
<left>1060</left>
<top>60</top>
<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>9002</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(2)</visible>
</control>
<control type="grouplist" id="9003">
<visible>Container(9000).Hasfocus(3)</visible>
<left>290</left>
<top>60</top>
<width>750</width>
<height>530</height>
<itemgap>-1</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>9000</onleft>
<onright>60</onright>
<onup>9003</onup>
<ondown>9003</ondown>
<control type="label" id="300">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31106</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="301">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31119</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick>
<selected>Skin.HasSetting(HideBackGroundFanart)</selected>
</control>
<control type="radiobutton" id="302">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31129</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(HideVisualizationFanart)</onclick>
<selected>Skin.HasSetting(HideVisualizationFanart)</selected>
</control>
<control type="radiobutton" id="303">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31124</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(ShowBackgroundVideo)</onclick>
<selected>!Skin.HasSetting(ShowBackgroundVideo)</selected>
</control>
<control type="radiobutton" id="304">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31125</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(ShowBackgroundVis)</onclick>
<selected>!Skin.HasSetting(ShowBackgroundVis)</selected>
</control>
<control type="label" id="310">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31102</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="radiobutton" id="311">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>31109</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.ToggleSetting(UseCustomBackground)</onclick>
<selected>Skin.HasSetting(UseCustomBackground)</selected>
</control>
<control type="button" id="312">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>- $LOCALIZE[31110]</label>
<label2>[COLOR=selected]$INFO[Skin.String(CustomBackgroundPath)][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetImage(CustomBackgroundPath)</onclick>
<enable>Skin.HasSetting(UseCustomBackground)</enable>
</control>
</control>
<control type="group">
<control type="grouplist" id="9004">
<visible>Container(9000).Hasfocus(4)</visible>
<left>290</left>
<top>60</top>
<width>750</width>
<height>530</height>
<itemgap>-1</itemgap>
<pagecontrol>61</pagecontrol>
<onleft>9000</onleft>
<onright>61</onright>
<onup>9004</onup>
<ondown>9004</ondown>
<control type="label" id="453">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31140</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="button" id="455">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[31132]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(LyricScript_Path))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick>
</control>
<control type="button" id="456">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>- $LOCALIZE[24020]</label>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<enable>!IsEmpty(Skin.String(LyricScript_Path))</enable>
<onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick>
</control>
<control type="label" id="410">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31134</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="button" id="411">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]1[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton1))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeVideosButton1,xbmc.addon.video)</onclick>
</control>
<control type="button" id="412">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]2[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton2))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeVideosButton2,xbmc.addon.video)</onclick>
</control>
<control type="button" id="413">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]3[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton3))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeVideosButton3,xbmc.addon.video)</onclick>
</control>
<control type="button" id="414">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]4[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton4))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeVideosButton4,xbmc.addon.video)</onclick>
</control>
<control type="button" id="415">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]5[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeVideosButton5))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeVideosButton5,xbmc.addon.video)</onclick>
</control>
<control type="label" id="420">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31135</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="button" id="421">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]1[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton1))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeMusicButton1,xbmc.addon.audio)</onclick>
</control>
<control type="button" id="422">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]2[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton2))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeMusicButton2,xbmc.addon.audio)</onclick>
</control>
<control type="button" id="423">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]3[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton3))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeMusicButton3,xbmc.addon.audio)</onclick>
</control>
<control type="button" id="424">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]4[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton4))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeMusicButton4,xbmc.addon.audio)</onclick>
</control>
<control type="button" id="425">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]5[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeMusicButton5))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeMusicButton5,xbmc.addon.audio)</onclick>
</control>
<control type="label" id="430">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31136</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="button" id="431">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]1[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton1))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomePictureButton1,xbmc.addon.image)</onclick>
</control>
<control type="button" id="432">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]2[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton2))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomePictureButton2,xbmc.addon.image)</onclick>
</control>
<control type="button" id="433">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]3[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton3))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomePictureButton3,xbmc.addon.image)</onclick>
</control>
<control type="button" id="434">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]4[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton4))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomePictureButton4,xbmc.addon.image)</onclick>
</control>
<control type="button" id="435">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]5[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomePictureButton5))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomePictureButton5,xbmc.addon.image)</onclick>
</control>
<control type="label" id="440">
<width>750</width>
<height>45</height>
<font>font13_title</font>
<label>31118</label>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
<control type="button" id="441">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]1[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton1))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeProgramButton1,xbmc.addon.executable)</onclick>
</control>
<control type="button" id="442">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]2[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton2))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeProgramButton2,xbmc.addon.executable)</onclick>
</control>
<control type="button" id="443">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]3[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton3))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeProgramButton3,xbmc.addon.executable)</onclick>
</control>
<control type="button" id="444">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]4[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton4))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeProgramButton4,xbmc.addon.executable)</onclick>
</control>
<control type="button" id="445">
<width>750</width>
<height>40</height>
<font>font13</font>
<label>$LOCALIZE[24000] [B]5[/B]</label>
<label2>[COLOR=selected]$INFO[system.addontitle(Skin.String(HomeProgramButton5))][/COLOR]</label2>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus>MenuItemFO.png</texturefocus>
<texturenofocus>MenuItemNF.png</texturenofocus>
<onclick>Skin.SetAddon(HomeProgramButton5,xbmc.addon.executable)</onclick>
</control>
</control>
</control>
<control type="scrollbar" id="61">
<left>1060</left>
<top>60</top>
<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>9004</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(4)</visible>
</control>
</control>
</control>
<include>CommonNowPlaying</include>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
</controls>
</window>

52
720p/SlideShow.xml Normal file
View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>2</defaultcontrol>
<controls>
<control type="group" id="13">
<left>130r</left>
<top>10</top>
<visible>!Skin.HasSetting(Show_SlideShow_Paused)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>120</width>
<height>35</height>
<texture>black-back.png</texture>
<bordertexture border="3">NoCover_1.png</bordertexture>
<bordersize>5</bordersize>
</control>
<control type="label">
<description>paused label</description>
<left>10</left>
<top>0</top>
<width>100</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font10</font>
<textcolor>white</textcolor>
<label>31043</label>
</control>
</control>
<!-- media infos -->
<control type="group">
<left>20</left>
<top>180r</top>
<visible>Player.ShowInfo + Player.HasMedia</visible>
<include>VisibleFadeEffect</include>
<include>SmallMusicInfo</include>
</control>
<control type="button">
<visible>SlideShow.IsVideo + [!SlideShow.IsActive | SlideShow.IsPaused]</visible>
<description>Video Play Button</description>
<left>540</left>
<top>260</top>
<width>200</width>
<height>200</height>
<font>-</font>
<onclick>play</onclick>
<texturefocus>arrow-big-right.png</texturefocus>
<texturenofocus>arrow-big-right.png</texturenofocus>
</control>
</controls>
</window>

View File

@ -0,0 +1,317 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">22</defaultcontrol>
<coordinates>
<left>240</left>
<top>22</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<visible>!Window.IsVisible(smartplaylistrule)</visible>
<include>VisibleFadeEffect</include>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="675" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="22" />
</include>
<control type="spincontrolex" id="22">
<description>Set Playlist type</description>
<left>30</left>
<top>70</top>
<width>740</width>
<height>40</height>
<label>467</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onright>22</onright>
<onleft>22</onleft>
<onup>9001</onup>
<ondown>12</ondown>
</control>
<control type="label">
<description>Name Label</description>
<left>30</left>
<top>120</top>
<width>740</width>
<label>21433</label>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="edit" id="12">
<description>Name Button</description>
<left>30</left>
<top>145</top>
<width>740</width>
<height>40</height>
<textoffsetx>10</textoffsetx>
<textwidth>720</textwidth>
<font>font13</font>
<align>center</align>
<texturefocus border="5">button-focus2.png</texturefocus>
<label>-</label>
<onup>22</onup>
<onleft>12</onleft>
<onright>12</onright>
<ondown>10</ondown>
</control>
<control type="label">
<description>rules label</description>
<left>30</left>
<top>200</top>
<width>740</width>
<align>left</align>
<label>21434</label>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<description>Rules List Control</description>
<left>30</left>
<top>225</top>
<width>550</width>
<height>135</height>
<onup>12</onup>
<onleft>9000</onleft>
<onright>9000</onright>
<ondown>16</ondown>
<itemlayout width="560" height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>530</width>
<height>40</height>
<aligny>center</aligny>
<info>ListItem.Label</info>
<selectedcolor>selected</selectedcolor>
<font>font13</font>
</control>
</itemlayout>
<focusedlayout width="560" height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-focus2.png</texture>
<visible>Control.HasFocus(10)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>550</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.HasFocus(10)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>530</width>
<height>40</height>
<aligny>center</aligny>
<info>ListItem.Label</info>
<selectedcolor>selected</selectedcolor>
<font>font13</font>
</control>
</focusedlayout>
</control>
<control type="group" id="9000">
<left>590</left>
<top>225</top>
<control type="button" id="13">
<description>Add Rule Button</description>
<left>0</left>
<top>0</top>
<width>180</width>
<height>40</height>
<label>15019</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>12</onup>
<onleft>10</onleft>
<onright>10</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<description>Remove Rule Button</description>
<left>0</left>
<top>45</top>
<height>40</height>
<width>180</width>
<label>1210</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>13</onup>
<onleft>10</onleft>
<onright>10</onright>
<ondown>15</ondown>
</control>
<control type="button" id="15">
<description>Edit Rule Button</description>
<left>0</left>
<top>90</top>
<height>40</height>
<width>180</width>
<label>21435</label>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>14</onup>
<onleft>10</onleft>
<onright>10</onright>
<ondown>16</ondown>
</control>
</control>
<control type="label">
<description>Name Label</description>
<left>30</left>
<top>370</top>
<width>740</width>
<label>31325</label>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="spincontrolex" id="16">
<left>30</left>
<top>395</top>
<width>740</width>
<height>40</height>
<label>21424</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onright>16</onright>
<onleft>16</onleft>
<onup>10</onup>
<ondown>17</ondown>
</control>
<control type="spincontrolex" id="17">
<left>30</left>
<top>440</top>
<width>740</width>
<height>40</height>
<label>21427</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onright>17</onright>
<onleft>17</onleft>
<onup>16</onup>
<ondown>18</ondown>
</control>
<control type="spincontrolex" id="18">
<left>30</left>
<top>485</top>
<width>550</width>
<height>40</height>
<label>21429</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onright>19</onright>
<onleft>19</onleft>
<onup>17</onup>
<ondown>23</ondown>
</control>
<control type="togglebutton" id="19">
<left>590</left>
<top>485</top>
<width>180</width>
<height>40</height>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<alttexturenofocus border="5">button-nofocus.png</alttexturenofocus>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<label>21431</label>
<altlabel>21430</altlabel>
<onright>18</onright>
<onleft>18</onleft>
<onup>17</onup>
<ondown>24</ondown>
</control>
<control type="spincontrolex" id="23">
<left>30</left>
<top>530</top>
<width>550</width>
<height>40</height>
<label>21458</label>
<font>font13</font>
<texturefocus border="5">button-focus2.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onright>24</onright>
<onleft>24</onleft>
<onup>18</onup>
<ondown>9001</ondown>
</control>
<control type="radiobutton" id="24">
<left>590</left>
<top>530</top>
<width>180</width>
<height>40</height>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus.png</texturefocus>
<label>21459</label>
<onright>23</onright>
<onleft>23</onleft>
<onup>19</onup>
<ondown>9001</ondown>
</control>
<control type="group" id="9001">
<control type="button" id="20">
<description>Ok Button</description>
<left>195</left>
<top>605</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>186</label>
<font>font12_title</font>
<onup>23</onup>
<onleft>21</onleft>
<onright>21</onright>
<ondown>22</ondown>
</control>
<control type="button" id="21">
<description>Cancel Button</description>
<left>405</left>
<top>605</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>222</label>
<font>font12_title</font>
<onup>23</onup>
<onleft>20</onleft>
<onright>20</onright>
<ondown>22</ondown>
</control>
</control>
</control>
</controls>
</window>

155
720p/SmartPlaylistRule.xml Normal file
View File

@ -0,0 +1,155 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9001</defaultcontrol>
<coordinates>
<left>240</left>
<top>220</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="280" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="$LOCALIZE[21421]" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="9001" />
</include>
<control type="label">
<description>Rule match label</description>
<left>40</left>
<top>60</top>
<width>720</width>
<height>35</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<label>21422</label>
</control>
<control type="group" id="9001">
<control type="spincontrolex" id="15">
<description>Rule Field</description>
<left>30</left>
<top>100</top>
<width>365</width>
<height>40</height>
<font>-</font>
<texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<onright>16</onright>
<onleft>16</onleft>
<onup>9000</onup>
<ondown>17</ondown>
</control>
<control type="label">
<description>Rule Field label</description>
<left>35</left>
<top>100</top>
<width>300</width>
<height>40</height>
<font>font13</font>
<label>$INFO[Control.GetLabel(15)]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="spincontrolex" id="16">
<description>Rule operator</description>
<left>405</left>
<top>100</top>
<width>365</width>
<height>40</height>
<font>-</font>
<texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<onright>15</onright>
<onleft>15</onleft>
<onup>9000</onup>
<ondown>17</ondown>
</control>
<control type="label">
<description>Rule Field label</description>
<left>410</left>
<top>100</top>
<width>300</width>
<height>40</height>
<font>font13</font>
<label>$INFO[Control.GetLabel(16)]</label>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="edit" id="17">
<description>Value Button</description>
<left>30</left>
<top>145</top>
<width>565</width>
<height>40</height>
<font>font13</font>
<aligny>center</aligny>
<invalidcolor>invalid</invalidcolor>
<texturefocus border="3">button-focus2.png</texturefocus>
<texturenofocus border="3">button-nofocus.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>
<left>600</left>
<top>145</top>
<width>170</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<texturefocus border="3">button-focus.png</texturefocus>
<texturenofocus border="3">button-nofocus.png</texturenofocus>
<label>1024</label>
<font>font12_title</font>
<onup>9001</onup>
<onleft>17</onleft>
<onright>17</onright>
<ondown>9000</ondown>
</control>
<control type="group" id="9000">
<control type="button" id="18">
<description>Ok Button</description>
<left>195</left>
<top>210</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>186</label>
<onup>17</onup>
<onleft>19</onleft>
<onright>19</onright>
<ondown>9001</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>405</left>
<top>210</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<label>222</label>
<onup>17</onup>
<onleft>18</onleft>
<onright>19</onright>
<ondown>9001</ondown>
</control>
</control>
</controls>
</window>

5
720p/Startup.xml Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>ReplaceWindow($INFO[System.StartupWindow])</onload>
<controls></controls>
</window>

751
720p/VideoFullScreen.xml Normal file
View File

@ -0,0 +1,751 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<!-- media infos -->
<control type="group" id="1">
<depth>DepthOSD</depth>
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide) | Window.IsVisible(SliderDialog)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<control type="image" id="1">
<left>-20</left>
<top>-150</top>
<width>1320</width>
<height>256</height>
<texture flipy="true" border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="label" id="1">
<description>Chapter Count Header label</description>
<left>30</left>
<top>5</top>
<width>1000</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]$INFO[Player.ChapterName,[COLOR=grey] - (,)[/COLOR]]</label>
<visible>Player.ChapterCount + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="label" id="1">
<description>Channel Group label</description>
<left>30</left>
<top>5</top>
<width>1000</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[VideoPlayer.ChannelGroup,$LOCALIZE[31509]: ]</label>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="label" id="1">
<description>Clock label</description>
<left>450</left>
<top>5</top>
<width>800</width>
<height>25</height>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="slide" start="0,0" end="-70,0" time="0" condition="system.getbool(input.enablemouse) + Window.IsVisible(VideoOSD)">conditional</animation>
</control>
<control type="image" id="1">
<left>-20</left>
<top>230r</top>
<width>1320</width>
<height>230</height>
<texture border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="image" id="1">
<depth>DepthOSDPopout</depth>
<description>cover image</description>
<left>20</left>
<top>260r</top>
<width>300</width>
<height>230</height>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>![VideoPlayer.Content(Movies) | VideoPlayer.Content(LiveTV)]</visible>
</control>
<control type="image" id="1">
<depth>DepthOSDPopout</depth>
<description>Movie cover image</description>
<left>20</left>
<top>350r</top>
<width>300</width>
<height>330</height>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<visible>VideoPlayer.Content(Movies)</visible>
</control>
<control type="image" id="1">
<depth>DepthOSDPopout</depth>
<description>PIcon image</description>
<left>20</left>
<top>200r</top>
<width>300</width>
<height>150</height>
<texture fallback="DefaultVideoCover.png">$INFO[Player.Art(thumb)]</texture>
<aspectratio aligny="center">keep</aspectratio>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="group" id="1">
<left>330</left>
<top>185r</top>
<control type="label" id="1">
<description>Heading label</description>
<left>0</left>
<top>0</top>
<width>910</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<label>$LOCALIZE[31040]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>![VideoPlayer.Content(LiveTV) + Player.Recording]</visible>
<animation effect="slide" start="0,0" end="0,25" time="0" condition="!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(MusicVideos) + !VideoPlayer.Content(LiveTV)">conditional</animation>
</control>
<control type="image" id="1">
<top>0</top>
<width>50</width>
<height>25</height>
<aspectratio align="center" aligny="center">keep</aspectratio>
<texture>PVR-IsRecording.png</texture>
<visible>VideoPlayer.Content(LiveTV) + Player.Recording + !Player.ChannelPreviewActive</visible>
</control>
<control type="label" id="1">
<description>Heading label</description>
<left>50</left>
<top>0</top>
<width>860</width>
<height>25</height>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<label>$LOCALIZE[19158]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(LiveTV) + Player.Recording + !Player.ChannelPreviewActive</visible>
</control>
<control type="label" id="1">
<description>Studio label</description>
<left>20</left>
<top>30</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font12</font>
<label>$INFO[VideoPlayer.Studio]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(Movies)</visible>
</control>
<control type="label" id="1">
<description>TV Show label</description>
<left>20</left>
<top>30</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font12</font>
<label>$INFO[VideoPlayer.TVShowTitle] ($INFO[VideoPlayer.Season,,x]$INFO[VideoPlayer.Episode])</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(Episodes)</visible>
</control>
<control type="label" id="1">
<description>Music Info label</description>
<left>20</left>
<top>30</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font12</font>
<label>$INFO[VideoPlayer.Artist] $INFO[VideoPlayer.Album, - ]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(MusicVideos)</visible>
</control>
<control type="label" id="1">
<description>LiveTV Info label</description>
<left>20</left>
<top>30</top>
<width>910</width>
<height>25</height>
<align>left</align>
<font>font12</font>
<label>$INFO[VideoPlayer.ChannelNumberLabel,([COLOR=blue],[/COLOR]) ]$INFO[VideoPlayer.ChannelName]$INFO[VideoPlayer.EpisodeName, (,)]</label>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="grouplist" id="1">
<left>20</left>
<top>60</top>
<width>910</width>
<height>35</height>
<itemgap>5</itemgap>
<orientation>horizontal</orientation>
<control type="label" id="1">
<width min="10" max="520">auto</width>
<height>30</height>
<font>font30</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<textcolor>orange</textcolor>
<scroll>true</scroll>
</control>
<control type="image" id="1">
<description>Video Resolution Image</description>
<width>50</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.VideoResolution,flagging/video/,.png]</texture>
<visible>!Player.ChannelPreviewActive</visible>
</control>
<control type="image" id="1">
<description>ADSP Master Mode Image</description>
<width>85</width>
<height>35</height>
<aspectratio align="right">keep</aspectratio>
<visible>![IsEmpty(ADSP.MasterOwnIcon) | Player.ChannelPreviewActive]</visible>
<texture>$INFO[ADSP.MasterOwnIcon]</texture>
</control>
<control type="image" id="1">
<description>Audio Codec Image</description>
<width>85</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<visible>IsEmpty(ADSP.MasterOverrideIcon) + !Player.ChannelPreviewActive</visible>
<texture>$INFO[VideoPlayer.AudioCodec,flagging/audio/,.png]</texture>
</control>
<control type="image" id="1">
<description>ADSP Audio Codec Override Image</description>
<width>85</width>
<height>35</height>
<aspectratio align="right">keep</aspectratio>
<visible>![IsEmpty(ADSP.MasterOverrideIcon) | Player.ChannelPreviewActive]</visible>
<texture>$INFO[ADSP.MasterOverrideIcon]</texture>
</control>
<control type="image" id="1">
<description>Audio Channels Image</description>
<width>50</width>
<height>35</height>
<aspectratio align="center">keep</aspectratio>
<texture>$INFO[VideoPlayer.AudioChannels,flagging/audio/,.png]</texture>
<visible>!Player.ChannelPreviewActive</visible>
</control>
<control type="group" id="1">
<width>85</width>
<height>35</height>
<visible>![IsEmpty(VideoPlayer.AudioLanguage) | Player.ChannelPreviewActive]</visible>
<control type="image" id="1">
<left>5</left>
<top>0</top>
<description>Audio Language Image</description>
<width>80</width>
<height>35</height>
<texture>flagging/AudioLang.png</texture>
</control>
<control type="label" id="1">
<left>38</left>
<top>2</top>
<width>47</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<label>$INFO[VideoPlayer.AudioLanguage]</label>
<textcolor>grey</textcolor>
</control>
</control>
<control type="group" id="1">
<width>85</width>
<height>35</height>
<visible>![IsEmpty(VideoPlayer.SubtitlesLanguage) | Player.ChannelPreviewActive]</visible>
<control type="image" id="1">
<left>5</left>
<top>0</top>
<width>80</width>
<height>35</height>
<texture>flagging/SubLang.png</texture>
</control>
<control type="label" id="1">
<left>38</left>
<top>2</top>
<width>47</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<label>$INFO[VideoPlayer.SubtitlesLanguage]</label>
<textcolor>grey</textcolor>
</control>
</control>
</control>
<control type="label" id="1">
<left>0</left>
<top>120</top>
<width>910</width>
<height>25</height>
<label>$LOCALIZE[31049] $INFO[Player.FinishTime]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>true</scroll>
<visible>!Window.IsVisible(VideoOSD) + !VideoPlayer.Content(LiveTV)</visible>
<animation effect="fade" time="150">VisibleChange</animation>
</control>
<control type="label" id="1">
<left>0</left>
<top>120</top>
<width>910</width>
<height>25</height>
<label>$INFO[VideoPlayer.NextTitle,$LOCALIZE[19031]: ]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>true</scroll>
<visible>!Window.IsVisible(VideoOSD) + VideoPlayer.Content(LiveTV)</visible>
<animation effect="fade" time="150">VisibleChange</animation>
</control>
</control>
<control type="group" id="1">
<left>330</left>
<top>95r</top>
<visible>!VideoPlayer.Content(LiveTV) | [VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg]</visible>
<control type="label" id="1">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.Time(hh:mm:ss)]</label>
</control>
<control type="label" id="1">
<visible>VideoPlayer.Content(LiveTV)</visible>
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[Player.StartTime(hh:mm)]</label>
</control>
<control type="progress" id="1">
<description>ProgressbarCache</description>
<left>100</left>
<top>15</top>
<width>720</width>
<height>16</height>
<info>Player.ProgressCache</info>
<midtexture border="6,0,6,0">OSDProgressMidLight.png</midtexture>
<visible>!Player.ChannelPreviewActive</visible>
</control>
<control type="progress" id="1">
<description>Progressbar</description>
<left>100</left>
<top>15</top>
<width>720</width>
<height>16</height>
<info>Player.Progress</info>
</control>
<control type="label" id="1">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<left>820</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Player.Duration(hh:mm:ss)]</label>
</control>
<control type="label" id="1">
<visible>VideoPlayer.Content(LiveTV)</visible>
<left>820</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font13</font>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Player.FinishTime(hh:mm)]</label>
</control>
</control>
</control>
<!-- codec info -->
<control type="group" id="0">
<depth>DepthOSD+</depth>
<left>0</left>
<top>20</top>
<animation effect="fade" time="150">VisibleChange</animation>
<control type="image">
<description>media info background image</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>160</height>
<texture>black-back.png</texture>
</control>
<control type="label" id="10">
<description>row 1 label</description>
<left>50</left>
<top>10</top>
<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>
<left>50</left>
<top>55</top>
<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>
<left>50</left>
<top>100</top>
<width>1180</width>
<height>45</height>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<label>-</label>
</control>
</control>
<control type="group">
<depth>DepthOSD+</depth>
<visible>Player.ShowCodec + VideoPlayer.Content(LiveTV) + system.getbool(pvrplayback.signalquality)</visible>
<top>185</top>
<control type="image">
<description>media info background image</description>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>220</height>
<texture>black-back.png</texture>
</control>
<control type="label">
<description>Header</description>
<left>50</left>
<top>5</top>
<width>1200</width>
<height>25</height>
<label>$LOCALIZE[19005]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Backend</description>
<left>50</left>
<top>40</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19012]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Backend value</description>
<left>220</left>
<top>40</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamClient]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Device</description>
<left>50</left>
<top>65</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19006]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Device value</description>
<left>220</left>
<top>65</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamDevice]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Status</description>
<left>50</left>
<top>90</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19007]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Status value</description>
<left>220</left>
<top>90</top>
<width>1000</width>
<height>25</height>
<label>$INFO[PVR.ActStreamStatus]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Signal</description>
<left>50</left>
<top>115</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19008]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="progress">
<description>Progressbar</description>
<left>220</left>
<top>122</top>
<width>910</width>
<height>14</height>
<info>PVR.ActStreamProgrSignal</info>
</control>
<control type="label">
<description>Signal value</description>
<left>1200</left>
<top>115</top>
<width>180</width>
<height>25</height>
<label>$INFO[PVR.ActStreamSignal]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>SNR</description>
<left>50</left>
<top>140</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19009]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="progress">
<description>Progressbar</description>
<left>220</left>
<top>147</top>
<width>910</width>
<height>14</height>
<overlaytexture>-</overlaytexture>
<info>PVR.ActStreamProgrSNR</info>
</control>
<control type="label">
<description>SNR value</description>
<left>1200</left>
<top>140</top>
<width>180</width>
<height>25</height>
<label>$INFO[PVR.ActStreamSNR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>BER</description>
<left>50</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19010]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>BER value</description>
<left>220</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamBER]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>UNC</description>
<left>390</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19011]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>UNC value</description>
<left>560</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamUNC]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Service</description>
<left>730</left>
<top>165</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19099]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Service value</description>
<left>900</left>
<top>165</top>
<width>330</width>
<height>25</height>
<label>$INFO[PVR.ActStreamServiceName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Encryption</description>
<left>50</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19015]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Encryption value</description>
<left>220</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamEncryptionName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Provider</description>
<left>390</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19101]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Provider value</description>
<left>560</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$INFO[PVR.ActStreamProviderName]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Mux</description>
<left>730</left>
<top>190</top>
<width>165</width>
<height>25</height>
<label>$LOCALIZE[19100]:</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
<control type="label">
<description>Mux value</description>
<left>900</left>
<top>190</top>
<width>330</width>
<height>25</height>
<label>$INFO[PVR.ActStreamMux]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
</control>
</control>
</controls>
</window>

487
720p/VideoOSD.xml Normal file
View File

@ -0,0 +1,487 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<onload condition="!VideoPlayer.Content(LiveTV)">SetFocus(202)</onload>
<include>dialogeffect</include>
<depth>DepthOSD</depth>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<controls>
<control type="button">
<description>Close Window button</description>
<left>84r</left>
<top>0</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>Dialog.Close(VideoOSD,true)</onclick>
<onclick>FullScreen</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<animation effect="slide" start="0,0" end="-30,0" time="0" condition="Player.Muted">conditional</animation>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>system.getbool(input.enablemouse) + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks)]</visible>
</control>
<control type="slider" id="87">
<depth>DepthOSD+</depth>
<description>Seek Slider</description>
<left>430</left>
<top>82r</top>
<width>720</width>
<height>16</height>
<onup>702</onup>
<ondown>26</ondown>
<action>seek</action>
<texturesliderbar>seekslider2.png</texturesliderbar>
<textureslidernib>osd_slider_nibNF.png</textureslidernib>
<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | VideoPlayer.Content(LiveTV)]</visible>
</control>
<control type="grouplist" id="100">
<left>325</left>
<top>60r</top>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<animation effect="fade" time="150">VisibleChange</animation>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
<control type="button" id="300">
<width>55</width>
<height>55</height>
<label>210</label>
<font>-</font>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="301">
<width>55</width>
<height>55</height>
<label>209</label>
<font>-</font>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="200">
<width>55</width>
<height>55</height>
<label>210</label>
<font>-</font>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="201">
<width>55</width>
<height>55</height>
<label>31354</label>
<font>-</font>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Rewind)</onclick>
</control>
<control type="togglebutton" id="202">
<width>55</width>
<height>55</height>
<label>31351</label>
<altlabel>208</altlabel>
<font>-</font>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
<enable>Player.PauseEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.PauseEnabled">Conditional</animation>
</control>
<control type="button" id="203">
<width>55</width>
<height>55</height>
<label>31352</label>
<font>-</font>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="204">
<width>55</width>
<height>55</height>
<label>31353</label>
<font>-</font>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<enable>Player.SeekEnabled</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.SeekEnabled">Conditional</animation>
<onclick>PlayerControl(Forward)</onclick>
</control>
<control type="button" id="205">
<width>55</width>
<height>55</height>
<label>209</label>
<font>-</font>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="306">
<width>55</width>
<height>55</height>
<label>19019</label>
<font>-</font>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDChannels)</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="307">
<width>55</width>
<height>55</height>
<label>$LOCALIZE[19029]$INFO[VideoPlayer.ChannelName, - ]</label>
<font>-</font>
<texturefocus>OSDepgFO.png</texturefocus>
<texturenofocus>OSDepgNF.png</texturenofocus>
<onclick>ActivateWindow(PVROSDGuide)</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="350">
<width>55</width>
<height>55</height>
<label>31356</label>
<font>-</font>
<texturefocus>OSDTeleTextFO.png</texturefocus>
<texturenofocus>OSDTeleTextNF.png</texturenofocus>
<onclick>ActivateWindow(Teletext)</onclick>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2200">
<width>270</width>
<texture>-</texture>
<visible>VideoPlayer.HasMenu + !VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2300">
<width>160</width>
<texture>-</texture>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="image" id="2600">
<width>325</width>
<texture>-</texture>
<visible>!VideoPlayer.Content(LiveTV) + !VideoPlayer.HasMenu</visible>
</control>
<control type="button" id="255">
<enable>VideoPlayer.IsStereoscopic</enable>
<animation effect="fade" start="100" end="0" time="75" condition="!VideoPlayer.IsStereoscopic">Conditional</animation>
<width>55</width>
<height>55</height>
<label>36501</label>
<font>-</font>
<texturefocus>OSDStereoscopicFO.png</texturefocus>
<texturenofocus>OSDStereoscopicNF.png</texturenofocus>
<onup>501</onup>
</control>
<control type="button" id="250">
<width>55</width>
<height>55</height>
<label>31356</label>
<font>-</font>
<texturefocus>OSDSubtitlesFO.png</texturefocus>
<texturenofocus>OSDSubtitlesNF.png</texturenofocus>
<onup>404</onup>
</control>
<control type="button" id="251">
<width>55</width>
<height>55</height>
<label>13395</label>
<font>-</font>
<texturefocus>OSDVideoFO.png</texturefocus>
<texturenofocus>OSDVideoNF.png</texturenofocus>
<onclick>ActivateWindow(OSDVideoSettings)</onclick>
</control>
<control type="togglebutton" id="252">
<width>55</width>
<height>55</height>
<label>13396</label>
<font>-</font>
<texturefocus>OSDAudioFO.png</texturefocus>
<texturenofocus>OSDAudioNF.png</texturenofocus>
<usealttexture>system.getbool(audiooutput.dspaddonsenabled)</usealttexture>
<alttexturefocus>OSDDSPAudioFO.png</alttexturefocus>
<alttexturenofocus>OSDDSPAudioNF.png</alttexturenofocus>
<onclick>ActivateWindow(OSDAudioSettings)</onclick>
</control>
<control type="button" id="253">
<width>55</width>
<height>55</height>
<label>298</label>
<font>-</font>
<texturefocus>OSDBookmarksFO.png</texturefocus>
<texturenofocus>OSDBookmarksNF.png</texturenofocus>
<onclick>ActivateWindow(VideoBookmarks)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
</control>
<control type="button" id="254">
<width>55</width>
<height>55</height>
<label>31355</label>
<font>-</font>
<texturefocus>OSDDvdFO.png</texturefocus>
<texturenofocus>OSDDvdNF.png</texturenofocus>
<onclick>PlayerControl(ShowVideoMenu)</onclick>
<visible>!VideoPlayer.Content(LiveTV) + VideoPlayer.HasMenu</visible>
</control>
<control type="togglebutton" id="353">
<width>55</width>
<height>55</height>
<label>264</label>
<altlabel>265</altlabel>
<font>-</font>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<usealttexture>Player.Recording</usealttexture>
<alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
<onclick>PlayerControl(Record)</onclick>
<enable>Player.CanRecord</enable>
<animation effect="fade" start="100" end="50" time="75" condition="!Player.CanRecord">Conditional</animation>
<visible>VideoPlayer.Content(LiveTV)</visible>
</control>
</control>
<control type="button" id="410">
<description>Fake button for mouse control</description>
<right>145</right>
<bottom>60</bottom>
<width>256</width>
<height>250</height>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
</control>
<control type="grouplist" id="400">
<depth>DepthOSD+</depth>
<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="0,80" time="0" condition="![VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled]">Conditional</animation>
<animation effect="slide" start="0,0" end="0,40" time="0" condition="!VideoPlayer.HasSubtitles">Conditional</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="![VideoPlayer.HasMenu | VideoPlayer.Content(LiveTV)]">Conditional</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="!VideoPlayer.HasMenu + VideoPlayer.Content(LiveTV)">Conditional</animation>
<right>145</right>
<bottom>45</bottom>
<width>256</width>
<height>260</height>
<itemgap>0</itemgap>
<onleft>400</onleft>
<onright>400</onright>
<onup>250</onup>
<ondown>250</ondown>
<orientation>vertical</orientation>
<visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<description>Header</description>
<width>256</width>
<height>40</height>
<control type="image">
<description>Header</description>
<left>0</left>
<top>0</top>
<width>256</width>
<height>40</height>
<texture border="20,18,20,0">SubMenuBack-Header.png</texture>
</control>
<control type="label">
<left>30</left>
<top>20</top>
<width>196</width>
<height>15</height>
<font>font12</font>
<label>24012</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="togglebutton" id="401">
<description>Download with Subtitles script</description>
<height>40</height>
<width>256</width>
<font>font13</font>
<label>33003</label>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<alttexturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</alttexturefocus>
<alttexturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</alttexturenofocus>
<onclick>Close</onclick>
<onclick>Dialog.Close(VideoOSD)</onclick>
<onclick>ActivateWindow(SubtitleSearch)</onclick>
<!-- no point in downloading subtitles for live programs -->
<enable>!VideoPlayer.Content(LiveTV)</enable>
</control>
<control type="button" id="402">
<height>40</height>
<width>256</width>
<aligny>center</aligny>
<font>font13</font>
<textoffsetx>30</textoffsetx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>22006</label>
<onclick>SubtitleDelay</onclick>
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
</control>
<control type="button" id="403">
<height>40</height>
<width>256</width>
<aligny>center</aligny>
<font>font13</font>
<textoffsetx>30</textoffsetx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>209</label>
<onclick>CycleSubtitle</onclick>
<visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
</control>
<control type="radiobutton" id="404">
<height>40</height>
<width>256</width>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<font>font13</font>
<label>449</label>
<radioposx>200</radioposx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<onclick>ShowSubtitles</onclick>
<selected>VideoPlayer.SubtitlesEnabled</selected>
<visible>VideoPlayer.HasSubtitles</visible>
<pulseonselect>false</pulseonselect>
</control>
<control type="image" id="440">
<description>Footer</description>
<width>256</width>
<height>52</height>
<texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
</control>
</control>
<control type="button" id="520">
<description>Fake button for mouse control</description>
<right>200</right>
<bottom>60</bottom>
<width>256</width>
<height>210</height>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<visible>Control.HasFocus(520) | Control.HasFocus(255) | ControlGroup(500).HasFocus</visible>
</control>
<control type="grouplist" id="500">
<depth>DepthOSD+</depth>
<visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)] + [Control.HasFocus(255) | ControlGroup(500).HasFocus | Control.HasFocus(520)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="![VideoPlayer.HasMenu | VideoPlayer.Content(LiveTV)]">Conditional</animation>
<animation effect="slide" start="0,0" end="55,0" time="0" condition="VideoPlayer.Content(LiveTV)">Conditional</animation>
<right>200</right>
<bottom>45</bottom>
<width>256</width>
<height>220</height>
<itemgap>0</itemgap>
<onleft>100</onleft>
<onright>100</onright>
<onup>255</onup>
<ondown>255</ondown>
<orientation>vertical</orientation>
<include>VisibleFadeEffect</include>
<control type="group">
<description>Header</description>
<width>256</width>
<height>40</height>
<control type="image">
<description>Header</description>
<left>0</left>
<top>0</top>
<width>256</width>
<height>40</height>
<texture border="20,18,20,0">SubMenuBack-Header.png</texture>
</control>
<control type="label">
<left>0</left>
<top>20</top>
<width>256</width>
<height>15</height>
<font>font12</font>
<label>36501</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="radiobutton" id="503">
<height>40</height>
<width>256</width>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<font>font13</font>
<label>31362</label>
<radioposx>200</radioposx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<onclick>ToggleStereoMode</onclick>
<selected>IntegerGreaterThan(System.StereoscopicMode,0)</selected>
<pulseonselect>false</pulseonselect>
</control>
<control type="button" id="502">
<height>40</height>
<width>256</width>
<aligny>center</aligny>
<font>font13</font>
<textoffsetx>30</textoffsetx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<label>31361</label>
<onclick>StereoMode</onclick>
</control>
<control type="radiobutton" id="501">
<height>40</height>
<width>256</width>
<textoffsetx>30</textoffsetx>
<aligny>center</aligny>
<font>font13</font>
<label>31360</label>
<radioposx>200</radioposx>
<texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
<texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
<onclick>StereoModeToMono</onclick>
<selected>StringCompare(System.StereoscopicMode,9)</selected>
<pulseonselect>false</pulseonselect>
</control>
<control type="image" id="549">
<description>Footer</description>
<width>256</width>
<height>52</height>
<texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
</control>
</control>
</controls>
</window>

172
720p/VideoOSDBookmarks.xml Normal file
View File

@ -0,0 +1,172 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">2</defaultcontrol>
<coordinates>
<left>240</left>
<top>60</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>600</height>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>720</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<label>$LOCALIZE[298]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>710</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>3</onleft>
<onright>3</onright>
<onup>3</onup>
<ondown>3</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>460</left>
<top>495</top>
<width>300</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
</control>
<control type="panel" id="11">
<left>40</left>
<top>65</top>
<width>720</width>
<height>430</height>
<onleft>2</onleft>
<onright>3</onright>
<ondown>2</ondown>
<onup>2</onup>
<scrolltime>200</scrolltime>
<viewtype label="536">icon</viewtype>
<pagecontrol>-</pagecontrol>
<orientation>vertical</orientation>
<itemlayout height="215" width="240">
<control type="image">
<left>2</left>
<top>2</top>
<width>235</width>
<height>211</height>
<texture border="3">button-nofocus.png</texture>
</control>
<control type="image">
<left>7</left>
<top>20</top>
<width>220</width>
<height>150</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>7</left>
<top>185</top>
<width>226</width>
<height>15</height>
<font>font12</font>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
</control>
</itemlayout>
<focusedlayout height="215" width="240">
<control type="image">
<left>2</left>
<top>2</top>
<width>235</width>
<height>211</height>
<texture border="3">folder-focus.png</texture>
</control>
<control type="image">
<left>7</left>
<top>20</top>
<width>220</width>
<height>150</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>7</left>
<top>185</top>
<width>226</width>
<height>15</height>
<font>font12</font>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]$INFO[ListItem.Label2, (,)]</label>
</control>
</focusedlayout>
</control>
<control type="grouplist" id="9000">
<left>20</left>
<top>535</top>
<width>760</width>
<height>40</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>240</width>
<include>ButtonInfoDialogsCommonValues</include>
</control>
<control type="button" id="3">
<description>Clear Bookmark button</description>
<label>296</label>
<width>240</width>
<include>ButtonInfoDialogsCommonValues</include>
</control>
<control type="button" id="4">
<description>Clear Bookmark button</description>
<label>20406</label>
<width>240</width>
<include>ButtonInfoDialogsCommonValues</include>
<visible>videoplayer.content(episodes)</visible>
</control>
</control>
</controls>
</window>

148
720p/VideoOSDSettings.xml Normal file
View File

@ -0,0 +1,148 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>5</defaultcontrol>
<coordinates>
<left>240</left>
<top>60</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="300" condition="Window.IsVisible(SliderDialog) | Window.IsVisible(OSDAudioDSPSettings) | Window.IsVisible(FileBrowser)">Conditional</animation>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>800</width>
<height>600</height>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>720</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="2">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>720</width>
<height>30</height>
<font>font13_title</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>710</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>2</onleft>
<onright>2</onright>
<onup>2</onup>
<ondown>2</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="grouplist" id="5">
<description>control area</description>
<left>40</left>
<top>65</top>
<width>720</width>
<height>505</height>
<itemgap>5</itemgap>
<pagecontrol>60</pagecontrol>
<onleft>60</onleft>
<onright>60</onright>
<onup>5</onup>
<ondown>5</ondown>
</control>
<control type="scrollbar" id="60">
<left>760</left>
<top>65</top>
<width>25</width>
<height>490</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>5</onleft>
<onright>5</onright>
<ondown>61</ondown>
<onup>61</onup>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<height>40</height>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
</control>
<control type="button" id="7">
<description>Default Button</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">button-focus2.png</texturefocus>
</control>
<control type="spincontrolex" id="9">
<description>Default SpinControlex</description>
<left>0</left>
<top>0</top>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<aligny>center</aligny>
<reverse>yes</reverse>
</control>
<control type="image" id="11">
<description>separator image</description>
<height>2</height>
<texture>separator2.png</texture>
</control>
<control type="label" id="14">
<description>Default Label</description>
<left>0</left>
<top>0</top>
<height>30</height>
<label>-</label>
<align>center</align>
<aligny>bottom</aligny>
<font>font13_title</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</controls>
</window>

457
720p/ViewsAddonBrowser.xml Normal file
View File

@ -0,0 +1,457 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="AddonInfoListView1">
<control type="group">
<visible>Control.IsVisible(550)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="550">
<left>70</left>
<top>78</top>
<width>580</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>550</onup>
<ondown>550</ondown>
<viewtype label="$LOCALIZE[31033]">info</viewtype>
<visible>Window.IsVisible(AddonBrowser) | Container.Content(Addons)</visible>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>55</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Property(Addon.Status)]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(550)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(550)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>370</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(550) + !IsEmpty(ListItem.Property(Addon.Status))</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</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">
<left>55</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Property(Addon.Status)]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>650</left>
<top>78</top>
<width>25</width>
<height>560</height>
<texturesliderbackground border="10,14,10,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="10,14,10,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="10,14,10,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>550</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(550)</visible>
</control>
<control type="group">
<left>710</left>
<top>80</top>
<visible>Control.IsVisible(550)</visible>
<control type="label">
<description>Show Title txt</description>
<left>0</left>
<top>0</top>
<width>510</width>
<height>15</height>
<label>$INFO[ListItem.AddonName]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<left>10</left>
<top>30</top>
<width>490</width>
<height>240</height>
<aspectratio>keep</aspectratio>
<fadetime>200</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="group">
<top>280</top>
<control type="label">
<description>Author txt</description>
<left>10</left>
<top>0</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[21863]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Author Value</description>
<left>160</left>
<top>0</top>
<width>350</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="label">
<description>Version txt</description>
<left>10</left>
<top>30</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[24051]</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Version Value</description>
<left>160</left>
<top>30</top>
<width>350</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonVersion]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="image">
<left>0</left>
<top>60</top>
<width>490</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description</description>
<left>10</left>
<top>67</top>
<width>490</width>
<height>213</height>
<font>font13</font>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</control>
</include>
<include name="AddonInfoThumbView1">
<control type="group">
<visible>Control.IsVisible(551)</visible>
<include>VisibleFadeEffect</include>
<control type="panel" id="551">
<left>70</left>
<top>78</top>
<width>772</width>
<height>558</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>551</onup>
<ondown>551</ondown>
<viewtype label="$LOCALIZE[31033] 2">biginfo</viewtype>
<visible>Window.IsVisible(AddonBrowser) | Container.Content(Addons)</visible>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="186" width="193">
<control type="image">
<left>1</left>
<top>0</top>
<width>191</width>
<height>160</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<fadetime>100</fadetime>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>1</left>
<top>0</top>
<width>191</width>
<height>160</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<fadetime>100</fadetime>
<colordiffuse>ff333333</colordiffuse>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>193</width>
<height>186</height>
<font>font13_title</font>
<textcolor>ffaa0000</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>red</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<animation effect="rotate" start="0" end="45" center="auto" time="0" condition="true">Conditional</animation>
<label>24098</label>
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
</control>
<control type="label">
<left>1</left>
<top>160</top>
<width>191</width>
<height>25</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="186" width="193">
<control type="image">
<left>1</left>
<top>0</top>
<width>191</width>
<height>160</height>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<fadetime>100</fadetime>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>1</left>
<top>0</top>
<width>191</width>
<height>160</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<fadetime>100</fadetime>
<colordiffuse>ff333333</colordiffuse>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>193</width>
<height>186</height>
<font>font13_title</font>
<textcolor>ffaa0000</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>red</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<animation effect="rotate" start="0" end="45" center="auto" time="0" condition="true">Conditional</animation>
<label>24098</label>
<visible>!IsEmpty(ListItem.AddonBroken)</visible>
</control>
<control type="label">
<left>1</left>
<top>160</top>
<width>191</width>
<height>25</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</height>
<texturesliderbackground border="10,14,10,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="10,14,10,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="10,14,10,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>551</onleft>
<onright>2</onright>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(551)</visible>
</control>
<control type="group">
<left>910</left>
<top>90</top>
<visible>Control.IsVisible(551)</visible>
<control type="label">
<description>Show Title txt</description>
<left>10</left>
<top>0</top>
<width>290</width>
<height>15</height>
<label>$INFO[ListItem.AddonName]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="group">
<top>40</top>
<control type="label">
<description>Author txt</description>
<left>10</left>
<top>0</top>
<width>120</width>
<height>25</height>
<label>$LOCALIZE[21863]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Author Value</description>
<left>140</left>
<top>0</top>
<width>155</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonCreator]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="label">
<description>Version txt</description>
<left>10</left>
<top>30</top>
<width>120</width>
<height>25</height>
<label>$LOCALIZE[24051]</label>
<align>right</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Version Value</description>
<left>140</left>
<top>30</top>
<width>155</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.AddonVersion]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="image">
<left>0</left>
<top>70</top>
<width>290</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description</description>
<left>10</left>
<top>77</top>
<width>290</width>
<height>443</height>
<font>font13</font>
<align>left</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.AddonDescription]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</control>
</include>
</includes>

714
720p/ViewsFileMode.xml Normal file
View File

@ -0,0 +1,714 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="CommonRootView">
<control type="group">
<visible>Control.IsVisible(50)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="50">
<left>70</left>
<top>78</top>
<width>690</width>
<height>561</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="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>580</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>280</left>
<top>0</top>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<left>220</left>
<top>0</top>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>625</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<left>665</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>
<control type="image">
<left>665</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos)</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>690</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(50)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>490</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(50) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>580</width>
<height>40</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">
<left>280</left>
<top>0</top>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<left>220</left>
<top>0</top>
<width>400</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>625</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<left>665</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>
<control type="image">
<left>665</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos)</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>760</left>
<top>85</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>50</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(50)</visible>
</control>
<control type="group">
<depth>DepthContent-</depth>
<left>850</left>
<top>100</top>
<visible>Control.IsVisible(50)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>360</width>
<height>540</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="image">
<left>8</left>
<top>532</top>
<width>344</width>
<height>524</height>
<aspectratio aligny="top">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="diffuse_mirror3.png" flipy="true" background="true">$VAR[PosterThumb]</texture>
</control>
</control>
</control>
</include>
<include name="ThumbnailView">
<control type="group">
<visible>Control.IsVisible(500)</visible>
<include>VisibleFadeEffect</include>
<control type="panel" id="500">
<left>90</left>
<top>80</top>
<width>1080</width>
<height>558</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>500</onup>
<ondown>500</ondown>
<viewtype label="21371">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
<itemlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216">
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>160</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!Container.Content(Episodes)</visible>
</control>
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$INFO[Listitem.Icon]</texture>
<visible>Container.Content(Episodes)</visible>
</control>
<control type="label">
<left>8</left>
<top>160</top>
<width>200</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">
<left>170</left>
<top>130</top>
<width>30</width>
<height>30</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
<focusedlayout condition="!Container.Content(Movies) + !Container.Content(Seasons) + !Container.Content(TVShows) + !Container.Content(Sets)" height="186" width="216">
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>160</height>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$INFO[Listitem.Icon]</texture>
<aspectratio>keep</aspectratio>
<visible>!Container.Content(Episodes)</visible>
</control>
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$INFO[Listitem.Icon]</texture>
<visible>Container.Content(Episodes)</visible>
</control>
<control type="label">
<left>8</left>
<top>160</top>
<width>200</width>
<height>25</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>170</left>
<top>130</top>
<width>30</width>
<height>30</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</focusedlayout>
<itemlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="279" width="216">
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>240</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>8</left>
<top>240</top>
<width>200</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">
<left>170</left>
<top>210</top>
<width>30</width>
<height>30</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
<focusedlayout condition="Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)" height="276" width="216">
<control type="image">
<left>1</left>
<top>0</top>
<width>214</width>
<height>240</height>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>8</left>
<top>240</top>
<width>200</width>
<height>25</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>170</left>
<top>210</top>
<width>30</width>
<height>30</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1170</left>
<top>80</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="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>500</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(500)</visible>
</control>
</control>
</include>
<include name="WideIconView">
<control type="group">
<visible>Control.IsVisible(505)</visible>
<include>VisibleFadeEffect</include>
<control type="panel" id="505">
<visible>Container.Content(TVShows) | Container.Content(Files)</visible>
<left>95</left>
<top>80</top>
<width>1080</width>
<height>550</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>505</onup>
<ondown>505</ondown>
<viewtype label="$LOCALIZE[539]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
<itemlayout height="110" width="540">
<control type="image">
<left>1</left>
<top>0</top>
<width>538</width>
<height>105</height>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$VAR[BannerThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>500</left>
<top>70</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</itemlayout>
<focusedlayout height="110" width="540">
<control type="image">
<left>1</left>
<top>0</top>
<width>538</width>
<height>105</height>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>5</bordersize>
<texture background="true">$VAR[BannerThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>500</left>
<top>70</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Overlay]</texture>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1170</left>
<top>80</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="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>505</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(505)</visible>
</control>
</control>
</include>
<include name="FullWidthList">
<control type="group">
<visible>Control.IsVisible(51)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="51">
<left>95</left>
<top>78</top>
<width>1080</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>51</onup>
<ondown>51</ondown>
<viewtype label="537">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="image">
<left>10</left>
<top>4</top>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>950</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>1000</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<left>65</left>
<top>0</top>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>1010</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<left>1050</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>
<control type="image">
<left>1050</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos)</visible>
</control>
</itemlayout>
<focusedlayout height="40" width="1080">
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1080</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>875</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(51) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="image">
<left>10</left>
<top>4</top>
<width>40</width>
<height>32</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>950</width>
<height>40</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">
<left>60</left>
<top>0</top>
<width>1000</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>!Window.IsVisible(Videos)</visible>
</control>
<control type="label">
<left>65</left>
<top>0</top>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>1010</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos) + [Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
</control>
<control type="image">
<left>1050</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>Window.IsVisible(Videos) + ListItem.IsResumable</visible>
</control>
<control type="image">
<left>1050</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
<visible>Window.IsVisible(Videos)</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>1170</left>
<top>80</top>
<width>25</width>
<height>550</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>50</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(51)</visible>
</control>
</control>
</include>
</includes>

166
720p/ViewsLiveTV.xml Normal file
View File

@ -0,0 +1,166 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="LiveTVView1">
<control type="group">
<visible>Control.IsVisible(560)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="560">
<left>70</left>
<top>75</top>
<width>760</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>560</onup>
<ondown>560</ondown>
<viewtype label="$LOCALIZE[4]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(LiveTV)</visible>
<itemlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>50</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(560)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(560)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>560</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(560) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</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">
<left>50</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</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>560</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(560)</visible>
</control>
<control type="group">
<visible>Control.IsVisible(560)</visible>
<left>910</left>
<top>80</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>290</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="fadelabel">
<left>10</left>
<top>300</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Label2]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="textbox">
<description>Description Value for TV Show</description>
<left>10</left>
<top>332</top>
<width>290</width>
<height>218</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
</includes>

1097
720p/ViewsMusicLibrary.xml Normal file
View File

@ -0,0 +1,1097 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="MusicInfoListView">
<control type="group">
<visible>Control.IsVisible(506)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="506">
<left>70</left>
<top>75</top>
<width>780</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>506</onup>
<ondown>506</ondown>
<viewtype label="$LOCALIZE[544]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(Files) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums)</visible>
<itemlayout height="40" width="780">
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(506)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(506)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>580</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(506) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</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">
<left>60</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</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>506</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(506)</visible>
</control>
<control type="group">
<visible>Control.IsVisible(506)</visible>
<left>910</left>
<top>80</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>290</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<left>10</left>
<top>300</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Artist]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>10</left>
<top>360</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Album]</label>
<wrapmultiline>true</wrapmultiline>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>10</left>
<top>420</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Title]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>top</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<visible>!Container.Content(Albums)</visible>
</control>
<control type="label">
<left>10</left>
<top>420</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Genre]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>top</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<visible>Container.Content(Albums)</visible>
</control>
<control type="label">
<description>Trackno txt</description>
<left>10</left>
<top>480</top>
<width>290</width>
<height>25</height>
<label>$INFO[listitem.TrackNumber,[COLOR=blue]$LOCALIZE[31310]: [/COLOR]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<visible>!Container.Content(Albums)</visible>
</control>
<control type="label">
<description>Year txt</description>
<left>10</left>
<top>505</top>
<width>290</width>
<height>25</height>
<label>$INFO[listitem.Year,[COLOR=blue]$LOCALIZE[345]: [/COLOR]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<description>Rating txt</description>
<left>10</left>
<top>530</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Rating,[COLOR=blue]$LOCALIZE[563]: [/COLOR]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<visible>Container.Content(Albums)</visible>
</control>
<control type="label">
<description>UserRating txt</description>
<left>10</left>
<top>530</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.UserRating,[COLOR=blue]$LOCALIZE[38018]: [/COLOR]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<visible>Container.Content(Songs)</visible>
</control>
</control>
</control>
</include>
<include name="AlbumWrapView2_Fanart">
<control type="group">
<left>0</left>
<top>350</top>
<visible>Control.IsVisible(509) + Skin.HasSetting(View509HideInfo)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>270</height>
<texture border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="label">
<left>40</left>
<top>70</top>
<width>1200</width>
<height>20</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<animation effect="slide" start="0,0" end="0,20" time="150" condition="!Control.HasFocus(509)">conditional</animation>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(509)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>450</top>
<control type="fixedlist" id="509">
<depth>DepthContent-</depth>
<visible>Container.Content(Albums)</visible>
<hitrect x="0" y="-10" w="1280" h="190" />
<left>-80</left>
<top>0</top>
<width>1360</width>
<height>250</height>
<onleft>509</onleft>
<onright>509</onright>
<onup>2</onup>
<ondown>60</ondown>
<viewtype label="31029">wrap</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<focusposition>4</focusposition>
<movement>2</movement>
<orientation>horizontal</orientation>
<preloaditems>4</preloaditems>
<itemlayout height="200" width="160">
<control type="image">
<left>2</left>
<top>20</top>
<width>160</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<fadetime>200</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
<left>6</left>
<top>24</top>
<width>152</width>
<height>152</height>
<aspectratio>stretch</aspectratio>
<texture>black-back.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="image">
<left>2</left>
<top>180</top>
<width>160</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<fadetime>200</fadetime>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
</control>
</itemlayout>
<focusedlayout height="200" width="160">
<control type="image">
<depth>DepthContentPopout</depth>
<left>-2</left>
<top>16</top>
<width>168</width>
<height>168</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<animation reversible="false" effect="zoom" start="-2,16,168,168" end="-12,-4,198,198" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="-2,16,168,168" start="-12,-4,198,198" time="150">unfocus</animation>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>180</left>
<top>325</top>
<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="150" />
<effect type="slide" start="0,0" end="40,40" time="150" />
</animation>
<animation type="unfocus">
<effect type="fade" start="100" end="0" time="150" />
<effect type="slide" end="0,0" start="40,40" time="150" />
</animation>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<depth>DepthContent</depth>
<left>310</left>
<top>195</top>
<width>660</width>
<height>25</height>
<texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
<texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
<texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onup>509</onup>
<ondown>2</ondown>
<showonepage>false</showonepage>
<orientation>horizontal</orientation>
<visible>Control.IsVisible(509)</visible>
</control>
</control>
<control type="group">
<left>180</left>
<top>40</top>
<visible>Control.IsVisible(509) + !Skin.HasSetting(View509HideInfo)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>920</width>
<height>410</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="label">
<left>40</left>
<top>20</top>
<width>840</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Property(Album_Artist)]</label>
</control>
<control type="label">
<left>40</left>
<top>50</top>
<width>840</width>
<height>20</height>
<font>font24_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="group">
<left>40</left>
<top>80</top>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>31331</label>
</control>
<control type="label">
<left>0</left>
<top>35</top>
<width>850</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[515]: $INFO[ListItem.Genre]</label>
</control>
<control type="label">
<left>0</left>
<top>65</top>
<width>850</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[562]: $INFO[ListItem.Year]</label>
</control>
<control type="fadelabel">
<left>0</left>
<top>95</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563]:</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Rating value</description>
<left>100</left>
<top>95</top>
<width>160</width>
<height>32</height>
<label>$INFO[ListItem.Userrating]</label>
</control>
<control type="textbox">
<description>Description Value for Album</description>
<left>0</left>
<top>152</top>
<width>850</width>
<height>144</height>
<font>font13</font>
<align>justify</align>
<pagecontrol>-</pagecontrol>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
<include name="MusicVideoInfoListView">
<control type="group">
<visible>Control.IsVisible(511)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="511">
<left>70</left>
<top>75</top>
<width>760</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>511</onup>
<ondown>511</ondown>
<viewtype label="$LOCALIZE[544]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(MusicVideos)</visible>
<itemlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>720</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>30</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="image">
<left>735</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="760">
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(511)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>760</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(511)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>560</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(511) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>720</width>
<height>40</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">
<left>30</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="image">
<left>735</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</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>511</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(511)</visible>
</control>
<control type="group">
<left>910</left>
<top>80</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>230</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>10</left>
<top>230</top>
<width>290</width>
<align>center</align>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
</control>
<control type="label">
<left>10</left>
<top>290</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Artist]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>10</left>
<top>350</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Album]</label>
<wrapmultiline>true</wrapmultiline>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>10</left>
<top>410</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Title]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>top</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<visible>!Container.Content(Albums)</visible>
</control>
<control type="label">
<left>10</left>
<top>470</top>
<width>290</width>
<height>25</height>
<label>$INFO[ListItem.Studio]</label>
<scroll>true</scroll>
<align>center</align>
<aligny>top</aligny>
<font>font13</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<description>Year txt</description>
<left>10</left>
<top>530</top>
<width>290</width>
<height>25</height>
<label>$INFO[listitem.Year,[COLOR=blue]$LOCALIZE[345]: [/COLOR]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
</control>
</control>
</include>
<include name="ArtistMediaListView">
<control type="group">
<visible>Control.IsVisible(512)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="512">
<left>70</left>
<top>78</top>
<width>580</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>512</onup>
<ondown>512</ondown>
<viewtype label="$LOCALIZE[544]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(Artists)</visible>
<itemlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(512)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(512)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>560</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>650</left>
<top>78</top>
<width>25</width>
<height>560</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>512</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(512)</visible>
</control>
<control type="group">
<left>710</left>
<top>70</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>510</width>
<height>300</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="group">
<top>310</top>
<control type="label">
<description>Born txt</description>
<left>0</left>
<top>0</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[21893]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
<visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
</control>
<control type="label">
<description>Born Value</description>
<left>150</left>
<top>0</top>
<width>350</width>
<height>25</height>
<label>$INFO[ListItem.Property(Artist_Born)]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
<visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
</control>
<control type="label">
<description>Formed txt</description>
<left>0</left>
<top>0</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[21894]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
<visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
</control>
<control type="label">
<description>Formed Value</description>
<left>150</left>
<top>0</top>
<width>350</width>
<height>25</height>
<label>$INFO[ListItem.Property(Artist_Formed)]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
<visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
</control>
<control type="label">
<description>Genre txt</description>
<left>0</left>
<top>30</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[515]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Genre Value</description>
<left>150</left>
<top>30</top>
<width>350</width>
<height>25</height>
<label fallback="416">$INFO[ListItem.Property(Artist_Genre)]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="image">
<left>0</left>
<top>60</top>
<width>510</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for Artist</description>
<left>10</left>
<top>72</top>
<width>490</width>
<height>190</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Artist_Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</control>
</include>
<include name="AlbumInfoListView">
<control type="group">
<visible>Control.IsVisible(513)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="513">
<left>70</left>
<top>75</top>
<width>780</width>
<height>561</height>
<onleft>2</onleft>
<onright>51360</onright>
<onup>513</onup>
<ondown>513</ondown>
<viewtype label="$LOCALIZE[10523]">list</viewtype>
<pagecontrol>51360</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(Albums)</visible>
<itemlayout height="40" width="780">
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>60</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="780">
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(513)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>780</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(513)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>580</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(513) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>730</width>
<height>40</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">
<left>60</left>
<top>0</top>
<width>700</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="51360">
<left>850</left>
<top>78</top>
<width>25</width>
<height>560</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>513</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(513)</visible>
</control>
<control type="group">
<left>910</left>
<top>70</top>
<control type="image">
<left>10</left>
<top>0</top>
<width>290</width>
<height>240</height>
<aspectratio aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<description>Description Header txt</description>
<left>10</left>
<top>240</top>
<width>290</width>
<height>25</height>
<label>21821</label>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="textbox">
<description>Description Value for Album</description>
<left>10</left>
<top>272</top>
<width>290</width>
<height>298</height>
<font>font13</font>
<align>justify</align>
<pagecontrol>-</pagecontrol>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
</includes>

1207
720p/ViewsPVRGuide.xml Normal file
View File

@ -0,0 +1,1207 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!-- ID: 10 -->
<include name="PVRGuideViewTimeline">
<control type="group">
<description>TV Guide Timeline</description>
<visible>Control.IsVisible(10)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<description>separator image</description>
<left>80</left>
<top>101</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="epggrid" id="10">
<viewtype label="19032">list</viewtype>
<description>EPG Grid</description>
<left>80</left>
<top>71</top>
<width>1135</width>
<height>419</height>
<pagecontrol>10</pagecontrol>
<scrolltime>350</scrolltime>
<timeblocks>40</timeblocks>
<rulerunit>6</rulerunit>
<progresstexture border="0,48,18,14">PVR-EpgProgressIndicator.png</progresstexture>
<onleft>101</onleft>
<onright>101</onright>
<onup>10</onup>
<ondown>10</ondown>
<rulerlayout height="35" width="40">
<control type="label" id="2">
<left>0</left>
<top>0</top>
<width>34</width>
<height>29</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[ListItem.Label]</label>
<visible>!ListItem.Property(DateLabel)</visible>
</control>
<control type="label" id="2">
<left>0</left>
<top>0</top>
<width>34</width>
<height>29</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Label]</label>
<visible>ListItem.Property(DateLabel)</visible>
</control>
</rulerlayout>
<channellayout height="48" width="280">
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>48</height>
<texture border="2">MenuItemNF.png</texture>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>5</top>
<width>40</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="image">
<left>45</left>
<top>4</top>
<width>45</width>
<height>44</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label" id="1">
<left>94</left>
<top>0</top>
<width>160</width>
<height>48</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.ChannelName]</label>
</control>
</channellayout>
<focusedchannellayout height="48" width="280">
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>48</height>
<texture border="2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(10)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>270</width>
<height>48</height>
<texture border="2">MenuItemFO.png</texture>
<visible>Control.HasFocus(10)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>5</left>
<top>5</top>
<width>40</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<info>ListItem.ChannelNumberLabel</info>
</control>
<control type="image">
<left>45</left>
<top>4</top>
<width>45</width>
<height>44</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label" id="1">
<left>94</left>
<top>0</top>
<width>160</width>
<height>48</height>
<font>font13</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.ChannelName]</label>
</control>
</focusedchannellayout>
<itemlayout height="48" width="40">
<control type="image" id="2">
<width>40</width>
<height>48</height>
<left>0</left>
<top>0</top>
<aspectratio>stretch</aspectratio>
<texture border="3">epg-genres/$INFO[ListItem.Property(GenreType)].png</texture>
</control>
<control type="label" id="1">
<left>10</left>
<top>3</top>
<width>20</width>
<height>25</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>6</left>
<top>28</top>
<width>16</width>
<height>16</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
</itemlayout>
<focusedlayout height="48" width="40">
<control type="image" id="14">
<width>40</width>
<height>48</height>
<left>0</left>
<top>0</top>
<texture border="5">folder-focus.png</texture>
</control>
<control type="image" id="2">
<width>40</width>
<height>48</height>
<left>0</left>
<top>0</top>
<aspectratio>stretch</aspectratio>
<texture border="3">epg-genres/$INFO[ListItem.Property(GenreType)].png</texture>
</control>
<control type="label" id="1">
<left>10</left>
<top>3</top>
<width>20</width>
<height>25</height>
<font>font12</font>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<info>ListItem.Label</info>
</control>
<control type="image">
<left>6</left>
<top>28</top>
<width>16</width>
<height>16</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
</focusedlayout>
</control>
<control type="group">
<visible>!IsEmpty(ListItem.Label)</visible>
<left>80</left>
<top>508</top>
<control type="image">
<left>62</left>
<top>6</top>
<width>130</width>
<height>130</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
</control>
<control type="label">
<left>280</left>
<top>0</top>
<width>840</width>
<height>20</height>
<label>[B]$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)][/B]</label>
<font>font13</font>
<textcolor>white</textcolor>
</control>
<control type="label">
<left>280</left>
<top>25</top>
<width>840</width>
<height>20</height>
<label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Season, • $LOCALIZE[20373] ]$INFO[ListItem.Episode, • $LOCALIZE[20359] ]$INFO[ListItem.Genre, • ]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
<control type="textbox">
<description>Plot value</description>
<left>280</left>
<top>57</top>
<width>840</width>
<height>63</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey</textcolor>
<autoscroll delay="10000" time="3000" repeat="6000">true</autoscroll>
<label>$INFO[ListItem.Plot]</label>
</control>
</control>
</control>
</include>
<!-- ID: 11 -->
<include name="PVRGuideViewNow">
<control type="group">
<description>TV Guide Now</description>
<visible>Control.IsVisible(11)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Time label</description>
<left>0</left>
<top>20</top>
<width>100</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>555</label>
</control>
<control type="label">
<description>Channel label</description>
<left>100</left>
<top>20</top>
<width>250</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>19148</label>
</control>
<control type="label">
<description>Title</description>
<left>350</left>
<top>20</top>
<width>550</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Status header label</description>
<left>960</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="11">
<viewtype label="19030">list</viewtype>
<left>0</left>
<top>60</top>
<width>1100</width>
<height>500</height>
<onup>11</onup>
<ondown>11</ondown>
<onleft>101</onleft>
<onright>76</onright>
<pagecontrol>76</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</itemlayout>
<focusedlayout height="100">
<control type="image">
<left>0</left>
<top>1</top>
<width>1100</width>
<height>98</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>100</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(11)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(11)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>50</left>
<top>37</top>
<width>1000</width>
<height>58</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="76">
<left>1105</left>
<top>60</top>
<width>25</width>
<height>500</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>11</onleft>
<onright>101</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
</control>
</control>
</include>
<!-- ID: 12 -->
<include name="PVRGuideViewNext">
<control type="group">
<description>TV Guide Next</description>
<visible>Control.IsVisible(12)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Time label</description>
<left>0</left>
<top>20</top>
<width>100</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>555</label>
</control>
<control type="label">
<description>Channel label</description>
<left>100</left>
<top>20</top>
<width>250</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>19148</label>
</control>
<control type="label">
<description>Title</description>
<left>350</left>
<top>20</top>
<width>550</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Status header label</description>
<left>960</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="12">
<viewtype label="19031">list</viewtype>
<left>0</left>
<top>60</top>
<width>1100</width>
<height>500</height>
<onup>12</onup>
<ondown>12</ondown>
<onleft>101</onleft>
<onright>76</onright>
<pagecontrol>76</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</itemlayout>
<focusedlayout height="100">
<control type="image">
<left>0</left>
<top>1</top>
<width>1100</width>
<height>98</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>100</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(12)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(12)</visible>
</control>
<control type="image">
<left>100</left>
<top>0</top>
<width>250</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(12)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(12)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.StartTime</info>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>30</width>
<height>30</height>
<info>ListItem.Icon</info>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>150</left>
<top>0</top>
<width>190</width>
<height>35</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.ChannelName</info>
</control>
<control type="label">
<left>360</left>
<top>0</top>
<width>590</width>
<height>35</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>50</left>
<top>37</top>
<width>1000</width>
<height>58</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="76">
<left>1105</left>
<top>60</top>
<width>25</width>
<height>500</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>12</onleft>
<onright>101</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(12).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(12).CurrentPage]/$INFO[Container(12).NumPages][/COLOR])</label>
</control>
</control>
</include>
<!-- ID: 13 -->
<include name="PVRGuideViewChannel">
<control type="group">
<description>TV Guide Channel</description>
<visible>Control.IsVisible(13)</visible>
<include>VisibleFadeEffect</include>
<control type="group">
<left>80</left>
<top>60</top>
<control type="label">
<description>Date Time label</description>
<left>0</left>
<top>20</top>
<width>300</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>21820</label>
</control>
<control type="label">
<description>Title</description>
<left>300</left>
<top>20</top>
<width>600</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>369</label>
</control>
<control type="label">
<description>Status header label</description>
<left>960</left>
<top>20</top>
<width>140</width>
<height>20</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>center</align>
<aligny>center</aligny>
<label>126</label>
</control>
<control type="image">
<description>separator image</description>
<left>0</left>
<top>50</top>
<width>1100</width>
<height>1</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture>separator2.png</texture>
</control>
<control type="list" id="13">
<viewtype label="19029">list</viewtype>
<left>0</left>
<top>60</top>
<width>1100</width>
<height>500</height>
<onup>13</onup>
<ondown>13</ondown>
<onleft>101</onleft>
<onright>75</onright>
<pagecontrol>75</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>33FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>310</left>
<top>0</top>
<width>640</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</itemlayout>
<focusedlayout height="100">
<control type="image">
<left>0</left>
<top>1</top>
<width>1100</width>
<height>98</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1100</width>
<height>101</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>AAFFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>!Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(13)</visible>
</control>
<control type="image">
<left>960</left>
<top>0</top>
<width>140</width>
<height>40</height>
<colordiffuse>88FFFFFF</colordiffuse>
<texture border="5">StackFO.png</texture>
<visible>Control.HasFocus(13)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>280</width>
<height>40</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Date</info>
</control>
<control type="label">
<left>310</left>
<top>0</top>
<width>640</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, (,)]</label>
</control>
<control type="textbox">
<description>Plot Value for TVShow</description>
<left>50</left>
<top>42</top>
<width>1000</width>
<height>58</height>
<font>font12</font>
<align>justify</align>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<pagecontrol>-</pagecontrol>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="image">
<left>970</left>
<top>10</top>
<width>20</width>
<height>20</height>
<texture>$VAR[PVRTimerIcon]</texture>>
</control>
<control type="label">
<left>1000</left>
<top>0</top>
<width>80</width>
<height>40</height>
<font>font10</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$VAR[PVRTimerLabel]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="75">
<left>1105</left>
<top>60</top>
<width>25</width>
<height>500</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>13</onleft>
<onright>101</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>([COLOR=blue]$INFO[Container(13).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(13).CurrentPage]/$INFO[Container(13).NumPages][/COLOR])</label>
</control>
</control>
</include>
</includes>

223
720p/ViewsPictures.xml Normal file
View File

@ -0,0 +1,223 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="PictureWrapView">
<control type="group">
<visible>Control.IsVisible(510)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>440</top>
<control type="wraplist" id="510">
<depth>DepthContent+</depth>
<left>-25</left>
<top>5</top>
<width>1330</width>
<height>250</height>
<onleft>510</onleft>
<onright>510</onright>
<onup>2</onup>
<ondown>60</ondown>
<viewtype label="31032">wrap</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<focusposition>3</focusposition>
<orientation>horizontal</orientation>
<preloaditems>4</preloaditems>
<itemlayout height="200" width="190">
<control type="image">
<left>15</left>
<top>40</top>
<width>160</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="10">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture border="2">ThumbBG.png</texture>
</control>
<control type="image">
<left>25</left>
<top>50</top>
<width>140</width>
<height>140</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
</itemlayout>
<focusedlayout height="200" width="190">
<control type="image">
<depth>DepthContentPopout</depth>
<left>15</left>
<top>40</top>
<width>160</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="10">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture border="2">ThumbBG.png</texture>
<animation reversible="false" effect="zoom" start="15,40,160,160" end="-10,-5,210,210" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="15,40,160,160" start="-10,-5,210,210" time="150">unfocus</animation>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>25</left>
<top>50</top>
<width>140</width>
<height>140</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<animation reversible="false" effect="zoom" start="25,50,140,140" end="5,10,180,180" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="25,50,140,140" start="5,10,180,180" time="150">unfocus</animation>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>310</left>
<top>200</top>
<width>660</width>
<height>25</height>
<texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
<texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
<texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onup>510</onup>
<ondown>2</ondown>
<showonepage>false</showonepage>
<orientation>horizontal</orientation>
<visible>Control.IsVisible(510)</visible>
</control>
</control>
</include>
<include name="PictureThumbView">
<control type="group">
<visible>Control.IsVisible(514)</visible>
<control type="panel" id="514">
<left>60</left>
<top>75</top>
<width>432</width>
<height>576</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>514</onup>
<ondown>514</ondown>
<viewtype label="$LOCALIZE[31031]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<preloaditems>2</preloaditems>
<itemlayout height="144" width="144">
<control type="image">
<left>0</left>
<top>0</top>
<width>144</width>
<height>144</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="10">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture border="2">ThumbBG.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>124</width>
<height>124</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
</itemlayout>
<focusedlayout height="144" width="144">
<control type="image">
<left>0</left>
<top>0</top>
<width>144</width>
<height>144</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="10">folder-Focus.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture border="2">ThumbBG.png</texture>
</control>
<control type="image">
<left>10</left>
<top>10</top>
<width>124</width>
<height>124</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>500</left>
<top>70</top>
<width>25</width>
<height>576</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>514</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(514)</visible>
</control>
<control type="group">
<left>570</left>
<top>80</top>
<control type="label">
<description>Title txt</description>
<left>0</left>
<top>0</top>
<width>640</width>
<height>15</height>
<label>$INFO[ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<left>0</left>
<top>30</top>
<width>640</width>
<height>470</height>
<texture background="true">$INFO[ListItem.FilenameAndPath]</texture>
<fadetime>600</fadetime>
<aspectratio>keep</aspectratio>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>9</bordersize>
</control>
<control type="label">
<description>Date time txt</description>
<left>0</left>
<top>510</top>
<width>640</width>
<height>15</height>
<label>$INFO[ListItem.PictureDateTime,[COLOR=blue]$LOCALIZE[31326][/COLOR] - ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Resolution txt</description>
<left>0</left>
<top>535</top>
<width>640</width>
<height>15</height>
<label>$INFO[ListItem.PictureResolution,[COLOR=blue]$LOCALIZE[31327][/COLOR] - ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
</control>
</include>
</includes>

1949
720p/ViewsVideoLibrary.xml Normal file
View File

@ -0,0 +1,1949 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="PosterWrapView">
<control type="grouplist">
<visible>Control.IsVisible(501)</visible>
<left>60</left>
<top>80</top>
<width>1160</width>
<height>460</height>
<onup>9000</onup>
<ondown>61</ondown>
<usecontrolcoords>true</usecontrolcoords>
<include>VisibleFadeEffect</include>
<control type="fixedlist" id="501">
<visible>Container.Content(Movies) | Container.Content(Seasons) | Container.Content(TVShows) | Container.Content(Sets)</visible>
<visible>!Container.Content(LiveTV)</visible>
<left>-183</left>
<top>0</top>
<width>1343</width>
<height>390</height>
<onleft>501</onleft>
<onright>501</onright>
<onup>2</onup>
<ondown>60</ondown>
<viewtype label="31028">bigwrap</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<focusposition>3</focusposition>
<orientation>horizontal</orientation>
<preloaditems>4</preloaditems>
<itemlayout height="310" width="218">
<control type="image">
<left>2</left>
<top>40</top>
<width>214</width>
<height>310</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
</control>
</itemlayout>
<focusedlayout height="310" width="218">
<control type="image">
<depth>DepthContentPopout</depth>
<left>-2</left>
<top>36</top>
<width>222</width>
<height>318</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>8</bordersize>
<texture background="true">$VAR[PosterThumb]</texture>
<animation reversible="false" effect="zoom" start="-2,36,222,318" end="-28,0,284,390" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="-2,36,222,318" start="-28,0,284,390" time="150">unfocus</animation>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>6</left>
<top>44</top>
<width>170</width>
<height>180</height>
<aspectratio>stretch</aspectratio>
<texture>GlassOverlay.png</texture>
<animation reversible="false" effect="zoom" start="6,44,170,180" end="-24,4,240,250" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="6,44,170,180" start="-24,4,240,250" time="150">unfocus</animation>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>185</left>
<top>310</top>
<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="150" />
<effect type="slide" start="0,0" end="40,40" time="150" />
</animation>
<animation type="unfocus">
<effect type="fade" start="100" end="0" time="150" />
<effect type="slide" end="0,0" start="40,40" time="150" />
</animation>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>140</left>
<top>0</top>
<width>880</width>
<height>25</height>
<texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
<texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
<texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onup>501</onup>
<ondown>9000</ondown>
<showonepage>false</showonepage>
<orientation>horizontal</orientation>
<visible>Control.IsVisible(501)</visible>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(501)</visible>
<control type="image">
<left>56</left>
<top>120</top>
<width>128</width>
<height>310</height>
<texture>SideFade.png</texture>
</control>
<control type="image">
<left>1094</left>
<top>120</top>
<width>128</width>
<height>310</height>
<texture flipx="true">SideFade.png</texture>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(501) + [Container.Content(Movies) | Container.Content(Sets)]</visible>
<control type="label">
<left>30</left>
<top>500</top>
<width>1220</width>
<height>35</height>
<font>font28_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>0</left>
<top>540</top>
<width>1280</width>
<height>35</height>
<font>font30</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year]</label>
</control>
<control type="label">
<left>0</left>
<top>580</top>
<width>1280</width>
<height>20</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Duration,$LOCALIZE[2050] , $LOCALIZE[12391]]</label>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>610</top>
<width>1280</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(501) + Container.Content(Seasons)</visible>
<control type="label">
<left>30</left>
<top>500</top>
<width>1220</width>
<height>35</height>
<font>font28_title</font>
<textcolor>blue</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>0</left>
<top>540</top>
<width>1280</width>
<height>35</height>
<font>font30</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.TVShowTitle]</label>
</control>
<control type="label">
<left>0</left>
<top>575</top>
<width>1280</width>
<height>35</height>
<font>font13</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
</control>
<control type="label">
<left>0</left>
<top>605</top>
<width>1280</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(501) + Container.Content(TVShows)</visible>
<control type="label">
<left>30</left>
<top>500</top>
<width>1220</width>
<height>35</height>
<font>font28_title</font>
<textcolor>blue</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>0</left>
<top>540</top>
<width>1280</width>
<height>35</height>
<font>font30</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Genre]</label>
</control>
<control type="label">
<left>0</left>
<top>575</top>
<width>1280</width>
<height>35</height>
<font>font13</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Episode,, $LOCALIZE[20453]]</label>
</control>
<control type="label">
<left>0</left>
<top>605</top>
<width>1280</width>
<height>35</height>
<font>font12</font>
<textcolor>white</textcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])</label>
</control>
</control>
</include>
<include name="PosterWrapView2_Fanart">
<control type="group">
<left>0</left>
<top>350</top>
<visible>Control.IsVisible(508) + [[ListItem.IsFolder + Container.Content(Movies)] | Skin.HasSetting(View508HideInfo) | Container.Content(Sets)]</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>270</height>
<texture border="1">HomeNowPlayingBack.png</texture>
</control>
<control type="label">
<left>40</left>
<top>70</top>
<width>1200</width>
<height>20</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<animation effect="slide" start="0,0" end="0,25" time="150" condition="!Control.HasFocus(508)">conditional</animation>
</control>
</control>
<control type="group">
<visible>Control.IsVisible(508)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>460</top>
<control type="fixedlist" id="508">
<depth>DepthContent-</depth>
<visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Sets)</visible>
<hitrect x="0" y="-10" w="1280" h="190" />
<left>-20</left>
<top>0</top>
<width>1320</width>
<height>250</height>
<onleft>508</onleft>
<onright>508</onright>
<onup>2</onup>
<ondown>60</ondown>
<viewtype label="31029">wrap</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<focusposition>5</focusposition>
<movement>3</movement>
<orientation>horizontal</orientation>
<preloaditems>4</preloaditems>
<itemlayout height="200" width="120">
<control type="image">
<left>2</left>
<top>20</top>
<width>120</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<fadetime>200</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
</control>
<control type="image">
<left>6</left>
<top>24</top>
<width>112</width>
<height>152</height>
<aspectratio>stretch</aspectratio>
<texture>black-back.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="image">
<left>2</left>
<top>180</top>
<width>120</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<fadetime>200</fadetime>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture>
</control>
</itemlayout>
<focusedlayout height="310" width="120">
<control type="image">
<depth>DepthContentPopout</depth>
<left>-2</left>
<top>16</top>
<width>128</width>
<height>168</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="8">ThumbBorder.png</bordertexture>
<bordersize>8</bordersize>
<fadetime>200</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
<animation reversible="false" effect="zoom" start="-2,16,128,168" end="-12,-10,148,198" time="150">focus</animation>
<animation reversible="false" effect="zoom" end="-2,16,128,168" start="-12,-10,148,198" time="150">unfocus</animation>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>2</left>
<top>180</top>
<width>120</width>
<height>160</height>
<aspectratio>stretch</aspectratio>
<bordertexture border="5" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
<bordersize>4</bordersize>
<fadetime>200</fadetime>
<texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$VAR[PosterThumb]</texture>
</control>
<control type="image">
<depth>DepthContentPopout</depth>
<left>90</left>
<top>150</top>
<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="150" />
<effect type="slide" start="0,0" end="10,5" time="150" />
</animation>
<animation type="unfocus">
<effect type="fade" start="100" end="0" time="150" />
<effect type="slide" end="0,0" start="10,5" time="150" />
</animation>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<depth>DepthContent</depth>
<left>310</left>
<top>185</top>
<width>660</width>
<height>25</height>
<texturesliderbackground border="14,0,14,0">ScrollBarH.png</texturesliderbackground>
<texturesliderbar border="14,0,14,0">ScrollBarH_bar.png</texturesliderbar>
<texturesliderbarfocus border="14,0,14,0">ScrollBarH_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onup>508</onup>
<ondown>2</ondown>
<showonepage>false</showonepage>
<orientation>horizontal</orientation>
<visible>Control.IsVisible(508)</visible>
</control>
</control>
<control type="group">
<left>180</left>
<top>40</top>
<visible>Control.IsVisible(508) + ![ListItem.IsFolder + Container.Content(Movies)] + !Skin.HasSetting(View508HideInfo) + !Container.Content(Sets)</visible>
<include>VisibleFadeEffect</include>
<control type="image">
<left>0</left>
<top>0</top>
<width>920</width>
<height>410</height>
<texture border="20">ContentPanel.png</texture>
</control>
<control type="label">
<left>40</left>
<top>20</top>
<width>840</width>
<height>20</height>
<font>font24_title</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="group">
<left>40</left>
<top>50</top>
<visible>Container.Content(Movies)</visible>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>31308</label>
</control>
<control type="fadelabel">
<left>0</left>
<top>30</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Genre]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<left>0</left>
<top>55</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<left>0</left>
<top>80</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Duration,, $LOCALIZE[12391]]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<left>0</left>
<top>105</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
<control type="group">
<left>480</left>
<top>50</top>
<visible>Container.Content(Movies)</visible>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>20339</label>
</control>
<control type="label">
<left>0</left>
<top>30</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Director]</label>
</control>
<control type="label">
<left>0</left>
<top>75</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>20417</label>
</control>
<control type="label">
<left>0</left>
<top>105</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>top</aligny>
<label>$INFO[ListItem.Writer]</label>
</control>
</control>
<control type="group">
<left>40</left>
<top>50</top>
<visible>Container.Content(TVShows)</visible>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>20351</label>
</control>
<control type="fadelabel">
<left>0</left>
<top>30</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Genre]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<left>0</left>
<top>55</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<left>0</left>
<top>80</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
<control type="group">
<left>480</left>
<top>50</top>
<visible>Container.Content(TVShows)</visible>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>20360</label>
</control>
<control type="label">
<left>0</left>
<top>30</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[20161] : $INFO[ListItem.Episode]</label>
</control>
<control type="label">
<left>0</left>
<top>55</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[16102] : $INFO[ListItem.Property(WatchedEpisodes)]</label>
</control>
<control type="label">
<left>0</left>
<top>80</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[16101] : $INFO[ListItem.Property(UnWatchedEpisodes)]</label>
</control>
</control>
<control type="group">
<left>40</left>
<top>200</top>
<control type="label">
<left>0</left>
<top>0</top>
<width>400</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>207</label>
</control>
<control type="textbox">
<description>Description Value The Movie</description>
<left>0</left>
<top>32</top>
<width>850</width>
<height>98</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>30</left>
<top>360</top>
<width>800</width>
<align>left</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="grouplist">
<description>MPAA Rating Flagging Images</description>
<left>95</left>
<top>360</top>
<width>800</width>
<align>right</align>
<itemgap>0</itemgap>
<orientation>horizontal</orientation>
<include>VideoMPAAFlaggingConditions</include>
</control>
</control>
</include>
<include name="MediaListView3">
<control type="group">
<visible>Control.IsVisible(503)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="503">
<left>70</left>
<top>245</top>
<width>580</width>
<height>401</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>503</onup>
<ondown>503</ondown>
<viewtype label="$LOCALIZE[544] 2">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(TVShows) | Container.Content(Seasons) | Container.Content(Episodes) | Container.Content(Movies)</visible>
<itemlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>515</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(503)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(503)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>380</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(503) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</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">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>515</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>650</left>
<top>245</top>
<width>25</width>
<height>400</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>503</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(503)</visible>
</control>
<control type="group">
<left>710</left>
<top>245</top>
<visible>Container.Content(TVShows)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>530</width>
<height>110</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[BannerThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="label">
<description>Episodes txt</description>
<left>10</left>
<top>120</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[20360]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Episodes Value</description>
<left>160</left>
<top>120</top>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Aired txt</description>
<left>10</left>
<top>145</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Aired Value</description>
<left>160</left>
<top>145</top>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.premiered]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Genre txt</description>
<left>10</left>
<top>170</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[515]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Genre Value</description>
<left>160</left>
<top>170</top>
<width>360</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Genre]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="image">
<left>0</left>
<top>200</top>
<width>530</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<left>10</left>
<top>212</top>
<width>510</width>
<height>188</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="group">
<left>710</left>
<top>245</top>
<visible>Container.Content(Episodes)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>530</width>
<height>210</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>210</top>
<width>530</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="label">
<description>INFO txt</description>
<left>10</left>
<top>245</top>
<width>510</width>
<height>30</height>
<label>$INFO[ListItem.Season,[COLOR=blue] $LOCALIZE[20373] :[/COLOR] ] $INFO[ListItem.episode,[COLOR=blue] $LOCALIZE[20359] :[/COLOR] ] $INFO[ListItem.premiered,[COLOR=blue] $LOCALIZE[31322] :[/COLOR] ]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<left>0</left>
<top>275</top>
<width>530</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for TVShows</description>
<left>10</left>
<top>282</top>
<width>510</width>
<height>118</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="group">
<left>710</left>
<top>245</top>
<visible>Container.Content(Seasons)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>355</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="textbox">
<description>Description Value for Seasons</description>
<left>270</left>
<top>2</top>
<width>250</width>
<height>353</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[Container.ShowPlot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Seasons)</visible>
</control>
<control type="label">
<description>Watched Count</description>
<left>10</left>
<top>370</top>
<width>510</width>
<height>25</height>
<label>[COLOR=white]$LOCALIZE[20360]:[/COLOR] $INFO[ListItem.Property(WatchedEpisodes),([COLOR=blue],[/COLOR]) $LOCALIZE[16102]] $INFO[ListItem.Property(UnWatchedEpisodes),([COLOR=blue],[/COLOR]) $LOCALIZE[16101]]</label>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</control>
<control type="group">
<left>710</left>
<top>245</top>
<visible>Container.Content(Movies)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>355</height>
<aspectratio>keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>365</top>
<width>530</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="textbox">
<description>Description Value for Movie</description>
<left>270</left>
<top>2</top>
<width>250</width>
<height>353</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
<include name="MediaListView2">
<control type="group">
<visible>Control.IsVisible(504)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="504">
<left>70</left>
<top>78</top>
<width>580</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>504</onup>
<ondown>504</ondown>
<viewtype label="$LOCALIZE[544]">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Episodes)</visible>
<itemlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>515</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="580">
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(504)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>580</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(504)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>380</left>
<top>5</top>
<width>200</width>
<height>31</height>
<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
<visible>Control.HasFocus(504) + !IsEmpty(ListItem.Label2)</visible>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>520</width>
<height>40</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">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
<control type="image">
<left>515</left>
<top>8</top>
<width>40</width>
<height>26</height>
<texture>$VAR[MediaInfoOverlayVar]</texture>
<aspectratio>keep</aspectratio>
<visible>Container.Content(Movies) | Container.Content(Sets) | Container.Content(Episodes) | Container.Content(MusicVideos)</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>555</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>650</left>
<top>78</top>
<width>25</width>
<height>560</height>
<texturesliderbackground border="10,14,10,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="10,14,10,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="10,14,10,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>504</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(504)</visible>
</control>
<control type="group">
<left>710</left>
<top>70</top>
<visible>Control.IsVisible(504) + [Container.Content(Movies) | Container.Content(TVShows)]</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>510</width>
<height>286</height>
<aspectratio>scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
<visible>Container.Content(Movies)</visible>
<bordertexture background="true" border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>510</width>
<height>325</height>
<aspectratio>scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
<visible>Container.Content(TVShows)</visible>
<bordertexture background="true" border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>290</top>
<width>510</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="image">
<left>0</left>
<top>330</top>
<width>510</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="label">
<description>Year txt</description>
<left>10</left>
<top>335</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[345]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Year Value</description>
<left>160</left>
<top>335</top>
<width>340</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Year]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Genre txt</description>
<left>10</left>
<top>360</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[515]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Genre Value</description>
<left>160</left>
<top>360</top>
<width>340</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Genre]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="image">
<left>0</left>
<top>390</top>
<width>510</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>397</top>
<width>490</width>
<height>168</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="group">
<left>710</left>
<top>70</top>
<visible>Control.IsVisible(504) + Container.Content(Episodes)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>510</width>
<height>286</height>
<aspectratio>scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture background="true" border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>290</top>
<width>510</width>
<align>center</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="image">
<left>0</left>
<top>330</top>
<width>510</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="label">
<description>Aired txt</description>
<left>10</left>
<top>335</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[31322]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="label">
<description>Aired Value</description>
<left>160</left>
<top>335</top>
<width>340</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Premiered]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Episode txt</description>
<left>10</left>
<top>360</top>
<width>140</width>
<height>25</height>
<label>$LOCALIZE[20359]:</label>
<align>right</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>blue</textcolor>
</control>
<control type="fadelabel">
<description>Episode Value</description>
<left>160</left>
<top>360</top>
<width>340</width>
<height>25</height>
<label fallback="416">$INFO[listitem.Season,,x]$INFO[listitem.Episode]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13</font>
<scrollout>false</scrollout>
<pauseatend>1000</pauseatend>
</control>
<control type="image">
<left>0</left>
<top>390</top>
<width>510</width>
<height>4</height>
<texture>separator.png</texture>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>397</top>
<width>490</width>
<height>168</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
</control>
</include>
<include name="MediaListView4">
<control type="group">
<visible>Control.IsVisible(515)</visible>
<include>VisibleFadeEffect</include>
<control type="list" id="515">
<left>70</left>
<top>78</top>
<width>340</width>
<height>561</height>
<onleft>2</onleft>
<onright>60</onright>
<onup>515</onup>
<ondown>515</ondown>
<viewtype label="$LOCALIZE[544] 3">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<visible>Container.Content(TVShows) | Container.Content(Movies) | Container.Content(Episodes) | Container.Content(Seasons)</visible>
<itemlayout height="40" width="345">
<control type="image">
<left>0</left>
<top>0</top>
<width>345</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>310</width>
<height>40</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>320</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>320</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</itemlayout>
<focusedlayout height="40" width="345">
<control type="image">
<left>0</left>
<top>0</top>
<width>345</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(515)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>345</width>
<height>41</height>
<texture border="0,2,0,2">MenuItemFO.png</texture>
<visible>Control.HasFocus(515)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>310</width>
<height>40</height>
<font>font13</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>320</left>
<top>14</top>
<width>16</width>
<height>16</height>
<texture>OverlayWatching.png</texture>
<visible>ListItem.IsResumable</visible>
</control>
<control type="image">
<left>320</left>
<top>14</top>
<width>20</width>
<height>16</height>
<texture>$INFO[ListItem.Overlay]</texture>
<aspectratio>keep</aspectratio>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>415</left>
<top>78</top>
<width>25</width>
<height>560</height>
<texturesliderbackground border="10,14,10,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="10,14,10,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="10,14,10,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>515</onleft>
<onright>2</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(515)</visible>
</control>
<control type="group">
<left>470</left>
<top>70</top>
<visible>Control.IsVisible(515) + Container.Content(Movies)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>420</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="Fanart_Diffuse.png" background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
</control>
<control type="label">
<left>10</left>
<top>395</top>
<width>540</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>432</top>
<width>540</width>
<height>98</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>540</top>
<width>540</width>
<align>left</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="image">
<depth>DepthContent+</depth>
<left>560</left>
<top>140</top>
<width>180</width>
<height>440</height>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
</control>
<control type="group">
<left>470</left>
<top>70</top>
<visible>Control.IsVisible(515) + Container.Content(TVShows)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>420</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="Fanart_Diffuse.png" background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
</control>
<control type="label">
<left>10</left>
<top>395</top>
<width>540</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>432</top>
<width>540</width>
<height>143</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="image">
<depth>DepthContent+</depth>
<left>560</left>
<top>140</top>
<width>180</width>
<height>440</height>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$VAR[PosterThumb]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
</control>
<control type="group">
<left>470</left>
<top>70</top>
<visible>Control.IsVisible(515) + Container.Content(Seasons)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>420</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="Fanart_Diffuse.png" background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
</control>
<control type="label">
<left>10</left>
<top>395</top>
<width>730</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>432</top>
<width>540</width>
<height>143</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[Container.ShowPlot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="image">
<depth>DepthContent+</depth>
<left>560</left>
<top>140</top>
<width>180</width>
<height>440</height>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
</control>
<control type="group">
<left>470</left>
<top>70</top>
<visible>Control.IsVisible(515) + Container.Content(Episodes)</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>420</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture diffuse="Fanart_Diffuse.png" background="true" fallback="Fanart_Fallback_Small.jpg">$INFO[ListItem.Art(fanart)]</texture>
</control>
<control type="label">
<left>10</left>
<top>395</top>
<width>400</width>
<height>30</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="textbox">
<description>Description Value for Video</description>
<left>10</left>
<top>432</top>
<width>400</width>
<height>98</height>
<font>font13</font>
<align>justify</align>
<textcolor>white</textcolor>
<label>$INFO[ListItem.Plot]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
<control type="grouplist">
<description>Media Codec Flagging Images</description>
<left>0</left>
<top>540</top>
<width>410</width>
<align>left</align>
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
<include>AspectCodecFlaggingConditions</include>
<include>VideoStereoscopicsFlaggingConditions</include>
<include>VideoTypeHackFlaggingConditions</include>
</control>
<control type="image">
<depth>DepthContent+</depth>
<left>420</left>
<top>140</top>
<width>330</width>
<height>440</height>
<aspectratio align="left" aligny="bottom">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture background="true">$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
</control>
</control>
</include>
</includes>

1348
720p/ViewsWeather.xml Normal file
View File

@ -0,0 +1,1348 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="WeatherDaily">
<control type="group">
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>31904</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(51)</visible>
</control>
<control type="list" id="51">
<left>15</left>
<top>60</top>
<width>600</width>
<height>541</height>
<onleft>9000</onleft>
<onright>61</onright>
<onup>51</onup>
<ondown>51</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<include>VisibleFadeEffect</include>
<visible>IsEmpty(Window.Property(Weather.CurrentView))</visible>
<itemlayout height="135" width="600" condition="IsEmpty(Window.Property(Daily.IsFetched))">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,5,0,5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,5,0,5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>150</left>
<top>5</top>
<width>300</width>
<height>25</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>460</left>
<top>0</top>
<width>135</width>
<height>135</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.ActualIcon]</texture>
</control>
<control type="label">
<left>30</left>
<top>35</top>
<width>390</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[419] : [/COLOR]$INFO[ListItem.Property(HighTemp)]$INFO[ListItem.Property(TempUnits)] [COLOR=grey2]$LOCALIZE[418] : [/COLOR]$INFO[ListItem.Property(LowTemp)]$INFO[ListItem.Property(TempUnits)]</label>
<visible>!IsEmpty(ListItem.Property(HighTemp))</visible>
</control>
<control type="textbox">
<left>30</left>
<top>72</top>
<width>400</width>
<height>48</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
</itemlayout>
<focusedlayout height="135" width="600" condition="IsEmpty(Window.Property(Daily.IsFetched))">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="10">button-focus2.png</texture>
<visible>Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>150</left>
<top>5</top>
<width>300</width>
<height>25</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>460</left>
<top>0</top>
<width>135</width>
<height>135</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.ActualIcon]</texture>
</control>
<control type="label">
<left>30</left>
<top>35</top>
<width>390</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[419] : [/COLOR]$INFO[ListItem.Property(HighTemp)]$INFO[ListItem.Property(TempUnits)] [COLOR=grey2]$LOCALIZE[418] : [/COLOR]$INFO[ListItem.Property(LowTemp)]$INFO[ListItem.Property(TempUnits)]</label>
<visible>!IsEmpty(ListItem.Property(HighTemp))</visible>
</control>
<control type="textbox">
<left>30</left>
<top>72</top>
<width>400</width>
<height>48</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<selectedcolor>selected</selectedcolor>
<align>left</align>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
</focusedlayout>
<itemlayout height="135" width="600" condition="!IsEmpty(Window.Property(Daily.IsFetched))">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,5,0,5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>120</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Thumb]</texture>
</control>
<control type="label">
<left>200</left>
<top>0</top>
<width>390</width>
<height>70</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="textbox">
<left>5</left>
<top>82</top>
<width>590</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[ListItem.ActualIcon]</label>
</control>
</itemlayout>
<focusedlayout height="135" width="600" condition="!IsEmpty(Window.Property(Daily.IsFetched))">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="10">button-focus2.png</texture>
<visible>Control.HasFocus(51)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>120</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Thumb]</texture>
</control>
<control type="label">
<left>200</left>
<top>0</top>
<width>390</width>
<height>70</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="textbox">
<left>5</left>
<top>82</top>
<width>590</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[ListItem.ActualIcon]</label>
</control>
</focusedlayout>
<content>
<item>
<label>-</label>
<icon>-</icon>
<onclick>noop</onclick>
<visible>!Weather.IsFetched</visible>
</item>
<include name="WeatherDefaultItem">
<param name="item_id" value="0" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="1" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="2" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="3" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="4" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="5" />
</include>
<include name="WeatherDefaultItem">
<param name="item_id" value="6" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="1" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="2" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="3" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="4" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="5" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="6" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="7" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="8" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="9" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="10" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="11" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="12" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="13" />
</include>
<include name="WeatherDailyItem">
<param name="item_id" value="14" />
</include>
</content>
</control>
<control type="scrollbar" id="61">
<left>615</left>
<top>60</top>
<width>25</width>
<height>540</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>51</onleft>
<onright>9000</onright>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
<visible>Control.IsVisible(51)</visible>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>number of files/pages</description>
<left>90</left>
<top>627</top>
<width>570</width>
<font>font12</font>
<align>right</align>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<label>([COLOR=blue]$INFO[Container(51).NumItems][/COLOR]) $LOCALIZE[12393] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(51).CurrentPage]/$INFO[Container(51).NumPages][/COLOR])</label>
<visible>Control.IsVisible(51)</visible>
</control>
</control>
</include>
<include name="WeatherDefaultItem">
<item>
<label>$INFO[Window.Property(Day$PARAM[item_id].Title)]</label>
<icon>$INFO[Window.Property(Day$PARAM[item_id].OutlookIcon)]</icon>
<property name="HighTemp">$INFO[Window.Property(Day$PARAM[item_id].HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day$PARAM[item_id].LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day$PARAM[item_id].Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !IsEmpty(Window.Property(Day$PARAM[item_id].Outlook)) + IsEmpty(Window.Property(Daily.IsFetched))</visible>
</item>
</include>
<include name="WeatherDailyItem">
<item>
<label>[B]$INFO[Window.Property(Daily.$PARAM[item_id].ShortDay)][/B][CR][COLOR=grey2]$INFO[Window.Property(Daily.$PARAM[item_id].ShortDate)][/COLOR]</label>
<label2>$INFO[Window.Property(Daily.$PARAM[item_id].HighTemperature),[COLOR=grey2]$LOCALIZE[419] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Daily.$PARAM[item_id].LowTemperature),[COLOR=grey2]$LOCALIZE[418] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.$PARAM[item_id].Precipitation),[COLOR=grey2]$LOCALIZE[33022] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Daily.$PARAM[item_id].Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]]</label2>
<thumb>resource://resource.images.weathericons.default/$INFO[Window.Property(Daily.$PARAM[item_id].OutlookIcon)]</thumb>
<icon>$INFO[Window.Property(Daily.$PARAM[item_id].Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Daily.$PARAM[item_id].WindSpeed)] $INFO[Window.Property(Daily.$PARAM[item_id].WindDirection)]</icon>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !IsEmpty(Window.Property(Daily.$PARAM[item_id].Outlook)) + !IsEmpty(Window.Property(Daily.IsFetched))</visible>
</item>
</include>
<include name="WeatherHourlyItem">
<item>
<label>[B]$INFO[Window.Property(Hourly.$PARAM[item_id].Time)][/B][CR][COLOR=grey2]$INFO[Window.Property(Hourly.$PARAM[item_id].ShortDate)][/COLOR]</label>
<label2>$INFO[Window.Property(Hourly.$PARAM[item_id].Temperature),[COLOR=grey2]$LOCALIZE[401] :[/COLOR][B] ,[/B]] $INFO[Window.Property(Hourly.$PARAM[item_id].FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.$PARAM[item_id].Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR]$INFO[Window.Property(Hourly.$PARAM[item_id].Precipitation),[COLOR=grey2]$LOCALIZE[1448] :[/COLOR][B] ,[/B]]</label2>
<thumb>resource://resource.images.weathericons.default/$INFO[Window.Property(Hourly.$PARAM[item_id].OutlookIcon)]</thumb>
<icon>$INFO[Window.Property(Hourly.$PARAM[item_id].Outlook),[COLOR=grey2]$LOCALIZE[33030]: [/COLOR]][CR][COLOR=grey2]$LOCALIZE[383]: [/COLOR]$INFO[Window.Property(Hourly.$PARAM[item_id].WindSpeed)] $INFO[Window.Property(Hourly.$PARAM[item_id].WindDirection)]</icon>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !IsEmpty(Window.Property(Hourly.$PARAM[item_id].Outlook)) + !IsEmpty(Window.Property(Hourly.IsFetched))</visible>
</item>
</include>
<include name="WeatherMapItem">
<item>
<label>$INFO[Window.Property(Map.$PARAM[item_id].Heading)]</label>
<label2>$INFO[Window.Property(Map.$PARAM[item_id].Legend)]</label2>
<icon>$INFO[Window.Property(Map.$PARAM[item_id].Area)]</icon>
<property name="Layer">$INFO[Window.Property(Map.$PARAM[item_id].Layer)]</property>
<onclick>noop</onclick>
<visible>Weather.IsFetched + !IsEmpty(Window.Property(Map.$PARAM[item_id].Area)) + !IsEmpty(Window.Property(Map.IsFetched))</visible>
</item>
</include>
<include name="Weather36Hour">
<control type="group">
<visible>StringCompare(Window.Property(Weather.CurrentView),36hour) + !IsEmpty(Window.Property(36Hour.IsFetched))</visible>
<include>VisibleFadeEffect</include>
<control type="button" id="997">
<description>Hidden Button for focus</description>
<left>-600</left>
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>31901</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group">
<left>20</left>
<top>50</top>
<control type="group">
<left>0</left>
<top>0</top>
<control type="label">
<left>0</left>
<top>5</top>
<width>600</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.1.Heading)]</label>
</control>
<control type="image">
<left>0</left>
<top>10</top>
<width>120</width>
<height>110</height>
<aspectratio>keep</aspectratio>
<texture>resource://resource.images.weathericons.default/$INFO[Window.Property(36Hour.1.OutlookIcon)]</texture>
</control>
<control type="label">
<left>120</left>
<top>40</top>
<width>100</width>
<height>40</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$INFO[Window.Property(36Hour.1.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.1.Temperature),[B] ,[/B]]</label>
</control>
<control type="label">
<right>90</right>
<top>20</top>
<width>390</width>
<height>130</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.1.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.1.Precipitation),[COLOR=grey2]$LOCALIZE[33021] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.1.Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]]</label>
</control>
<control type="textbox">
<left>0</left>
<top>147</top>
<width>590</width>
<height>68</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(36hour.1.Outlook),[COLOR=grey2]$LOCALIZE[31905]: [/COLOR]]</label>
</control>
<control type="image">
<left>0</left>
<top>180</top>
<width>650</width>
<height>4</height>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<left>0</left>
<top>185</top>
<control type="label">
<left>0</left>
<top>5</top>
<width>600</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.2.Heading)]</label>
</control>
<control type="image">
<left>0</left>
<top>10</top>
<width>120</width>
<height>110</height>
<aspectratio>keep</aspectratio>
<texture>resource://resource.images.weathericons.default/$INFO[Window.Property(36Hour.2.OutlookIcon)]</texture>
</control>
<control type="label">
<left>120</left>
<top>40</top>
<width>100</width>
<height>40</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$INFO[Window.Property(36Hour.2.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.2.Temperature),[B] ,[/B]]</label>
</control>
<control type="label">
<right>90</right>
<top>20</top>
<width>390</width>
<height>130</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.2.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.2.Precipitation),[COLOR=grey2]$LOCALIZE[33021] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.2.Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]]</label>
</control>
<control type="textbox">
<left>0</left>
<top>147</top>
<width>590</width>
<height>68</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(36hour.2.Outlook),[COLOR=grey2]$LOCALIZE[31905]: [/COLOR]]</label>
</control>
<control type="image">
<left>0</left>
<top>180</top>
<width>650</width>
<height>4</height>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<left>0</left>
<top>370</top>
<control type="label">
<left>0</left>
<top>5</top>
<width>600</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.3.Heading)]</label>
</control>
<control type="image">
<left>0</left>
<top>10</top>
<width>120</width>
<height>110</height>
<aspectratio>keep</aspectratio>
<texture>resource://resource.images.weathericons.default/$INFO[Window.Property(36Hour.3.OutlookIcon)]</texture>
</control>
<control type="label">
<left>120</left>
<top>40</top>
<width>100</width>
<height>40</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$INFO[Window.Property(36Hour.3.TemperatureHeading)][CR][/COLOR]$INFO[Window.Property(36Hour.3.Temperature),[B] ,[/B]]</label>
</control>
<control type="label">
<right>90</right>
<top>20</top>
<width>390</width>
<height>130</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(36Hour.3.FeelsLike),[COLOR=grey2]$LOCALIZE[402] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.3.Precipitation),[COLOR=grey2]$LOCALIZE[33021] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(36Hour.3.Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]]</label>
</control>
<control type="textbox">
<left>0</left>
<top>147</top>
<width>590</width>
<height>68</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(36hour.3.Outlook),[COLOR=grey2]$LOCALIZE[31905]: [/COLOR]]</label>
</control>
</control>
</control>
</control>
</include>
<include name="WeatherWeekend">
<control type="group">
<visible>StringCompare(Window.Property(Weather.CurrentView),weekend) + !IsEmpty(Window.Property(Weekend.IsFetched))</visible>
<include>VisibleFadeEffect</include>
<control type="button" id="998">
<description>Hidden Button for focus</description>
<left>-600</left>
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>31903</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="group">
<left>20</left>
<top>50</top>
<control type="group">
<left>0</left>
<top>0</top>
<control type="label">
<left>0</left>
<top>5</top>
<width>600</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Weekend.1.LongDay)] - $INFO[Window.Property(Weekend.1.ShortDate)]</label>
</control>
<control type="image">
<left>10</left>
<top>20</top>
<width>130</width>
<height>160</height>
<aspectratio>keep</aspectratio>
<texture>resource://resource.images.weathericons.default/$INFO[Window.Property(Weekend.1.OutlookIcon)]</texture>
</control>
<control type="label">
<left>140</left>
<top>40</top>
<width>100</width>
<height>50</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[393][CR][/COLOR]$INFO[Window.Property(Weekend.1.HighTemperature),[B] ,[/B]]</label>
</control>
<control type="label">
<left>140</left>
<top>100</top>
<width>100</width>
<height>50</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[391][CR][/COLOR]$INFO[Window.Property(Weekend.1.LowTemperature),[B] ,[/B]]</label>
</control>
<control type="textbox">
<left>240</left>
<top>42</top>
<width>350</width>
<height>128</height>
<font>font12</font>
<textcolor>white</textcolor>
<align>right</align>
<label>$INFO[Window.Property(Weekend.1.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(Weekend.1.Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(Weekend.1.Precipitation),[COLOR=grey2]$LOCALIZE[33021] :[/COLOR][B] ,[/B]]</label>
</control>
<control type="label">
<left>0</left>
<top>180</top>
<width>590</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Weekend.1.WindSpeed),[COLOR=grey2]$LOCALIZE[404]: [/COLOR]]$INFO[Window.Property(Weekend.1.WindDirection), - ]</label>
</control>
<control type="textbox">
<left>0</left>
<top>217</top>
<width>590</width>
<height>68</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(Weekend.1.Outlook),[COLOR=grey2]$LOCALIZE[31905]: [/COLOR]][CR]</label>
</control>
<control type="image">
<left>0</left>
<top>270</top>
<width>650</width>
<height>4</height>
<texture>separator.png</texture>
</control>
</control>
<control type="group">
<left>0</left>
<top>280</top>
<control type="label">
<left>0</left>
<top>5</top>
<width>600</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Weekend.2.LongDay)] - $INFO[Window.Property(Weekend.2.ShortDate)]</label>
</control>
<control type="image">
<left>10</left>
<top>20</top>
<width>130</width>
<height>160</height>
<aspectratio>keep</aspectratio>
<texture>resource://resource.images.weathericons.default/$INFO[Window.Property(Weekend.2.OutlookIcon)]</texture>
</control>
<control type="label">
<left>140</left>
<top>40</top>
<width>100</width>
<height>50</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[393][CR][/COLOR]$INFO[Window.Property(Weekend.2.HighTemperature),[B] ,[/B]]</label>
</control>
<control type="label">
<left>140</left>
<top>100</top>
<width>100</width>
<height>50</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR=grey2]$LOCALIZE[391][CR][/COLOR]$INFO[Window.Property(Weekend.2.LowTemperature),[B] ,[/B]]</label>
</control>
<control type="textbox">
<left>240</left>
<top>42</top>
<width>350</width>
<height>128</height>
<font>font12</font>
<textcolor>white</textcolor>
<align>right</align>
<label>$INFO[Window.Property(Weekend.2.Humidity),[COLOR=grey2]$LOCALIZE[406] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(Weekend.2.Cloudiness),[COLOR=grey2]$LOCALIZE[387] :[/COLOR][B] ,[/B]][CR][CR]$INFO[Window.Property(Weekend.2.Precipitation),[COLOR=grey2]$LOCALIZE[33021] :[/COLOR][B] ,[/B]]</label>
</control>
<control type="label">
<left>0</left>
<top>180</top>
<width>590</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Window.Property(Weekend.2.WindSpeed),[COLOR=grey2]$LOCALIZE[404]: [/COLOR]]$INFO[Window.Property(Weekend.2.WindDirection), - ]</label>
</control>
<control type="textbox">
<left>0</left>
<top>217</top>
<width>590</width>
<height>68</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(Weekend.2.Outlook),[COLOR=grey2]$LOCALIZE[31905]: [/COLOR]][CR]</label>
</control>
</control>
</control>
</control>
</include>
<include name="WeatherHourly">
<control type="group">
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>31902</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(52)</visible>
</control>
<control type="list" id="52">
<left>15</left>
<top>60</top>
<width>600</width>
<height>541</height>
<onleft>9000</onleft>
<onright>62</onright>
<onup>52</onup>
<ondown>52</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>62</pagecontrol>
<scrolltime>200</scrolltime>
<include>VisibleFadeEffect</include>
<visible>StringCompare(Window.Property(Weather.CurrentView),hourly) + !IsEmpty(Window.Property(Hourly.IsFetched))</visible>
<itemlayout height="135" width="600">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,5,0,5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>120</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Thumb]</texture>
</control>
<control type="label">
<left>200</left>
<top>5</top>
<width>390</width>
<height>70</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="textbox">
<left>5</left>
<top>82</top>
<width>590</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[ListItem.ActualIcon]</label>
</control>
</itemlayout>
<focusedlayout height="135" width="600">
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="0,2,0,2">MenuItemNF.png</texture>
<visible>!Control.HasFocus(52)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>600</width>
<height>136</height>
<texture border="10">button-focus2.png</texture>
<visible>Control.HasFocus(52)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>100</width>
<height>120</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="image">
<left>110</left>
<top>5</top>
<width>80</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[ListItem.Thumb]</texture>
</control>
<control type="label">
<left>200</left>
<top>5</top>
<width>390</width>
<height>70</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
<control type="textbox">
<left>5</left>
<top>82</top>
<width>590</width>
<height>48</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[ListItem.ActualIcon]</label>
</control>
</focusedlayout>
<content>
<item>
<icon>$LOCALIZE[31909]</icon>
<onclick>noop</onclick>
<visible>IsEmpty(Window.Property(Hourly.IsFetched))</visible>
</item>
<include name="WeatherHourlyItem">
<param name="item_id" value="1" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="2" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="3" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="4" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="5" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="6" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="7" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="8" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="9" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="10" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="11" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="12" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="13" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="14" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="15" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="16" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="17" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="18" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="19" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="20" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="21" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="22" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="23" />
</include>
<include name="WeatherHourlyItem">
<param name="item_id" value="24" />
</include>
</content>
</control>
<control type="scrollbar" id="62">
<left>615</left>
<top>60</top>
<width>25</width>
<height>540</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>52</onleft>
<onright>9000</onright>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(52)</visible>
</control>
<control type="label">
<depth>DepthFooter</depth>
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<description>number of files/pages</description>
<right>40</right>
<top>627</top>
<width>570</width>
<font>font12</font>
<align>right</align>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<label>([COLOR=blue]$INFO[Container(52).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(52).CurrentPage]/$INFO[Container(52).NumPages][/COLOR])</label>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(52)</visible>
</control>
</control>
</include>
<include name="WeatherMaps">
<control type="group">
<visible>StringCompare(Window.Property(Weather.CurrentView),map) + !IsEmpty(Window.Property(Map.IsFetched))</visible>
<include>VisibleFadeEffect</include>
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>31910</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="image">
<description>Background image</description>
<left>25</left>
<top>65</top>
<width>600</width>
<height>480</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="button" id="992">
<left>580</left>
<top>565</top>
<width>25</width>
<height>25</height>
<label>-</label>
<texturefocus>scroll-right-focus.png</texturefocus>
<texturenofocus>scroll-right.png</texturenofocus>
<onleft>991</onleft>
<onright>9000</onright>
<onclick>Control.Move(53,1)</onclick>
</control>
<control type="button" id="991">
<left>45</left>
<top>565</top>
<width>25</width>
<height>25</height>
<label>-</label>
<texturefocus>scroll-left-focus.png</texturefocus>
<texturenofocus>scroll-left.png</texturenofocus>
<onleft>9000</onleft>
<onright>992</onright>
<onclick>Control.Move(53,-1)</onclick>
</control>
<control type="label">
<description>heading label</description>
<left>75</left>
<top>565</top>
<width>500</width>
<height>30</height>
<font>font13_title</font>
<label>$INFO[Container(53).ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="53">
<left>30</left>
<top>70</top>
<width>590</width>
<height>470</height>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<viewtype label="535">list</viewtype>
<scrolltime>200</scrolltime>
<orientation>horizontal</orientation>
<include>VisibleFadeEffect</include>
<visible>StringCompare(Window.Property(Weather.CurrentView),map) + !IsEmpty(Window.Property(Map.IsFetched))</visible>
<itemlayout height="470" width="590">
<control type="image">
<description>area image</description>
<left>0</left>
<top>0</top>
<width>590</width>
<height>470</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<description>layer image</description>
<left>0</left>
<top>0</top>
<width>590</width>
<height>470</height>
<texture>$INFO[ListItem.Property(Layer)]</texture>
<aspectratio>scale</aspectratio>
<colordiffuse>70FFFFFF</colordiffuse>
</control>
<control type="image">
<description>legend image</description>
<left>360</left>
<top>430</top>
<width>224</width>
<height>35</height>
<texture>$INFO[ListItem.Label2]</texture>
</control>
</itemlayout>
<focusedlayout height="490" width="590">
<control type="image">
<description>layer image</description>
<left>0</left>
<top>0</top>
<width>590</width>
<height>470</height>
<texture>$INFO[ListItem.Icon]</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<description>area image</description>
<left>0</left>
<top>0</top>
<width>590</width>
<height>470</height>
<texture>$INFO[ListItem.Property(Layer)]</texture>
<aspectratio>scale</aspectratio>
<colordiffuse>70FFFFFF</colordiffuse>
</control>
<control type="image">
<description>legend image</description>
<left>360</left>
<top>430</top>
<width>224</width>
<height>35</height>
<texture>$INFO[ListItem.Label2]</texture>
</control>
</focusedlayout>
<content>
<include name="WeatherMapItem">
<param name="item_id" value="1" />
</include>
<include name="WeatherMapItem">
<param name="item_id" value="2" />
</include>
<include name="WeatherMapItem">
<param name="item_id" value="3" />
</include>
<include name="WeatherMapItem">
<param name="item_id" value="4" />
</include>
<include name="WeatherMapItem">
<param name="item_id" value="5" />
</include>
</content>
</control>
<control type="image">
<left>0</left>
<top>550</top>
<width>650</width>
<height>4</height>
<texture>separator.png</texture>
</control>
</control>
</include>
<include name="WeatherAlerts">
<control type="group">
<visible>StringCompare(Window.Property(Weather.CurrentView),alerts) + !IsEmpty(Window.Property(Alerts.IsFetched))</visible>
<include>VisibleFadeEffect</include>
<control type="button" id="996">
<description>Hidden Button for focus</description>
<left>-600</left>
<top>-20</top>
<width>1</width>
<height>1</height>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onleft>9000</onleft>
<onright>9000</onright>
</control>
<control type="label">
<description>header label</description>
<left>20</left>
<top>15</top>
<width>610</width>
<height>30</height>
<font>font13_title</font>
<label>33050</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>40</left>
<top>75</top>
<width>570</width>
<height>30</height>
<font>font13_title</font>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[33050]</label>
</control>
<control type="group">
<visible>!StringCompare(Window.Property(Alerts.Count),0)</visible>
<control type="textbox">
<left>40</left>
<top>117</top>
<width>570</width>
<height>398</height>
<font>font12</font>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<align>center</align>
<label>$INFO[Window.Property(Alerts)]</label>
<autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
</control>
</control>
<control type="label">
<left>40</left>
<top>200</top>
<width>570</width>
<height>30</height>
<font>font13_title</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$LOCALIZE[19055]</label>
<visible>StringCompare(Window.Property(Alerts.Count),0)</visible>
</control>
</control>
</include>
</includes>

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<window id="1112" type="dialog">
<defaultcontrol always="true">100</defaultcontrol>
<include>dialogeffect</include>
<controls>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture border="120,0,0,0">hint-overlay.png</texture>
</control>
<control type="image">
<left>120</left>
<top>300</top>
<width>64</width>
<height>64</height>
<texture>arrow-big-left.png</texture>
</control>
<control type="image">
<left>190</left>
<top>100</top>
<width>2</width>
<height>512</height>
<texture>separator_vertical.png</texture>
</control>
<control type="label">
<left>240</left>
<top>150</top>
<width>680</width>
<height>60</height>
<font>font35_title</font>
<textcolor>blue</textcolor>
<align>left</align>
<aligny>center</aligny>
<label>31411</label>
</control>
<control type="textbox">
<left>240</left>
<top>242</top>
<width>680</width>
<height>248</height>
<font>font14</font>
<textcolor>white</textcolor>
<align>left</align>
<label>31412</label>
</control>
<control type="button" id="100">
<description>OK button</description>
<left>720</left>
<top>500</top>
<width>200</width>
<height>40</height>
<label>12321</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<focusedcolor>white</focusedcolor>
<align>center</align>
<onclick>Skin.Setbool(FirstTimeRun)</onclick>
<onclick>back</onclick>
<onleft>100</onleft>
<onright>100</onright>
<onup>100</onup>
<ondown>100</ondown>
</control>
</controls>
</window>

198
720p/defaults.xml Normal file
View File

@ -0,0 +1,198 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<default type="image">
<left>0</left>
<top>0</top>
<texture>-</texture>
<colorkey>0</colorkey>
</default>
<default type="label">
<label>-</label>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
</default>
<default type="fadelabel">
<left>80</left>
<top>60</top>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
</default>
<default type="button">
<width>300</width>
<height>42</height>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<textoffsetx>7</textoffsetx>
<aligny>center</aligny>
<pulseonselect>no</pulseonselect>
</default>
<default type="togglebutton">
<left>140</left>
<top>167</top>
<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">
<left>220</left>
<top>222</top>
<width>410</width>
<height>213</height>
<align>left</align>
<textcolor>white</textcolor>
<font>font13</font>
</default>
<default type="progress">
<left>100</left>
<top>325</top>
<texturebg border="6,0,6,0">OSDProgressBack.png</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="6,0,6,0">OSDProgressMid.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
</default>
<default type="spincontrol">
<left>330</left>
<top>126</top>
<textureup>scroll-up-2.png</textureup>
<texturedown>scroll-down-2.png</texturedown>
<textureupdisabled colordiffuse="40FFFFFF">scroll-up-2.png</textureupdisabled>
<texturedowndisabled colordiffuse="40FFFFFF">scroll-down-2.png</texturedowndisabled>
<textureupfocus>scroll-up-focus-2.png</textureupfocus>
<texturedownfocus>scroll-down-focus-2.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>
<pulseonselect>no</pulseonselect>
</default>
<default type="spincontrolex">
<left>530</left>
<top>160</top>
<width>300</width>
<height>42</height>
<spinwidth>33</spinwidth>
<spinheight>22</spinheight>
<texturefocus>button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<textureup>scroll-up-2.png</textureup>
<texturedown>scroll-down-2.png</texturedown>
<textureupdisabled colordiffuse="40FFFFFF">scroll-up-2.png</textureupdisabled>
<texturedowndisabled colordiffuse="40FFFFFF">scroll-down-2.png</texturedowndisabled>
<textureupfocus>scroll-up-focus-2.png</textureupfocus>
<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<textoffsetx>7</textoffsetx>
<aligny>center</aligny>
<reverse>yes</reverse>
<pulseonselect>no</pulseonselect>
</default>
<default type="radiobutton">
<left>300</left>
<top>200</top>
<width>300</width>
<height>42</height>
<radiowidth>24</radiowidth>
<radioheight>24</radioheight>
<textureradioonfocus>radiobutton-focus.png</textureradioonfocus>
<textureradioonnofocus>radiobutton-focus.png</textureradioonnofocus>
<textureradioofffocus>radiobutton-nofocus.png</textureradioofffocus>
<textureradiooffnofocus>radiobutton-nofocus.png</textureradiooffnofocus>
<textureradioondisabled colordiffuse="40FFFFFF">radiobutton-focus.png</textureradioondisabled>
<textureradiooffdisabled colordiffuse="40FFFFFF">radiobutton-nofocus.png</textureradiooffdisabled>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<label>215</label>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<textoffsetx>7</textoffsetx>
<aligny>center</aligny>
<pulseonselect>no</pulseonselect>
</default>
<default type="selectbutton">
<left>490</left>
<top>335</top>
<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>
<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>7</textoffsetx>
<aligny>center</aligny>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<sliderwidth>150</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">
<left>60</left>
<top>192</top>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
</default>
<default type="resize">
<left>60</left>
<top>192</top>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
</default>
<default type="edit">
<left>300</left>
<top>200</top>
<width>300</width>
<height>42</height>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<invalidcolor>invalid</invalidcolor>
<textoffsetx>7</textoffsetx>
<aligny>center</aligny>
<pulseonselect>no</pulseonselect>
</default>
</includes>

1671
720p/includes.xml Normal file
View File

@ -0,0 +1,1671 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include file="defaults.xml" />
<include file="ViewsVideoLibrary.xml" />
<include file="ViewsMusicLibrary.xml" />
<include file="ViewsFileMode.xml" />
<include file="ViewsPictures.xml" />
<include file="ViewsAddonBrowser.xml" />
<include file="ViewsLiveTV.xml" />
<include file="ViewsPVRGuide.xml" />
<include file="ViewsWeather.xml" />
<include file="IncludesCodecFlagging.xml" />
<include file="IncludesHomeRecentlyAdded.xml" />
<include file="IncludesHomeMenuItems.xml" />
<include file="IncludesPVR.xml" />
<include file="IncludesBackgroundBuilding.xml" />
<!-- CONSTANTS -->
<constant name="FanartCrossfadeTime">500</constant>
<constant name="IconCrossfadeTime">400</constant>
<constant name="DepthDialog">0.50</constant>
<constant name="DepthDialog+">0.52</constant>
<constant name="DepthDialog-">0.48</constant>
<constant name="DepthMax">0.54</constant>
<constant name="DepthOSD">0.40</constant>
<constant name="DepthOSD+">0.44</constant>
<constant name="DepthOSD-">0.36</constant>
<constant name="DepthOSDPopout">0.48</constant>
<constant name="DepthContent">0</constant>
<constant name="DepthContent+">0.08</constant>
<constant name="DepthContent-">-0.08</constant>
<constant name="DepthContentPopout">0.15</constant>
<constant name="DepthMenu">0.08</constant>
<constant name="DepthMenu+">0.14</constant>
<constant name="DepthMenu-">0.00</constant>
<constant name="DepthHeader">0.08</constant>
<constant name="DepthFooter">0.08</constant>
<constant name="DepthBackground">-0.80</constant>
<constant name="DepthFloor">-0.20</constant>
<constant name="DepthSideBlade">0.15</constant>
<!-- VARIABLES -->
<variable name="MusicInfoHeader">
<value condition="Container.Content(Artists)">$INFO[ListItem.Artist]</value>
<value condition="Container.Content(Albums)">$INFO[ListItem.Album]</value>
<value condition="Container.Content(Songs)">$INFO[ListItem.Title]</value>
</variable>
<variable name="MusicInfoLabel">
<value condition="Container.Content(Artists)">$INFO[ListItem.Property(Artist_Description)]</value>
<value condition="Container.Content(Albums)">$INFO[ListItem.Property(Album_Description)]</value>
<value condition="Container.Content(Songs)">$INFO[ListItem.Comment]</value>
</variable>
<variable name="MusicInfoListThumb">
<value condition="Container.Content(Artists) + !IsEmpty(Container(50).Listitem.Icon)">$INFO[Container(50).Listitem.Icon]</value>
<value condition="[Container.Content(Albums) | Container.Content(Songs)] + !IsEmpty(Container.Art(artist.thumb))">$INFO[Container.Art(artist.thumb)]</value>
<value condition="Container.Content(Artists)">DefaultAlbumCover.png</value>
<value condition="Container.Content(Albums) | Container.Content(Songs)">DefaultArtist.png</value>
</variable>
<variable name="MediaInfoOverlayVar">
<value condition="ListItem.IsCollection">flagging/video/Set.png</value>
<value condition="!ListItem.IsStereoscopic">$INFO[ListItem.VideoResolution,flagging/lists/,.png]</value>
<value>flagging/lists/3D.png</value>
</variable>
<variable name="BannerThumb">
<value condition="!IsEmpty(ListItem.Art(banner))">$INFO[ListItem.Art(banner)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="PosterThumb">
<value condition="!IsEmpty(ListItem.Art(poster))">$INFO[ListItem.Art(poster)]</value>
<value>$INFO[ListItem.Icon]</value>
</variable>
<variable name="MusicInfoPanelLabel">
<value condition="Container.Content(Artists)">$INFO[ListItem.Label]</value>
<value>$INFO[ListItem.TrackNumber,([COLOR=selected][B],[/B][/COLOR]) - ]$INFO[ListItem.Label]</value>
</variable>
<variable name="PlayList">
<value condition="Window.IsActive(videolibrary) + !StringCompare(Playlist.Length(video),0)">ActivateWindow(videoplaylist)</value>
<value>ActivateWindow(musicplaylist)</value>
</variable>
<variable name="SelectBack">
<value condition="![Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)]">DialogBack.png</value>
<value>DialogBack2.png</value>
</variable>
<variable name="typehackflagging">
<value condition="[substring(ListItem.FilenameAndPath,bluray) | substring(ListItem.FilenameAndPath,bdrip) | substring(ListItem.FilenameAndPath,brrip) | substring(ListItem.FilenameAndPath,bd25) | substring(ListItem.FilenameAndPath,bd50)]">bluray</value>
<value condition="substring(ListItem.FilenameAndPath,hddvd)">hddvd</value>
<value condition="substring(ListItem.FilenameAndPath,dvd)">dvd</value>
<value condition="[substring(ListItem.FilenameAndPath,pdtv) | substring(ListItem.FilenameAndPath,hdtv) | substring(ListItem.FilenameAndPath,dsr)]">TV</value>
<value condition="substring(ListItem.FilenameAndPath,vhs)">vhs</value>
</variable>
<variable name="rating">
<value condition="substring(listitem.mpaa,Rated G)">mpaa_general</value>
<value condition="substring(listitem.mpaa,Rated PG-13)">mpaa_pg13</value>
<value condition="substring(listitem.mpaa,Rated PG)">mpaa_pg</value>
<value condition="substring(Listitem.mpaa,Rated R)">mpaa_restricted</value>
<value condition="substring(Listitem.mpaa,Rated NC)">mpaa_nc17</value>
<value condition="substring(Listitem.mpaa,Not Rated)">mpaa_notrated</value>
</variable>
<variable name="videocodec">
<value condition="[substring(ListItem.VideoCodec,div,left) | stringcompare(ListItem.VideoCodec,dx50)]">divx</value>
<value>$INFO[ListItem.VideoCodec]</value>
</variable>
<variable name="SeekLabel">
<value condition="Player.Playing + !Player.Seeking + !Player.DisplayAfterSeek">$LOCALIZE[31042]</value>
<value condition="[Player.Paused + !Player.Caching] + !Player.Seeking + !Player.DisplayAfterSeek">$LOCALIZE[31043]</value>
<value condition="[Player.Paused + Player.Caching] + !Player.Seeking">$LOCALIZE[15107] $INFO[Player.CacheLevel]%</value>
<value condition="!IsEmpty(Player.SeekStepSize) + ![player.forwarding | player.rewinding]">$LOCALIZE[31046][COLOR=grey] $INFO[Player.SeekStepSize][/COLOR]</value>
<value condition="Player.DisplayAfterSeek + ![player.forwarding | player.rewinding]">$LOCALIZE[31046][COLOR=grey] $INFO[Player.SeekOffset][/COLOR]</value>
<value condition="!Player.DisplayAfterSeek + Player.Seeking">$LOCALIZE[31046]</value>
<value condition="Player.Forwarding">$LOCALIZE[31044]</value>
<value condition="Player.Rewinding">$LOCALIZE[31045]</value>
</variable>
<variable name="SelectLabel">
<value condition="Control.IsVisible(3)">([COLOR=blue]$INFO[Container(3).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages][/COLOR])</value>
<value condition="Control.IsVisible(6)">([COLOR=blue]$INFO[Container(6).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages][/COLOR])</value>
</variable>
<variable name="PlayerControlsRepeatImageVar">
<value condition="Playlist.IsRepeatOne + Control.HasFocus(704)">OSDRepeatOneFO.png</value>
<value condition="Playlist.IsRepeat + Control.HasFocus(704)">OSDRepeatAllFO.png</value>
<value condition="Control.HasFocus(704)">OSDRepeatFO.png</value>
<value condition="Playlist.IsRepeatOne">OSDRepeatOneNF.png</value>
<value condition="Playlist.IsRepeat">OSDRepeatAllNF.png</value>
<value>OSDRepeatNF.png</value>
</variable>
<variable name="PVRChannelMgrHeader">
<value condition="!IsEmpty(Window.Property(IsRadio))">$LOCALIZE[19199] - $LOCALIZE[19024]</value>
<value>$LOCALIZE[19199] - $LOCALIZE[19023]</value>
</variable>
<variable name="PVRTimerIcon">
<value condition="ListItem.IsRecording">PVR-IsRecording.png</value>
<value condition="ListItem.HasTimerSchedule + ListItem.TimerHasError">PVR-HasTimerScheduleError.png</value>
<value condition="ListItem.HasTimer + ListItem.TimerHasError">PVR-HasTimerError.png</value>
<value condition="ListItem.HasTimerSchedule + ListItem.TimerHasConflict">PVR-HasTimerScheduleConflict.png</value>
<value condition="ListItem.HasTimer + ListItem.TimerHasConflict">PVR-HasTimerConflict.png</value>
<value condition="ListItem.HasRecording">PVR-HasRecording.png</value>
<value condition="ListItem.HasTimerSchedule + !ListItem.TimerIsActive">PVR-HasTimerScheduleDisabled.png</value>
<value condition="ListItem.HasTimer + !ListItem.TimerIsActive">PVR-HasTimerDisabled.png</value>
<value condition="ListItem.HasTimerSchedule">PVR-HasTimerSchedule.png</value>
<value condition="ListItem.HasTimer">PVR-HasTimer.png</value>
</variable>
<variable name="PVRTimerLabel">
<value condition="ListItem.IsRecording">$LOCALIZE[19043]</value>
<value condition="ListItem.HasTimer + !ListItem.TimerIsActive">$LOCALIZE[19057]</value>
<value condition="ListItem.HasTimer">$LOCALIZE[31510]</value>
</variable>
<!-- INCLUDES -->
<include name="MusicInfoPanel">
<control type="panel" id="50">
<left>$PARAM[panel-left]</left>
<top>520</top>
<width>$PARAM[panel-width]</width>
<height>120</height>
<onleft>50</onleft>
<onright>50</onright>
<onup>49</onup>
<ondown>9000</ondown>
<viewtype label="">list</viewtype>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<orientation>vertical</orientation>
<itemlayout height="40" width="$PARAM[item-width]">
<control type="image">
<left>0</left>
<top>0</top>
<width>$PARAM[item-width]</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>$PARAM[label-width]</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$VAR[MusicInfoPanelLabel]</label>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>$PARAM[label-width]</width>
<height>40</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Duration]</label>
</control>
</itemlayout>
<focusedlayout height="40" width="$PARAM[item-width]">
<control type="image">
<left>0</left>
<top>0</top>
<width>$PARAM[item-width]</width>
<height>40</height>
<visible>!Control.HasFocus(50)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>$PARAM[item-width]</width>
<height>40</height>
<visible>Control.HasFocus(50)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>$PARAM[label-width]</width>
<height>40</height>
<font>font12</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$VAR[MusicInfoPanelLabel]</label>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>$PARAM[label-width]</width>
<height>40</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Duration]</label>
</control>
</focusedlayout>
</control>
</include>
<include name="DialogBackgroundCommons">
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>$PARAM[DialogBackgroundWidth]</width>
<height>$PARAM[DialogBackgroundHeight]</height>
<texture border="40">$VAR[SelectBack]</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>$PARAM[DialogHeaderWidth]</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="label" id="$PARAM[DialogHeaderId]">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>$PARAM[DialogHeaderWidth]</width>
<height>30</height>
<font>font13_title</font>
<label>$PARAM[DialogHeaderLabel]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="button">
<description>Close Window button</description>
<left>$PARAM[CloseButtonLeft]</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>$PARAM[CloseButtonNav]</onleft>
<onright>$PARAM[CloseButtonNav]</onright>
<onup>$PARAM[CloseButtonNav]</onup>
<ondown>$PARAM[CloseButtonNav]</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
</include>
<include name="BehindDialogFadeOut">
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">Visible</animation>
<animation effect="fade" time="150">Hidden</animation>
<visible>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(MediaSource) | Window.IsActive(PictureInfo) | Window.IsActive(PlayerControls) | Window.IsActive(VirtualKeyboard) | Window.IsActive(NumericInput) | 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(PeripheralSettings) | Window.IsActive(script-cu-lrclyrics-main.xml) | Window.IsActive(MediaFilter)</visible>
</control>
</include>
<include name="WindowTitleCommons">
<left>0</left>
<top>0</top>
<width min="0" max="800">auto</width>
<height>30</height>
<font>font14</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>false</scroll>
<align>left</align>
<aligny>center</aligny>
</include>
<include name="ButtonCommonValues">
<height>40</height>
<width>250</width>
<textoffsetx>10</textoffsetx>
<textwidth>200</textwidth>
<aligny>center</aligny>
<font>font13</font>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus>-</texturenofocus>
<pulseonselect>false</pulseonselect>
</include>
<include name="ButtonMediaSubCommonValues">
<height>40</height>
<width>221</width>
<textoffsetx>20</textoffsetx>
<textwidth>195</textwidth>
<aligny>center</aligny>
<font>font12_title</font>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</include>
<include name="ButtonHomeSubCommonValues">
<height>35</height>
<width>180</width>
<textwidth>195</textwidth>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturefocus border="5">HomeSubFO.png</texturefocus>
<texturenofocus border="5">HomeSubNF.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</include>
<include name="HomeSubMenuCommonValues">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>35</height>
<align>center</align>
<onup>9000</onup>
<ondown>9002</ondown>
<itemgap>0</itemgap>
<orientation>Horizontal</orientation>
<animation effect="slide" start="0,-40" end="0,0" delay="150" time="150" tween="quadratic" easing="out">Visible</animation>
<animation effect="slide" start="0,0" end="0,-40" time="150" tween="quadratic" easing="out">Hidden</animation>
</include>
<include name="ButtonInfoDialogsCommonValues">
<height>40</height>
<width>170</width>
<textoffsetx>5</textoffsetx>
<align>center</align>
<aligny>center</aligny>
<font>font12_title</font>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<pulseonselect>false</pulseonselect>
</include>
<include name="SideBladeLeft">
<depth>DepthSideBlade</depth>
<animation effect="slide" start="0,0" end="250,0" time="300" tween="quadratic" easing="out" condition="[ControlGroup(9000).HasFocus | Control.HasFocus(9001) | Control.HasFocus(8999)] + ![Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRadioRDSInfo)]">Conditional</animation>
<animation effect="slide" start="0,0" end="-300,0" time="300" tween="quadratic" easing="out" condition="ControlGroup(9000).HasFocus | Control.HasFocus(9001)">WindowClose</animation>
<animation effect="slide" start="0,0" end="-50,0" time="225" tween="quadratic" easing="out" condition="![ControlGroup(9000).HasFocus | Control.HasFocus(9001)]">WindowClose</animation>
<animation effect="slide" start="-50,0" end="0,0" time="225" tween="quadratic" easing="out">WindowOpen</animation>
<control type="button" id="8999">
<description>Fake button for mouse control</description>
<left>0</left>
<top>0</top>
<width>250</width>
<height>720</height>
<label>-</label>
<font>-</font>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<visible>true</visible>
</control>
<control type="button" id="9001">
<left>250</left>
<top>260</top>
<width>42</width>
<height>128</height>
<font>-</font>
<texturefocus>HasSub.png</texturefocus>
<texturenofocus>HasSub.png</texturenofocus>
</control>
<control type="image">
<left>-20</left>
<top>0</top>
<width>280</width>
<height>720</height>
<texture border="0,0,10,0">MediaBladeSub.png</texture>
</control>
<control type="image">
<description>LOGO</description>
<left>15</left>
<top>0</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
</include>
<include name="MainWindowMouseButtons">
<control type="group">
<left>120r</left>
<top>55r</top>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
<visible>system.getbool(input.enablemouse)</visible>
<control type="button">
<description>Back push button</description>
<left>0</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>1036</label>
<font>-</font>
<onclick>back</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control type="image">
<description>Back Icon</description>
<left>5</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_back.png</texture>
</control>
<control type="button">
<description>Home push button</description>
<left>55</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>31003</label>
<font>-</font>
<onclick>ActivateWindow(home)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control type="image">
<description>Home Icon</description>
<left>60</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_home.png</texture>
</control>
</control>
</include>
<include name="CommonNowPlaying">
<control type="group">
<visible>Player.HasMedia + IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<include>VisibleFadeEffect</include>
<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
<control type="button">
<description>push button</description>
<left>30</left>
<top>55r</top>
<width>45</width>
<height>45</height>
<label>31003</label>
<font>-</font>
<onclick>ActivateWindow(PlayerControls)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>50</onleft>
<onright>50</onright>
<onup>50</onup>
<ondown>50</ondown>
</control>
<control type="image">
<description>Player Icon</description>
<left>35</left>
<top>50r</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_player.png</texture>
</control>
<control type="label">
<left>85</left>
<top>53r</top>
<width>700</width>
<height>20</height>
<label>$INFO[Player.Title] - ([COLOR=blue]$INFO[Player.Time] / $INFO[Player.Duration,][/COLOR])</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<left>85</left>
<top>32r</top>
<width>700</width>
<height>20</height>
<label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.HasAudio</visible>
</control>
<control type="label">
<left>85</left>
<top>30r</top>
<width>700</width>
<height>20</height>
<label>$INFO[VideoPlayer.Studio]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.HasVideo + VideoPlayer.Content(Movies)</visible>
</control>
<control type="label">
<left>85</left>
<top>30r</top>
<width>700</width>
<height>20</height>
<label>$INFO[VideoPlayer.TVShowTitle]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.HasVideo + VideoPlayer.Content(Episodes)</visible>
</control>
<control type="label">
<left>85</left>
<top>30r</top>
<width>700</width>
<height>20</height>
<label>$INFO[VideoPlayer.Artist]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.HasVideo + VideoPlayer.Content(MusicVideos)</visible>
</control>
<control type="label">
<left>85</left>
<top>30r</top>
<width>700</width>
<height>20</height>
<label>$INFO[VideoPlayer.ChannelName]$INFO[VideoPlayer.ChannelNumberLabel, - ([COLOR=blue],[/COLOR])]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Player.HasVideo + VideoPlayer.Content(LiveTV)</visible>
</control>
</control>
</include>
<include name="CommonPageCount">
<control type="group">
<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
<control type="label">
<description>Page Count Label</description>
<right>40</right>
<top>53r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Container.NumItems,([COLOR=blue],[/COLOR]) $LOCALIZE[31025]]$INFO[Container.CurrentPage, - $LOCALIZE[31024] ([COLOR=blue]]$INFO[Container.NumPages,/,[/COLOR])]</label>
<include>Window_OpenClose_Animation</include>
</control>
<control type="label">
<description>Container Duration Label</description>
<right>40</right>
<top>32r</top>
<width>500</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<scroll>false</scroll>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[Container.TotalTime,$LOCALIZE[31009] ([COLOR=blue],[/COLOR])]</label>
<include>Window_OpenClose_Animation</include>
</control>
</control>
</include>
<include name="SmallMusicInfo">
<control type="image">
<description>gradient</description>
<left>0</left>
<top>0</top>
<width>500</width>
<height>165</height>
<colordiffuse>DDFFFFFF</colordiffuse>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>17</top>
<width>130</width>
<height>130</height>
<texture>$INFO[MusicPlayer.Cover]</texture>
</control>
<control type="label">
<description>Artist label</description>
<left>160</left>
<top>20</top>
<height>30</height>
<width>325</width>
<label>$INFO[MusicPlayer.Artist]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="fadelabel">
<description>Title label</description>
<left>160</left>
<top>43</top>
<height>30</height>
<width>325</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Album Label</description>
<left>160</left>
<top>70</top>
<height>30</height>
<width>325</width>
<label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Time Label</description>
<left>160</left>
<top>95</top>
<height>30</height>
<width>325</width>
<label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, / ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label">
<description>Next Label</description>
<left>160</left>
<top>120</top>
<height>30</height>
<width>325</width>
<label>[COLOR=blue]$LOCALIZE[19031] :[/COLOR] $INFO[MusicPlayer.offset(1).Title]</label>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</include>
<include name="SmallVideoInfo">
<control type="image">
<description>gradient</description>
<left>0</left>
<top>0</top>
<width>500</width>
<height>165</height>
<colordiffuse>DDFFFFFF</colordiffuse>
<texture border="20">OverlayDialogBackground.png</texture>
</control>
<control type="image">
<description>Cover image</description>
<left>20</left>
<top>17</top>
<width>130</width>
<height>130</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[VideoPlayer.cover]</texture>
</control>
<control type="label">
<description>Studio label</description>
<left>160</left>
<top>20</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.Studio]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
</control>
<control type="label">
<description>TV Show Title label</description>
<left>160</left>
<top>20</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.tvshowtitle]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>videoplayer.content(episodes)</visible>
</control>
<control type="fadelabel">
<description>Music Video Artist label</description>
<left>160</left>
<top>20</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.Artist]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>videoplayer.content(musicvideos)</visible>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="fadelabel">
<description>Title label</description>
<left>160</left>
<top>43</top>
<height>30</height>
<width>325</width>
<label>$INFO[Player.Title]</label>
<align>left</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
<control type="label">
<description>Genre label</description>
<left>160</left>
<top>70</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.Genre]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
</control>
<control type="label">
<left>160</left>
<top>70</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.Album]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>videoplayer.content(musicvideos)</visible>
</control>
<control type="label">
<description>Season and Episode label</description>
<left>160</left>
<top>70</top>
<height>30</height>
<width>325</width>
<label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>videoplayer.content(episodes)</visible>
</control>
<control type="label">
<description>Time Label</description>
<left>160</left>
<top>95</top>
<height>30</height>
<width>325</width>
<label>$INFO[VideoPlayer.Time]$INFO[VideoPlayer.Duration, / ]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
</include>
<include name="CommonNowPlaying_Controls">
<control type="label" id="202">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31023</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
<visible>Player.HasMedia</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<visible>false</visible>
</control>
<control type="group" id="90060">
<height>45</height>
<visible>VideoPlayer.Content(LiveTV)</visible>
<include>VisibleFadeEffect</include>
<control type="grouplist" id="9006">
<width>250</width>
<height>45</height>
<itemgap>1</itemgap>
<orientation>horizontal</orientation>
<onright>50</onright>
<onback>50</onback>
<onup>610</onup>
<ondown>611</ondown>
<control type="button" id="600">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDChannelUPFO.png</texturefocus>
<texturenofocus>OSDChannelUPNF.png</texturenofocus>
<onclick>ChannelDown</onclick>
</control>
<control type="button" id="601">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDChannelDownFO.png</texturefocus>
<texturenofocus>OSDChannelDownNF.png</texturenofocus>
<onclick>ChannelUp</onclick>
</control>
<control type="button" id="603">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="togglebutton" id="604">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
<enable>Player.PauseEnabled</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!Player.PauseEnabled">Conditional</animation>
</control>
<control type="button" id="605">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDRecordOffFO.png</texturefocus>
<texturenofocus>OSDRecordOffNF.png</texturenofocus>
<onclick>PlayerControl(record)</onclick>
<enable>Player.CanRecord</enable>
<animation effect="fade" start="100" end="30" time="75" condition="!Player.CanRecord">Conditional</animation>
</control>
<control type="button" id="606">
<width>39</width>
<height>39</height>
<label>-</label>
<visible>RDS.HasRadiotextPlus</visible>
<texturefocus>OSDRadioRDSFO.png</texturefocus>
<texturenofocus>OSDRadioRDSNF.png</texturenofocus>
<onclick>ActivateWindow(PVRRadioRDSInfo)</onclick>
</control>
<control type="button" id="622">
<width>39</width>
<height>39</height>
<label>-</label>
<visible>!RDS.HasRadiotextPlus</visible>
<texturefocus>OSDChannelListFO.png</texturefocus>
<texturenofocus>OSDChannelListNF.png</texturenofocus>
<onclick>ActivateWindow(PVRGuideInfo)</onclick>
</control>
</control>
</control>
<control type="group" id="90050">
<visible>Player.HasMedia</visible>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<include>VisibleFadeEffect</include>
<height>45</height>
<control type="grouplist" id="9005">
<width>250</width>
<height>45</height>
<itemgap>1</itemgap>
<orientation>horizontal</orientation>
<onright>50</onright>
<onback>50</onback>
<onup>610</onup>
<ondown>611</ondown>
<defaultcontrol always="true">603</defaultcontrol>
<control type="button" id="700">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDPrevTrackFO.png</texturefocus>
<texturenofocus>OSDPrevTrackNF.png</texturenofocus>
<onclick>PlayerControl(Previous)</onclick>
</control>
<control type="button" id="706">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDRewindFO.png</texturefocus>
<texturenofocus>OSDRewindNF.png</texturenofocus>
<onclick>PlayerControl(Rewind)</onclick>
<visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
</control>
<control type="togglebutton" id="703">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDPauseFO.png</texturefocus>
<texturenofocus>OSDPauseNF.png</texturenofocus>
<usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
<alttexturefocus>OSDPlayFO.png</alttexturefocus>
<alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
<onclick>PlayerControl(Play)</onclick>
</control>
<control type="button" id="701">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDStopFO.png</texturefocus>
<texturenofocus>OSDStopNF.png</texturenofocus>
<onclick>down</onclick>
<onclick>PlayerControl(Stop)</onclick>
</control>
<control type="button" id="707">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDForwardFO.png</texturefocus>
<texturenofocus>OSDForwardNF.png</texturenofocus>
<onclick>PlayerControl(Forward)</onclick>
<visible>Window.IsVisible(MusicPlaylist) | Window.IsVisible(VideoPlaylist) | Player.HasVideo</visible>
</control>
<control type="button" id="702">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDNextTrackFO.png</texturefocus>
<texturenofocus>OSDNextTrackNF.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
</control>
<control type="group" id="799">
<width>39</width>
<height>39</height>
<control type="button" id="704">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>-</texturefocus>
<texturenofocus>-</texturenofocus>
<onleft>702</onleft>
<onright>705</onright>
<onclick>PlayerControl(Repeat)</onclick>
<visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible>
</control>
<control type="image" id="713">
<width>39</width>
<height>39</height>
<texture>$VAR[PlayerControlsRepeatImageVar]</texture>
<visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible>
</control>
</control>
<control type="togglebutton" id="705">
<width>39</width>
<height>39</height>
<label>-</label>
<texturefocus>OSDRandomOffFO.png</texturefocus>
<texturenofocus>OSDRandomOffNF.png</texturenofocus>
<usealttexture>Playlist.IsRandom</usealttexture>
<alttexturefocus>OSDRandomOnFO.png</alttexturefocus>
<alttexturenofocus>OSDRandomOnNF.png</alttexturenofocus>
<onclick>PlayerControl(Random)</onclick>
<visible>!Window.IsVisible(MusicPlaylist) + !Window.IsVisible(VideoPlaylist) + !Player.HasVideo</visible>
</control>
</control>
</control>
<control type="radiobutton" id="611">
<description>Go to fullscreen Playback</description>
<include>ButtonCommonValues</include>
<label>31008</label>
<onclick>fullscreen</onclick>
<textureradioonfocus>GoFullscreen.png</textureradioonfocus>
<textureradioonnofocus>GoFullscreen.png</textureradioonnofocus>
<textureradioofffocus>GoFullscreen.png</textureradioofffocus>
<textureradiooffnofocus>GoFullscreen.png</textureradiooffnofocus>
<visible>Player.HasMedia</visible>
</control>
<control type="button" id="612">
<description>Go to playlist</description>
<include>ButtonCommonValues</include>
<label>13350</label>
<onclick>$VAR[PlayList]</onclick>
<visible>[Window.IsActive(videolibrary) + !StringCompare(Playlist.Length(video),0)] | [[Window.IsActive(musiclibrary) | Window.IsActive(musicfiles)] + !StringCompare(Playlist.Length(music),0)]</visible>
</control>
</include>
<include name="ScrollOffsetLabel">
<control type="group">
<depth>DepthSideBlade</depth>
<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="slide" start="0,0" end="0,-60" time="75">Visible</animation>
<animation effect="slide" start="0,-60" end="0,0" delay="300" time="75">Hidden</animation>
<left>300r</left>
<top>720</top>
<control type="image">
<left>0</left>
<top>0</top>
<width>70</width>
<height>65</height>
<texture border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="label">
<left>5</left>
<top>0</top>
<width>65</width>
<height>60</height>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.SortLetter]</label>
<textcolor>white</textcolor>
<font>font30_title</font>
</control>
</control>
</include>
<include name="Clock">
<control type="label">
<description>time label</description>
<right>20</right>
<top>5</top>
<width>200</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<font>font28_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Time]</label>
<animation effect="slide" start="0,0" end="-40,0" time="75" condition="Player.Muted">conditional</animation>
</control>
</include>
<include name="HomeAddonsCommonLayout">
<include>Window_OpenClose_Animation</include>
<animation type="Visible">
<effect type="slide" start="0,30" end="0,0" delay="150" easing="out" tween="quadratic" time="150" />
<effect type="fade" start="0" end="100" delay="150" time="150" />
</animation>
<animation type="Hidden">
<effect type="zoom" start="100" end="70" center="auto" easing="in" tween="quadratic" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<hitrect x="0" y="530" w="1280" h="120" />
<left>0</left>
<top>190r</top>
<width>1280</width>
<height>200</height>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<focusposition>3</focusposition>
<movement>2</movement>
<orientation>Horizontal</orientation>
<itemlayout height="200" width="182">
<control type="image">
<left>0</left>
<top>0</top>
<width>180</width>
<height>120</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>3</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="image">
<left>5</left>
<top>120</top>
<width>170</width>
<height>110</height>
<aspectratio aligny="top">keep</aspectratio>
<texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>1</left>
<top>125</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="200" width="182">
<control type="image">
<left>0</left>
<top>0</top>
<width>180</width>
<height>120</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">button-nofocus.png</bordertexture>
<bordersize>3</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
<visible>!ControlGroup(9002).HasFocus</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>180</width>
<height>120</height>
<aspectratio aligny="bottom">keep</aspectratio>
<bordertexture border="5">folder-focus.png</bordertexture>
<bordersize>3</bordersize>
<texture background="true">$INFO[ListItem.Icon]</texture>
<visible>ControlGroup(9002).HasFocus</visible>
</control>
<control type="image">
<left>5</left>
<top>120</top>
<width>170</width>
<height>110</height>
<aspectratio aligny="top">keep</aspectratio>
<texture diffuse="diffuse_mirror2.png" flipy="true" background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>1</left>
<top>125</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>ControlGroup(9002).HasFocus</visible>
</control>
<control type="label">
<left>1</left>
<top>125</top>
<width>180</width>
<height>20</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
<visible>!ControlGroup(9002).HasFocus</visible>
</control>
</focusedlayout>
</include>
<include name="TVNextAiredListCommonLayout">
<itemlayout height="150" width="280">
<control type="image">
<left>0</left>
<top>0</top>
<width>280</width>
<height>145</height>
<texture border="10">button-nofocus.png</texture>
</control>
<control type="image">
<description>Thumb</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Art(poster))]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible>
</control>
<control type="image">
<description>Banner</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Art(banner))]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible>
</control>
<control type="image">
<description>Logo</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),2)</visible>
</control>
<control type="label">
<description>Episode Number</description>
<left>10</left>
<top>60</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(NextNumber),$LOCALIZE[20359] [COLOR=blue]-[/COLOR] ]</label>
<textcolor>white</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Episode Name</description>
<left>10</left>
<top>80</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(NextTitle)]</label>
<textcolor>white</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Next air date/time</description>
<left>10</left>
<top>100</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(NextDate), [COLOR=blue]-[/COLOR] ]</label>
<textcolor>grey2</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Duration</description>
<left>10</left>
<top>120</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(Runtime),, $LOCALIZE[12391]]$INFO[ListItem.Property(Network), [COLOR=blue]-[/COLOR] (,)]</label>
<textcolor>grey2</textcolor>
<font>font12</font>
<align>center</align>
</control>
</itemlayout>
<focusedlayout height="150" width="280">
<control type="image">
<left>0</left>
<top>0</top>
<width>280</width>
<height>145</height>
<texture border="10">button-focus2.png</texture>
</control>
<control type="image">
<description>Thumb</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Art(poster))]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),0)</visible>
</control>
<control type="image">
<description>Banner</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Art(banner))]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),1)</visible>
</control>
<control type="image">
<description>Logo</description>
<left>5</left>
<top>5</top>
<width>270</width>
<height>55</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
<visible>StringCompare(Window(Home).Property(TVGuide.ThumbType),2)</visible>
</control>
<control type="label">
<description>Episode Number</description>
<left>10</left>
<top>60</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(NextNumber),$LOCALIZE[20359] [COLOR=blue]-[/COLOR] ]</label>
<textcolor>selected</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Episode Name</description>
<left>10</left>
<top>80</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(NextTitle)]</label>
<textcolor>selected</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Next air date/time</description>
<left>10</left>
<top>100</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(ShortTime)]$INFO[ListItem.Property(NextDate), [COLOR=blue]-[/COLOR] ]</label>
<textcolor>white</textcolor>
<font>font12</font>
<align>center</align>
</control>
<control type="label">
<description>Duration</description>
<left>10</left>
<top>120</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Property(Runtime),, $LOCALIZE[12391]]$INFO[ListItem.Property(Network), [COLOR=blue]-[/COLOR] (,)]</label>
<textcolor>white</textcolor>
<font>font12</font>
<align>center</align>
</control>
</focusedlayout>
</include>
<include name="backgroundfade">
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</include>
<include name="Window_OpenClose_Animation">
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</include>
<include name="dialogeffect">
<depth>DepthDialog</depth>
<animation effect="fade" time="200">WindowOpen</animation>
<animation effect="fade" time="200">WindowClose</animation>
</include>
<include name="VisibleFadeEffect">
<animation effect="fade" time="225">Visible</animation>
<animation effect="fade" time="225">Hidden</animation>
</include>
<include name="KeyboardButton">
<width>50</width>
<height>50</height>
<texturenofocus border="3">KeyboardKeyNF.png</texturenofocus>
<texturefocus border="5">KeyboardKey.png</texturefocus>
<align>center</align>
<aligny>center</aligny>
<font>font13</font>
<focusedcolor>black</focusedcolor>
</include>
<include name="CommonWindowHeader">
<param name="Icon" default="icon_home" />
<param name="Label" default="" />
<param name="ShowLabel2" default="False" />
<definition>
<control type="group">
<depth>DepthHeader</depth>
<control type="image">
<description>Section header image</description>
<left>20</left>
<top>3</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>$PARAM[Icon].png</texture>
</control>
<control type="grouplist">
<left>65</left>
<top>5</top>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<control type="label">
<include>WindowTitleCommons</include>
<label>$PARAM[Label]</label>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
<visible>!IsEmpty(Container.FolderName)</visible>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$INFO[Control.GetLabel(2)]</label>
<visible>$PARAM[ShowLabel2]</visible>
</control>
</control>
<include>Clock</include>
</control>
</definition>
</include>
<include name="BackgroundDimensions">
<width>1280</width>
<height>720</height>
<animation effect="zoom" center="auto" end="101,101" time="0" condition="IntegerGreaterThan(System.StereoscopicMode,0)">conditional</animation>
</include>
<include name="MusicInfoArtistInfo">
<item>
<label>$LOCALIZE[21893]:</label>
<label2>$INFO[ListItem.Property(Artist_Born)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
</item>
<item>
<label>$LOCALIZE[21894]:</label>
<label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Property(Artist_Mood)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible>
</item>
<item>
<label>$LOCALIZE[176]:</label>
<label2>$INFO[ListItem.Property(Artist_Style)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Style))</visible>
</item>
<item>
<label>$LOCALIZE[21892]:</label>
<label2>$INFO[ListItem.Property(Artist_Instrument)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible>
</item>
<item>
<label>$LOCALIZE[21897]:</label>
<label2>$INFO[ListItem.Property(Artist_Died)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Died))</visible>
</item>
<item>
<label>$LOCALIZE[21896]:</label>
<label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible>
</item>
<item>
<label>$LOCALIZE[21898]:</label>
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
</item>
</include>
<include name="MusicInfoAlbumInfo">
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Property(Album_Mood)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Album_Mood))</visible>
</item>
<item>
<label>$LOCALIZE[176]:</label>
<label2>$INFO[ListItem.Property(Album_Style)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Album_Style))</visible>
</item>
<item>
<label>$LOCALIZE[21895]:</label>
<label2>$INFO[ListItem.Property(Album_Theme)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Album_Theme))</visible>
</item>
<item>
<label>146</label>
<label2>$INFO[ListItem.Property(Album_Type)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Album_Type))</visible>
</item>
<item>
<label>$LOCALIZE[21899]:</label>
<label2>$INFO[ListItem.Property(Album_Label)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Album_Label))</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
</include>
<include name="MusicInfoSongInfo">
<item>
<label>$LOCALIZE[557]:</label>
<label2>$INFO[ListItem.Artist]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Artist)</visible>
</item>
<item>
<label>$LOCALIZE[558]:</label>
<label2>$INFO[ListItem.Album]$INFO[listitem.discnumber, - $LOCALIZE[427] ]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Album)</visible>
</item>
<item>
<label>$LOCALIZE[515]:</label>
<label2>$INFO[ListItem.Genre]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Genre)</visible>
</item>
<item>
<label>$LOCALIZE[175]:</label>
<label2>$INFO[ListItem.Mood]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Mood)</visible>
</item>
<item>
<label>$LOCALIZE[562]:</label>
<label2>$INFO[ListItem.Year]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Year)</visible>
</item>
<item>
<label>$LOCALIZE[554]:</label>
<label2>$INFO[ListItem.TrackNumber]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.TrackNumber)</visible>
</item>
<item>
<label>$LOCALIZE[563]:</label>
<label2>$INFO[ListItem.RatingAndVotes]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>
<item>
<label>$LOCALIZE[38018]:</label>
<label2>$INFO[ListItem.Userrating]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Userrating)</visible>
</item>
<item>
<label>$LOCALIZE[29903]:</label>
<label2>$INFO[ListItem.Property(Role.Composer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Composer))</visible>
</item>
<item>
<label>$LOCALIZE[29905]:</label>
<label2>$INFO[ListItem.Property(Role.Conductor)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Conductor))</visible>
</item>
<item>
<label>$LOCALIZE[38034]:</label>
<label2>$INFO[ListItem.Property(Role.Orchestra)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Orchestra))</visible>
</item>
<item>
<label>$LOCALIZE[38035]:</label>
<label2>$INFO[ListItem.Property(Role.Lyricist)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Lyricist))</visible>
</item>
<item>
<label>$LOCALIZE[38036]:</label>
<label2>$INFO[ListItem.Property(Role.Remixer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Remixer))</visible>
</item>
<item>
<label>$LOCALIZE[38037]:</label>
<label2>$INFO[ListItem.Property(Role.Arranger)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Arranger))</visible>
</item>
<item>
<label>$LOCALIZE[38038]:</label>
<label2>$INFO[ListItem.Property(Role.Engineer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Engineer))</visible>
</item>
<item>
<label>$LOCALIZE[38039]:</label>
<label2>$INFO[ListItem.Property(Role.Producer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Producer))</visible>
</item>
<item>
<label>$LOCALIZE[38040]:</label>
<label2>$INFO[ListItem.Property(Role.DJMixer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.DJMixer))</visible>
</item>
<item>
<label>$LOCALIZE[38041]:</label>
<label2>$INFO[ListItem.Property(Role.Mixer)]</label2>
<onclick>noop</onclick>
<visible>!IsEmpty(ListItem.Property(Role.Mixer))</visible>
</item>
</include>
</includes>

View File

@ -0,0 +1,534 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>ClearProperty(TVGuide.MondayList,Home)</onload>
<onload>ClearProperty(TVGuide.TuesdayList,Home)</onload>
<onload>ClearProperty(TVGuide.WednesdayList,Home)</onload>
<onload>ClearProperty(TVGuide.ThursdayList,Home)</onload>
<onload>ClearProperty(TVGuide.FridayList,Home)</onload>
<onload>ClearProperty(TVGuide.SaturdayList,Home)</onload>
<onload>ClearProperty(TVGuide.SundayList,Home)</onload>
<controls>
<include>CommonBackground</include>
<control type="group">
<visible>!IsEmpty(Window(home).Property(TVGuide.BackgroundFanart))</visible>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(200).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(200)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(201).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(201)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(202).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(202)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(203).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(203)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(204).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(204)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(205).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(205)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[Container(206).ListItem.Property(Fanart)]</texture>
<visible>Control.HasFocus(206)</visible>
<fadetime>600</fadetime>
<animation effect="fade" time="450">Visible</animation>
<animation effect="fade" time="450">Hidden</animation>
</control>
</control>
<control type="image">
<left>0</left>
<top>100r</top>
<width>1280</width>
<height>100</height>
<texture>floor.png</texture>
<aspectratio>stretch</aspectratio>
<animation effect="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
</control>
<control type="image">
<description>Section header image</description>
<left>20</left>
<top>3</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_video.png</texture>
</control>
<control type="grouplist">
<left>65</left>
<top>5</top>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<control type="label">
<include>WindowTitleCommons</include>
<label>$ADDON[script.tv.show.next.aired 450]</label>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$LOCALIZE[31208]</label>
</control>
</control>
<control type="grouplist" id="2000">
<include>Window_OpenClose_Animation</include>
<left>40</left>
<top>60</top>
<width>1200</width>
<height>660</height>
<orientation>horizontal</orientation>
<align>center</align>
<itemgap>0</itemgap>
<control type="group">
<description>Monday</description>
<visible>IntegerGreaterThan(Container(200).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[11]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="200">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>200</onup>
<ondown>200</ondown>
<onleft>9000</onleft>
<onright>201</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Tuesday</description>
<visible>IntegerGreaterThan(Container(201).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[12]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="201">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>201</onup>
<ondown>201</ondown>
<onleft>200</onleft>
<onright>202</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Wednesday</description>
<visible>IntegerGreaterThan(Container(202).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[13]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="202">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>202</onup>
<ondown>202</ondown>
<onleft>201</onleft>
<onright>203</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Thursday</description>
<visible>IntegerGreaterThan(Container(203).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[14]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="203">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>203</onup>
<ondown>203</ondown>
<onleft>202</onleft>
<onright>204</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Friday</description>
<visible>IntegerGreaterThan(Container(204).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[15]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="204">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>204</onup>
<ondown>204</ondown>
<onleft>203</onleft>
<onright>205</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Saturday</description>
<visible>IntegerGreaterThan(Container(205).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[16]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="205">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>205</onup>
<ondown>205</ondown>
<onleft>204</onleft>
<onright>206</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
<control type="group">
<description>Sunday</description>
<visible>IntegerGreaterThan(Container(206).NumItems,0)</visible>
<width>300</width>
<height>660</height>
<control type="image">
<left>0</left>
<top>0</top>
<width>300</width>
<height>600</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>0</left>
<top>592</top>
<width>300</width>
<height>64</height>
<texture border="15">ContentPanelMirror.png</texture>
</control>
<control type="label">
<left>20</left>
<top>13</top>
<width>260</width>
<height>20</height>
<label>$LOCALIZE[17]</label>
<align>center</align>
<aligny>center</aligny>
<font>font13_title</font>
<textcolor>white</textcolor>
</control>
<control type="panel" id="206">
<left>10</left>
<top>40</top>
<width>280</width>
<height>530</height>
<scrolltime>200</scrolltime>
<onup>206</onup>
<ondown>206</ondown>
<onleft>205</onleft>
<onright>206</onright>
<include>TVNextAiredListCommonLayout</include>
</control>
</control>
</control>
<control type="group">
<include>Window_OpenClose_Animation</include>
<control type="image">
<description>left Arrow</description>
<left>10</left>
<top>120</top>
<width>30</width>
<height>40</height>
<texture>arrow-big-left.png</texture>
<visible>Container(2000).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<description>left Arrow</description>
<left>10</left>
<top>170r</top>
<width>30</width>
<height>40</height>
<texture>arrow-big-left.png</texture>
<visible>Container(2000).HasPrevious</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<description>right Arrow</description>
<left>1240</left>
<top>120</top>
<width>30</width>
<height>40</height>
<texture>arrow-big-right.png</texture>
<visible>Container(2000).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<description>right Arrow</description>
<left>1240</left>
<top>170r</top>
<width>30</width>
<height>40</height>
<texture>arrow-big-right.png</texture>
<visible>Container(2000).HasNext</visible>
<include>VisibleFadeEffect</include>
</control>
</control>
<include>CommonNowPlaying</include>
<include>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<control type="group">
<left>-250</left>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<left>0</left>
<top>110</top>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>200</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>200</onback>
<itemgap>0</itemgap>
<control type="image" id="2">
<description>LOGO</description>
<width>250</width>
<height>150</height>
<aspectratio>keep</aspectratio>
<texture>$INFO[system.addonicon(script.tv.show.next.aired)]</texture>
</control>
<control type="label" id="7">
<width>250</width>
<height>35</height>
<font>font12</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="8">
<description>Settings</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>5</label>
<onright>200</onright>
</control>
<!-- include>CommonNowPlaying_Controls</include -->
</control>
</control>
<include>Clock</include>
</controls>
</window>

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<left>240</left>
<top>140</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="420" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="label" id="3">
<description>List label</description>
<left>20</left>
<top>65</top>
<width>760</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<left>30</left>
<top>105</top>
<width>520</width>
<height>225</height>
<onup>9001</onup>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>9001</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>!Control.HasFocus(10)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>Control.hasfocus(14) | Control.HasFocus(10)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>552</left>
<top>105</top>
<width>25</width>
<height>225</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>10</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9000">
<left>580</left>
<top>105</top>
<control type="button" id="11">
<description>Change Set Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>18</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>13</ondown>
</control>
<control type="button" id="13">
<description>Add Button</description>
<left>0</left>
<top>45</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>15019</label>
<align>center</align>
<aligny>center</aligny>
<onup>11</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<description>Remove Button</description>
<left>0</left>
<top>90</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>1210</label>
<align>center</align>
<aligny>center</aligny>
<onup>13</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>9001</ondown>
</control>
</control>
<control type="group" id="9001">
<control type="button" id="18">
<description>Ok Button</description>
<left>200</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>186</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>20</onleft>
<onright>19</onright>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>410</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>222</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>18</onleft>
<onright>20</onright>
<ondown>10</ondown>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,189 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>10</defaultcontrol>
<coordinates>
<left>240</left>
<top>140</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<include name="DialogBackgroundCommons">
<param name="DialogBackgroundWidth" value="800" />
<param name="DialogBackgroundHeight" value="420" />
<param name="DialogHeaderWidth" value="720" />
<param name="DialogHeaderLabel" value="-" />
<param name="DialogHeaderId" value="2" />
<param name="CloseButtonLeft" value="710" />
<param name="CloseButtonNav" value="10" />
</include>
<control type="label" id="3">
<description>List label</description>
<left>20</left>
<top>65</top>
<width>760</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="list" id="10">
<left>30</left>
<top>105</top>
<width>520</width>
<height>225</height>
<onup>9001</onup>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>9001</ondown>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="45">
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>!Control.HasFocus(10)</visible>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>520</width>
<height>40</height>
<visible>Control.hasfocus(14) | Control.HasFocus(10)</visible>
<texture border="5">button-focus2.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<left>552</left>
<top>105</top>
<width>25</width>
<height>225</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>10</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
</control>
<control type="group" id="9000">
<left>580</left>
<top>105</top>
<control type="button" id="11">
<description>Change Set Button</description>
<left>0</left>
<top>0</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<align>center</align>
<aligny>center</aligny>
<onup>18</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>13</ondown>
</control>
<control type="button" id="13">
<description>Add Button</description>
<left>0</left>
<top>45</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>15019</label>
<align>center</align>
<aligny>center</aligny>
<onup>11</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>14</ondown>
</control>
<control type="button" id="14">
<description>Remove Button</description>
<left>0</left>
<top>90</top>
<width>200</width>
<height>40</height>
<font>font12_title</font>
<label>1210</label>
<align>center</align>
<aligny>center</aligny>
<onup>13</onup>
<onleft>60</onleft>
<onright>10</onright>
<ondown>9001</ondown>
</control>
</control>
<control type="group" id="9001">
<control type="button" id="18">
<description>Ok Button</description>
<left>200</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>186</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>20</onleft>
<onright>19</onright>
<ondown>10</ondown>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
<left>410</left>
<top>355</top>
<width>200</width>
<height>40</height>
<align>center</align>
<aligny>center</aligny>
<label>222</label>
<font>font12_title</font>
<onup>9000</onup>
<onleft>18</onleft>
<onright>20</onright>
<ondown>10</ondown>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,254 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<coordinates>
<left>300</left>
<top>60</top>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="group">
<depth>DepthSideBlade</depth>
<control type="image">
<description>background image</description>
<left>0</left>
<top>0</top>
<width>680</width>
<height>470</height>
<colordiffuse>BBFFFFFF</colordiffuse>
<texture border="40">DialogBack2.png</texture>
</control>
<control type="image">
<description>Dialog Header image</description>
<left>40</left>
<top>16</top>
<width>600</width>
<height>40</height>
<texture>dialogheader.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>590</left>
<top>15</top>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="label">
<description>header label</description>
<left>40</left>
<top>20</top>
<width>600</width>
<height>30</height>
<label>$INFO[MusicPlayer.Artist] - $INFO[MusicPlayer.Title]</label>
<font>font13_title</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!Control.IsVisible(120)</visible>
</control>
<control type="label" id="2">
<description>Pick label</description>
<left>40</left>
<top>20</top>
<width>600</width>
<height>30</height>
<label>31203</label>
<font>font13_title</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>selected</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Control.IsVisible(120) + !Control.IsVisible(110)</visible>
</control>
<!-- ** Required ** Do not change <id> or <type> (Smooth scrolling list for lyrics) -->
<control type="list" id="110">
<left>30</left>
<top>60</top>
<width>620</width>
<height>350</height>
<onleft>111</onleft>
<onright>111</onright>
<onup>110</onup>
<ondown>110</ondown>
<pagecontrol>111</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="25">
<control type="label">
<left>0</left>
<top>0</top>
<width>620</width>
<height>25</height>
<font>font13</font>
<aligny>center</aligny>
<align>center</align>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="25">
<control type="label">
<left>0</left>
<top>0</top>
<width>620</width>
<height>25</height>
<font>font13</font>
<aligny>center</aligny>
<align>center</align>
<shadowcolor>black</shadowcolor>
<textcolor>white</textcolor>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
<visible>!Control.HasFocus(110)</visible>
</control>
<control type="label">
<left>0</left>
<top>0</top>
<width>620</width>
<height>25</height>
<font>font13</font>
<aligny>center</aligny>
<align>center</align>
<shadowcolor>black</shadowcolor>
<textcolor>selected</textcolor>
<label>$INFO[ListItem.Label]</label>
<visible>Control.HasFocus(110)</visible>
</control>
</focusedlayout>
</control>
<control type="label">
<left>360</left>
<top>420</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<aligny>center</aligny>
<align>right</align>
<textcolor>grey2</textcolor>
<label>$INFO[Container(110).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(110).NumPages,/, )]</label>
<visible>Control.IsVisible(111)</visible>
</control>
<control type="spincontrol" id="111">
<description>Next page button</description>
<left>570</left>
<top>420</top>
<subtype>page</subtype>
<font>-</font>
<onleft>110</onleft>
<onright>110</onright>
<ondown>110</ondown>
<onup>110</onup>
<showonepage>true</showonepage>
<visible>Control.IsVisible(110)</visible>
</control>
<!-- ** Required ** Do not change <id> or <type> (Song Chooser if it gets it wrong) -->
<control type="list" id="120">
<left>30</left>
<top>60</top>
<width>620</width>
<height>360</height>
<onleft>121</onleft>
<onright>121</onright>
<onup>120</onup>
<ondown>120</ondown>
<pagecontrol>121</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>600</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>!Control.HasFocus(120)</visible>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>620</width>
<height>41</height>
<visible>Control.HasFocus(120)</visible>
<texture border="5">MenuItemFO.png</texture>
</control>
<control type="label">
<left>10</left>
<top>0</top>
<width>600</width>
<height>40</height>
<font>font13</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<control type="label">
<left>360</left>
<top>420</top>
<width>200</width>
<height>20</height>
<font>font12</font>
<aligny>center</aligny>
<align>right</align>
<textcolor>grey2</textcolor>
<label>$INFO[Container(120).CurrentPage, ( $LOCALIZE[31024] ]$INFO[Container(120).NumPages,/, )]</label>
<visible>Control.IsVisible(121)</visible>
</control>
<control type="spincontrol" id="121">
<description>Next page button</description>
<left>570</left>
<top>420</top>
<subtype>page</subtype>
<font>-</font>
<onleft>120</onleft>
<onright>120</onright>
<ondown>120</ondown>
<onup>120</onup>
<showonepage>true</showonepage>
<visible>Control.IsVisible(120)</visible>
</control>
<control type="label">
<description>Scraper label</description>
<left>40</left>
<top>420</top>
<width>600</width>
<height>30</height>
<label>$LOCALIZE[31205] - $INFO[Control.GetLabel(200)]</label>
<font>font12_title</font>
<aligny>center</aligny>
<textcolor>grey2</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="label" id="200">
<description>Scraper label</description>
<visible>false</visible>
</control>
</control>
</controls>
</window>

View File

@ -0,0 +1,2189 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<coordinates>
<left>0</left>
<top>0</top>
</coordinates>
<depth>DepthDialog</depth>
<controls>
<control type="group" id="100">
<include>VisibleFadeEffect</include>
<!-- control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(111).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(111)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(121).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(121)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(131).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(131)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(141).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(141)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(151).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(151)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(161).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(161)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(171).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(171)</visible>
</control>
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture background="true">$INFO[Container(181).ListItem.Property(Fanart_Image)]</texture>
<aspectratio>scale</aspectratio>
<fadetime>200</fadetime>
<animation effect="fade" time="200">Visible</animation>
<animation effect="fade" time="200">Hidden</animation>
<visible>Control.HasFocus(181)</visible>
</control -->
<control type="image">
<left>0</left>
<top>0</top>
<width>1280</width>
<height>720</height>
<texture>black-back.png</texture>
<animation effect="fade" time="300">WindowOpen</animation>
<animation effect="fade" time="150">WindowClose</animation>
</control>
<control type="group">
<left>90</left>
<top>30</top>
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>1090</width>
<height>630</height>
<texture border="15">ContentPanel.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<left>980</left>
<top>11</top>
<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="image">
<description>LOGO</description>
<left>30</left>
<top>10</top>
<width>220</width>
<height>80</height>
<aspectratio>keep</aspectratio>
<texture>Confluence_Logo.png</texture>
</control>
<control type="list" id="9000">
<left>10</left>
<top>80</top>
<width>260</width>
<height>540</height>
<onleft>9010</onleft>
<onright>101</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>300</scrolltime>
<itemlayout height="60" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>61</height>
<texture border="5">MenuItemNF.png</texture>
</control>
<control type="label">
<left>10</left>
<top>4</top>
<width>240</width>
<height>25</height>
<font>font24_title</font>
<textcolor>grey3</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>32</top>
<width>240</width>
<height>20</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</itemlayout>
<focusedlayout height="60" width="260">
<control type="image">
<left>0</left>
<top>0</top>
<width>260</width>
<height>61</height>
<texture border="5">MenuItemFO.png</texture>
<animation effect="fade" start="100" end="50" time="75" condition="!Control.HasFocus(9000)">Conditional</animation>
</control>
<control type="label">
<left>10</left>
<top>4</top>
<width>240</width>
<height>25</height>
<font>font24_title</font>
<textcolor>white</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<left>10</left>
<top>32</top>
<width>240</width>
<height>20</height>
<font>font13</font>
<textcolor>grey2</textcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>$LOCALIZE[19069]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(220)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(229)</visible>
</item>
<item id="2">
<label>$LOCALIZE[342]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(110)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(119)</visible>
</item>
<item id="3">
<label>$LOCALIZE[344]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(210)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(219)</visible>
</item>
<item id="4">
<label>$LOCALIZE[20343]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(120)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(129)</visible>
</item>
<item id="5">
<label>$LOCALIZE[33054]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(130)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(139)</visible>
</item>
<item id="6">
<label>$LOCALIZE[20360]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(140)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(149)</visible>
</item>
<item id="7">
<label>$LOCALIZE[20389]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(150)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(159)</visible>
</item>
<item id="8">
<label>$LOCALIZE[133]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(160)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(169)</visible>
</item>
<item id="9">
<label>$LOCALIZE[132]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(170)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(179)</visible>
</item>
<item id="10">
<label>$LOCALIZE[134]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(180)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(189)</visible>
</item>
<item id="11">
<label>[COLOR=blue]$INFO[Control.GetLabel(198)][/COLOR]</label>
<label2>$LOCALIZE[31207]</label2>
<onclick>Control.Setfocus(9000,0)</onclick>
<onclick>SendClick(198)</onclick>
<visible>Control.IsVisible(198)</visible>
</item>
</content>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>790</width>
<height>618</height>
<texture border="5">black-back2.png</texture>
</control>
<control type="image">
<left>268</left>
<top>10</top>
<width>804</width>
<height>52</height>
<texture>dialogheader.png</texture>
</control>
<control type="label">
<description>header label Finished Searching</description>
<left>300</left>
<top>20</top>
<width>740</width>
<height>30</height>
<font>font16</font>
<label>$INFO[Container(9000).ListItem.Label]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<visible>Control.IsVisible(198)</visible>
</control>
<control type="label">
<description>header Label Still Searching</description>
<left>300</left>
<top>20</top>
<width>740</width>
<height>30</height>
<font>font16</font>
<label>$INFO[Control.GetLabel(190)] $INFO[Control.GetLabel(191)]</label>
<align>center</align>
<aligny>center</aligny>
<textcolor>blue</textcolor>
<shadowcolor>black</shadowcolor>
<visible>!Control.IsVisible(198)</visible>
</control>
<control type="label" id="190">
<!-- Hide this Control off the screen because we use the label above instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="label" id="191">
<!-- Hide this Control off the screen because we use the label above instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
</control>
<control type="label" id="199">
<left>40</left>
<top>358</top>
<width>1200</width>
<height>20</height>
<label>[B]$LOCALIZE[284][/B]</label>
<font>font13</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
</control>
<control type="group">
<animation type="WindowOpen" reversible="false">
<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
<effect type="fade" start="0" end="100" time="225" />
</animation>
<animation type="WindowClose" reversible="false">
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<left>380</left>
<top>90</top>
<control type="button" id="198">
<!-- Hide this button off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>10</width>
<height>10</height>
<label>-</label>
<font>font10</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
<texturefocus border="5">button-focus.png</texturefocus>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<onup>101</onup>
<ondown>101</ondown>
<onleft>101</onleft>
<onright>101</onright>
</control>
<control type="group" id="101">
<top>4</top>
<control type="group" id="229">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="220">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="221">
<visible>Container(9000).HasFocus(1)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>178</onright>
<onup>221</onup>
<ondown>221</ondown>
<viewtype label="535">list</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>178</pagecontrol>
<itemlayout width="750" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>100</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>630</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>630</width>
<height>15</height>
<label>$INFO[ListItem.Property(ChannelNumber),,. ]$INFO[ListItem.Property(ChannelName)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>110</left>
<top>48</top>
<width>630</width>
<height>50</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</itemlayout>
<focusedlayout width="400" height="110">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>100</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>630</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>630</width>
<height>15</height>
<label>$INFO[ListItem.Property(ChannelNumber),,. ]$INFO[ListItem.Property(ChannelName)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>110</left>
<top>48</top>
<width>630</width>
<height>50</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="228">
<left>770</left>
<top>0</top>
<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>221</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(1)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(221).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(221).CurrentPage]/$INFO[Container(221).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(1)</visible>
</control>
</control>
<control type="group" id="119">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="110">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="111">
<visible>Container(9000).HasFocus(2)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>118</onright>
<onup>111</onup>
<ondown>111</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>118</pagecontrol>
<itemlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine)) + IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</itemlayout>
<focusedlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine)) + IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="118">
<left>770</left>
<top>0</top>
<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>111</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(2)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(111).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(111).CurrentPage]/$INFO[Container(111).NumPages][/COLOR])</label>
<visible>Container(9000).Hasfocus(2)</visible>
</control>
</control>
<control type="group" id="219">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="210">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="211">
<visible>Container(9000).HasFocus(3)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>218</onright>
<onup>211</onup>
<ondown>211</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>118</pagecontrol>
<itemlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine)) + IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</itemlayout>
<focusedlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>SubString(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>IsEmpty(ListItem.Property(TagLine)) + IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="218">
<left>770</left>
<top>0</top>
<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>211</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(3)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(211).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(211).CurrentPage]/$INFO[Container(211).NumPages][/COLOR])</label>
<visible>Container(9000).Hasfocus(3)</visible>
</control>
</control>
<control type="group" id="129">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="120">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="121">
<visible>Container(9000).HasFocus(4)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>128</onright>
<onup>121</onup>
<ondown>121</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>128</pagecontrol>
<itemlayout width="375" height="175">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>170</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>360</width>
<height>65</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>330</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>7</left>
<top>75</top>
<width>360</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="label">
<left>7</left>
<top>95</top>
<width>360</width>
<height>15</height>
<label>$INFO[ListItem.Property(Premiered)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>5</left>
<top>112</top>
<width>360</width>
<height>53</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<align>justify</align>
</control>
</itemlayout>
<focusedlayout width="375" height="175">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>170</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>360</width>
<height>65</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>330</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>7</left>
<top>75</top>
<width>360</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="label">
<left>7</left>
<top>95</top>
<width>360</width>
<height>15</height>
<label>$INFO[ListItem.Property(Premiered)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>5</left>
<top>112</top>
<width>360</width>
<height>53</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<align>justify</align>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="128">
<left>770</left>
<top>0</top>
<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>121</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(4)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(121).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(121).CurrentPage]/$INFO[Container(121).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(4)</visible>
</control>
</control>
<control type="group" id="139">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="130">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="131">
<visible>Container(9000).HasFocus(5)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>138</onright>
<onup>131</onup>
<ondown>131</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>138</pagecontrol>
<itemlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Label]</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>100</left>
<top>32</top>
<width>260</width>
<height>118</height>
<label>$INFO[ListItem.Property(TvShowTitle)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
</itemlayout>
<focusedlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>260</width>
<height>15</height>
<label>$INFO[ListItem.Label]</label>
<font>font12_title</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>100</left>
<top>32</top>
<width>260</width>
<height>118</height>
<label>$INFO[ListItem.Property(TvShowTitle)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="138">
<left>770</left>
<top>0</top>
<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>131</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(5)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(131).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(131).CurrentPage]/$INFO[Container(131).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(5)</visible>
</control>
</control>
<control type="group" id="149">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="140">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="141">
<visible>Container(9000).HasFocus(6)</visible>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>148</onright>
<onup>141</onup>
<ondown>141</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>148</pagecontrol>
<itemlayout width="750" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>150</width>
<height>90</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>120</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>160</left>
<top>10</top>
<width>585</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>160</left>
<top>30</top>
<width>585</width>
<height>15</height>
<label>$INFO[ListItem.Property(TvShowTitle)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>160</left>
<top>48</top>
<width>585</width>
<height>50</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</itemlayout>
<focusedlayout width="750" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>150</width>
<height>90</height>
<aspectratio>scale</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>120</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>160</left>
<top>10</top>
<width>585</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>160</left>
<top>30</top>
<width>585</width>
<height>15</height>
<label>$INFO[ListItem.Property(TvShowTitle)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>160</left>
<top>48</top>
<width>585</width>
<height>50</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="148">
<left>770</left>
<top>0</top>
<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>141</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(6)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(141).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(141).CurrentPage]/$INFO[Container(141).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(6)</visible>
</control>
</control>
<control type="group" id="159">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="150">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="151">
<visible>Container(9000).HasFocus(7)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>158</onright>
<onup>151</onup>
<ondown>151</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>158</pagecontrol>
<itemlayout width="375" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>120</width>
<height>90</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>100</left>
<top>65</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>135</left>
<top>10</top>
<width>230</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>30</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>55</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>75</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
</itemlayout>
<focusedlayout width="375" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>120</width>
<height>90</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>100</left>
<top>65</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>IntegerGreaterThan(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>135</left>
<top>10</top>
<width>230</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>30</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>55</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>135</left>
<top>75</top>
<width>230</width>
<height>15</height>
<label>$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="158">
<left>770</left>
<top>0</top>
<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>151</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(7)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(151).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(151).CurrentPage]/$INFO[Container(151).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(7)</visible>
</control>
</control>
<control type="group" id="169">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="160">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="161">
<visible>Container(9000).HasFocus(8)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>168</onright>
<onup>161</onup>
<ondown>161</ondown>
<viewtype label="535">list</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>168</pagecontrol>
<itemlayout width="750" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>150</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>160</left>
<top>10</top>
<width>580</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>160</left>
<top>30</top>
<width>585</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist_Genre)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>160</left>
<top>48</top>
<width>585</width>
<height>50</height>
<label>$INFO[ListItem.Property(Artist_Description)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</itemlayout>
<focusedlayout width="400" height="110">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>150</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>160</left>
<top>10</top>
<width>580</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>160</left>
<top>30</top>
<width>585</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist_Genre)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>160</left>
<top>48</top>
<width>585</width>
<height>50</height>
<label>$INFO[ListItem.Property(Artist_Description)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="168">
<left>770</left>
<top>0</top>
<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>161</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(8)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(161).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(161).CurrentPage]/$INFO[Container(161).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(8)</visible>
</control>
</control>
<control type="group" id="179">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="170">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="171">
<visible>Container(9000).HasFocus(9)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>178</onright>
<onup>171</onup>
<ondown>171</ondown>
<viewtype label="535">list</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>178</pagecontrol>
<itemlayout width="750" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>100</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>630</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>630</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>110</left>
<top>48</top>
<width>630</width>
<height>50</height>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</itemlayout>
<focusedlayout width="400" height="110">
<control type="image">
<left>0</left>
<top>0</top>
<width>750</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>100</width>
<height>90</height>
<aspectratio>keep</aspectratio>
<texture background="true">$INFO[ListItem.Icon]</texture>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>630</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>630</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="textbox">
<left>110</left>
<top>48</top>
<width>630</width>
<height>50</height>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="178">
<left>770</left>
<top>0</top>
<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>171</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(9)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(171).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(171).CurrentPage]/$INFO[Container(171).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(9)</visible>
</control>
</control>
<control type="group" id="189">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="180">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="181">
<visible>Container(9000).HasFocus(10)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>188</onright>
<onup>181</onup>
<ondown>181</ondown>
<viewtype label="535">list</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>188</pagecontrol>
<itemlayout width="375" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>101</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>90</width>
<height>90</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>255</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>50</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Genre)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>75</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
</itemlayout>
<focusedlayout width="375" height="106">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>101</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>90</width>
<height>90</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="label">
<left>110</left>
<top>10</top>
<width>255</width>
<height>15</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>30</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Artist)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>50</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Genre)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>110</left>
<top>75</top>
<width>255</width>
<height>15</height>
<label>$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="188">
<left>770</left>
<top>0</top>
<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>181</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).HasFocus(10)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(181).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(181).CurrentPage]/$INFO[Container(181).NumPages][/COLOR])</label>
<visible>Container(9000).HasFocus(10)</visible>
</control>
</control>
</control>
</control>
</control>
<include>BehindDialogFadeOut</include>
</controls>
</window>