Compare commits

..

16 Commits

Author SHA1 Message Date
theDeadMan 1454ff87fc testing support for Advanced Kodi Launcher 2024-07-29 20:41:42 +01:00
theDeadMan 9f1aaf8cac various 2024-05-15 21:47:22 +01:00
theDeadMan e76b2f38eb various 2024-05-06 13:53:16 +01:00
theDeadMan c2884e8885 various 2022-08-29 19:34:26 +01:00
theDeadMan 1bb91d61e9 various 2022-08-29 12:41:03 +01:00
theDeadMan 0a7eb06515 various 2022-08-27 15:00:17 +01:00
theDeadMan b332198b26 various 2022-08-25 20:39:35 +01:00
theDeadMan e492cecc51 various 2022-08-19 11:42:38 +01:00
theDeadMan c64e37f99b various 2022-08-17 21:19:56 +01:00
theDeadMan c40d80a5d0 various 2022-08-13 11:24:26 +01:00
theDeadMan f338a97fac various 2022-08-12 16:28:15 +01:00
theDeadMan 9ccef2fef1 various 2022-08-12 13:39:31 +01:00
theDeadMan 9cf3cd8eca various 2022-08-11 23:04:51 +01:00
theDeadMan 6c3ecc85ff various 2022-08-10 22:14:52 +01:00
theDeadMan b8724417a4 Merge branch 'master' of https://github.com/chrisbevan/skin.pellucid 2022-08-07 21:49:37 +01:00
theDeadMan 8e60f0f344 various 2022-08-07 21:48:59 +01:00
148 changed files with 5294 additions and 8144 deletions

View File

@ -4,8 +4,6 @@
<views>50,51</views> <views>50,51</views>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<control type="group" id="9999"> <control type="group" id="9999">
<control type="group"> <control type="group">
<posx>col-9-begin</posx> <posx>col-9-begin</posx>
@ -18,8 +16,8 @@
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>600</width> <width>600</width>
<height>600</height> <height>15-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -28,7 +26,7 @@
<posy>0</posy> <posy>0</posy>
<width>8-col</width> <width>8-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -46,34 +44,17 @@
<control type="panel" id="50"> <control type="panel" id="50">
<visible>String.IsEqual(container.folderpath,addons://)</visible> <visible>String.IsEqual(container.folderpath,addons://)</visible>
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>8-col</width> <width>8-col</width>
<height>18-row</height> <height>18-row</height>
<onleft>activateWindow(contextmenu)</onleft>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<itemlayout width="8-col" height="84"> <itemlayout width="8-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[listitem.icon]</texture>
</control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>24</posx>
<posy>-1</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>7-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -82,53 +63,18 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="84"> <focusedlayout width="8-col" height="84">
<control type="group">
<control type="image">
<animation type="focus">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[listitem.icon]</texture>
</control>
<include>spinFocusIcon</include>
</control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col</width> <width>8-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>7-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>6-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -154,8 +100,8 @@
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>888</width> <width>888</width>
<height>792</height> <height>822</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -164,7 +110,7 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>71</height> <height>71</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -182,53 +128,18 @@
<control type="panel" id="51"> <control type="panel" id="51">
<visible>!String.IsEqual(container.folderpath,addons://)</visible> <visible>!String.IsEqual(container.folderpath,addons://)</visible>
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>12-col</width> <width>12-col</width>
<height>19-row</height> <height>710</height>
<onleft>activateWindow(contextmenu)</onleft> <onleft>60</onleft>
<onright>60</onright>
<ondown>51</ondown> <ondown>51</ondown>
<onup>51</onup> <onup>51</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="12-col" height="84"> <itemlayout width="12-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label"> <control type="label">
<visible>ListItem.AddonLifecycleDesc</visible> <posx>24</posx>
<posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>11-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>ListItem.Property(Addon.HasUpdate)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>10-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -237,60 +148,20 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="14-col" height="84"> <focusedlayout width="12-col" height="84">
<control type="group">
<include>spinFocusIcon</include>
<control type="image">
<animation type="focus">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>1-col</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<visible>ListItem.AddonLifecycleDesc</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>ListItem.Property(Addon.HasUpdate)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
<shadowcolor></shadowcolor>
</control>
</control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-textbox</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col-gutter</width> <width>11-col</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -307,10 +178,10 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>1420</posx> <posx>496</posx>
<posy>row-11-begin</posy> <posy>row-11-begin</posy>
<height>10-row</height> <height>10-row</height>
<onleft>50</onleft> <onright>50</onright>
<onback>50</onback> <onback>50</onback>
</control> </control>
</control> </control>

View File

@ -62,6 +62,24 @@
<invalidcolor>textDisabled</invalidcolor> <invalidcolor>textDisabled</invalidcolor>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
</default> </default>
<!--
<default type="button">
<posx>0</posx>
<posy>0</posy>
<align>center</align>
<aligny>center</aligny>
<height>2-row</height>
<width>4-col</width>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<texturenofocus colordiffuse="77000000">UIControls/button.png</texturenofocus>
<disabledcolor>textDisabled</disabledcolor>
<invalidcolor>textDisabled</invalidcolor>
<pulseonselect>false</pulseonselect>
</default>
-->
<default type="togglebutton"> <default type="togglebutton">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -81,7 +99,29 @@
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</default>
<!--
<default type="togglebutton">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<label></label>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<texturenofocus colordiffuse="77000000">UIControls/button.png</texturenofocus>
<alttexturefocus colordiffuse="ffffffff">UIControls/button.png</alttexturefocus>
<alttexturenofocus colordiffuse="77000000">UIControls/button.png</alttexturenofocus>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor>
<pulseonselect>false</pulseonselect>
<colordiffuse>ffFFFFFF</colordiffuse>
</default> </default>
-->
<default type="radiobutton"> <default type="radiobutton">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -106,7 +146,34 @@
<textureradionofocus></textureradionofocus> <textureradionofocus></textureradionofocus>
<radiowidth/> <radiowidth/>
<radioheight/> <radioheight/>
</default>
<!--
<default type="radiobutton">
<posx>0</posx>
<posy>0</posy>
<width></width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<textoffsety>0</textoffsety>
<font>thumbTitle</font>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor>
<radioposx>0</radioposx>
<radioposy>0</radioposy>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<texturenofocus colordiffuse="77000000">UIControls/button.png</texturenofocus>
<pulseonselect>false</pulseonselect>
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
<radiowidth/>
<radioheight/>
</default> </default>
-->
<default type="spincontrolex"> <default type="spincontrolex">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -153,6 +220,55 @@
<texturedownfocus>UIControls/arrow-down-fo.png</texturedownfocus> <texturedownfocus>UIControls/arrow-down-fo.png</texturedownfocus>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
</default> </default>
<!--
<default type="spincontrolex">
<posx>0</posx>
<posy>0</posy>
<width></width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<font>thumbTitle</font>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor>
<spinwidth>30</spinwidth>
<spinheight>30</spinheight>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<textureup>UIControls/arrow-up-nf.png</textureup>
<texturedown>UIControls/arrow-down-nf.png</texturedown>
<textureupfocus>UIControls/arrow-up-fo.png</textureupfocus>
<texturedownfocus>UIControls/arrow-down-fo.png</texturedownfocus>
<pulseonselect>false</pulseonselect>
</default>
<default type="spincontrol">
<posx>0</posx>
<posy>0</posy>
<width></width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<font>thumbTitle</font>
<label></label>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor>
<spinwidth>36</spinwidth>
<spinheight>36</spinheight>
<texturefocus>colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<textureup>UIControls/arrow-up-nf.png</textureup>
<texturedown>UIControls/arrow-down-nf.png</texturedown>
<textureupfocus>UIControls/arrow-up-fo.png</textureupfocus>
<texturedownfocus>UIControls/arrow-down-fo.png</texturedownfocus>
<pulseonselect>false</pulseonselect>
</default>
-->
<!--used in audio settings etc--> <!--used in audio settings etc-->
<default type="sliderex"> <default type="sliderex">
<posx>0</posx> <posx>0</posx>
@ -168,6 +284,29 @@
<disabledcolor>textDisabled</disabledcolor> <disabledcolor>textDisabled</disabledcolor>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<sliderwidth>-24</sliderwidth>
<sliderheight></sliderheight>
<texturesliderbar></texturesliderbar>
<textureslidernib></textureslidernib>
<textureslidernibfocus></textureslidernibfocus>
<pulseonselect>false</pulseonselect>
</default>
<!--
<default type="sliderex">
<posx>0</posx>
<posy>0</posy>
<width></width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textoffsetx>24</textoffsetx>
<textoffsety>0</textoffsety>
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<disabledcolor>textDisabled</disabledcolor>
<texturenofocus></texturenofocus>
<texturefocus>colors/white.png</texturefocus>
<sliderwidth>0</sliderwidth> <sliderwidth>0</sliderwidth>
<sliderheight>0</sliderheight> <sliderheight>0</sliderheight>
<texturesliderbar></texturesliderbar> <texturesliderbar></texturesliderbar>
@ -175,6 +314,7 @@
<textureslidernibfocus></textureslidernibfocus> <textureslidernibfocus></textureslidernibfocus>
<pulseonselect>false</pulseonselect> <pulseonselect>false</pulseonselect>
</default> </default>
-->
<default type="progress"> <default type="progress">
<height>12</height> <height>12</height>
<texturebg border="0"></texturebg> <texturebg border="0"></texturebg>

View File

@ -3,8 +3,6 @@
<defaultcontrol always="true">8000</defaultcontrol> <defaultcontrol always="true">8000</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--About this addon--> <!--About this addon-->
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
@ -17,7 +15,7 @@
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1320</width>
<height>22-row</height> <height>22-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -26,7 +24,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -125,177 +123,57 @@
<posx>882</posx> <posx>882</posx>
<posy>4-row</posy> <posy>4-row</posy>
<height>7-row</height> <height>7-row</height>
<onleft>8000</onleft> <onleft>6</onleft>
</control> </control>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="group"> <control type="grouplist" id="8000">
<visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible> <visible>!Window.IsVisible(AddonSettings) + !Window.IsActive(TextViewer)</visible>
<posx>0</posx> <posx>0</posx>
<posy>10-row</posy> <posy>366</posy>
<control type="list" id="8000"> <width>6-col</width>
<posx>0</posx> <height>11-row</height>
<posy>12</posy> <orientation>vertical</orientation>
<control type="button" id="6">
<description>Install / Uninstall addon</description>
<label>24022</label>
<width>6-col</width> <width>6-col</width>
<height>11-row</height> </control>
<itemgap>3</itemgap> <control type="button" id="7">
<orientation>vertical</orientation> <description>Disable Addon button</description>
<onup>50</onup> <width>6-col</width>
<onright>61</onright> </control>
<itemlayout width="6-col" height="2-row"> <control type="button" id="8">
<control type="label"> <description>Update Addon button</description>
<posx>0</posx> <width>6-col</width>
<posy>0</posy> <label>24069</label>
<width>1-col</width> </control>
<height>2-row</height> <control type="button" id="9">
<align>center</align> <description>Addon Settings</description>
<aligny>center</aligny> <width>6-col</width>
<font>symbolLarge</font> <label>24020</label>
<textcolor>textActive</textcolor> </control>
<label>$INFO[ListItem.label2]</label> <control type="button" id="10">
</control> <description>Addon Dependencies</description>
<control type="label"> <width>6-col</width>
<posx>1-col-indent</posx> <label>Addon Dependencies</label>
<posy>-1</posy> </control>
<width>5-col-gutter</width> <control type="button" id="12">
<height>2-row</height> <description>Launch addon</description>
<aligny>center</aligny> <width>6-col</width>
<font>buttonTitle</font> </control>
<textcolor>textActive</textcolor> <control type="radiobutton" id="13">
<label>$INFO[ListItem.label]</label> <width>6-col</width>
</control> </control>
</itemlayout> <control type="button" id="14">
<focusedlayout width="6-col" height="2-row"> <description>Version</description>
<control type="image"> <width>6-col</width>
<animation type="focus"> <label>24069</label>
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<visible>Control.IsEnabled(13)</visible>
<label>31117</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(146,13)</onclick>
</item>
<item id="2">
<label>$INFO[Control.GetLabel(6)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,6)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(9)</visible>
<label>$INFO[Control.GetLabel(9)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,9)</onclick>
</item>
<item id="4">
<visible>Control.IsEnabled(8)</visible>
<label>$INFO[Control.GetLabel(8)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,8)</onclick>
</item>
<item id="5">
<visible>Control.IsEnabled(10)</visible>
<label>$LOCALIZE[39024]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,10)</onclick>
</item>
<item id="6">
<visible>String.IsEqual(Control.GetLabel(7),enable)</visible>
<label>$LOCALIZE[31218]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,7)</onclick>
</item>
<item id="7">
<visible>String.IsEqual(Control.GetLabel(7),disable)</visible>
<label>$LOCALIZE[31104]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(146,7)</onclick>
</item>
</content>
</control> </control>
</control> </control>
</control> </control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="6">
<description>Install / Uninstall addon</description>
<label>24022</label>
</control>
<control type="button" id="7">
<description>Disable Addon button</description>
</control>
<control type="button" id="8">
<description>Update Addon button</description>
<label>24069</label>
</control>
<control type="button" id="9">
<description>Addon Settings</description>
<label>24020</label>
</control>
<control type="button" id="10">
<description>Addon Dependencies</description>
</control>
<control type="button" id="12">
<description>Launch addon</description>
</control>
<control type="radiobutton" id="13">
<description>Launch addon</description>
</control>
<control type="button" id="14">
<description>Version</description>
<label>24069</label>
</control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -3,8 +3,6 @@
<defaultcontrol always="true">9</defaultcontrol> <defaultcontrol always="true">9</defaultcontrol>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--configuration options--> <!--configuration options-->
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
@ -16,8 +14,8 @@
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1320</width>
<height>23-row</height> <height>22-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -26,24 +24,25 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<!--title-->
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>17-col</width> <width>18-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
<label>$INFO[ListItem.AddonName] $LOCALIZE[5]</label> <label>$INFO[ListItem.AddonName] $LOCALIZE[5]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control> </control>
<!--subnav--> <!--subnav-->
<control type="grouplist" id="3"> <control type="grouplist" id="3">
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>276</width> <width>276</width>
<height>20-row</height> <height>20-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
@ -51,112 +50,33 @@
<orientation>vertical</orientation> <orientation>vertical</orientation>
</control> </control>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<posx>4-col</posx> <posx>280</posx>
<posy>84</posy> <posy>76</posy>
<width>708</width> <width>708</width>
<height>20-row</height> <height>19-row</height>
<onleft>3</onleft> <onleft>3</onleft>
<onright>9001</onright> <onright>9001</onright>
<orientation>vertical</orientation> <orientation>vertical</orientation>
</control> </control>
<!--OK / Cancel-->
<control type="panel" id="9001"> <!--ok, cancel etc buttons-->
<control type="grouplist" id="9001">
<posx>14-col</posx> <posx>14-col</posx>
<posy>84</posy> <posy>76</posy>
<width>4-col</width>
<height>20-row</height>
<orientation>vertical</orientation>
<onleft>5</onleft> <onleft>5</onleft>
<itemlayout width="6-col" height="2-row"> <control type="button" id="28">
<control type="label"> <description>OK Button</description>
<posx>0</posx> <font>buttonTitle</font>
<posy>0</posy> </control>
<width>1-col</width> <control type="button" id="29">
<height>2-row</height> <description>Cancel Button</description>
<align>center</align> </control>
<aligny>center</aligny> <control type="button" id="30">
<font>symbolLarge</font> <description>Defaults Button</description>
<textcolor>textActive</textcolor> </control>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(28)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(29)</onclick>
</item>
<item id="3">
<description>Defaults Button</description>
<label>409</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(30)</onclick>
</item>
</content>
</control> </control>
<!--defaults-->
<control type="togglebutton" id="10"> <control type="togglebutton" id="10">
<description>Default Category Button</description> <description>Default Category Button</description>
<width>287</width> <width>287</width>
@ -172,8 +92,10 @@
</control> </control>
<control type="spincontrolex" id="9"> <control type="spincontrolex" id="9">
<description>Default spincontrolex</description> <description>Default spincontrolex</description>
<texturenofocus></texturenofocus>
</control> </control>
<control type="image" id="11"> <control type="image" id="11">
<visible>false</visible>
<description>Default Separator</description> <description>Default Separator</description>
<width>1</width> <width>1</width>
<height>1</height> <height>1</height>
@ -185,6 +107,7 @@
<description>Default Edit</description> <description>Default Edit</description>
<font>buttonTitle</font> <font>buttonTitle</font>
<textoffsetx>24</textoffsetx> <textoffsetx>24</textoffsetx>
<texturenofocus></texturenofocus>
</control> </control>
<control type="sliderex" id="13"> <control type="sliderex" id="13">
<description>Default Slider</description> <description>Default Slider</description>
@ -196,19 +119,6 @@
<font>settingsCategoryTitle</font> <font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
</control> </control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="28">
<description>OK Button</description>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
</control>
<control type="button" id="30">
<description>Defaults Button</description>
</control>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -6,7 +6,7 @@
<posy>0</posy> <posy>0</posy>
<include>DialogID</include> <include>DialogID</include>
<label>DialogBusy.xml</label> <label>DialogBusy.xml</label>
</control> </control>
<include>loadingIndicator</include> <include>loadingIndicator</include>
<include>DebugGrid</include> <include>DebugGrid</include>
</controls> </controls>

View File

@ -18,7 +18,7 @@
<itemgap>0</itemgap> <itemgap>0</itemgap>
<itemlayout width="6-col" height="2-row"> <itemlayout width="6-col" height="2-row">
<control type="label"> <control type="label">
<posx>12</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -34,13 +34,12 @@
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>6-col</width>
<height>2-row</height> <height>2-row</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="24" colordiffuse="highlight">masks/menuTitle.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>2-row</height> <height>2-row</height>

View File

@ -13,8 +13,9 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>-72</posy> <posy>-72</posy>
<width>8-col-gutter</width> <width>8-col</width>
<height>2-row</height> <height>2-row</height>
<align>center</align>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<font>mediumStrong</font> <font>mediumStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -25,140 +26,63 @@
<description>heading</description> <description>heading</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>8-col-gutter</width> <width>8-col</width>
<align>center</align>
<height>2-row</height> <height>2-row</height>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
<font>confirmTitle</font> <font>confirmTitle</font>
<textcolor>highlight</textcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="textbox" id="9"> <control type="textbox" id="9">
<posx>0</posx> <posx>0</posx>
<posy>80</posy> <posy>80</posy>
<width>8-col-gutter</width> <width>8-col</width>
<align>center</align>
<height>124</height> <height>124</height>
<font>textbox</font> <font>textbox</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<wrapmultiline>false</wrapmultiline>
<autoscroll delay="3000" time="2000" repeat="5000"/> <autoscroll delay="3000" time="2000" repeat="5000"/>
</control> </control>
<!--options--> <!--options-->
<control type="panel" id="9000"> <control type="grouplist" id="9000">
<posx>0</posx> <posx>0</posx>
<posy>228</posy> <posy>228</posy>
<width>8-col</width> <width>8-col</width>
<height>6-row</height> <height>8-row</height>
<itemgap>0</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemlayout width="8-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
<animation type="conditional" condition="true">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<visible>control.isvisible(10)</visible>
<description>No</description>
<label>$INFO[control.getlabel(10)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(10)</onclick>
</item>
<item id="2">
<visible>control.isvisible(11)</visible>
<description>Yes / OK</description>
<label>$INFO[control.getlabel(11)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(11)</onclick>
</item>
<item id="3">
<visible>control.isvisible(12)</visible>
<visible>Control.IsVisible(12)</visible>
<description>Custom Button</description>
<label>$INFO[control.getlabel(12)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(12)</onclick>
</item>
</content>
</control>
<!--buttons (hidden from view)-->
<control type="group">
<visible>false</visible>
<!--selection buttons-->
<control type="button" id="10"> <control type="button" id="10">
<description>No</description> <description>No</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control> </control>
<control type="button" id="11"> <control type="button" id="11">
<description>Yes</description> <description>Yes</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control> </control>
<control type="button" id="12"> <control type="button" id="12">
<description>Custom</description> <description>Custom</description>
<align>center</align>
<textoffsetx>0</textoffsetx>
<width>8-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control> </control>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -1,57 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<onload condition="!integer.IsGreater(Container(996).NumItems,0)">control.setfocus(9004)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="label">
<visible>integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>552</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[listitem.title]</label>
</control>
<control type="label">
<visible>!integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>552</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>[COLOR highlight]$LOCALIZE[31179][/COLOR] $INFO[container(996).content]</label>
</control>
<control type="grouplist" id="996"> <control type="grouplist" id="996">
<posx>col-7-begin</posx> <posx>col-9-begin</posx>
<posy>8-row</posy> <posy>6-row</posy>
<width>8-col</width>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<onright>9004</onright> <onright>9004</onright>
<height>16-row</height> <height>18-row</height>
</control> </control>
<control type="group"> <control type="group">
<control type="grouplist" id="9004">
<visible>!integer.IsGreater(Container(996).NumItems,0)</visible>
<posx>col-7-begin</posx>
<posy>8-row</posy>
<itemgap>0</itemgap>
<width>12-col</width>
<height>16-row</height>
<itemgap>0</itemgap>
<onleft>996</onleft>
<include condition="Window.isactive(Videos) | window.isactive(videoplaylist) | window.isactive(tvchannels) | window.isactive(tvguide) | window.isactive(TVRecordings) | window.isactive(tvtimers)">videoSideMenu</include>
<include condition="Window.isactive(Music) | window.isactive(musicplaylist) | window.isactive(radiochannels)">musicSideMenu</include>
<include condition="window.isactive(pictures)">picturesSideMenu</include>
<include condition="window.isactive(addonbrowser)">addonsSideMenu</include>
<include condition="window.isactive(games)">gameSideMenu</include>
</control>
<control type="button" id="1000"> <control type="button" id="1000">
<description>Buttons</description> <description>Buttons</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<align>left</align>
<textoffsetx>24</textoffsetx>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,119 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">450</defaultcontrol>
<include>fadeInOut</include>
<controls>
<!--background-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ddffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgrounds/vignette.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-2-begin</posy>
<control type="label" id="1">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[1036]</label>
</control>
<control type="label">
<visible>!Integer.IsGreater(Container(450).NumItems,0)</visible>
<posx>0</posx>
<posy>45</posy>
<width>8-col</width>
<label>31096</label>
<font>regular</font>
<textcolor>textActive</textcolor>
</control>
<control type="panel" id="450">
<posx>0</posx>
<posy>2-row</posy>
<width>24-col</width>
<height>23-row</height>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>23-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogFavourites.xml</label>
</control>
</controls>
</window>

View File

@ -12,9 +12,10 @@
<control type="image"> <control type="image">
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1324</width>
<height>20-row</height> <height>20-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<border></border>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -23,7 +24,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -41,7 +42,7 @@
<control type="grouplist" id="3"> <control type="grouplist" id="3">
<description>Controller types grouplist</description> <description>Controller types grouplist</description>
<posx>0</posx> <posx>0</posx>
<posy>86</posy> <posy>76</posy>
<width>4-col</width> <width>4-col</width>
<height>18-row</height> <height>18-row</height>
<onright>9001</onright> <onright>9001</onright>
@ -55,27 +56,16 @@
<!--dialog buttons--> <!--dialog buttons-->
<control type="panel" id="9001"> <control type="panel" id="9001">
<posx>14-col</posx> <posx>14-col</posx>
<posy>86</posy> <posy>76</posy>
<width>4-col</width> <width>4-col</width>
<height>10-row</height> <height>10-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft>3</onleft> <onleft>3</onleft>
<itemlayout width="6-col" height="2-row"> <itemlayout width="6-col" height="2-row">
<control type="label"> <control type="label">
<posx>0</posx> <posx>12</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy> <posy>-1</posy>
<width>3-col-gutter</width> <width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -87,37 +77,15 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>12</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy> <posy>-1</posy>
<width>5-col-gutter</width> <width>4-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
@ -148,13 +116,6 @@
<thumb></thumb> <thumb></thumb>
<onclick>SendClick(10820,20)</onclick> <onclick>SendClick(10820,20)</onclick>
</item> </item>
<item id="4">
<description>Help Button</description>
<label>$LOCALIZE[10043]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(10820,17)</onclick>
</item>
</content> </content>
</control> </control>
</control> </control>

View File

@ -88,8 +88,8 @@
<onright>500</onright> <onright>500</onright>
<onup>312</onup> <onup>312</onup>
<ondown>302</ondown> <ondown>302</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -106,8 +106,8 @@
<onright>100</onright> <onright>100</onright>
<onup>312</onup> <onup>312</onup>
<ondown>302</ondown> <ondown>302</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -123,8 +123,8 @@
<onright>101</onright> <onright>101</onright>
<onup>312</onup> <onup>312</onup>
<ondown>120</ondown> <ondown>120</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -138,8 +138,8 @@
<onright>102</onright> <onright>102</onright>
<onup>312</onup> <onup>312</onup>
<ondown>121</ondown> <ondown>121</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -153,8 +153,8 @@
<onright>103</onright> <onright>103</onright>
<onup>312</onup> <onup>312</onup>
<ondown>122</ondown> <ondown>122</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -168,8 +168,8 @@
<onright>104</onright> <onright>104</onright>
<onup>312</onup> <onup>312</onup>
<ondown>123</ondown> <ondown>123</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -183,8 +183,8 @@
<onright>105</onright> <onright>105</onright>
<onup>312</onup> <onup>312</onup>
<ondown>124</ondown> <ondown>124</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -198,8 +198,8 @@
<onright>106</onright> <onright>106</onright>
<onup>312</onup> <onup>312</onup>
<ondown>125</ondown> <ondown>125</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -213,8 +213,8 @@
<onright>107</onright> <onright>107</onright>
<onup>312</onup> <onup>312</onup>
<ondown>126</ondown> <ondown>126</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -228,8 +228,8 @@
<onright>108</onright> <onright>108</onright>
<onup>312</onup> <onup>312</onup>
<ondown>127</ondown> <ondown>127</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -243,8 +243,8 @@
<onright>109</onright> <onright>109</onright>
<onup>312</onup> <onup>312</onup>
<ondown>128</ondown> <ondown>128</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -258,8 +258,8 @@
<onright>110</onright> <onright>110</onright>
<onup>312</onup> <onup>312</onup>
<ondown>129</ondown> <ondown>129</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -273,8 +273,8 @@
<onright>111</onright> <onright>111</onright>
<onup>312</onup> <onup>312</onup>
<ondown>130</ondown> <ondown>130</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -288,8 +288,8 @@
<onright>300</onright> <onright>300</onright>
<onup>312</onup> <onup>312</onup>
<ondown>131</ondown> <ondown>131</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -309,8 +309,8 @@
<onright>120</onright> <onright>120</onright>
<onup>300</onup> <onup>300</onup>
<ondown>303</ondown> <ondown>303</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<textureradioonfocus></textureradioonfocus> <textureradioonfocus></textureradioonfocus>
<textureradioonnofocus></textureradioonnofocus> <textureradioonnofocus></textureradioonnofocus>
<textureradioofffocus></textureradioofffocus> <textureradioofffocus></textureradioofffocus>
@ -333,8 +333,8 @@
<onright>121</onright> <onright>121</onright>
<onup>100</onup> <onup>100</onup>
<ondown>140</ondown> <ondown>140</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -349,8 +349,8 @@
<onright>122</onright> <onright>122</onright>
<onup>101</onup> <onup>101</onup>
<ondown>141</ondown> <ondown>141</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -365,8 +365,8 @@
<onright>123</onright> <onright>123</onright>
<onup>102</onup> <onup>102</onup>
<ondown>142</ondown> <ondown>142</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -381,8 +381,8 @@
<onright>124</onright> <onright>124</onright>
<onup>103</onup> <onup>103</onup>
<ondown>143</ondown> <ondown>143</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -397,8 +397,8 @@
<onright>125</onright> <onright>125</onright>
<onup>104</onup> <onup>104</onup>
<ondown>144</ondown> <ondown>144</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -413,8 +413,8 @@
<onright>126</onright> <onright>126</onright>
<onup>105</onup> <onup>105</onup>
<ondown>145</ondown> <ondown>145</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -429,8 +429,8 @@
<onright>127</onright> <onright>127</onright>
<onup>106</onup> <onup>106</onup>
<ondown>146</ondown> <ondown>146</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -445,8 +445,8 @@
<onright>128</onright> <onright>128</onright>
<onup>107</onup> <onup>107</onup>
<ondown>147</ondown> <ondown>147</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -461,8 +461,8 @@
<onright>129</onright> <onright>129</onright>
<onup>108</onup> <onup>108</onup>
<ondown>148</ondown> <ondown>148</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -477,8 +477,8 @@
<onright>130</onright> <onright>130</onright>
<onup>109</onup> <onup>109</onup>
<ondown>149</ondown> <ondown>149</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -493,8 +493,8 @@
<onright>131</onright> <onright>131</onright>
<onup>110</onup> <onup>110</onup>
<ondown>150</ondown> <ondown>150</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -509,8 +509,8 @@
<onright>302</onright> <onright>302</onright>
<onup>111</onup> <onup>111</onup>
<ondown>151</ondown> <ondown>151</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -531,8 +531,8 @@
<onright>140</onright> <onright>140</onright>
<onup>302</onup> <onup>302</onup>
<ondown>304</ondown> <ondown>304</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<textureradioonfocus></textureradioonfocus> <textureradioonfocus></textureradioonfocus>
<textureradioonnofocus></textureradioonnofocus> <textureradioonnofocus></textureradioonnofocus>
<textureradioofffocus></textureradioofffocus> <textureradioofffocus></textureradioofffocus>
@ -556,8 +556,8 @@
<onright>141</onright> <onright>141</onright>
<onup>120</onup> <onup>120</onup>
<ondown>160</ondown> <ondown>160</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -572,8 +572,8 @@
<onright>142</onright> <onright>142</onright>
<onup>121</onup> <onup>121</onup>
<ondown>161</ondown> <ondown>161</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -588,8 +588,8 @@
<onright>143</onright> <onright>143</onright>
<onup>122</onup> <onup>122</onup>
<ondown>162</ondown> <ondown>162</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -604,8 +604,8 @@
<onright>144</onright> <onright>144</onright>
<onup>123</onup> <onup>123</onup>
<ondown>163</ondown> <ondown>163</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -620,8 +620,8 @@
<onright>145</onright> <onright>145</onright>
<onup>124</onup> <onup>124</onup>
<ondown>164</ondown> <ondown>164</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -636,8 +636,8 @@
<onright>146</onright> <onright>146</onright>
<onup>125</onup> <onup>125</onup>
<ondown>165</ondown> <ondown>165</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -652,8 +652,8 @@
<onright>147</onright> <onright>147</onright>
<onup>126</onup> <onup>126</onup>
<ondown>166</ondown> <ondown>166</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -668,8 +668,8 @@
<onright>148</onright> <onright>148</onright>
<onup>127</onup> <onup>127</onup>
<ondown>167</ondown> <ondown>167</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -684,8 +684,8 @@
<onright>149</onright> <onright>149</onright>
<onup>128</onup> <onup>128</onup>
<ondown>168</ondown> <ondown>168</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -700,8 +700,8 @@
<onright>150</onright> <onright>150</onright>
<onup>129</onup> <onup>129</onup>
<ondown>169</ondown> <ondown>169</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -716,8 +716,8 @@
<onright>151</onright> <onright>151</onright>
<onup>130</onup> <onup>130</onup>
<ondown>170</ondown> <ondown>170</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -732,8 +732,8 @@
<onright>303</onright> <onright>303</onright>
<onup>131</onup> <onup>131</onup>
<ondown>171</ondown> <ondown>171</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -754,8 +754,8 @@
<onright>307</onright> <onright>307</onright>
<onup>303</onup> <onup>303</onup>
<ondown>309</ondown> <ondown>309</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<textureradioonfocus></textureradioonfocus> <textureradioonfocus></textureradioonfocus>
<textureradioonnofocus></textureradioonnofocus> <textureradioonnofocus></textureradioonnofocus>
<textureradioofffocus></textureradioofffocus> <textureradioofffocus></textureradioofffocus>
@ -776,8 +776,8 @@
<posy>0</posy> <posy>0</posy>
<width>2-col</width> <width>2-col</width>
<height>1-col</height> <height>1-col</height>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<label>31093</label> <label>31093</label>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<onleft>304</onleft> <onleft>304</onleft>
@ -798,8 +798,8 @@
<onright>161</onright> <onright>161</onright>
<onup>140</onup> <onup>140</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -814,8 +814,8 @@
<onright>162</onright> <onright>162</onright>
<onup>141</onup> <onup>141</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -830,8 +830,8 @@
<onright>163</onright> <onright>163</onright>
<onup>142</onup> <onup>142</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -846,8 +846,8 @@
<onright>164</onright> <onright>164</onright>
<onup>143</onup> <onup>143</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -862,8 +862,8 @@
<onright>165</onright> <onright>165</onright>
<onup>144</onup> <onup>144</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -878,8 +878,8 @@
<onright>166</onright> <onright>166</onright>
<onup>145</onup> <onup>145</onup>
<ondown>32</ondown> <ondown>32</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -894,8 +894,8 @@
<onright>167</onright> <onright>167</onright>
<onup>146</onup> <onup>146</onup>
<ondown>305</ondown> <ondown>305</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -910,8 +910,8 @@
<onright>168</onright> <onright>168</onright>
<onup>147</onup> <onup>147</onup>
<ondown>306</ondown> <ondown>306</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -926,8 +926,8 @@
<onright>169</onright> <onright>169</onright>
<onup>148</onup> <onup>148</onup>
<ondown>8</ondown> <ondown>8</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -942,8 +942,8 @@
<onright>170</onright> <onright>170</onright>
<onup>149</onup> <onup>149</onup>
<ondown>8</ondown> <ondown>8</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -958,8 +958,8 @@
<onright>171</onright> <onright>171</onright>
<onup>150</onup> <onup>150</onup>
<ondown>8</ondown> <ondown>8</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -974,8 +974,8 @@
<onright>304</onright> <onright>304</onright>
<onup>151</onup> <onup>151</onup>
<ondown>111</ondown> <ondown>111</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -996,8 +996,8 @@
<onright>32</onright> <onright>32</onright>
<onup>304</onup> <onup>304</onup>
<ondown>312</ondown> <ondown>312</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<align>center</align> <align>center</align>
@ -1010,8 +1010,8 @@
<width>462</width> <width>462</width>
<height>1-col</height> <height>1-col</height>
<label>20182</label> <label>20182</label>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -1033,8 +1033,8 @@
<onright>309</onright> <onright>309</onright>
<onup>171</onup> <onup>171</onup>
<ondown>312</ondown> <ondown>312</ondown>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus border="24" colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus border="24" colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -1048,8 +1048,8 @@
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<label>&lt;</label> <label>&lt;</label>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -1066,8 +1066,8 @@
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<label>&gt;</label> <label>&gt;</label>
<texturenofocus colordiffuse="keyboardInactive">colors/white.png</texturenofocus> <texturenofocus colordiffuse="keyboardInactive">masks/square.png</texturenofocus>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx> <textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>

View File

@ -4,8 +4,6 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<control type="group" id="9001"> <control type="group" id="9001">
<posx>col-7-begin</posx> <posx>col-7-begin</posx>
<posy>row-7-begin</posy> <posy>row-7-begin</posy>

View File

@ -110,187 +110,101 @@
<!--synopsis--> <!--synopsis-->
<control type="textbox"> <control type="textbox">
<posx>24</posx> <posx>24</posx>
<posy>row-6-begin</posy> <posy>row-9-begin</posy>
<font>textbox</font> <font>textbox</font>
<width>660</width> <width>8-col</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>390</height> <height>612</height>
<label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label> <label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label>
<autoscroll>false</autoscroll> <autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol> <pagecontrol>61</pagecontrol>
</control> </control>
<control type="scrollbar" id="61"> <control type="scrollbar" id="61">
<posx>12r</posx> <posx>12r</posx>
<posy>246</posy> <posy>446</posy>
<height>10-row</height> <height>10-row</height>
<ondown>8000</ondown> <ondown>6</ondown>
<onleft>6</onleft>
</control> </control>
<!--meta--> <!--meta-->
<control type="panel"> <control type="panel">
<posx>12</posx> <posx>12</posx>
<posy>18-row</posy> <posy>row-6-begin</posy>
<width>10-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<enable>false</enable> <enable>false</enable>
<itemlayout width="5-col" height="78"> <itemlayout width="5-col-gutter" height="76">
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label> <label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>30</posy> <posy>30</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label> <label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="5-col" height="78"> <focusedlayout/>
</focusedlayout>
<content> <content>
<item> <item>
<label>$LOCALIZE[21894]</label> <label>$LOCALIZE[21894]</label>
<label2>$INFO[ListItem.Property(Artist_Formed)]</label2> <label2 fallback="31253">$INFO[ListItem.Property(Artist_Formed)]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[515]</label> <label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.Property(Artist_Genre)]</label2> <label2 fallback="31253">$INFO[ListItem.Property(Artist_Genre)]</label2>
<thumb></thumb>
</item>
<item>
<label>$LOCALIZE[21898]</label>
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<thumb></thumb>
</item>
<item>
<label>$LOCALIZE[180]</label>
<label2>$INFO[ListItem.Property(Artist_Style)]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
</content> </content>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="panel" id="8000"> <control type="group" id="8000">
<posx>12</posx> <posx>12</posx>
<posy>row-25-begin</posy> <posy>row-25-begin</posy>
<width>10-col</width> <width>10-col</width>
<height>4-row</height> <height>6-row</height>
<onup>61</onup> <control type="button" id="6">
<orientation>vertical</orientation> <description>Refresh button</description>
<itemlayout width="5-col" height="2-row"> <visible>false</visible>
<control type="image"> <font>thumbTitle</font>
<posx>0</posx> <align>center</align>
<posy>0</posy> <textoffsetx>0</textoffsetx>
<width>1-col-textbox</width> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<height>2-row</height> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<aspectratio>stretch</aspectratio> <focusedcolor>textActive</focusedcolor>
<texture>colors/black.png</texture> <label>184</label>
<colordiffuse>textboxInactive</colordiffuse> <onright>10</onright>
</control> <onup>61</onup>
<control type="label"> </control>
<posx>0</posx> <control type="button" id="10">
<posy>0</posy> <description>Get Thumb</description>
<width>1-col</width> <visible>false</visible>
<height>2-row</height> <posx>4-col</posx>
<align>center</align> <font>thumbTitle</font>
<aligny>center</aligny> <align>center</align>
<font>symbolLarge</font> <textoffsetx>0</textoffsetx>
<textcolor>textActive</textcolor> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<label>$INFO[ListItem.label2]</label> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<shadowcolor></shadowcolor> <focusedcolor>textActive</focusedcolor>
</control> <label>13405</label>
<control type="label"> <onleft>6</onleft>
<posx>1-col-indent</posx> <onup>61</onup>
<posy>0</posy> </control>
<width>4-col-gutter</width> </control>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>184</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(6)</onclick>
</item>
<item>
<label>13405</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(10)</onclick>
</item>
<item>
<label>20413</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(12)</onclick>
</item>
<item>
<label>31169</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(7)</onclick>
</item>
</content>
</control>
</control> </control>
<!--content is album--> <!--content is album-->
<control type="group"> <control type="group">
<visible>container.content(albums) + !container.content(artists)</visible> <visible>container.content(albums) + !container.content(artists)</visible>
@ -345,187 +259,107 @@
<!--synopsis--> <!--synopsis-->
<control type="textbox"> <control type="textbox">
<posx>0</posx> <posx>0</posx>
<posy>row-5-begin</posy> <posy>10-row</posy>
<font>textbox</font> <font>textbox</font>
<width>660</width> <width>8-col</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>390</height> <height>482</height>
<label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label> <label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll>false</autoscroll> <autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol> <pagecontrol>61</pagecontrol>
</control> </control>
<control type="scrollbar" id="61"> <control type="scrollbar" id="61">
<posx>12r</posx> <posx>12r</posx>
<posy>216</posy> <posy>row-10-begin</posy>
<height>10-row</height> <height>10-row</height>
<ondown>8000</ondown> <ondown>8000</ondown>
<onleft>8000</onleft>
</control> </control>
<!--meta--> <!--meta-->
<control type="panel"> <control type="panel">
<posx>-12</posx> <posx>-12</posx>
<posy>18-row</posy> <posy>row-5-begin</posy>
<width>10-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<enable>false</enable> <enable>false</enable>
<itemlayout width="5-col" height="78"> <itemlayout width="5-col-gutter" height="76">
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label> <label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>30</posy> <posy>30</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label> <label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="5-col" height="78"> <focusedlayout/>
</focusedlayout>
<content> <content>
<item> <item>
<label>$LOCALIZE[31149]</label> <label>$LOCALIZE[31149]</label>
<label2>$INFO[ListItem.Year]</label2> <label2 fallback="31253">$INFO[ListItem.Year]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[21899]</label> <label>$LOCALIZE[21899]</label>
<label2>$INFO[ListItem.Property(Album_Label)]</label2> <label2 fallback="31253">$INFO[ListItem.Property(Album_Label)]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[515]</label> <label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.Genre]</label2> <label2 fallback="31253">$INFO[ListItem.Genre]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[736]</label> <label>$LOCALIZE[736]</label>
<label2>$INFO[ListItem.Property(Album_Style)]</label2> <label2 fallback="31253">$INFO[ListItem.Property(Album_Style)]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
</content> </content>
</control> </control>
</control> </control>
<!--dialog controls--> <control type="grouplist" id="8000">
<control type="panel" id="8000">
<posx>12</posx> <posx>12</posx>
<posy>row-25-begin</posy> <posy>row-26-begin</posy>
<width>10-col</width> <width>10-col</width>
<height>6-row</height> <height>2-row</height>
<onup>61</onup> <orientation>horizontal</orientation>
<orientation>vertical</orientation> <onup>61</onup>
<itemlayout width="5-col" height="2-row">
<control type="image"> <control type="button" id="80000">
<posx>0</posx> <description>Go to artist</description>
<posy>0</posy> <font>thumbTitle</font>
<width>1-col-textbox</width> <align>center</align>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<aspectratio>stretch</aspectratio> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texture>colors/black.png</texture> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<colordiffuse>overlay</colordiffuse> <focusedcolor>textActive</focusedcolor>
</control> <label>View Artist</label>
<control type="label"> <onclick>dialog.close(all,true)</onclick>
<posx>0</posx> <onclick>activatewindow(music,musicdb://artists/$INFO[listitem.DBID]/,return)</onclick>
<posy>0</posy> </control>
<width>1-col</width> <control type="button" id="80001">
<height>2-row</height> <description>Go to album</description>
<align>center</align> <font>thumbTitle</font>
<aligny>center</aligny> <align>center</align>
<font>symbolLarge</font> <textoffsetx>0</textoffsetx>
<textcolor>textActive</textcolor> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<label>$INFO[ListItem.label2]</label> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<shadowcolor></shadowcolor> <focusedcolor>textActive</focusedcolor>
</control> <label>View Album</label>
<control type="label"> <onclick></onclick>
<posx>1-col-indent</posx> </control>
<posy>0</posy> </control>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>184</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(6)</onclick>
</item>
<item>
<label>13405</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(10)</onclick>
</item>
<item>
<label>20413</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(12)</onclick>
</item>
<item>
<label>31169</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(7)</onclick>
</item>
</content>
</control>
</control> </control>
<!--content is a song--> <!--content is a song-->
<control type="group"> <control type="group">
@ -548,229 +382,80 @@
</control> </control>
<!--content--> <!--content-->
<control type="group"> <control type="group">
<posx>col-7-begin</posx> <posx>708</posx>
<posy>row-5-begin</posy> <posy>row-4-begin</posy>
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<!--titles--> <!--cover art-->
<control type="label"> <control type="image">
<description>Song title</description> <posx>0</posx>
<posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col-gutter</width> <width>7-col</width>
<height>3-row</height> <height>7-col</height>
<align>left</align> <aspectratio scalediffuse="false">stretch</aspectratio>
<aligny>center</aligny> <texture diffuse="masks/fullScreenAlbumArt.png" fallback="noAlbumCover.jpg">$INFO[listitem.art(thumb)]</texture>
<font>largeTitle</font> <colordiffuse>ffffffff</colordiffuse>
<textcolor>textActive</textcolor> </control>
<shadowcolor></shadowcolor> <!--titles-->
<label>$INFO[ListItem.title]</label> <control type="group">
<wrapmultiline>true</wrapmultiline> <posy>13-row</posy>
</control> <control type="label">
<!--col 1--> <posx>0</posx>
<control type="label"> <posy>50</posy>
<posx>0</posx> <width>7-col</width>
<posy>4-row</posy> <height>2-row</height>
<width>6-col-gutter</width> <align>center</align>
<align>left</align> <font>menuTitle3</font>
<aligny>center</aligny> <textcolor>textActive</textcolor>
<font>itemTitle</font> <scroll>true</scroll>
<textcolor>textActive</textcolor> <label>$INFO[listitem.Title]</label>
<shadowcolor></shadowcolor> <shadowcolor>99000000</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[557][/COLOR] $INFO[ListItem.artist]</label> <wrapmultiline>true</wrapmultiline>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>112</posy>
<width>6-col-gutter</width> <width>7-col</width>
<align>left</align> <height>3-row</height>
<aligny>center</aligny> <align>center</align>
<font>itemTitle</font> <font>buttonTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <scroll>true</scroll>
<label>[COLOR highlight]$LOCALIZE[562][/COLOR] $INFO[ListItem.year]</label> <label>[B]$INFO[listitem.artist][/B][CR]$INFO[listitem.Album,, ]$INFO[listitem.year,(,)]</label>
</control> <shadowcolor>99000000</shadowcolor>
<control type="label"> </control>
<posx>0</posx> </control>
<posy>6-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>[COLOR highlight]$LOCALIZE[180][/COLOR] $INFO[ListItem.duration]</label>
</control>
<!--col 2-->
<control type="label">
<posx>6-col</posx>
<posy>4-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>[COLOR highlight]$LOCALIZE[558][/COLOR] $INFO[ListItem.album]</label>
</control>
<control type="label">
<posx>6-col</posx>
<posy>5-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>[COLOR highlight]$LOCALIZE[515][/COLOR] $INFO[ListItem.genre]</label>
</control>
<control type="label">
<posx>6-col</posx>
<posy>6-row</posy>
<width>6-col-gutter</width>
<align>left</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>[COLOR highlight]$LOCALIZE[563][/COLOR] $INFO[ListItem.UserRating]</label>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>8-row</posy>
<font>textbox</font>
<width>12-col</width>
<align>left</align>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<height>200</height>
<label>$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
</control>
<!--dialog controls--> <!--dialog controls-->
<control type="list" id="8000"> <control type="grouplist" id="8000">
<posx>0</posx> <posx>-36</posx>
<posy>16-row</posy> <posy>20-row</posy>
<width>12-col</width> <width>10-col</width>
<height>2-row</height> <height>2-row</height>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row"> <control type="button" id="80000">
<control type="image"> <description>Go to artist</description>
<posx>0</posx> <font>thumbTitle</font>
<posy>0</posy> <align>center</align>
<width>4-col</width> <textoffsetx>0</textoffsetx>
<height>2-row</height> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<aspectratio>stretch</aspectratio> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<texture>colors/black.png</texture> <focusedcolor>textActive</focusedcolor>
</control> <label>31254</label>
<control type="label"> <onclick>dialog.close(all,true)</onclick>
<posx>0</posx> <onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick>
<posy>0</posy> </control>
<width>1-col</width> <control type="button" id="80001">
<height>2-row</height> <description>Go to album</description>
<aligny>center</aligny> <font>thumbTitle</font>
<align>center</align> <align>center</align>
<font>symbolLarge</font> <textoffsetx>0</textoffsetx>
<textcolor>textActive</textcolor> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<label>$INFO[ListItem.label2]</label> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<shadowcolor></shadowcolor> <focusedcolor>textActive</focusedcolor>
</control> <label>31255</label>
<control type="label"> <onclick></onclick>
<posx>1-col-indent</posx> </control>
<posy>0</posy> </control>
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>208</label>
<label2></label2>
<thumb></thumb>
<onclick>dialog.close(all,true)</onclick>
<onclick>action(select)</onclick>
</item>
<item id="2">
<label>31169</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,7)</onclick>
</item>
<item id="3">
<label>13511</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--dialog controls-->
<control type="group">
<visible>false</visible>
<control type="button" id="6">
<description>Refresh button</description>
<label>184</label>
</control>
<control type="button" id="7">
<description>Set rating</description>
</control>
<control type="button" id="10">
<description>Get Thumb</description>
<label>13405</label>
</control>
<control type="button" id="12">
<description>Get Fanart</description>
<label>20413</label>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>action(back)</onload>
<controls>
<!--removed: not used-->
</controls>
</window>

View File

@ -15,243 +15,165 @@
</control> </control>
<!--content--> <!--content-->
<control type="group"> <control type="group">
<posx>col-7-begin</posx> <posx>col-7-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<!--titles--> <!--titles-->
<control type="label"> <control type="label">
<description>Episode title</description> <description>Episode title</description>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>-6</posy>
<width>12-col-gutter</width> <width>11-col</width>
<height>3-row</height> <height>3-row</height>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>largeTitle</font> <font>largeTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline> <wrapmultiline>true</wrapmultiline>
</control> </control>
<!--meta--> <!--meta-->
<control type="panel"> <control type="panel">
<posx>0</posx> <posx>0</posx>
<posy>132</posy> <posy>132</posy>
<width>10-col</width> <width>12-col</width>
<height>6-row</height> <height>6-row</height>
<enable>false</enable> <enable>false</enable>
<itemlayout width="5-col" height="78"> <itemlayout width="6-col" height="78">
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>324</width> <width>5-col</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label> <label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>30</posy> <posy>30</posy>
<width>324</width> <width>5-col</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label> <label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="5-col" height="78"> <focusedlayout/>
</focusedlayout> <content>
<content> <item>
<item> <label>$LOCALIZE[19029]</label>
<label>$LOCALIZE[19029]</label> <label2>$INFO[ListItem.channelname]</label2>
<label2>$INFO[ListItem.channelname]</label2> <thumb></thumb>
<thumb></thumb> </item>
</item> <item>
<item> <label>$LOCALIZE[552]</label>
<label>$LOCALIZE[552]</label> <label2>$INFO[ListItem.startdate]</label2>
<label2>$INFO[ListItem.startdate]</label2> <thumb></thumb>
<thumb></thumb> </item>
</item> <item>
<item> <label>$LOCALIZE[515]</label>
<label>$LOCALIZE[515]</label> <label2 fallback="31253">$INFO[ListItem.genre]</label2>
<label2>$INFO[ListItem.genre]</label2> <thumb></thumb>
<thumb></thumb> </item>
</item> <item>
<item> <label>$LOCALIZE[180]</label>
<label>$LOCALIZE[180]</label> <label2>$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min</label2>
<label2>$INFO[ListItem.duration]</label2> <thumb></thumb>
<thumb></thumb> </item>
</item> </content>
</content> </control>
</control> <!--synopsis-->
<!--synopsis--> <control type="textbox">
<control type="textbox"> <posx>0</posx>
<posx>0</posx> <posy>292</posy>
<posy>292</posy> <font>textbox</font>
<font>textbox</font> <width>12-col-gutter</width>
<width>12-col</width> <align>left</align>
<align>left</align> <textcolor>textActive</textcolor>
<textcolor>textActive</textcolor> <shadowcolor></shadowcolor>
<shadowcolor></shadowcolor> <height>232</height>
<height>232</height> <label>$INFO[ListItem.plot]</label>
<label>$INFO[ListItem.plot]</label> <autoscroll>false</autoscroll>
<autoscroll>false</autoscroll> <pagecontrol>61</pagecontrol>
<pagecontrol>61</pagecontrol> </control>
</control> <control type="scrollbar" id="61">
<control type="scrollbar" id="61"> <posx>-36</posx>
<posx>-36</posx> <posy>300</posy>
<posy>300</posy> <height>6-row</height>
<height>6-row</height> <ondown>8000</ondown>
<ondown>8000</ondown> </control>
</control>
<!--dialog controls--> <!--dialog controls-->
<control type="list" id="8000"> <control type="grouplist" id="8000">
<posx>0</posx> <posx>0</posx>
<posy>16-row</posy> <posy>16-row</posy>
<width>12-col</width> <width>16-col</width>
<height>2-row</height> <height>2-row</height>
<onup>61</onup>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row"> <onup>61</onup>
<control type="image"> <control type="button" id="5">
<posx>0</posx> <visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
<posy>0</posy> <description>Switch to Channel</description>
<width>4-col</width> <align>center</align>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<aspectratio>stretch</aspectratio> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texture>colors/black.png</texture> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
</control> <focusedcolor>textActive</focusedcolor>
<control type="label"> <label>208</label>
<posx>0</posx> </control>
<posy>0</posy> <control type="button" id="4">
<width>1-col</width> <visible>false</visible>
<height>2-row</height> <description>Find similar</description>
<aligny>center</aligny> <align>center</align>
<align>center</align> <textoffsetx>0</textoffsetx>
<font>symbolLarge</font> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<textcolor>textActive</textcolor> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<label>$INFO[ListItem.label2]</label> <focusedcolor>textActive</focusedcolor>
<shadowcolor></shadowcolor> <label>19003</label>
</control> </control>
<control type="label"> <control type="button" id="6">
<posx>1-col-indent</posx> <visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
<posy>0</posy> <description>Record</description>
<width>3-col</width> <align>center</align>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<aligny>center</aligny> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<font>buttonTitle</font> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<textcolor>textActive</textcolor> <focusedcolor>textActive</focusedcolor>
<label>$INFO[ListItem.label]</label> </control>
<shadowcolor></shadowcolor> <control type="button" id="8">
</control> <description>Play recording</description>
</itemlayout> <align>center</align>
<focusedlayout width="4-col" height="2-row"> <textoffsetx>0</textoffsetx>
<control type="image"> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<posx>0</posx> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<posy>0</posy> <focusedcolor>textActive</focusedcolor>
<width>1-col-textbox</width> <label>19687</label>
<height>2-row</height> </control>
<aspectratio>stretch</aspectratio> <control type="button" id="11">
<texture>colors/white.png</texture> <visible>false</visible>
<colordiffuse>highlight</colordiffuse> <description>Set Reminder</description>
<include>spinFocusIcon</include> <align>center</align>
</control> <textoffsetx>0</textoffsetx>
<control type="image"> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<posx>1-col</posx> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<posy>0</posy> <focusedcolor>textActive</focusedcolor>
<width>3-col</width> <label>826</label>
<height>2-row</height> </control>
<aspectratio>stretch</aspectratio> <control type="button" id="4110">
<texture>colors/white.png</texture> <visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
</control> <description>TV Guide</description>
<control type="label"> <label>31073</label>
<posx>0</posx> <align>center</align>
<posy>0</posy> <textoffsetx>0</textoffsetx>
<width>1-col</width> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<height>2-row</height> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<aligny>center</aligny> <focusedcolor>textActive</focusedcolor>
<align>center</align> <onclick>dialog.close(all,true)</onclick>
<font>symbolLarge</font> <onclick>ActivateWindow(TVGuide)</onclick>
<textcolor>textActive</textcolor> <onclick>Control.SetFocus(10)</onclick>
<label>$INFO[ListItem.label2]</label> </control>
<shadowcolor></shadowcolor> </control>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<visible>window.isactive(tvchannels) | window.isactive(radiochannels) | window.isactive(tvguide)</visible>
<label>208</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(pvrguideinfo,5)</onclick>
</item>
<item id="2">
<visible>window.isactive(tvrecordings) | window.isactive(radiorecordings)</visible>
<label>208</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(pvrrecordinginfo,8)</onclick>
</item>
<item id="3">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings)</visible>
<label>264</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(pvrguideinfo,6)</onclick>
</item>
<item id="4">
<visible>window.isactive(tvchannels) | window.isactive(radiochannels) | window.isactive(tvguide)</visible>
<label>826</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(pvrguideinfo,11)</onclick>
</item>
<item id="5">
<visible>!window.isactive(tvrecordings) + !window.isactive(radiorecordings) + !window.isactive(tvguide)</visible>
<label>31073</label>
<label2></label2>
<thumb></thumb>
<onclick>dialog.close(all,true)</onclick>
<onclick>ActivateWindow(TVGuide)</onclick>
<onclick>Control.SetFocus(10)</onclick>
</item>
</content>
</control>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="4">
<description>Find similar</description>
<label>19003</label>
</control>
<control type="button" id="5">
<description>Switch to Channel</description>
<label>19165</label>
</control>
<control type="button" id="6">
<description>Record</description>
</control>
<control type="button" id="8">
<description>Play recording</description>
<label>19687</label>
</control>
<control type="button" id="11">
<description>Set Reminder</description>
<label>826</label>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<include>fadeInOut</include>
<controls>
<include>modalDialog</include>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-4-begin</posy>
<!--animations-->
<include>modalDialogInOut</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height></height>
<aspectratio align="left" aligny="top">keep</aspectratio>
<texture>$INFO[listitem.thumb]</texture>
</control>
<control type="panel" id="5">
<posx>13-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>12-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>32</posy>
<width>324</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="13205">$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogPictureInfo.xml</label>
</control>
</controls>
</window>

View File

@ -2,24 +2,13 @@
<window> <window>
<visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.ShowInfo | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible> <visible>!window.isactive(videoosd) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !Window.IsActive(DialogSubtitles.xml) + !Window.IsVisible(fullscreeninfo) + [VideoPlayer.IsFullscreen + !Window.IsVisible(visualisation)] + [!String.IsEmpty(Player.SeekNumeric) | Player.ShowInfo | Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding]</visible>
<controls> <controls>
<control type="image"> <control type="image">
<visible>!String.IsEmpty(player.Art(clearart))</visible> <posx>col-1-begin</posx>
<posx>col-15-begin</posx> <posy>row-1-begin</posy>
<posy>row-18-begin</posy> <width>432</width>
<width>12-col</width> <height>167</height>
<height>6-col</height>
<texture>$INFO[player.Art(clearart)]</texture>
<aspectratio align="right">scale</aspectratio>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="image">
<visible>!String.IsEmpty(player.Art(clearlogo)) + String.IsEmpty(player.Art(clearart))</visible>
<posx>col-14-begin</posx>
<posy>row-18-begin</posy>
<width>12-col</width>
<height>6-col</height>
<texture>$INFO[player.Art(clearlogo)]</texture> <texture>$INFO[player.Art(clearlogo)]</texture>
<aspectratio align="right">keep</aspectratio> <aspectratio>stretch</aspectratio>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>BBffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
@ -28,136 +17,88 @@
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label"> <!--Revised OSD-->
<description>Numeric Input OSD</description>
<posx>col-1-begin</posx>
<posy>row-11-begin</posy>
<width>24-col</width>
<font>veryLarge</font>
<align>center</align>
<label>$INFO[PVR.ChannelNumberInput]</label>
<textcolor>textActive</textcolor>
</control>
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-19-begin</posy> <posy>row-26-begin</posy>
<control type="label"> <control type="label">
<visible>!String.IsEmpty(Player.SeekNumeric)</visible>
<posx>0</posx> <posx>0</posx>
<posy>12</posy> <posy>-24</posy>
<width>24-col</width> <width>20-col-gutter</width>
<height>2-row</height> <height>1-row</height>
<align>center</align>
<font>veryLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekNumeric(hh:mm:ss)]</label>
</control>
</control>
<control type="group">
<posx>col-3-begin</posx>
<posy>row-24-begin</posy>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>left</align> <align>left</align>
<font>pageTitle</font> <font>pageTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>112</label> <label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
</control> <shadowcolor>44000000</shadowcolor>
<control type="label">
<description>buffering</description>
<posx>0</posx>
<posy>-32</posy>
<width>18-col</width>
<height>2-row</height>
<align>left</align>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control> </control>
<control type="progress"> <control type="progress">
<visible>!VideoPlayer.Content(LiveTV)</visible> <visible>!VideoPlayer.Content(LiveTV)</visible>
<description>Progress Bar</description> <posx>0</posx>
<posx>0</posx> <posy>1-row</posy>
<posy>84</posy> <width>24-col</width>
<width>20-col</width> <height>12</height>
<height>6</height> <texturebg>colors/white.png</texturebg>
<texturebg colordiffuse="77000000">colors/black.png</texturebg> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info> <info>Player.Progress</info>
</control> </control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>24-col</posx>
<posy>-18</posy>
<width>4-col</width>
<align>right</align>
<font>dialogTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.Time]/$INFO[Player.Duration]</label>
<shadowcolor></shadowcolor>
</control>
<control type="progress"> <control type="progress">
<visible>VideoPlayer.Content(LiveTV)</visible> <visible>VideoPlayer.Content(LiveTV)</visible>
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>1-row</posy>
<width>20-col</width> <width>24-col</width>
<height>6</height> <height>12</height>
<texturebg colordiffuse="77000000">colors/black.png</texturebg> <texturebg>colors/white.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>PVR.EpgEventProgress</info> <info>PVR.EpgEventProgress</info>
</control> </control>
<control type="slider" id="401">
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>
</control>
<control type="slider" id="403">
<posx>0</posx>
<posy>84</posy>
<width>20-col</width>
<height>6</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<textureslidernibfocus>colors/white.png</textureslidernibfocus>
<orientation>horizontal</orientation>
<visible>Player.SeekEnabled + !Player.ChannelPreviewActive</visible>
</control>
<control type="label">
<posx>0</posx>
<posy>1-row</posy>
<width>13-col</width>
<align>left</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName,, - ]$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[Player.title]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<visible>!VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx>
<posy>1-row</posy>
<width>8-col</width>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[Player.Time][/B] / [B]$INFO[Player.Duration][/B] [B]$INFO[VideoPlayer.EndTime,$LOCALIZE[31160] ,][/B]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label"> <control type="label">
<visible>VideoPlayer.Content(LiveTV)</visible> <visible>VideoPlayer.Content(LiveTV)</visible>
<posx>20-col</posx> <posx>24-col</posx>
<posy>1-row</posy> <posy>-18</posy>
<width>8-col</width> <width>4-col</width>
<align>right</align> <align>right</align>
<font>itemTitle</font> <font>dialogTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[PVR.EpgEventElapsedTime][/B] / [B]$INFO[PVR.EpgEventDuration][/B]</label> <label>$INFO[PVR.EpgEventElapsedTime] / $INFO[PVR.EpgEventDuration]</label>
<shadowcolor></shadowcolor>
</control> </control>
<control type="label">
<visible>Player.Paused + !Player.Caching</visible>
<posx>0</posx>
<posy>40</posy>
<width>24-col</width>
<height>2-row</height>
<align>left</align>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>112</label>
</control>
</control> </control>
<!--ff / rw speed indicators--> <!--ff / rw speed indicators-->
<control type="group"> <control type="group">
<visible>Player.seeking</visible> <visible>Player.seeking</visible>
<posx>col-3-begin</posx> <posx>852</posx>
<posy>row-22-begin</posy> <posy>row-14-begin</posy>
<control type="label"> <control type="label">
<posx>-18</posx> <posx>-18</posx>
<posy>-48</posy> <posy>-48</posy>
@ -167,7 +108,7 @@
<font>symbolVeryLarge</font> <font>symbolVeryLarge</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label></label> <label></label>
<shadowcolor></shadowcolor> <shadowcolor>44000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
@ -177,7 +118,7 @@
<font>pageTitle</font> <font>pageTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[player.SeekStepSize]</label> <label>$INFO[player.SeekStepSize]</label>
<shadowcolor></shadowcolor> <shadowcolor>44000000</shadowcolor>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -7,8 +7,8 @@
<include condition="!Player.HasVideo">globalBackground</include> <include condition="!Player.HasVideo">globalBackground</include>
<control type="group"> <control type="group">
<control type="group"> <control type="group">
<posx>col-5-begin</posx> <posx>col-7-begin</posx>
<posy>row-4-begin</posy> <posy>row-3-begin</posy>
<!--animations--> <!--animations-->
<include condition="!Player.hasVideo">modalDialogInOutVertical</include> <include condition="!Player.hasVideo">modalDialogInOutVertical</include>
<control type="image"> <control type="image">
@ -17,36 +17,37 @@
<posy>-12</posy> <posy>-12</posy>
<width>1176</width> <width>1176</width>
<height>21-row</height> <height>21-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>99FFFFFF</colordiffuse> <colordiffuse>99FFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1176</width> <width>888</width>
<height>780</height> <height>780</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label" id="1"> <control type="label" id="1">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col-gutter</width> <width>14-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>dialogTitle</font> <font>dialogTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<wrapmultiline>false</wrapmultiline>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->
@ -54,9 +55,9 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8001).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8001).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>-30</posx> <posx>-36</posx>
<posy>2-row</posy> <posy>5-row</posy>
<height>18-row</height> <height>11-row</height>
<onright>9000</onright> <onright>9000</onright>
</control> </control>
</control> </control>
@ -64,22 +65,14 @@
<!--Used in search from cast listing etc--> <!--Used in search from cast listing etc-->
<control type="panel" id="3"> <control type="panel" id="3">
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>12-col</width> <width>12-col</width>
<height>681</height> <height>681</height>
<onright>9999</onright> <onright>9760</onright>
<ondown>9760</ondown>
<onleft>60</onleft> <onleft>60</onleft>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout height="84" width="12-col"> <itemlayout height="84" width="12-col">
<control type="image">
<visible>!ListItem.IsSelected</visible>
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="label"> <control type="label">
<visible>ListItem.IsSelected</visible> <visible>ListItem.IsSelected</visible>
<posx>0</posx> <posx>0</posx>
@ -94,7 +87,7 @@
<label></label> <label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -107,22 +100,9 @@
</itemlayout> </itemlayout>
<focusedlayout height="84" width="12-col"> <focusedlayout height="84" width="12-col">
<control type="image"> <control type="image">
<visible>!ListItem.IsSelected</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>69</width> <width>12-col</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" border="0">$INFO[Listitem.icon]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
@ -138,13 +118,13 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>symbolLarge</font> <font>symbolLarge</font>
<textcolor>textActive</textcolor> <textcolor>black</textcolor>
<selectedcolor>textActive</selectedcolor> <selectedcolor>black</selectedcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label></label> <label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -159,22 +139,28 @@
<!--skin selection etc--> <!--skin selection etc-->
<control type="panel" id="6"> <control type="panel" id="6">
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>12-col</width> <width>12-col</width>
<height>19-row</height> <height>19-row</height>
<onright>9999</onright> <onright>9760</onright>
<ondown>9760</ondown>
<onleft>60</onleft> <onleft>60</onleft>
<itemlayout height="84" width="12-col"> <itemlayout height="84" width="12-col">
<control type="image"> <control type="label">
<visible>ListItem.IsSelected</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>3</posy>
<width>69</width> <width>66</width>
<height>69</height> <height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <align>center</align>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture> <aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -189,20 +175,7 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>69</width> <width>12-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/white.png" border="0">$INFO[Listitem.icon]</texture>
<colordiffuse>highlight</colordiffuse>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500" end="50"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
@ -210,7 +183,21 @@
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <visible>ListItem.IsSelected</visible>
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -223,106 +210,23 @@
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>
<!--OK / Cancel-->
<control type="panel" id="9999"> <!--buttons-->
<posx>12-col</posx> <control type="grouplist" id="9760">
<posy>84</posy> <posx>3-col</posx>
<width>4-col</width> <posy>22-row</posy>
<height>6-row</height>
<orientation>vertical</orientation>
<onleft>9000</onleft> <onleft>9000</onleft>
<itemlayout width="4-col" height="2-row"> <onright>9000</onright>
<control type="label"> <onup>9000</onup>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok / manual / get more Button</description>
<label fallback="186">$INFO[control.getlabel(5)]</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2000,5)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>PreviousMenu</onclick>
</item>
</content>
</control>
<control type="group">
<visible>false</visible>
<control type="button" id="5"> <control type="button" id="5">
<description>OK / Manual button</description> <description>OK / Manual button</description>
<width>6-col</width>
<align>center</align>
<texturenofocus>colors/offblack.png</texturenofocus>
<label>186</label> <label>186</label>
</control> </control>
</control> </control>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -9,16 +9,15 @@
<animation type="conditional" condition="Window.IsVisible(sliderdialog) | window.isvisible(selectdialog) | window.isactive(subtitlesearch)" reversible="false"> <animation type="conditional" condition="Window.IsVisible(sliderdialog) | window.isvisible(selectdialog) | window.isactive(subtitlesearch)" reversible="false">
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<posx>col-5-begin</posx> <posx>col-7-begin</posx>
<posy>row-4-begin</posy> <posy>row-4-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image"> <control type="image">
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1176</width> <width>888</width>
<height>768</height> <height>768</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -26,22 +25,22 @@
<visible>player.hasvideo</visible> <visible>player.hasvideo</visible>
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1176</width> <width>888</width>
<height>768</height> <height>768</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>99000000</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>12-col</width>
<height>71</height> <height>71</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="label" id="2"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col-gutter</width> <width>16-col-gutter</width>
@ -50,16 +49,64 @@
<font>dialogTitle</font> <font>dialogTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label>Settings</label>
</control>
<!--settings selector-->
<control type="grouplist" id="4500">
<posx>0</posx>
<posy>78</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<ondown>5</ondown>
<control type="button" id="4501">
<animation type="Conditional" condition="!window.isactive(osdsubtitlesettings) + !control.hasfocus(4501)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>Subtitles</label>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturenofocus colordiffuse="44000000">colors/black.png</texturenofocus>
<onclick>dialog.close(osdaudiosettings,force)</onclick>
<onclick>dialog.close(osdvideosettings,force)</onclick>
<onclick>ActivateWindow(osdsubtitlesettings)</onclick>
</control>
<control type="button" id="4502">
<animation type="Conditional" condition="!window.isactive(osdaudiosettings) + !control.hasfocus(4502)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>Audio</label>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturenofocus colordiffuse="44000000">colors/black.png</texturenofocus>
<onclick>dialog.close(osdvideosettings,force)</onclick>
<onclick>dialog.close(osdsubtitlesettings,force)</onclick>
<onclick>ActivateWindow(osdaudiosettings)</onclick>
</control>
<control type="button" id="4503">
<animation type="Conditional" condition="!window.isactive(osdvideosettings) + !control.hasfocus(4503)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>Video</label>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturenofocus colordiffuse="44000000">colors/black.png</texturenofocus>
<onclick>dialog.close(osdaudiosettings,force)</onclick>
<onclick>dialog.close(osdsubtitlesettings,force)</onclick>
<onclick>ActivateWindow(osdvideosettings)</onclick>
</control>
</control> </control>
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<description>control area</description> <description>control area</description>
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>160</posy>
<width>12-col</width> <width>12-col</width>
<height>654</height> <height>556</height>
<onright>9000</onright> <onright>9000</onright>
<onup>5</onup> <onup>4501</onup>
<ondown>5</ondown> <onback>4501</onback>
</control> </control>
<control type="button" id="7"> <control type="button" id="7">
<description>Default Button</description> <description>Default Button</description>
@ -93,120 +140,26 @@
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<!--dialog control buttons--> <!--dialog controls-->
<control type="panel" id="9000"> <control type="grouplist" id="9000">
<visible>false</visible>
<posx>12-col</posx> <posx>12-col</posx>
<posy>84</posy> <posy>84</posy>
<width>4-col</width> <width>4-col</width>
<height>6-row</height> <height>6-row</height>
<orientation>vertical</orientation>
<onleft>5</onleft> <onleft>5</onleft>
<itemlayout width="4-col" height="2-row"> <orientation>vertical</orientation>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<visible>Control.IsEnabled(28) + !window.isactive(osdsubtitlesettings)</visible>
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(28)</onclick>
</item>
<item id="2">
<visible>Control.IsEnabled(29)</visible>
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(29)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(30) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings) + !window.isactive(osdsubtitlesettings)</visible>
<description>clear / settings</description>
<label>31048</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(30)</onclick>
</item>
</content>
</control>
<!--dialog controls-->
<control type="group">
<visible>false</visible>
<control type="button" id="28"> <control type="button" id="28">
<description>OK</description> <description>OK</description>
<label>186</label>
</control> </control>
<control type="button" id="29"> <control type="button" id="29">
<description>Cancel</description> <description>Cancel</description>
<label>222</label>
</control> </control>
<control type="button" id="30"> <control type="button" id="30">
<description>Clear / Settings</description> <description>Clear / Settings</description>
<label>31048</label>
</control> </control>
</control> </control>
</control> </control>

View File

@ -13,16 +13,16 @@
<posy>-12</posy> <posy>-12</posy>
<width>1464</width> <width>1464</width>
<height>23-row</height> <height>23-row</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>aaFFFFFF</colordiffuse> <colordiffuse>99000000</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>20-col</width> <width>20-col</width>
<height>71</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">8000</defaultcontrol> <defaultcontrol always="true">8</defaultcontrol>
<animation type="windowClose"> <animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="200"/> <effect type="fade" start="100" end="0" time="400" delay="200"/>
</animation> </animation>
@ -75,7 +75,7 @@
<aspectratio align="left">keep</aspectratio> <aspectratio align="left">keep</aspectratio>
</control> </control>
</control> </control>
<!--content is movie, music video or tvshow (from XBMC Library)--> <!--content is movie, music video or tvshow (from KODI Library)-->
<control type="group"> <control type="group">
<visible>!String.Contains(Container.folderpath,plugin) + !container.content(episodes)</visible> <visible>!String.Contains(Container.folderpath,plugin) + !container.content(episodes)</visible>
<posx>1200</posx> <posx>1200</posx>
@ -88,11 +88,11 @@
<effect type="fade" start="100" end="0" time="350"/> <effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/> <effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation> </animation>
<animation type="conditional" condition="control.hasfocus(8000)"> <animation type="conditional" condition="control.hasfocus(8) | control.hasfocus(11) | control.hasfocus(61)">
<effect type="fade" start="0" end="100" time="300" delay="300"/> <effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/> <effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation> </animation>
<animation type="conditional" condition="!control.hasfocus(8000)"> <animation type="conditional" condition="!control.hasfocus(8) + !control.hasfocus(11) + !control.hasfocus(61)">
<effect type="fade" start="100" end="0" time="350"/> <effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/> <effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation> </animation>
@ -113,11 +113,11 @@
<width>10-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<enable>false</enable> <enable>false</enable>
<itemlayout width="5-col" height="76"> <itemlayout width="5-col-gutter" height="76">
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>highlight</textcolor> <textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label> <label>[B]$INFO[ListItem.label][/B]</label>
@ -126,34 +126,40 @@
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>30</posy> <posy>30</posy>
<width>4-col-gutter</width> <width>252</width>
<font>itemSubTitle</font> <font>itemSubTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label> <label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="5-col" height="76"> <focusedlayout/>
</focusedlayout>
<content> <content>
<item> <item>
<label>$LOCALIZE[562]</label> <label>$LOCALIZE[562]</label>
<label2>$INFO[ListItem.year]</label2> <label2 fallback="31253">$INFO[ListItem.year]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[515]</label> <label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.genre]</label2> <label2 fallback="31253">$INFO[ListItem.genre]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<label>$LOCALIZE[20339]</label> <label>$LOCALIZE[20339]</label>
<label2>$INFO[ListItem.director]</label2> <label2 fallback="31253">$INFO[ListItem.director]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
<item> <item>
<visible>container.content(movies)</visible>
<label>$LOCALIZE[180]</label> <label>$LOCALIZE[180]</label>
<label2>$INFO[ListItem.duration]</label2> <label2>$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min</label2>
<thumb></thumb>
</item>
<item>
<visible>!container.content(movies)</visible>
<label>$LOCALIZE[31256]</label>
<label2>$INFO[ListItem.Property(UnWatchedEpisodes)]</label2>
<thumb></thumb> <thumb></thumb>
</item> </item>
</content> </content>
@ -179,7 +185,7 @@
<posx>0</posx> <posx>0</posx>
<posy>9-row</posy> <posy>9-row</posy>
<font>textbox</font> <font>textbox</font>
<width>660</width> <width>8-col</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>388</height> <height>388</height>
@ -192,129 +198,79 @@
<posx>12r</posx> <posx>12r</posx>
<posy>10-row</posy> <posy>10-row</posy>
<height>8-row</height> <height>8-row</height>
<ondown>8000</ondown> <ondown>8</ondown>
<onleft>8</onleft>
</control> </control>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="panel" id="8000"> <control type="grouplist" id="8000">
<posx>12</posx> <posx>24</posx>
<posy>25-row</posy> <posy>948</posy>
<width>10-col</width> <width>10-col</width>
<height>6-row</height> <height>6-row</height>
<itemgap>3</itemgap> <orientation>horizontal</orientation>
<itemgap>12</itemgap>
<onup>61</onup> <onup>61</onup>
<onleft>999981</onleft> <onleft>999981</onleft>
<orientation>vertical</orientation>
<itemlayout width="5-col" height="2-row"> <control type="button" id="8">
<control type="image"> <description>Play</description>
<posx>0</posx> <font>thumbTitle</font>
<posy>0</posy> <align>center</align>
<width>1-col-textbox</width> <textoffsetx>0</textoffsetx>
<height>2-row</height> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<aspectratio>stretch</aspectratio> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<texture>colors/black.png</texture> <focusedcolor>textActive</focusedcolor>
<colordiffuse>overlay</colordiffuse> <label>208</label>
</control> </control>
<control type="label"> <control type="button" id="11">
<posx>0</posx> <posx>4-col</posx>
<posy>0</posy> <description>Trailer</description>
<width>1-col</width> <font>thumbTitle</font>
<height>2-row</height> <align>center</align>
<align>center</align> <textoffsetx>0</textoffsetx>
<aligny>center</aligny> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<font>symbolLarge</font> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<textcolor>textActive</textcolor> <focusedcolor>textActive</focusedcolor>
<label>$INFO[ListItem.label2]</label> <label>20410</label>
<shadowcolor></shadowcolor> </control>
</control> <control type="button" id="10">
<control type="label"> <visible>false</visible>
<posx>1-col-indent</posx> <posy>2-row</posy>
<posy>0</posy> <description>Choose Art</description>
<width>4-col-gutter</width> <font>thumbTitle</font>
<height>2-row</height> <align>center</align>
<aligny>center</aligny> <textoffsetx>0</textoffsetx>
<font>buttonTitle</font> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<textcolor>textActive</textcolor> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<label>$INFO[ListItem.label]</label> <label>13511</label>
<shadowcolor></shadowcolor> <focusedcolor>textActive</focusedcolor>
</control> </control>
</itemlayout> <control type="button" id="7">
<focusedlayout width="5-col" height="2-row"> <visible>false</visible>
<control type="image"> <posx>4-col</posx>
<posx>0</posx> <posy>2-row</posy>
<posy>0</posy> <description>Ratings</description>
<width>1-col</width> <font>thumbTitle</font>
<height>2-row</height> <align>center</align>
<aspectratio>stretch</aspectratio> <textoffsetx>0</textoffsetx>
<texture>colors/white.png</texture> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<colordiffuse>highlight</colordiffuse> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<include>spinFocusIcon</include> <focusedcolor>textActive</focusedcolor>
</control> <label>31169</label>
<control type="image"> </control>
<posx>1-col</posx> <control type="button" id="6">
<posy>0</posy> <visible>false</visible>
<width>3-col</width> <description>Refresh</description>
<height>2-row</height> <posy>4-row</posy>
<aspectratio>stretch</aspectratio> <font>thumbTitle</font>
<texture>colors/white.png</texture> <align>center</align>
</control> <textoffsetx>0</textoffsetx>
<control type="label"> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<posx>0</posx> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<posy>0</posy> <focusedcolor>textActive</focusedcolor>
<width>1-col</width> <label>31076</label>
<height>2-row</height> </control>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<label>208</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item>
<label>20410</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,11)</onclick>
</item>
<item>
<label>31076</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
<item>
<label>13511</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
<item>
<visible>false</visible>
<label>31169</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,7)</onclick>
</item>
</content>
</control> </control>
</control> </control>
@ -332,10 +288,8 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>486</height> <height>486</height>
<aspectratio scalediffuse="false" aligny="top">scale</aspectratio> <aspectratio aligny="top">stretch</aspectratio>
<texture fallback="colors/black.png">$INFO[Listitem.thumb]</texture> <texture fallback="colors/black.png" diffuse="masks/episodeThumb.png">$INFO[Listitem.thumb]</texture>
<bordertexture colordiffuse="11ffffff">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control> </control>
</control> </control>
<!--content--> <!--content-->
@ -347,7 +301,7 @@
<description>Episode title</description> <description>Episode title</description>
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<width>12-col-gutter</width> <width>11-col</width>
<height>2-row</height> <height>2-row</height>
<align>left</align> <align>left</align>
<aligny>center</aligny> <aligny>center</aligny>
@ -376,7 +330,7 @@
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">$INFO[listitem.duration] [COLOR textboxInactive]$INFO[listitem.filename][/COLOR]</label> <label fallback="13205">$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min [COLOR textboxInactive]$INFO[listitem.filename][/COLOR]</label>
</control> </control>
</control> </control>
<!--synopsis--> <!--synopsis-->
@ -384,7 +338,7 @@
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<font>textbox</font> <font>textbox</font>
<width>12-col</width> <width>12-col-gutter</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
@ -400,126 +354,26 @@
<ondown>8000</ondown> <ondown>8000</ondown>
</control> </control>
<!--dialog controls--> <!--dialog controls-->
<control type="list" id="8000"> <control type="grouplist" id="8000">
<posx>0</posx> <posx>0</posx>
<posy>11-row</posy> <posy>11-row</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<onup>62</onup>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="6-col" height="2-row">
<control type="image"> <control type="button" id="8">
<posx>0</posx> <description>Play</description>
<posy>0</posy> <align>center</align>
<width>6-col</width> <textoffsetx>0</textoffsetx>
<height>2-row</height> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<aspectratio>stretch</aspectratio> <texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<texture>colors/black.png</texture> <focusedcolor>textActive</focusedcolor>
</control> <label>208</label>
<control type="label"> </control>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>center</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<label>208</label>
<label2></label2>
<thumb></thumb>
<onclick>sendclick(2003,8)</onclick>
</item>
<item id="2">
<visible>!String.Contains(Container.folderpath,plugin)</visible>
<label>31076</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(2003,6)</onclick>
</item>
</content>
</control> </control>
</control> </control>
</control> </control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="8">
<description>Play</description>
</control>
<control type="button" id="6">
<description>Refresh</description>
</control>
<control type="button" id="7">
<description>Ratings</description>
</control>
<control type="button" id="10">
<description>Choose Art</description>
</control>
<control type="button" id="11">
<description>Trailer</description>
</control>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">

View File

@ -7,34 +7,6 @@
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--fanart (if available)-->
<control type="image">
<visible>String.Contains(ListItem.label,fanart)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.thumb]</texture>
<colordiffuse>6affffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<fadetime>400</fadetime>
</control>
<control type="image">
<visible>!String.Contains(ListItem.label,fanart)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.FileNameAndPath]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<fadetime>400</fadetime>
</control>
<!--poster (if available)-->
<control type="image">
<visible>String.Contains(ListItem.label,remote art)</visible>
<include>dimensionsFullscreen</include>
<texture>$INFO[listitem.thumb]</texture>
<colordiffuse>6affffff</colordiffuse>
<aspectratio>keep</aspectratio>
<fadetime>400</fadetime>
</control>
<!--file list--> <!--file list-->
<control type="group"> <control type="group">
<posx>col-6-begin</posx> <posx>col-6-begin</posx>
@ -46,16 +18,16 @@
<posy>-12</posy> <posy>-12</posy>
<width>1178</width> <width>1178</width>
<height>792</height> <height>792</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>16-col</width> <width>16-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -75,32 +47,37 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>-24</posx> <posx>-36</posx>
<posy>2-row</posy> <posy>6-row</posy>
<height>20-row</height> <height>11-row</height>
<onright>450</onright> <onright>450</onright>
<onback>450</onback> <onback>450</onback>
</control> </control>
</control> </control>
<control type="panel" id="450"> <control type="panel" id="450">
<posx>0</posx> <posx>0</posx>
<posy>86</posy> <posy>76</posy>
<width>12-col</width> <width>12-col</width>
<height>19-row</height> <height>19-row</height>
<onright>9000</onright> <onright>9000</onright>
<onleft>60</onleft> <onleft>60</onleft>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout height="84" width="12-col"> <itemlayout height="84" width="12-col">
<control type="image"> <control type="label">
<visible>ListItem.IsSelected</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>3</posy>
<width>69</width> <width>66</width>
<height>69</height> <height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <align>center</align>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture> <aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -113,30 +90,31 @@
</itemlayout> </itemlayout>
<focusedlayout height="84" width="12-col"> <focusedlayout height="84" width="12-col">
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col</width> <width>12-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="label">
<visible>ListItem.IsSelected</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>3</posy>
<width>69</width> <width>66</width>
<height>69</height> <height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <align>center</align>
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture> <aligny>center</aligny>
<colordiffuse>highlight</colordiffuse> <font>symbolLarge</font>
<animation type="focus" loop="false" reversible="false"> <textcolor>black</textcolor>
<effect type="fade" time="500"/> <selectedcolor>black</selectedcolor>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> <shadowcolor></shadowcolor>
</animation> <label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -149,129 +127,22 @@
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
<!--larger thumbnail-->
<control type="image">
<posx>864</posx>
<posy>228</posy>
<width>4-col</width>
<height>4-col</height>
<aspectratio scalediffuse="false" align="left" aligny="center">keep</aspectratio>
<texture border="0">$INFO[Listitem.icon]</texture>
<fadetime>200</fadetime>
</control>
<!--OK / Cancel / New folder buttons--> <!--OK / Cancel / New folder buttons-->
<control type="panel" id="9000"> <control type="grouplist" id="9000">
<posx>12-col</posx> <posx>12-col</posx>
<posy>86</posy> <posy>76</posy>
<width>4-col</width> <width>4-col</width>
<height>6-row</height> <height>10-row</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft>450</onleft> <onleft>450</onleft>
<itemlayout width="4-col" height="2-row"> <control type="button" id="413">
<control type="label"> <description>OK</description>
<posx>0</posx> <label>OK</label>
<posy>0</posy> </control>
<width>1-col</width> <control type="button" id="415">
<height>2-row</height> <description>New folder</description>
<align>center</align> <label>New Folder</label>
<aligny>center</aligny> </control>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(126,413)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(126,414)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(415)</visible>
<description>New Folder Button</description>
<label>31048</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(126,415)</onclick>
</item>
</content>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="413">
<description>OK</description>
</control>
<control type="button" id="414">
<description>Cancel</description>
</control>
<control type="button" id="415">
<description>New folder</description>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -18,8 +18,8 @@
<posx>-12</posx> <posx>-12</posx>
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1320</width>
<height>732</height> <height>720</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -28,7 +28,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -45,7 +45,7 @@
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width>18-col</width> <width>18-col</width>
<height>71</height> <height>71</height>
<texture>colors/offblack.png</texture> <texture>colors/offblack.png</texture>
@ -55,11 +55,11 @@
<!--left panel--> <!--left panel-->
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
<posy>270</posy> <posy>252</posy>
<control type="label" id="101"> <control type="label" id="101">
<description>Header Label</description> <description>Header Label</description>
<posx>24</posx> <posx>24</posx>
<posy>12</posy> <posy>24</posy>
<height>2-row</height> <height>2-row</height>
<width>636</width> <width>636</width>
<label></label> <label></label>
@ -72,7 +72,7 @@
<visible>Control.IsVisible(60)</visible> <visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation> <animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60"> <control type="scrollbar" id="60">
<posx>-18</posx> <posx>-24</posx>
<posy>2-row</posy> <posy>2-row</posy>
<height>16-row</height> <height>16-row</height>
<onright>20</onright> <onright>20</onright>
@ -90,7 +90,7 @@
<itemlayout height="2-row" width="9-col"> <itemlayout height="2-row" width="9-col">
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<width>9-col-gutter</width> <width>8-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<info>ListItem.Label</info> <info>ListItem.Label</info>
@ -109,7 +109,7 @@
</itemlayout> </itemlayout>
<focusedlayout height="2-row" width="9-col"> <focusedlayout height="2-row" width="9-col">
<control type="image"> <control type="image">
<width>9-col-textbox</width> <width>648</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<animation effect="fade" start="100" end="20" condition="!Control.HasFocus(20)">Conditional</animation> <animation effect="fade" start="100" end="20" condition="!Control.HasFocus(20)">Conditional</animation>
@ -139,11 +139,11 @@
<!--right panel--> <!--right panel-->
<control type="group"> <control type="group">
<posx>col-13-begin</posx> <posx>col-13-begin</posx>
<posy>row-7-begin</posy> <posy>252</posy>
<control type="label" id="102"> <control type="label" id="102">
<description>Header Label</description> <description>Header Label</description>
<posx>24</posx> <posx>24</posx>
<posy>12</posy> <posy>24</posy>
<width>9-col-gutter</width> <width>9-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<label></label> <label></label>
@ -226,4 +226,4 @@
<label>FileManager.xml</label> <label>FileManager.xml</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -2,158 +2,63 @@
<window id="0"> <window id="0">
<defaultcontrol always="true">9000</defaultcontrol> <defaultcontrol always="true">9000</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu|gamesubmenu)</onload> <onload>Playlist.Clear</onload>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!String.IsEmpty(Skin.String(homeBackgroundVideos)) + System.AddonIsEnabled(script.randomvideo)">Runscript(script.randomvideo,dir=$INFO[Skin.String(homeBackgroundVideos)])</onload>
<onload>AlarmClock(hidemenu,setfocus(9999),00:20,true)</onload> <onload>AlarmClock(hidemenu,setfocus(9999),00:20,true)</onload>
<onunload>CancelAlarm(hidemenu,true)</onunload> <onunload>CancelAlarm(hidemenu,true)</onunload>
<onunload>Playercontrol(stop)</onunload>
<onunload>Playlist.Clear</onunload>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<!--background-->
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="multiimage">
<visible>!player.hasvideo</visible>
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
<include>dimensionsFullscreen</include>
<imagepath>$VAR[homeBackgroundLocation]</imagepath>
<timeperimage>45000</timeperimage>
<fadetime>200</fadetime>
<pauseatend>10000</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<aspectratio>scale</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--video window-->
<control type="videowindow">
<left>0</left>
<top>0</top>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group"> <control type="group">
<animation type="conditional" condition="control.hasfocus(8001) | control.hasfocus(8002)">
<effect type="slide" start="0,0" end="0,-80" tween="sine" time="400"/>
</animation>
<!--player controls and options-->
<control type="group">
<posx>0</posx>
<posy>1080</posy>
<control type="image">
<posx></posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>3-row</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--player controls-->
<control type="panel" id="8001">
<posx>col-1-begin</posx>
<posy>6</posy>
<width>7-col</width>
<height>2-row</height>
<itemgap>0</itemgap>
<onleft>8001</onleft>
<onright>8001</onright>
<onup>9001</onup>
<orientation>horizontal</orientation>
<itemlayout width="1-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item>
<description>Playlist</description>
<label2></label2>
<thumb></thumb>
<onclick>activateWindow(musicplaylist)</onclick>
</item>
<item>
<description>Previous</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(previous)</onclick>
</item>
<item>
<description>Stop</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(stop)</onclick>
<onclick>Dialog.Close(1103)</onclick>
</item>
<item>
<visible>Player.Playing | player.forwarding | player.rewinding</visible>
<description>Play/Pause</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<visible>Player.Paused</visible>
<description>Pause</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(play)</onclick>
</item>
<item>
<description>Next Chapter</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(next)</onclick>
</item>
</content>
</control>
</control>
<control type="group">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="multiimage">
<animation effect="fade" start="0" end="100" time="1000">WindowOpen</animation>
<include>dimensionsFullscreen</include>
<imagepath>$VAR[homeBackgroundLocation]</imagepath>
<timeperimage>45000</timeperimage>
<fadetime>200</fadetime>
<pauseatend>10000</pauseatend>
<randomize>true</randomize>
<loop>yes</loop>
<aspectratio>scale</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--main menu--> <!--main menu-->
<control type="panel" id="9000"> <control type="panel" id="9000">
<animation type="conditional" condition="control.hasfocus(9999)" reversible="true"> <animation type="conditional" condition="control.hasfocus(9999)" reversible="true">
<effect type="fade" start="100" end="0" time="500" delay="0"/> <effect type="fade" start="100" end="0" time="500" delay="0"/>
</animation> </animation>
<posx>col-5-begin</posx> <posx>col-7-begin</posx>
<animation condition="string.isEqual(Container(9000).NumItems,1)" effect="slide" end="432,0" time="0">conditional</animation> <animation condition="string.isEqual(Container(9000).NumItems,1)" effect="slide" end="432,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,2)" effect="slide" end="288,0" time="0">conditional</animation> <animation condition="string.isEqual(Container(9000).NumItems,2)" effect="slide" end="288,0" time="0">conditional</animation>
<animation condition="string.isEqual(Container(9000).NumItems,3)" effect="slide" end="144,0" time="0">conditional</animation> <animation condition="string.isEqual(Container(9000).NumItems,3)" effect="slide" end="144,0" time="0">conditional</animation>
<posy>row-12-begin</posy> <posy>row-12-begin</posy>
<width>18-col</width> <width>12-col</width>
<height>12-row</height> <height>12-row</height>
<ondown>setfocus(9001,1)</ondown> <ondown>setfocus(9001,1)</ondown>
<orientation>vertical</orientation> <orientation>vertical</orientation>
@ -163,7 +68,7 @@
<posy>0</posy> <posy>0</posy>
<width>4-col-textbox</width> <width>4-col-textbox</width>
<height>105</height> <height>105</height>
<texture>colors/black.png</texture> <texture>masks/homeMenuButton.png</texture>
<colordiffuse>77000000</colordiffuse> <colordiffuse>77000000</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -187,7 +92,7 @@
<posy>0</posy> <posy>0</posy>
<width>4-col-textbox</width> <width>4-col-textbox</width>
<height>105</height> <height>105</height>
<texture>colors/white.png</texture> <texture>masks/homeMenuButton.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -206,7 +111,7 @@
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<include>skinshortcuts-mainmenu</include> <include>menus-mainmenu</include>
</content> </content>
</control> </control>
<!--power / settings--> <!--power / settings-->
@ -220,7 +125,6 @@
<height>1-col</height> <height>1-col</height>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onup>9000</onup> <onup>9000</onup>
<ondown>8001</ondown>
<itemlayout width="1-col" height="1-col"> <itemlayout width="1-col" height="1-col">
<control type="label"> <control type="label">
<posx>0.4</posx> <posx>0.4</posx>
@ -242,12 +146,12 @@
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture diffuse="masks/circle.png">colors/white.png</texture> <texture diffuse="masks/square.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0.4</posx> <posx>0</posx>
<posy>-1</posy> <posy>0</posy>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<font>symbolLarge</font> <font>symbolLarge</font>
@ -292,19 +196,6 @@
<label>$INFO[System.Time]</label> <label>$INFO[System.Time]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>$EXP[hasWeather]</visible>
<posx>0</posx>
<posy>1-row</posy>
<width>24-col</width>
<height>2-row</height>
<font>regular</font>
<align>center</align>
<textcolor>textActive</textcolor>
<shadowcolor>44000000</shadowcolor>
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)] [B]$INFO[weather.temperature][/B] [CAPITALIZE]$INFO[weather.conditions][/CAPITALIZE]</label>
</control>
<control type="label">
<visible>!$EXP[hasWeather]</visible>
<posx>0</posx> <posx>0</posx>
<posy>1-row</posy> <posy>1-row</posy>
<width>24-col</width> <width>24-col</width>
@ -316,68 +207,6 @@
<label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label> <label>$INFO[System.Date(DDD)] [B]$INFO[System.Date(dd)][/B] $INFO[System.Date(MMM)]</label>
</control> </control>
</control> </control>
<!--now playing music-->
<control type="group">
<visible>player.hasaudio</visible>
<posx>col-1-begin</posx>
<posy>row-24-begin</posy>
<control type="grouplist">
<posx>0</posx>
<posy>8</posy>
<width>24-col</width>
<align>center</align>
<itemgap>18</itemgap>
<orientation>horizontal</orientation>
<control type="image">
<visible>!player.paused + !Skin.HasSetting(lowPowerMode)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>1-col-gutter</height>
<texture>equaliser.gif</texture>
</control>
<control type="label">
<visible>!player.paused + Skin.HasSetting(lowPowerMode)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="label">
<visible>player.paused</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col-gutter</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="label">
<description>Artist</description>
<posx>0</posx>
<posy>0</posy>
<font>small</font>
<width>auto</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[MusicPlayer.TimeRemaining,, ][B]$INFO[musicplayer.Artist,, ][/B]$INFO[MusicPlayer.Title]</label>
<scroll>true</scroll>
<textcolor>textActive</textcolor>
<wrapmultiline>false</wrapmultiline>
</control>
</control>
</control>
</control> </control>
<control type="button" id="9999"> <control type="button" id="9999">
<posx>-500</posx> <posx>-500</posx>

249
1080i/IAGL-infodialog.xml Normal file
View File

@ -0,0 +1,249 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">3011</defaultcontrol>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="400" delay="200"/>
</animation>
<controls>
<!--background-->
<control type="image">
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>gameShowcase</include>
<!--info panel-->
<control type="group">
<posx>1200</posx>
<posy>0</posy>
<animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300" delay="300"/>
<effect type="slide" start="800" end="0" tween="cubic" easing="out" time="400" delay="300"/>
</animation>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="350"/>
<effect type="slide" start="0" end="900" tween="cubic" easing="out" time="400"/>
</animation>
<!--overlay-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>cc111111</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>6-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col-gutter" height="76">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>252</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>30</posy>
<width>252</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="13205">[B]$INFO[ListItem.label2][/B]</label>
<shadowcolor></shadowcolor>
</control>
</itemlayout>
<focusedlayout/>
<content>
<item>
<label>$LOCALIZE[562]</label>
<label2 fallback="31253">$INFO[Container(113).ListItem.Year]</label2>
<thumb></thumb>
</item>
<item>
<label>$LOCALIZE[515]</label>
<label2 fallback="31253">$INFO[Container(113).ListItem.Genre]</label2>
<thumb></thumb>
</item>
<item>
<label>$ADDON[plugin.program.iagl 30427]</label>
<label2 fallback="31253">$INFO[Container(113).ListItem.Studio]</label2>
<thumb></thumb>
</item>
<item>
<label>$ADDON[plugin.program.iagl 30429]</label>
<label2 fallback="31253">$INFO[Container(113).ListItem.Property(nplayers)]</label2>
<thumb></thumb>
</item>
</content>
</control>
<!--content-->
<control type="group">
<posx>24</posx>
<posy>row-1-begin</posy>
<control type="label">
<posx>0</posx>
<posy>-6</posy>
<width>7-col</width>
<align>left</align>
<height>115</height>
<aligny>center</aligny>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(113).ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>9-row</posy>
<font>textbox</font>
<width>8-col</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>388</height>
<label fallback="31205">$INFO[Container(113).ListItem.Plot]</label>
<autoscroll>false</autoscroll>
<shadowcolor></shadowcolor>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>10-row</posy>
<height>8-row</height>
<ondown>8</ondown>
<onleft>8</onleft>
</control>
</control>
<!--dialog controls-->
<control type="grouplist" id="8000">
<posx>24</posx>
<posy>948</posy>
<width>10-col</width>
<height>6-row</height>
<orientation>horizontal</orientation>
<itemgap>12</itemgap>
<onup>61</onup>
<onleft>999981</onleft>
<control type="button" id="3002">
<description>Play</description>
<label>$ADDON[plugin.program.iagl 30434]</label>
<posy>2-row</posy>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="3004">
<label>$ADDON[plugin.program.iagl 30004]</label>
<posy>2-row</posy>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="3001">
<label>$ADDON[plugin.program.iagl 30437]</label>
<posy>2-row</posy>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
<control type="button" id="3003">
<visible>false</visible>
<label>$ADDON[plugin.program.iagl 30438]</label>
<posy>2-row</posy>
<description>Choose Art</description>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="bb1a1a1a">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
</control>
</control>
</control>
<control type="videowindow" id="105">
<description>Trailer Window</description>
<visible>false</visible>
</control>
<!--hidden stuff-->
<control type="group">
<visible>true</visible>
<control type="list" id="113">
<description>Metadata</description>
<posx>col-16-begin</posx>
<posy>row-5-begin</posy>
<width>8-col</width>
<height>23-row</height>
<itemlayout width="8-col" height="2-row">
<control type="label">
<posx>96</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<!--<itemlayout/>-->
<focusedlayout/>
</control>
<control type="list" id="114">
<description>Fanart Slideshow List</description>
<itemlayout/>
<focusedlayout/>
</control>
<control type="list" id="115">
<visible>false</visible>
<description>Box and Snapshot Slideshow List</description>
<itemlayout/>
<focusedlayout/>
</control>
<control type="panel" id="116">
<description>Banner Slideshow List</description>
<itemlayout/>
<focusedlayout/>
</control>
<control type="button" id="3011">
<description>Control Grabber</description>
<onleft>3003</onleft>
<onright>3003</onright>
<onup>3003</onup>
<ondown>3003</ondown>
</control>
</control>
</controls>
</window>

View File

@ -6,11 +6,11 @@
<include file="Includes_animations.xml"/> <include file="Includes_animations.xml"/>
<include file="Includes_hubMenu.xml"/> <include file="Includes_hubMenu.xml"/>
<include file="Includes_hubOptionsItems.xml"/> <include file="Includes_hubOptionsItems.xml"/>
<include file="View_FileList.xml"/>
<include file="View_LiveTVChannels.xml"/> <include file="View_LiveTVChannels.xml"/>
<include file="View_Seasons.xml"/> <include file="View_Seasons.xml"/>
<include file="View_Episodes.xml"/> <include file="View_Episodes.xml"/>
<include file="View_Movies.xml"/> <include file="View_Movies.xml"/>
<include file="View_AddonPosters.xml"/>
<include file="View_TVShows.xml"/> <include file="View_TVShows.xml"/>
<include file="View_MusicGenres.xml"/> <include file="View_MusicGenres.xml"/>
<include file="View_VideoFiles.xml"/> <include file="View_VideoFiles.xml"/>
@ -21,26 +21,21 @@
<include file="View_MusicFiles.xml"/> <include file="View_MusicFiles.xml"/>
<include file="View_MusicPlaylist.xml"/> <include file="View_MusicPlaylist.xml"/>
<include file="View_ArtistAlbums.xml"/> <include file="View_ArtistAlbums.xml"/>
<include file="View_MusicVideos.xml"/>
<include file="View_Games.xml"/> <include file="View_Games.xml"/>
<include file="View_SpotifyAlbums.xml"/> <include file="View_GamePlatforms.xml"/>
<include file="View_SpotifyArtists.xml"/> <include file="Includes_menus.xml"/>
<include file="script-skinshortcuts-includes.xml"/>
<include file="Includes_mediaShowcase.xml"/> <include file="Includes_mediaShowcase.xml"/>
<include file="Includes_gameShowcase.xml"/>
<!--view type conditions--> <!--view type conditions-->
<expression name="isVideoList">!String.Contains(container.folderpath,special://profile/playlists/video) + !String.Contains(container.folderpath,videodb://) + !String.Contains(container.folderpath,plugin://) | container.content(files) | String.IsEmpty(container.content) | container.content(addons) | container.content(videos) | container.content(episodes)</expression> <expression name="isVideoList">!String.Contains(container.folderpath,special://profile/playlists/video) + !String.Contains(container.folderpath,videodb://) + !String.Contains(container.folderpath,plugin://) | container.content(files) | String.IsEmpty(container.content) | container.content(addons) | container.content(videos) | container.content(episodes)</expression>
<expression name="isMovie">container.content(movies) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression> <expression name="isMovie">container.content(movies) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression>
<expression name="isAddonMovieOrTVshow">!String.Contains(container.folderpath,videodb://) + String.Contains(container.folderpath,plugin://) + [container.content(movies) | container.content(tvshows) | container.content(seasons)]</expression>
<expression name="isTVShow">container.content(tvshows) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression> <expression name="isTVShow">container.content(tvshows) + [String.Contains(container.folderpath,videodb://) | String.Contains(container.folderpath,special://profile/playlists/video)]</expression>
<expression name="isSeason">container.content(seasons) + String.Contains(container.folderpath,videodb://)</expression> <expression name="isSeason">container.content(seasons) + String.Contains(container.folderpath,videodb://)</expression>
<expression name="isEpisode">container.content(episodes) + !String.Contains(Container.folderpath,plugin)</expression> <expression name="isEpisode">container.content(episodes) + !String.Contains(Container.folderpath,plugin)</expression>
<expression name="isMusicVideo">container.content(musicvideos) + !String.Contains(Container.folderpath,plugin)</expression> <expression name="isMusicVideo">container.content(musicvideos) + !String.Contains(Container.folderpath,plugin)</expression>
<expression name="isMusicSpotifyArtist">container.content(artists) + String.Contains(container.folderpath,spotify)</expression>
<expression name="isMusicSpotifyAlbum">container.content(albums) + String.Contains(container.folderpath,spotify)</expression>
<expression name="isMusicList">!String.Contains(container.folderpath,musicdb://) | String.Contains(container.foldername,Files) | container.content(files) | container.content(addons) | [container.content(playlists) + !String.Contains(Container.folderpath,special://profile/playlists)] | String.Contains(Container.folderpath,plugin://)</expression> <expression name="isMusicList">!String.Contains(container.folderpath,musicdb://) | String.Contains(container.foldername,Files) | container.content(files) | container.content(addons) | [container.content(playlists) + !String.Contains(Container.folderpath,special://profile/playlists)] | String.Contains(Container.folderpath,plugin://)</expression>
<expression name="isMusicArtist">container.content(artists) + [String.Contains(container.folderpath,musicdb://) | String.Contains(Container.folderpath,special://profile/playlists)]</expression> <expression name="isMusicArtist">container.content(artists) + [String.Contains(container.folderpath,musicdb://) | String.Contains(Container.folderpath,special://profile/playlists)]</expression>
<expression name="isMusicArtistCatalogue">container.content(albums) + String.Contains(container.folderpath,albumartistsonly)</expression> <expression name="isMusicArtistCatalogue">container.content(albums) + String.Contains(container.folderpath,albumartistsonly)</expression>
@ -53,12 +48,17 @@
<expression name="isPhotoAlbum">container.content(images)</expression> <expression name="isPhotoAlbum">container.content(images)</expression>
<!--games--> <!--games-->
<expression name="isGame">container.content(games)</expression> <expression name="isGamePlatform">String.Contains(Container.FolderPath,plugin://plugin.program.akl/sources)</expression>
<expression name="isGame">String.Contains(Container.FolderPath,plugin://plugin.program.akl/source/) | String.Contains(Container.FolderPath,plugin://plugin.program.akl/collection/virtual/vcategory)</expression>
<!--weather--> <!--weather-->
<expression name="hasWeather">!String.IsEmpty(Window(Weather).Property(WeatherProvider)) + !String.String.IsEmpty(weather.temperature) + !String.String.IsEmpty(weather.conditions)</expression> <expression name="hasWeather">!String.IsEmpty(Window(Weather).Property(WeatherProvider)) + !String.String.IsEmpty(weather.temperature) + !String.String.IsEmpty(weather.conditions)</expression>
<!--item fanart--> <!--generic file list-->
<expression name="isFileList">container.content(files)</expression>
<!--item fanart-->
<include name="itemFanart"> <include name="itemFanart">
<control type="wraplist" id="99999"> <control type="wraplist" id="99999">
<posx>0</posx> <posx>0</posx>
@ -228,14 +228,6 @@
<!--busy indicator--> <!--busy indicator-->
<include name="loadingIndicator"> <include name="loadingIndicator">
<control type="group"> <control type="group">
<animation type="Visible" reversible="false">
<effect type="zoom" start="80" end="100" center="960,540" tween="back" time="240" />
<effect type="fade" end="100" time="240" />
</animation>
<animation type="Hidden" reversible="false">
<effect type="zoom" start="100" end="80" center="960,540" easing="in" tween="back" time="240" />
<effect type="fade" start="100" end="0" time="240" />
</animation>
<visible>!Window.IsActive(startup) + !String.IsEmpty(container.foldername) + !Integer.IsGreater(container.numitems,0) + !ListItem.IsParentFolder | window.isactive(busydialog)</visible> <visible>!Window.IsActive(startup) + !String.IsEmpty(container.foldername) + !Integer.IsGreater(container.numitems,0) + !ListItem.IsParentFolder | window.isactive(busydialog)</visible>
<control type="image"> <control type="image">
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
@ -244,7 +236,7 @@
<animation effect="fade" start="100" end="0" time="240" condition="Window.IsVisible(fullscreenvideo)">Conditional</animation> <animation effect="fade" start="100" end="0" time="240" condition="Window.IsVisible(fullscreenvideo)">Conditional</animation>
<animation effect="fade" end="100" time="560">WindowOpen</animation> <animation effect="fade" end="100" time="560">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="240">WindowClose</animation> <animation effect="fade" start="100" end="0" time="240">WindowClose</animation>
</control> </control>
<control type="image"> <control type="image">
<depth>DepthMax</depth> <depth>DepthMax</depth>
<left>920</left> <left>920</left>
@ -272,36 +264,6 @@
<!--conditional positioning for progress dialogs (avoid overlaps)--> <!--conditional positioning for progress dialogs (avoid overlaps)-->
<include name="progressPosition1"><posy>row-2-begin</posy></include> <include name="progressPosition1"><posy>row-2-begin</posy></include>
<include name="progressPosition2"><posy>row-6-begin</posy></include> <include name="progressPosition2"><posy>row-6-begin</posy></include>
<!--mini player window-->
<include name="miniVideoPlayer">
<control type="group">
<visible>!Skin.hassetting(stopVideoOnMenu) + Player.HasVideo + !VideoPlayer.IsFullscreen + !SlideShow.IsActive</visible>
<posx>col-20-begin</posx>
<posy>12</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>444</width>
<height>255</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
</control>
<control type="videowindow">
<posx>6</posx>
<posy>6</posy>
<width>6-col</width>
<height>243</height>
</control>
</control>
</include>
<!--touchscreen screen edge controls-->
<include name="touchscreenControls">
</include>
<!--debugging--> <!--debugging-->
<include name="DialogID"> <include name="DialogID">

View File

@ -41,7 +41,7 @@
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<!--<effect type="rotatey" start="0" end="-10" center="132" tween="back" easing="out" time="300"/> <!--<effect type="rotatey" start="0" end="-10" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="10" center="132" tween="back" easing="out" delay="300" time="300"/>--> <effect type="rotatey" start="0" end="10" center="132" tween="back" easing="out" delay="300" time="300"/>-->
<effect type="zoom" start="95" end="110" center="auto" tween="sine" easing="out" time="200"/> <effect type="zoom" start="85" end="110" center="auto" tween="sine" easing="out" time="200"/>
</animation> </animation>
</include> </include>
<!--modal dialog handling--> <!--modal dialog handling-->
@ -57,17 +57,17 @@
</include> </include>
<include name="modalDialogInOutVertical"> <include name="modalDialogInOutVertical">
<animation type="Windowopen"> <animation type="Windowopen">
<effect type="fade" start="0" end="100" time="300"/> <effect type="fade" start="0" end="150" time="200"/>
<effect type="slide" start="0,-200" end="0" tween="cubic" easing="out" time="400"/> <effect type="slide" start="0,-100" end="0" tween="cubic" easing="out" time="300"/>
</animation> </animation>
<animation type="Windowclose"> <animation type="Windowclose">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="150" end="0" time="200"/>
<effect type="slide" start="0" end="0,300" tween="cubic" easing="out" time="400"/> <effect type="slide" start="0" end="0,100" tween="cubic" easing="out" time="300"/>
</animation> </animation>
</include> </include>
<include name="modalDialogContentShift"> <include name="modalDialogContentShift">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="zoom" end="140" time="200" center="auto" tween="linear" easing="out"/> <effect type="zoom" end="110" time="250" center="auto" tween="linear" easing="out"/>
</animation> </animation>
</include> </include>
</includes> </includes>

View File

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--media showcase-->
<include name="gameShowcase">
<!--list container to hold extrafanart-->
<control type="list" id="99999">
<posx>-4</posx>
<posy>-4</posy>
<width>4</width>
<height>4</height>
<enable>false</enable>
<preloaditems>2</preloaditems>
<itemlayout/>
<focusedlayout/>
<content>$VAR[extraFanartLocation]</content>
</control>
<control type="grouplist" id="99998">
<posx>0</posx>
<posy>row-3-begin</posy>
<width>13000</width>
<height>fullscreenHeight</height>
<itemgap>0</itemgap>
<scrolltime tween="sine" easing="out">500</scrolltime>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<animation type="windowopen">
<effect type="fade" start="0" end="100" delay="250" time="1000"/>
</animation>
<!--movement-->
<animation effect="slide" time="200" end="0,0" condition="Control.HasFocus(999981)">condition</animation>
<animation effect="slide" time="200" end="-1354,0" condition="Control.HasFocus(999982) + !String.IsEmpty(listitem.tagline)">condition</animation><!--fanart1 has tagline-->
<animation effect="slide" time="200" end="-500,0" condition="Control.HasFocus(999982) + String.IsEmpty(listitem.tagline)">condition</animation><!--fanart 1 no tagline-->
<animation effect="slide" time="200" end="-2896,0" condition="Control.HasFocus(999983) + !String.IsEmpty(listitem.tagline)">condition</animation><!--cast has tagline-->
<animation effect="slide" time="200" end="-2042,0" condition="Control.HasFocus(999983) + String.IsEmpty(listitem.tagline)">condition</animation><!--cast no tagline-->
<animation effect="slide" time="200" end="-4458,0" condition="Control.HasFocus(999984) + !String.IsEmpty(listitem.tagline)">condition</animation><!--fanart2 has tagline-->
<animation effect="slide" time="200" end="-3604,0" condition="Control.HasFocus(999984) + String.IsEmpty(listitem.tagline)">condition</animation><!--fanart2 no tagline-->
<animation effect="slide" time="200" end="-5650,0" condition="Control.HasFocus(999985) + !String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--discart has tagline-->
<animation effect="slide" time="200" end="-4796,0" condition="Control.HasFocus(999985) + String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--discart no tagline-->
<animation effect="slide" time="200" end="-5946,0" condition="Control.HasFocus(999985) + !String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-5092,0" condition="Control.HasFocus(999985) + String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-6844,0" condition="Control.HasFocus(999986) + !String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--has tagline + has discart-->
<animation effect="slide" time="200" end="-6844,0" condition="Control.HasFocus(999986) + String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--NO TAGLINE + HAS DISCART-->
<animation effect="slide" time="200" end="-7428,0" condition="Control.HasFocus(999986) + !String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-6578,0" condition="Control.HasFocus(999986) + String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart no tagline-->
<animation effect="slide" time="200" end="-8328,0" condition="Control.HasFocus(999987) + !String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--has tagline + has discart-->
<animation effect="slide" time="200" end="-8328,0" condition="Control.HasFocus(999987) + String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--NO TAGLINE + HAS DISCART-->
<animation effect="slide" time="200" end="-8912,0" condition="Control.HasFocus(999987) + !String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-8062,0" condition="Control.HasFocus(999987) + String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart no tagline-->
<animation effect="slide" time="200" end="-9812,0" condition="Control.HasFocus(999988) + !String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--has tagline + has discart-->
<animation effect="slide" time="200" end="-9812,0" condition="Control.HasFocus(999988) + String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--NO TAGLINE + HAS DISCART-->
<animation effect="slide" time="200" end="-10396,0" condition="Control.HasFocus(999988) + !String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-9546,0" condition="Control.HasFocus(999988) + String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart no tagline-->
<animation effect="slide" time="200" end="-11296,0" condition="Control.HasFocus(999989) + !String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--has tagline + has discart-->
<animation effect="slide" time="200" end="-11296,0" condition="Control.HasFocus(999989) + String.IsEmpty(listitem.tagline) + !String.IsEmpty(listitem.art(discart))">condition</animation><!--NO TAGLINE + HAS DISCART-->
<animation effect="slide" time="200" end="-11880,0" condition="Control.HasFocus(999989) + !String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart has tagline-->
<animation effect="slide" time="200" end="-11562,0" condition="Control.HasFocus(999989) + String.IsEmpty(listitem.tagline) + String.IsEmpty(listitem.art(discart))">condition</animation><!--no discart no tagline-->
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>756</width>
<height>756</height>
<font>large</font>
<align>center</align>
<textcolor>textActive</textcolor>
<label>$INFO[Container(113).ListItem.Label]</label>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="image">
<posx>2-col</posx>
<visible>!String.IsEmpty(Container(115).ListItem.Art(poster))</visible>
<posx>0</posx>
<width>504</width>
<height>756</height>
<texture diffuse="masks/showcasePoster.png">$INFO[Container(115).ListItem.Art(poster)]</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>keep</aspectratio>
</control>
<control type="panel" id="115">
<posx>180</posx>
<posy>12</posy>
<width>20-col</width>
<height>756</height>
<enable>false</enable>
<itemlayout width="10-col" height="405">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>708</width>
<height>398</height>
<aspectratio scalediffuse="false">keep</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/showcaseCast.png">$INFO[listitem.art(poster)]</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout>
<focusedlayout/>
</control>
<control type="multiimage">
<visible>!String.IsEmpty(Container(114).ListItem.Art(fanart))</visible>
<posx>2-col</posx>
<top>0</top>
<width>1344</width>
<height>756</height>
<aspectratio>scale</aspectratio>
<timeperimage>1000</timeperimage>
<fadetime>300</fadetime>
<imagepath background="true">$INFO[Container(114).ListItem.Art(fanart)]</imagepath>
</control>
</control>
<!--navigation-->
<control type="grouplist">
<posx>636</posx>
<posy>row-27-begin</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<control type="button" id="999981">
<width>1-col</width>
<height>12</height>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<onback>8000</onback>
</control>
<control type="button" id="999982">
<width>1-col</width>
<height>12</height>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<onback>8000</onback>
</control>
<control type="button" id="999983">
<width>1-col</width>
<height>12</height>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<onback>8000</onback>
</control>
<control type="button" id="999984">
<width>1-col</width>
<height>12</height>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<onback>8000</onback>
</control>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>1014</posy>
<width>24-col</width>
<height>1-row</height>
<align>center</align>
<font>smallStrong</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[Container(113).ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</include>
</includes>

View File

@ -54,11 +54,22 @@
<!--player controls (if media playing)--> <!--player controls (if media playing)-->
<control type="group"> <control type="group">
<visible>player.hasaudio</visible>
<posx>0</posx> <posx>0</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<control type="image"> <control type="image">
<visible>player.playing + control.hasfocus(5115)</visible> <posx>0</posx>
<posy>0</posy>
<width>col-5-begin</width>
<height>1-col</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
</control>
<control type="image">
<visible>control.hasfocus(5115)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>col-5-begin</width> <width>col-5-begin</width>
@ -68,8 +79,7 @@
</control> </control>
<control type="panel" id="5115"> <control type="panel" id="5115">
<visible>player.playing</visible> <posx>46</posx>
<posx>72</posx>
<posy>0</posy> <posy>0</posy>
<width>col-5-begin</width> <width>col-5-begin</width>
<height>2-row</height> <height>2-row</height>
@ -110,7 +120,7 @@
<width>66</width> <width>66</width>
<height>66</height> <height>66</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/square.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -165,13 +175,12 @@
</control> </control>
<control type="panel" id="9001"> <control type="panel" id="9001">
<animation condition="player.playing" effect="slide" end="0,72" time="0">conditional</animation> <animation condition="player.hasaudio" effect="slide" end="0,72" time="0">conditional</animation>
<posx>0</posx> <posx>0</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>col-5-begin</width> <width>col-5-begin</width>
<height>832</height> <height>832</height>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<onleft condition="!window.isactive(home)">activateWindow(contextmenu)</onleft>
<onright condition="!window.isactive(1103)">9999</onright> <onright condition="!window.isactive(1103)">9999</onright>
<onright condition="window.isactive(1103)">9876</onright> <onright condition="window.isactive(1103)">9876</onright>
<onup condition="control.isvisible(5115)">control.setfocus(5115)</onup> <onup condition="control.isvisible(5115)">control.setfocus(5115)</onup>
@ -211,10 +220,10 @@
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<include condition="window.isactive(games)">skinshortcuts-group-gamesubmenu</include> <include condition="window.isactive(games)">menus-gamemenu</include>
<include condition="window.isactive(pictures)">skinshortcuts-group-picturessubmenu</include> <include condition="window.isactive(pictures)">menus-picturemenu</include>
<include condition="String.Contains(container.folderpath,videodb://musicvideos/titles) | window.isactive(music) | window.isactive(radiochannels) | window.isactive(radioguide) | window.isactive(radiorecordings) | window.isactive(radiotimers) | window.isactive(musicplaylist) | window.isactive(1103)">skinshortcuts-group-musicsubmenu</include> <include condition="String.Contains(container.folderpath,videodb://musicvideos/titles) | window.isactive(music) | window.isactive(radiochannels) | window.isactive(radioguide) | window.isactive(radiorecordings) | window.isactive(radiotimers) | window.isactive(musicplaylist) | window.isactive(1103)">menus-musicmenu</include>
<include condition="[window.isactive(videos) + !String.Contains(container.folderpath,videodb://musicvideos/titles)] | window.isactive(tvchannels) | window.isactive(tvrecordings) | window.isactive(tvguide) | window.isactive(tvtimers) | window.isactive(videoplaylist)">skinshortcuts-group-videosubmenu</include> <include condition="[window.isactive(videos) + !String.Contains(container.folderpath,videodb://musicvideos/titles)] | window.isactive(tvchannels) | window.isactive(tvrecordings) | window.isactive(tvguide) | window.isactive(tvtimers) | window.isactive(videoplaylist)">menus-videomenu</include>
</content> </content>
</control> </control>
</control> </control>

View File

@ -7,42 +7,16 @@
<visible>System.HasAddon(script.globalsearch)</visible> <visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>137</label> <label>137</label>
<onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true&amp;livetv=true&amp;actors=true&amp;directors=true)</onclick> <onclick>RunScript(script.globalsearch,movies=true&amp;tvshows=true&amp;episodes=true&amp;livetv=true&amp;actors=true&amp;directors=true)</onclick>
</control> </control>
<control type="button" id="3">
<visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort by</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick condition="window.isactive(videos)">sendclick(videos,3)</onclick>
<onclick condition="window.isactive(tvchannels)">sendclick(tvchannels,3)</onclick>
<onclick condition="window.isactive(tvrecordings)">sendclick(tvrecordings,3)</onclick>
<onclick condition="window.isactive(tvguide)">sendclick(tvguide,3)</onclick>
</control>
<control type="togglebutton" id="4">
<visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort direction</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
<focusedcolor>textActive</focusedcolor>
<label>31109</label>
<altlabel>31110</altlabel>
<width>12-col</width>
<onclick condition="window.isactive(videos)">sendclick(videos,4)</onclick>
<onclick condition="window.isactive(tvchannels)">sendclick(tvchannels,4)</onclick>
<onclick condition="window.isactive(tvrecordings)">sendclick(tvrecordings,4)</onclick>
<onclick condition="window.isactive(tvguide)">sendclick(tvguide,4)</onclick>
</control>
<control type="button" id="509"> <control type="button" id="509">
<visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasTVChannels</visible> <visible>[Window.IsVisible(MyPVRChannels.xml) | Window.IsVisible(MyPVRRecordings.xml) | Window.IsVisible(MyPVRGuide.xml) | Window.IsVisible(MyPVRSearch.xml) | Window.IsVisible(MyPVRTimers.xml)] + PVR.HasTVChannels</visible>
<description>PVR Channel Group</description> <description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>31222</label> <label>31222</label>
<onclick condition="window.isactive(tvchannels)">sendclick(tvchannels,28)</onclick> <onclick condition="window.isactive(tvchannels)">sendclick(tvchannels,28)</onclick>
<onclick condition="window.isactive(tvguide)">sendclick(tvguide,28)</onclick> <onclick condition="window.isactive(tvguide)">sendclick(tvguide,28)</onclick>
@ -53,33 +27,22 @@
<description>PVR Timers</description> <description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>31087</label> <label>31087</label>
<onclick>ActivateWindow(TVTimerRules)</onclick> <onclick>ActivateWindow(TVTimerRules)</onclick>
</control> </control>
<control type="button" id="507"> <control type="button" id="507">
<visible>!System.HasAddon(plugin.video.plexkodiconnect)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>653</label> <label>653</label>
<onclick>UpdateLibrary(video)</onclick> <onclick>UpdateLibrary(video)</onclick>
</control> </control>
<control type="radiobutton" id="14">
<description>Watched Toggle</description>
<label>31195</label>
<width>12-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<textureradiofocus></textureradiofocus>
<textureradionofocus></textureradionofocus>
<radiowidth/>
<radioheight/>
<onclick>sendclick(videos,14)</onclick>
</control>
<control type="radiobutton" id="11"> <control type="radiobutton" id="11">
<description>Unlock Shares</description> <description>Unlock Shares</description>
<label>20336</label> <label>20336</label>
<width>12-col</width> <width>8-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
@ -89,14 +52,6 @@
<onclick>Mastermode</onclick> <onclick>Mastermode</onclick>
<selected>system.ismaster</selected> <selected>system.ismaster</selected>
<visible>system.haslocks</visible> <visible>system.haslocks</visible>
</control>
<control type="button" id="13">
<description>Edit video menu</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
<label>31172</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=videosubmenu)</onclick>
</control> </control>
</include> </include>
<!--music submenu items--> <!--music submenu items-->
@ -105,7 +60,7 @@
<description>Playlist</description> <description>Playlist</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>31123</label> <label>31123</label>
<onclick>activateWindow(musicplaylist)</onclick> <onclick>activateWindow(musicplaylist)</onclick>
</control> </control>
@ -114,14 +69,14 @@
<visible>System.HasAddon(script.globalsearch)</visible> <visible>System.HasAddon(script.globalsearch)</visible>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>137</label> <label>137</label>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick> <onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
</control> </control>
<control type="button" id="3"> <control type="button" id="3">
<visible>!String.IsEmpty(Container.SortMethod)</visible> <visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort by</description> <description>Sort by</description>
<width>12-col</width> <width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label> <label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
@ -135,7 +90,7 @@
<description>Sort direction</description> <description>Sort direction</description>
<label>31109</label> <label>31109</label>
<altlabel>31110</altlabel> <altlabel>31110</altlabel>
<width>12-col</width> <width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus> <alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
@ -149,7 +104,7 @@
<description>PVR Channel Group</description> <description>PVR Channel Group</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>31222</label> <label>31222</label>
<onclick>sendclick(radiochannels,28)</onclick> <onclick>sendclick(radiochannels,28)</onclick>
</control> </control>
@ -158,12 +113,13 @@
<description>PVR Timers</description> <description>PVR Timers</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>31087</label> <label>31087</label>
<onclick>ActivateWindow(RadioTimerRules)</onclick> <onclick>ActivateWindow(RadioTimerRules)</onclick>
</control> </control>
<control type="button" id="504"> <control type="button" id="504">
<width>12-col</width> <visible>!System.HasAddon(plugin.video.plexkodiconnect)</visible>
<width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>653</label> <label>653</label>
@ -172,20 +128,12 @@
<control type="radiobutton" id="20"> <control type="radiobutton" id="20">
<!--<visible>musicPlaylist</visible>--> <!--<visible>musicPlaylist</visible>-->
<description>Shuffle</description> <description>Shuffle</description>
<width>12-col</width> <width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>191</label> <label>191</label>
<onclick condition="!Playlist.IsRandom">PlayerControl(randomOn)</onclick> <onclick condition="!Playlist.IsRandom">PlayerControl(randomOn)</onclick>
<onclick condition="Playlist.IsRandom">PlayerControl(randomOff)</onclick> <onclick condition="Playlist.IsRandom">PlayerControl(randomOff)</onclick>
</control>
<control type="button" id="14">
<description>Edit music menu</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
<label>31173</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=musicsubmenu)</onclick>
</control> </control>
</include> </include>
<!--pictures submenu items--> <!--pictures submenu items-->
@ -194,7 +142,7 @@
<control type="button" id="3"> <control type="button" id="3">
<visible>!String.IsEmpty(Container.SortMethod)</visible> <visible>!String.IsEmpty(Container.SortMethod)</visible>
<description>Sort by</description> <description>Sort by</description>
<width>12-col</width> <width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<label>103</label> <label>103</label>
@ -205,25 +153,17 @@
<description>Sort direction</description> <description>Sort direction</description>
<label>31109</label> <label>31109</label>
<altlabel>31110</altlabel> <altlabel>31110</altlabel>
<width>12-col</width> <width>8-col</width>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus> <alttexturefocus colordiffuse="highlight">colors/white.png</alttexturefocus>
<onclick>sendclick(pictures,4)</onclick> <onclick>sendclick(pictures,4)</onclick>
</control>
<control type="button" id="17">
<description>Edit pictures menu</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
<label>31174</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=picturessubmenu)</onclick>
</control> </control>
</include> </include>
<!--pictures submenu items--> <!--pictures submenu items-->
<include name="addonsSideMenu"> <include name="addonsSideMenu">
<control type="radiobutton" id="7"> <control type="radiobutton" id="7">
<width>12-col</width> <width>8-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textureradiofocus></textureradiofocus> <textureradiofocus></textureradiofocus>
@ -234,7 +174,7 @@
<onclick>sendclick(addonbrowser,7)</onclick> <onclick>sendclick(addonbrowser,7)</onclick>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<width>12-col</width> <width>8-col</width>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<textureradiofocus></textureradiofocus> <textureradiofocus></textureradiofocus>
@ -247,7 +187,7 @@
<control type="button" id="9"> <control type="button" id="9">
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>24034</label> <label>24034</label>
<onclick>sendclick(addonbrowser,9)</onclick> <onclick>sendclick(addonbrowser,9)</onclick>
</control> </control>
@ -259,7 +199,7 @@
<description>Sort by</description> <description>Sort by</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus> <texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<width>12-col</width> <width>8-col</width>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label> <label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>sendclick(games,3)</onclick> <onclick>sendclick(games,3)</onclick>
</control> </control>
@ -271,16 +211,8 @@
<focusedcolor>textActive</focusedcolor> <focusedcolor>textActive</focusedcolor>
<label>31109</label> <label>31109</label>
<altlabel>31110</altlabel> <altlabel>31110</altlabel>
<width>12-col</width> <width>8-col</width>
<onclick>sendclick(games,4)</onclick> <onclick>sendclick(games,4)</onclick>
</control>
<control type="button" id="17">
<description>Edit Games menu</description>
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
<focusedcolor>textActive</focusedcolor>
<width>12-col</width>
<label>31233</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=gamesubmenu)</onclick>
</control> </control>
</include> </include>
</includes> </includes>

View File

@ -73,22 +73,18 @@
<posx>0</posx> <posx>0</posx>
<width>504</width> <width>504</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(poster)]</texture> <texture diffuse="masks/showcasePoster.png">$INFO[listitem.art(poster)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(ListItem.art(fanart))</visible> <visible>!String.IsEmpty(ListItem.art(fanart))</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(fanart)]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[listitem.art(fanart)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="panel" id="50"> <control type="panel" id="50">
<posx>180</posx> <posx>180</posx>
@ -103,9 +99,7 @@
<width>300</width> <width>300</width>
<height>300</height> <height>300</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">scale</aspectratio>
<texture border="0" fallback="colors/offblack.png">$INFO[listitem.thumb]</texture> <texture fallback="colors/offblack.png" diffuse="masks/showcaseCast.png">$INFO[listitem.thumb]</texture>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
<control type="group"> <control type="group">
@ -137,18 +131,16 @@
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(0).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(0).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(0).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(0).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(listitem.art(discart))</visible> <visible>!String.IsEmpty(listitem.art(discart))</visible>
<width>756</width> <width>756</width>
<height>756</height> <height>756</height>
<texture>$INFO[listitem.art(discart)]</texture> <texture diffuse="masks/showcaseDiscart.png">$INFO[listitem.art(discart)]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -157,44 +149,36 @@
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(1).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(1).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(1).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(1).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(2).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(2).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(2).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(2).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(3).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(3).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(3).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(3).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>2-col</posx> <posx>2-col</posx>
<visible>!String.IsEmpty(container(99999).ListItemNoWrap(4).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible> <visible>!String.IsEmpty(container(99999).ListItemNoWrap(4).filenameandpath) + !Skin.HasSetting(disableExtendedFanart)</visible>
<width>1344</width> <width>1344</width>
<height>756</height> <height>756</height>
<texture>$INFO[container(99999).ListItemNoWrap(4).filenameandpath,,]</texture> <texture diffuse="masks/showcaseFanart.png">$INFO[container(99999).ListItemNoWrap(4).filenameandpath,,]</texture>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<bordertexture border="3">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
</control> </control>

459
1080i/Includes_menus.xml Normal file
View File

@ -0,0 +1,459 @@
<?xml version='1.0' encoding='UTF-8'?>
<includes>
<include name="menus-mainmenu">
<item id="4">
<property name="id">$NUMBER[4]</property>
<label>$LOCALIZE[31249]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31249</property>
<property name="defaultID">31249</property>
<visible>[System.HasPVRAddon] + [PVR.HasTVChannels]</visible>
<onclick>ActivateWindow(TVChannels)</onclick>
<property name="path">ActivateWindow(TVChannels)</property>
<property name="list">TVChannels</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">num-31249</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
<item id="5">
<property name="id">$NUMBER[5]</property>
<label>$LOCALIZE[31250]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31250</property>
<property name="defaultID">31250</property>
<visible>[System.HasPVRAddon] + [PVR.HasRadioChannels]</visible>
<onclick>ActivateWindow(Radiochannels)</onclick>
<property name="path">ActivateWindow(Radiochannels)</property>
<property name="list">Radiochannels</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">num-31250</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
<item id="6">
<property name="id">$NUMBER[6]</property>
<label>$LOCALIZE[342]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">movies</property>
<property name="defaultID">movies</property>
<visible>[Library.HasContent(Movies)] + [Library.HasContent(Movies)]</visible>
<onclick condition="!Skin.HasSetting(disableRecentMovies)">ActivateWindow(Videos,videodb://movies/titles/)</onclick>
<property name="path">ActivateWindow(Videos,videodb://movies/titles/)</property>
<property name="list">videodb://movies/titles/</property>
<onclick condition="!Skin.HasSetting(disableRecentMovies)">control.setfocus(9103,0,absolute)</onclick>
<onclick condition="Skin.HasSetting(disableRecentMovies)">ActivateWindow(Videos,videodb://movies/titles/)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">movies</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">True</property>
</item>
<item id="7">
<property name="id">$NUMBER[7]</property>
<label>$LOCALIZE[20343]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">tvshows</property>
<property name="defaultID">tvshows</property>
<visible>[Library.HasContent(TVShows)] + [Library.HasContent(TVshows)]</visible>
<onclick condition="!Skin.HasSetting(disableRecentTVShows)">ActivateWindow(Videos,videodb://tvshows/titles/)</onclick>
<property name="path">ActivateWindow(Videos,videodb://tvshows/titles/)</property>
<property name="list">videodb://tvshows/titles/</property>
<onclick condition="!Skin.HasSetting(disableRecentTVShows)">control.setfocus(9203,0,absolute)</onclick>
<onclick condition="Skin.HasSetting(disableRecentTVShows)">ActivateWindow(Videos,videodb://tvshows/titles/)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">tvshows</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">True</property>
</item>
<item id="8">
<property name="id">$NUMBER[8]</property>
<label>$LOCALIZE[3]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">3</property>
<property name="defaultID">3</property>
<visible>!Library.HasContent(Video)</visible>
<onclick>ActivateWindow(Videos,sources://video/)</onclick>
<property name="path">ActivateWindow(Videos,sources://video/)</property>
<property name="list">sources://video/</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">num-3</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
<item id="9">
<property name="id">$NUMBER[9]</property>
<label>$LOCALIZE[2]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">2</property>
<property name="defaultID">2</property>
<property name="icon">DefaultAddon.png</property>
<visible>[Library.HasContent(Music)] + [Library.HasContent(Music)]</visible>
<onclick condition="!Skin.HasSetting(disableRecentAlbums)">ActivateWindow(Music,musicdb://albums/)</onclick>
<property name="path">ActivateWindow(Music,musicdb://albums/)</property>
<property name="list">musicdb://albums/</property>
<onclick condition="!Skin.HasSetting(disableRecentAlbums)">control.setfocus(9998,0,absolute)</onclick>
<onclick condition="Skin.HasSetting(disableRecentAlbums)">ActivateWindow(Music,musicdb://albums/)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">num-2</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
<item id="10">
<property name="id">$NUMBER[10]</property>
<label>$LOCALIZE[2]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">2--0</property>
<property name="defaultID">2--0</property>
<visible>!Library.HasContent(Music)</visible>
<onclick>ActivateWindow(Music,Files)</onclick>
<property name="path">ActivateWindow(Music,Files)</property>
<property name="list">Files</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">2-0</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
<item id="12">
<property name="id">$NUMBER[12]</property>
<label>$LOCALIZE[31232]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31232</property>
<property name="defaultID">31232</property>
<onclick>ActivateWindow(games,plugin://plugin.program.akl/sources)</onclick>
<property name="path">ActivateWindow(games,plugin://plugin.program.akl/sources)</property>
<property name="list">games</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="submenuVisibility">num-31232</property>
<property name="group">mainmenu</property>
<property name="hasSubmenu">False</property>
</item>
</include>
<include name="menus-videomenu">
<item id="1">
<property name="id">$NUMBER[1]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[31136]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31136</property>
<property name="defaultID">31136</property>
<visible>Player.HasMedia</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>action(FullScreen)</onclick>
<property name="path">action(FullScreen)</property>
<property name="list">action(FullScreen)</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="2">
<property name="id">$NUMBER[2]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[31215]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31215</property>
<property name="defaultID">31215</property>
<visible>[System.HasPVRAddon] + [PVR.HasTVChannels]</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(TVChannels)</onclick>
<property name="path">ActivateWindow(TVChannels)</property>
<property name="list">TVChannels</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="3">
<property name="id">$NUMBER[3]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[31112]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31112</property>
<property name="defaultID">31112</property>
<visible>[System.HasPVRAddon] + [PVR.HasTVChannels]</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(TVGuide)</onclick>
<property name="path">ActivateWindow(TVGuide)</property>
<property name="list">TVGuide</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="4">
<property name="id">$NUMBER[4]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[31165]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31165</property>
<property name="defaultID">31165</property>
<visible>[System.HasPVRAddon] + [PVR.HasTVChannels]</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(TVRecordings)</onclick>
<property name="path">ActivateWindow(TVRecordings)</property>
<property name="list">TVRecordings</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="5">
<property name="id">$NUMBER[5]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[342]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">movies</property>
<property name="defaultID">movies</property>
<visible>Library.HasContent(Movies)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick condition="!window.isactive(videos) + !Skin.HasSetting(disableRecentMovies)">ActivateWindow(Videos,videodb://movies/titles/)</onclick>
<property name="path">ActivateWindow(Videos,videodb://movies/titles/)</property>
<property name="list">videodb://movies/titles/</property>
<onclick condition="!window.isactive(videos) + !Skin.HasSetting(disableRecentMovies)">control.setfocus(9103,0,absolute)</onclick>
<onclick condition="window.isactive(videos) + !Skin.HasSetting(disableRecentMovies)">Container.Update(videodb://movies/titles/)</onclick>
<onclick condition="window.isactive(videos) + !Skin.HasSetting(disableRecentMovies)">control.setfocus(9103,0,absolute)</onclick>
<onclick condition="!window.isactive(videos) + Skin.HasSetting(disableRecentMovies)">ActivateWindow(Videos,videodb://movies/titles/)</onclick>
<onclick condition="!window.isactive(videos) + Skin.HasSetting(disableRecentMovies)">control.setfocus(9104,0,absolute)</onclick>
<onclick condition="window.isactive(videos) + Skin.HasSetting(disableRecentMovies)">Container.Update(videodb://movies/titles/)</onclick>
<onclick condition="window.isactive(videos) + Skin.HasSetting(disableRecentMovies)">control.setfocus(9104,0,absolute)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="6">
<property name="id">$NUMBER[6]</property>
<property name="mainmenuid">15</property>
<label>$LOCALIZE[20343]</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">tvshows</property>
<property name="defaultID">tvshows</property>
<visible>Library.HasContent(TVShows)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick condition="!window.isactive(videos) + !Skin.HasSetting(disableRecentTVShows)">ActivateWindow(Videos,videodb://tvshows/titles/)</onclick>
<property name="path">ActivateWindow(Videos,videodb://tvshows/titles/)</property>
<property name="list">videodb://tvshows/titles/</property>
<onclick condition="!window.isactive(videos) + !Skin.HasSetting(disableRecentTVShows)">control.setfocus(9203,0,absolute)</onclick>
<onclick condition="window.isactive(videos) + !Skin.HasSetting(disableRecentTVShows)">Container.Update(videodb://tvshows/titles/)</onclick>
<onclick condition="window.isactive(videos) + !Skin.HasSetting(disableRecentTVShows)">control.setfocus(9203,0,absolute)</onclick>
<onclick condition="!window.isactive(videos) + Skin.HasSetting(disableRecentTVShows)">ActivateWindow(Videos,videodb://tvshows/titles/)</onclick>
<onclick condition="!window.isactive(videos) + Skin.HasSetting(disableRecentTVShows)">control.setfocus(9204,0,absolute)</onclick>
<onclick condition="window.isactive(videos) + Skin.HasSetting(disableRecentTVShows)">Container.Update(videodb://tvshows/titles/)</onclick>
<onclick condition="window.isactive(videos) + Skin.HasSetting(disableRecentTVShows)">control.setfocus(9204,0,absolute)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="7">
<property name="id">$NUMBER[7]</property>
<property name="mainmenuid">15</property>
<label>Addons</label>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31088</property>
<property name="defaultID">31088</property>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(Videos,addons://sources/video/)</onclick>
<property name="path">ActivateWindow(Videos,addons://sources/video/)</property>
<property name="list">addons://sources/video/</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">videosubmenu</property>
<property name="isSubmenu">True</property>
</item>
</include>
<include name="menus-musicmenu">
<item id="1">
<property name="id">$NUMBER[1]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[31136]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31136</property>
<property name="defaultID">31136</property>
<visible>Player.HasMedia</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>activateWindow(musicplaylist)</onclick>
<property name="path">activateWindow(musicplaylist)</property>
<property name="list">activateWindow(musicplaylist)</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="3">
<property name="id">$NUMBER[3]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[31031]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31031</property>
<property name="defaultID">31031</property>
<visible>Library.HasContent(Music)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>PlayerControl(Partymode(music))</onclick>
<property name="path">PlayerControl(Partymode(music))</property>
<property name="list">PlayerControl(Partymode(music))</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="4">
<property name="id">$NUMBER[4]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[31250]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31250</property>
<property name="defaultID">31250</property>
<visible>[System.HasPVRAddon] + [PVR.HasRadioChannels]</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(Radiochannels)</onclick>
<property name="path">ActivateWindow(Radiochannels)</property>
<property name="list">Radiochannels</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="5">
<property name="id">$NUMBER[5]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[133]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">133</property>
<property name="defaultID">133</property>
<visible>Library.HasContent(Music)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick condition="window.isactive(music)">Container.Update(musicdb://artists/)</onclick>
<property name="path">Container.Update(musicdb://artists/)</property>
<property name="list">Container.Update(musicdb://artists/)</property>
<onclick condition="window.isactive(music)">control.setfocus(51,0,absolute)</onclick>
<onclick condition="!window.isactive(music)">ActivateWindow(Music,musicdb://artists/)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="6">
<property name="id">$NUMBER[6]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[132]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">132</property>
<property name="defaultID">132</property>
<visible>Library.HasContent(Music)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick condition="!window.isactive(music) + !Skin.HasSetting(disableRecentAlbums)">ActivateWindow(Music,musicdb://albums/)</onclick>
<property name="path">ActivateWindow(Music,musicdb://albums/)</property>
<property name="list">musicdb://albums/</property>
<onclick condition="!window.isactive(music) + !Skin.HasSetting(disableRecentAlbums)">control.setfocus(9998,0,absolute)</onclick>
<onclick condition="window.isactive(music) + !Skin.HasSetting(disableRecentAlbums)">Container.Update(musicdb://albums/)</onclick>
<onclick condition="window.isactive(music) + !Skin.HasSetting(disableRecentAlbums)">control.setfocus(9998,0,absolute)</onclick>
<onclick condition="!window.isactive(music) + Skin.HasSetting(disableRecentAlbums)">ActivateWindow(Music,musicdb://albums/)</onclick>
<onclick condition="!window.isactive(music) + Skin.HasSetting(disableRecentAlbums)">control.setfocus(9124,0,absolute)</onclick>
<onclick condition="window.isactive(music) + Skin.HasSetting(disableRecentAlbums)">Container.Update(musicdb://albums/)</onclick>
<onclick condition="window.isactive(music) + Skin.HasSetting(disableRecentAlbums)">control.setfocus(9124,0,absolute)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="8">
<property name="id">$NUMBER[8]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[136]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">136</property>
<property name="defaultID">136</property>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>activateWindow(Music,special://musicplaylists/)</onclick>
<property name="path">activateWindow(Music,special://musicplaylists/)</property>
<property name="list">activateWindow(Music,special://musicplaylists/)</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="9">
<property name="id">$NUMBER[9]</property>
<property name="mainmenuid">16</property>
<label>$LOCALIZE[20389]</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">musicvideos</property>
<property name="defaultID">musicvideos</property>
<visible>Library.HasContent(MusicVideos)</visible>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick condition="window.isactive(music)">Container.Update(videodb://musicvideos/titles/)</onclick>
<property name="path">Container.Update(videodb://musicvideos/titles/)</property>
<property name="list">Container.Update(videodb://musicvideos/titles/)</property>
<onclick condition="!window.isactive(music)">ActivateWindow(Videos,videodb://musicvideos/titles/)</onclick>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="10">
<property name="id">$NUMBER[10]</property>
<property name="mainmenuid">16</property>
<label>Addons</label>
<label2>$LOCALIZE[10005]</label2>
<icon>DefaultAddon.png</icon>
<thumb />
<property name="labelID">31090</property>
<property name="defaultID">31090</property>
<onclick condition="true">control.setfocus(9999)</onclick>
<onclick>ActivateWindow(Music,Addons)</onclick>
<property name="path">ActivateWindow(Music,Addons)</property>
<property name="list">Addons</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">musicsubmenu</property>
<property name="isSubmenu">True</property>
</item>
</include>
<include name="menus-gamemenu">
<item id="1">
<property name="id">$NUMBER[1]</property>
<property name="mainmenuid">18</property>
<label>$LOCALIZE[744]</label>
<icon>DefaultShortcut.png</icon>
<thumb />
<property name="labelID">744</property>
<property name="defaultID">744</property>
<onclick>ActivateWindow(Games,files)</onclick>
<property name="path">ActivateWindow(Games,files)</property>
<property name="list">files</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">gamesubmenu</property>
<property name="isSubmenu">True</property>
</item>
<item id="2">
<property name="id">$NUMBER[2]</property>
<property name="mainmenuid">18</property>
<label>$LOCALIZE[31234]</label>
<icon>DefaultShortcut.png</icon>
<thumb />
<property name="labelID">31234</property>
<property name="defaultID">31234</property>
<onclick>ActivateWindow(Games,Addons,return)</onclick>
<property name="path">ActivateWindow(Games,Addons,return)</property>
<property name="list">Addons</property>
<visible>String.IsEqual(System.ProfileName,Master user)</visible>
<property name="group">gamesubmenu</property>
<property name="isSubmenu">True</property>
</item>
</include>
</includes>

View File

@ -6,8 +6,8 @@
<value condition="Window.isactive(Videos) + Container.Content(musicvideos)">$LOCALIZE[20389] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value> <value condition="Window.isactive(Videos) + Container.Content(musicvideos)">$LOCALIZE[20389] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value>
<value condition="Window.isactive(Videos) + [Container.Content(movies) | container.content(tvshows)] + String.Contains(Container.folderpath,special://profile/playlists/video)">[CAPITALIZE]$INFO[container.foldername][/CAPITALIZE] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value> <value condition="Window.isactive(Videos) + [Container.Content(movies) | container.content(tvshows)] + String.Contains(Container.folderpath,special://profile/playlists/video)">[CAPITALIZE]$INFO[container.foldername][/CAPITALIZE] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value>
<value condition="Window.isactive(Videos) + String.Contains(Container.folderpath,plugin)">$INFO[container.foldername] $INFO[ListItem.TVShowTitle,- ,] $INFO[ListItem.season,$LOCALIZE[20373] ,]</value> <value condition="Window.isactive(Videos) + String.Contains(Container.folderpath,plugin)">$INFO[container.foldername] $INFO[ListItem.TVShowTitle,- ,] $INFO[ListItem.season,$LOCALIZE[20373] ,]</value>
<value condition="Window.isactive(Videos) + Container.Content(movies)">$LOCALIZE[20342] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value> <value condition="Window.isactive(Videos) + Container.Content(movies)">$LOCALIZE[20342] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR][/LOWERCASE]</value>
<value condition="Window.isactive(Videos) + Container.Content(tvshows)">$LOCALIZE[31216] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR][/LOWERCASE]</value> <value condition="Window.isactive(Videos) + Container.Content(tvshows)">$LOCALIZE[31216] [LOWERCASE][COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR][/LOWERCASE]</value>
<value condition="Window.isactive(Videos) + [Container.Content(seasons) | Container.Content(episodes)]">$LOCALIZE[20343]</value> <value condition="Window.isactive(Videos) + [Container.Content(seasons) | Container.Content(episodes)]">$LOCALIZE[20343]</value>
<value condition="Window.isactive(Videos) + !String.IsEmpty(container.foldername)">$INFO[container.foldername]</value> <value condition="Window.isactive(Videos) + !String.IsEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.isactive(Videos) + String.IsEmpty(container.foldername)">$LOCALIZE[31012]</value> <value condition="Window.isactive(Videos) + String.IsEmpty(container.foldername)">$LOCALIZE[31012]</value>
@ -26,23 +26,21 @@
<value condition="Window.isactive(TVchannels) | Window.isactive(TVGuide)">$LOCALIZE[19020] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value> <value condition="Window.isactive(TVchannels) | Window.isactive(TVGuide)">$LOCALIZE[19020] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value>
<value condition="Window.isactive(RadioChannels)">$LOCALIZE[19021] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value> <value condition="Window.isactive(RadioChannels)">$LOCALIZE[19021] [COLOR highlight]$LOCALIZE[31078][/COLOR]</value>
<value condition="Window.isactive(TVRecordings)">$LOCALIZE[19020] [COLOR highlight]$LOCALIZE[31165][/COLOR]</value> <value condition="Window.isactive(TVRecordings)">$LOCALIZE[19020] [COLOR highlight]$LOCALIZE[31165][/COLOR]</value>
<value condition="Window.isactive(MyPVRTimers.xml)">$LOCALIZE[31060] [COLOR highlight]$LOCALIZE[31087][/COLOR]</value>
<value condition="Window.isactive(programs)">$LOCALIZE[10506]</value> <value condition="Window.isactive(programs)">$LOCALIZE[10506]</value>
<value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$LOCALIZE[31123]</value> <value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$LOCALIZE[31123]</value>
<value condition="Window.isactive(pictures)">$LOCALIZE[31056]</value> <value condition="String.Contains(Container.FolderPath,plugin://plugin.program.akl/sources)">$LOCALIZE[31232] [LOWERCASE][COLOR highlight]All Platforms[/COLOR][/LOWERCASE]</value>
<value condition="String.Contains(Container.FolderPath,plugin://plugin.program.akl/source/)">$LOCALIZE[31232] [LOWERCASE][COLOR highlight]$INFO[listitem.property(platform)][/COLOR][/LOWERCASE]</value>
<value condition="Window.isactive(games)">$LOCALIZE[31232] [LOWERCASE][COLOR highlight]$INFO[container.foldername][/COLOR][/LOWERCASE]</value> <value condition="Window.isactive(games)">$LOCALIZE[31232] [LOWERCASE][COLOR highlight]$INFO[container.foldername][/COLOR][/LOWERCASE]</value>
</variable> </variable>
<variable name="listSubTitle"> <variable name="listSubTitle">
<value condition="Window.isactive(Videos)">$INFO[Container.NumAllItems,, $LOCALIZE[31014]] $VAR[unwatchedOnly]</value> <value condition="Window.isactive(Videos)">$INFO[Container.NumAllItems,, $LOCALIZE[31014]]</value>
<value condition="Window.isactive(Music)">$INFO[container.NumAllItems,, $LOCALIZE[31014]]</value> <value condition="Window.isactive(Music)">$INFO[container.NumAllItems,, $LOCALIZE[31014]]</value>
<value condition="Window.isactive(MyPVRTimers.xml)">$INFO[container.NumAllItems,, $LOCALIZE[31145]]</value>
<value condition="Window.isactive(Weather)">$LOCALIZE[31212] $INFO[Window.Property(WeatherProvider)]</value> <value condition="Window.isactive(Weather)">$LOCALIZE[31212] $INFO[Window.Property(WeatherProvider)]</value>
<value condition="Window.isactive(TVchannels) | Window.isactive(RadioChannels) | Window.isactive(TVGuide)">$INFO[Pvr.BackendChannels] $LOCALIZE[19019] ($INFO[control.getlabel(29)])</value> <value condition="Window.isactive(TVchannels) | Window.isactive(RadioChannels) | Window.isactive(TVGuide)">$INFO[Pvr.BackendChannels] $LOCALIZE[19019] ($INFO[control.getlabel(29)])</value>
<value condition="Window.isactive(TVRecordings)">$INFO[container.NumAllItems] $LOCALIZE[31165] ($INFO[Pvr.BackendDiskSpace])</value> <value condition="Window.isactive(TVRecordings)">$INFO[container.NumAllItems] $LOCALIZE[31165] ($INFO[Pvr.BackendDiskSpace])</value>
<value condition="Window.isactive(programs)">$INFO[container.NumAllItems,, $LOCALIZE[31145]]</value> <value condition="Window.isactive(programs)">$INFO[container.NumAllItems,, $LOCALIZE[31145]]</value>
<value condition="Window.isactive(games)">$INFO[container.NumAllItems,, $LOCALIZE[31145]]</value> <value condition="Window.isactive(games)">$INFO[container.NumAllItems,, $LOCALIZE[31145]]</value>
<value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$INFO[container.NumAllItems,, $LOCALIZE[31014]]</value> <value condition="Window.isactive(musicplaylist) | Window.isactive(videoplaylist)">$INFO[container.NumAllItems,, $LOCALIZE[31014]]</value>
<value condition="Window.isactive(pictures) + Integer.IsGreater(container.Numitems,0)">$INFO[container.NumAllItems,, $LOCALIZE[31014]]</value>
</variable> </variable>
<!--list view item detail / subheader--> <!--list view item detail / subheader-->
<variable name="itemDetail"> <variable name="itemDetail">

View File

@ -1,118 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">52</defaultcontrol>
<controls>
<include>globalBackground</include>
<control type="group">
<posx>col-10-begin</posx>
<posy>row-8-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>456</width>
<height>408</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<height>6-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>142</posx>
<posy>36</posy>
<width>4-row</width>
<height>4-row</height>
<texture>kodilogo.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="list" id="52">
<posx>0</posx>
<posy>228</posy>
<width>6-col</width>
<height>7-row</height>
<itemlayout width="6-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>LoginScreen.xml</label>
</control>
</controls>
</window>

View File

@ -2,7 +2,7 @@
<window> <window>
<!--content moved to custom_musicPlayerFullscreen.xml--> <!--content moved to custom_musicPlayerFullscreen.xml-->
<onload>action(back)</onload> <onload>action(back)</onload>
<onload>activateWindow(1103)</onload> <onload>AlarmClock(gotoplaylist,activateWindow(musicplaylist),00:01,true)</onload>
<controls> <controls>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -1,19 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9998</defaultcontrol>
<onload></onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<views>51</views> <views>50,501,502</views>
<controls> <controls>
<include>globalBackground</include>
<!--page container group--> <!--page container group-->
<control type="group"> <control type="group">
<include>globalBackground</include>
<!--shift page for certain modal dialogs--> <!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include> <include>modalDialogContentShift</include>
<!--Main content listing--> <!--Main content listing-->
<control type="group" id="9999"> <control type="group" id="9999">
<include>contentOpen</include> <!--source content-->
<onleft>9000</onleft> <control type="group">
<include>games</include> <include>contentOpen</include>
<!--source content-->
<control type="group" id="9500">
<include>videofiles</include>
<include>gamePlatform</include>
<include>games</include>
</control>
<control type="panel" id="50">
<visible>!$EXP[isGame] + !$EXP[isGamePlatform]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>71</height>
<aspectratio>stretch</aspectratio>
<texture>masks/tvChannel.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>71</height>
<aspectratio>stretch</aspectratio>
<texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->
<control type="group" id="8000"> <control type="group" id="8000">
@ -34,13 +119,11 @@
</control> </control>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--mini window--> <!--debugging-->
<include>miniVideoPlayer</include>
<!--debug-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>WindowID</include> <include>WindowID</include>
<label>MyGames.xml path: $INFO[container.folderpath] folder: $INFO[container.foldername] content: $INFO[container.content]</label> <label>$INFO[container(502).listitem.trailer] MyGames.xml path: $INFO[container.folderpath] folder: $INFO[container.foldername] content: $INFO[container(502).listitem.trailer]</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -3,7 +3,8 @@
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<include>fadeInOut</include> <include>fadeInOut</include>
<onload>Skin.SetString(recentitems,music)</onload> <onload>Skin.SetString(recentitems,music)</onload>
<views>50,51,52,53,54,55,56,57,59</views> <onload>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp)</onload>
<views>50,51,52,53,54,55,59</views>
<controls> <controls>
<include>globalBackground</include> <include>globalBackground</include>
<control type="group"> <control type="group">
@ -34,9 +35,7 @@
<include>musicgenre</include> <include>musicgenre</include>
<include>musicartistcatalogue</include> <include>musicartistcatalogue</include>
<include>musicartist</include> <include>musicartist</include>
<include>musicspotifyartist</include>
<include>musicalbum</include> <include>musicalbum</include>
<include>musicspotifyalbum</include>
<include>musicsongs</include> <include>musicsongs</include>
<include>musicPlayList</include> <include>musicPlayList</include>
</control> </control>
@ -58,8 +57,6 @@
<include>pageHeader</include> <include>pageHeader</include>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--loading indicator--> <!--loading indicator-->

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onload condition="window.isactive(radiochannels)">Skin.SetString(recentitems,music)</onload> <onload condition="window.isactive(radiochannels)">Skin.SetString(recentitems,music)</onload>
<onload condition="window.isactive(tvchannels)">Skin.SetString(recentitems,video)</onload> <onload condition="window.isactive(tvchannels)">Skin.SetString(recentitems,video)</onload>
<animation type="windowClose"> <animation type="windowClose">
@ -44,8 +44,6 @@
<visible>false</visible> <visible>false</visible>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--debugging--> <!--debugging-->

View File

@ -2,7 +2,7 @@
<window> <window>
<views>10</views> <views>10</views>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onload>Skin.SetString(recentitems,video)</onload> <onload>Skin.SetString(recentitems,video)</onload>
<animation type="windowClose"> <animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
@ -52,15 +52,37 @@
</control> </control>
</rulerdatelayout> </rulerdatelayout>
<channellayout height="2-row" width="288"> <channellayout height="2-row" width="288">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>70</height>
<aspectratio>keep</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>213</width>
<height>70</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<width>198</width> <width>198</width>
@ -75,26 +97,41 @@
<focusedchannellayout height="2-row" width="288"> <focusedchannellayout height="2-row" width="288">
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<width>216</width> <width>213</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="group">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio>keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/> <effect type="fade" time="0" end="50"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
</control> <control type="image">
<posx>0</posx>
<posy>0</posy>
<width>72</width>
<height>72</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
</control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<width>198</width> <width>186</width>
<height>2-row</height> <height>2-row</height>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -164,8 +201,6 @@
<visible>false</visible> <visible>false</visible>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--debugging--> <!--debugging-->

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="false">9999</defaultcontrol> <defaultcontrol always="false">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onload>Skin.SetString(recentitems,video)</onload> <onload>Skin.SetString(recentitems,video)</onload>
<animation type="windowClose"> <animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/> <effect type="fade" start="100" end="0" time="300"/>
@ -38,16 +38,16 @@
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="colors/black.png" diffuse="masks/iconEndCapLeft.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
@ -62,7 +62,7 @@
<label></label> <label></label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>15-col</width>
<height>2-row</height> <height>2-row</height>
@ -82,7 +82,7 @@
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label>$INFO[ListItem.Date,, ]$INFO[ListItem.Duration,(,)]</label> <label>$INFO[ListItem.Date,, • ]$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="24-col" height="2-row"> <focusedlayout width="24-col" height="2-row">
@ -90,23 +90,23 @@
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>71</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="group"> <control type="group">
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/> <effect type="fade" start="100" end="50" time="0"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>70</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="colors/white.png" diffuse="masks/iconEndCapLeft.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!String.IsEmpty(ListItem.playcount) + !ListItem.IsResumable</visible> <visible>!String.IsEmpty(ListItem.playcount) + !ListItem.IsResumable</visible>
@ -121,7 +121,7 @@
</control> </control>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>15-col</width>
<height>2-row</height> <height>2-row</height>
@ -130,10 +130,10 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor> <selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]$INFO[ListItem.EpisodeName, - ,]</label> <label>$INFO[ListItem.label]$INFO[ListItem.EpisodeName, - ,]</label>
</control> </control>
<control type="label"> <control type="label">
<right>12</right> <right>24</right>
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
@ -142,7 +142,7 @@
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
<label>$INFO[ListItem.Date,, ]$INFO[ListItem.Duration,(,)]</label> <label>$INFO[ListItem.Date,, • ]$INFO[ListItem.duration(H)]hr $INFO[ListItem.duration(MM)]min</label>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>
@ -164,8 +164,6 @@
<include>pageHeader</include> <include>pageHeader</include>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--debugging--> <!--debugging-->

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<onload>action(back)</onload>
<controls>
<!--removed: not used-->
</controls>
</window>

View File

@ -1,189 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">9999</defaultcontrol>
<animation type="windowClose">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<views>50</views>
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--window fader-->
<animation type="conditional" condition="window.next(0) | window.next(1)">
<effect type="fade" start="100" end="0" time="300"/>
</animation>
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<!--Main content listing-->
<control type="group" id="9999">
<include>contentOpen</include>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<control type="panel" id="50">
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<visible>ListItem.HasTimer</visible>
<posx>16</posx>
<posy>2</posy>
<width>66</width>
<height>66</height>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>13-col</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Date]</label>
</control>
<control type="label">
<posx>20-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Comment]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="group">
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">colors/offblack.png</texture>
</control>
<control type="label">
<visible>!String.IsEmpty(ListItem.playcount) + !ListItem.IsResumable</visible>
<posx>16</posx>
<posy>2</posy>
<width>66</width>
<height>66</height>
<font>symbolLarge</font>
<textcolor>black</textcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>11-col</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>13-col</posx>
<posy>0</posy>
<width>8-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Date]</label>
</control>
<control type="label">
<posx>20-col</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<selectedcolor>textActive</selectedcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Comment]</label>
</control>
</focusedlayout>
</control>
</control>
<!--page scrollbar-->
<control type="group" id="9400">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(9400).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>54r</posx>
<posy>row-6-begin</posy>
<height>20-row</height>
<onleft>9999</onleft>
<onback>9999</onback>
</control>
</control>
<!--page header-->
<control type="group">
<include>pageHeader</include>
</control>
</control>
<!--hub menu-->
<include>hubMenu</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>MyPVRTimers.xml</label>
</control>
</controls>
</window>

View File

@ -1,47 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
<include>fadeInOut</include>
<views>50,51</views>
<controls>
<include>globalBackground</include>
<!--page container group-->
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<!--Main content listing-->
<control type="group" id="9999">
<include>contentOpen</include>
<onleft>9000</onleft>
<include>photos</include>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60) + !EXP[isPhotoAlbum]</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>54r</posx>
<posy>row-6-begin</posy>
<height>20-row</height>
<onleft>9999</onleft>
<onback>9999</onback>
</control>
</control>
<!--page header-->
<control type="group">
<include>pageHeader</include>
</control>
</control>
<!--hub menu-->
<include>hubMenu</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--debug-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyPics.xml path: $INFO[container.folderpath] folder: $INFO[container.foldername] content: $INFO[container.content]</label>
</control>
</controls>
</window>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">59</defaultcontrol> <defaultcontrol always="true">9876</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<views>59</views> <views>59</views>
<controls> <controls>
@ -41,21 +41,32 @@
<onleft>9999</onleft> <onleft>9999</onleft>
<onback>9999</onback> <onback>9999</onback>
</control> </control>
</control> </control>
<!--page header-->
<!--page header-->
<control type="group"> <control type="group">
<visible>control.hasfocus(59)</visible>
<include>pageHeader</include> <include>pageHeader</include>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--hidden buttons to handle dialog autohide-->
<control type="button" id="9876">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onclick>control.setfocus(9000)</onclick>
<onleft>control.setfocus(9000)</onleft>
<ondown condition="!PVR.IsPlayingRadio">control.setfocus(2100)</ondown>
<oninfo>control.setfocus(9000)</oninfo>
</control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>
<control type="label"> <control type="label">
<include>WindowID</include> <include>WindowID</include>
<label>MyPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl]</label> <label>MyPlaylist.xml path: $INFO[container.folderpath] name: $INFO[container.foldername] content: $INFO[container.content] Control: $INFO[System.CurrentControl] $INFO[MusicPlayer.ChannelName]</label>
</control> </control>
</controls> </controls>
</window> </window>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<views>50</views> <views>50</views>
<controls> <controls>
@ -27,24 +27,24 @@
<onup>50</onup> <onup>50</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="24-col" height="2-row"> <itemlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture>masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
@ -70,27 +70,27 @@
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="24-col" height="2-row"> <focusedlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>1-col</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/> <effect type="fade" start="100" end="50" time="0"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> </animation>
</animation> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
<posy>0</posy> <posy>0</posy>
@ -135,8 +135,6 @@
<include>pageHeader</include> <include>pageHeader</include>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--debugging--> <!--debugging-->

View File

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">9999</defaultcontrol> <defaultcontrol always="true">9999</defaultcontrol>
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload> <onload condition="!Player.HasAudio">PlayerControl(stop)</onload>
<onload>Skin.SetString(recentitems,video)</onload> <onload>Skin.SetString(recentitems,video)</onload>
<onload>Sin.SetString(tvQuickLinkValue,Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp))</onload>
<onload>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onload>
<onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload> <onload condition="String.Contains(container.folderpath,plugin://)">Container.SetViewMode(54)</onload>
<include>fadeInOut</include> <include>fadeInOut</include>
<views>50,51,52,53,54,55,58,59</views> <views>50,51,52,53,54,55,58,59</views>
@ -19,11 +21,9 @@
<control type="group" id="9500"> <control type="group" id="9500">
<include>videofiles</include> <include>videofiles</include>
<include>movies</include> <include>movies</include>
<include>addonposters</include>
<include>tvshows</include> <include>tvshows</include>
<include>seasons</include> <include>seasons</include>
<include>episodes</include> <include>episodes</include>
<include>musicvideos</include>
</control> </control>
</control> </control>
<!--page scrollbar--> <!--page scrollbar-->
@ -57,8 +57,6 @@
<include>pageHeader</include> <include>pageHeader</include>
</control> </control>
</control> </control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu--> <!--hub menu-->
<include>hubMenu</include> <include>hubMenu</include>
<!--loading indicator--> <!--loading indicator-->

View File

@ -1,170 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<include>fadeInOut</include>
<controls>
<!--background-->
<include>globalBackground</include>
<!--page header-->
<control type="group">
<include>pageHeader</include>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<!--today-->
<control type="group">
<posx>0</posx>
<posy>2-row</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>24-col</width>
<height>2-row</height>
<font>veryLarge</font>
<label>$INFO[Window.Property(Location)]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="group">
<control type="label">
<posx>0</posx>
<posy>3-row</posy>
<width>21-col</width>
<height>2-row</height>
<font>largeTitle</font>
<label>$INFO[Window.Property(Day0.Outlook)]</label>
<textcolor>highlight</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>6-row</posy>
<width>21-col</width>
<height>2-row</height>
<font>large</font>
<label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits] ($INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]), $INFO[Window.Property(current.condition)]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>8-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>regular</font>
<label>$LOCALIZE[13508]: [B]$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits][/B] $LOCALIZE[418]: [B]$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits][/B] $LOCALIZE[406]: [B]$INFO[Window.Property(Current.Humidity)][/B]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>336</posy>
<width>12-col</width>
<height>2-row</height>
<font>regular</font>
<label>$LOCALIZE[383]: $INFO[Window.Property(Current.wind)]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
</control>
</control>
<!--remaining forecast begins-->
<control type="group">
<control type="panel" id="9000">
<posx>0</posx>
<posy>15-row</posy>
<width>24-col</width>
<height>24-row</height>
<itemlayout width="6-col" height="4-row">
<control type="label">
<posx>0</posx>
<posy>-24</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>$INFO[ListItem.Label]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>18</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<autoscroll delay="3000" time="1000" repeat="3000"/>
<label>$INFO[ListItem.Property(Outlook)]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>76</posy>
<width>6-col-gutter</width>
<height>1-row</height>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
</control>
</itemlayout>
<focusedlayout/>
<content>
<item id="2">
<description>Day 1</description>
<label>$INFO[Window.Property(Day1.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day1.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
</item>
<item id="3">
<description>Day 2</description>
<label>$INFO[Window.Property(Day2.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day2.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
</item>
<item id="4">
<description>Day 3</description>
<label>$INFO[Window.Property(Day3.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day3.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
</item>
<item id="5">
<description>Day 4</description>
<label>$INFO[Window.Property(Day4.Title)]</label>
<property name="fanartCode">$INFO[Window.Property(Day4.fanartCode)]</property>
<property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property>
<property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property>
<property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property>
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
</item>
</content>
</control>
<!--panel ends-->
</control>
</control>
<!--location control-->
<control type="button" id="100">
<description>change location button</description>
<left>-100</left>
<top>-100</top>
<width>6-col</width>
<onright>Weather.LocationNext</onright>
<onleft>Weather.LocationPrevious</onleft>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>MyWeather.xml</label>
</control>
</controls>
</window>

View File

@ -4,8 +4,6 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--main menu--> <!--main menu-->
<control type="group"> <control type="group">
<posx>col-4-begin</posx> <posx>col-4-begin</posx>
@ -17,7 +15,8 @@
<posy>-12</posy> <posy>-12</posy>
<width>1324</width> <width>1324</width>
<height>504</height> <height>504</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<border></border>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -26,7 +25,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -54,9 +53,9 @@
<posy>18</posy> <posy>18</posy>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">strech</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">masks/square.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -96,10 +95,9 @@
<posy>18</posy> <posy>18</posy>
<width>1-col</width> <width>1-col</width>
<height>1-col</height> <height>1-col</height>
<aspectratio scalediffuse="false">scale</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/square.png</texture>
<colordiffuse>textActive</colordiffuse> <colordiffuse>textActive</colordiffuse>
<include>spinFocusIcon</include>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -177,6 +175,7 @@
<onclick>activatewindow(gamesettings)</onclick> <onclick>activatewindow(gamesettings)</onclick>
</item> </item>
<item> <item>
<visible>false</visible>
<description>Profiles</description> <description>Profiles</description>
<label>$LOCALIZE[14210]</label> <label>$LOCALIZE[14210]</label>
<label2></label2> <label2></label2>
@ -197,13 +196,6 @@
<property name="label3">$LOCALIZE[31067]</property> <property name="label3">$LOCALIZE[31067]</property>
<onclick>activatewindow(AddonBrowser)</onclick> <onclick>activatewindow(AddonBrowser)</onclick>
</item> </item>
<item>
<description>File Manager</description>
<label>10003</label>
<label2></label2>
<property name="label3">$LOCALIZE[31095]</property>
<onclick>activatewindow(filemanager)</onclick>
</item>
<item> <item>
<description>Programs</description> <description>Programs</description>
<label>$LOCALIZE[1043]</label> <label>$LOCALIZE[1043]</label>
@ -218,6 +210,13 @@
<property name="label3">$LOCALIZE[31108]</property> <property name="label3">$LOCALIZE[31108]</property>
<onclick>ActivateWindow(systeminfo)</onclick> <onclick>ActivateWindow(systeminfo)</onclick>
</item> </item>
<item>
<description>File Manager</description>
<label>10003</label>
<label2></label2>
<property name="label3">$LOCALIZE[31095]</property>
<onclick>activatewindow(filemanager)</onclick>
</item>
</content> </content>
</control> </control>
<!--libreelec builds only--> <!--libreelec builds only-->

View File

@ -4,8 +4,6 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--placeholder label for current setting group title--> <!--placeholder label for current setting group title-->
<control type="label" id="2"> <control type="label" id="2">
<visible>false</visible> <visible>false</visible>
@ -27,7 +25,7 @@
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1320</width>
<height>720</height> <height>720</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -36,7 +34,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -56,7 +54,10 @@
<posx>0</posx> <posx>0</posx>
<posy>624</posy> <posy>624</posy>
<font>smallStrong</font> <font>smallStrong</font>
<texturenofocus colordiffuse="11FFFFFF">colors/black.png</texturenofocus> <align>left</align>
<textoffsetx>12</textoffsetx>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<label>[B][COLOR highlight]$LOCALIZE[21417]:[/COLOR][/B] $INFO[control.getlabel(20)]</label> <label>[B][COLOR highlight]$LOCALIZE[21417]:[/COLOR][/B] $INFO[control.getlabel(20)]</label>
<onclick>SettingsLevelChange</onclick> <onclick>SettingsLevelChange</onclick>
<onup>3</onup> <onup>3</onup>
@ -68,7 +69,7 @@
<effect type="fade" start="100" end="80" time="100"/> <effect type="fade" start="100" end="80" time="100"/>
</animation> </animation>
<posx>0</posx> <posx>0</posx>
<posy>84</posy> <posy>76</posy>
<width></width> <width></width>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<height>538</height> <height>538</height>
@ -80,8 +81,8 @@
</control> </control>
<!--options--> <!--options-->
<control type="grouplist" id="5"> <control type="grouplist" id="5">
<posx>4-col</posx> <posx>280</posx>
<posy>84</posy> <posy>76</posy>
<width>14-col</width> <width>14-col</width>
<height>606</height> <height>606</height>
<onleft>3</onleft> <onleft>3</onleft>
@ -92,8 +93,11 @@
<itemgap>0</itemgap> <itemgap>0</itemgap>
</control> </control>
<control type="button" id="7"> <control type="button" id="7">
<description>Default Button</description>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<align>left</align>
<textoffsetx>24</textoffsetx>
<font>buttonTitle</font>
</control> </control>
<control type="label" id="14"> <control type="label" id="14">
<description>Default Label</description> <description>Default Label</description>
@ -109,10 +113,13 @@
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<description>Default Radio Button</description> <description>Default Radio Button</description>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<texturefocus>colors/white.png</texturefocus>
<font>buttonTitle</font>
</control> </control>
<control type="spincontrolex" id="9"> <control type="spincontrolex" id="9">
<description>Default Spin Control</description> <description>Default Spin Control</description>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<font>buttonTitle</font>
</control> </control>
<control type="sliderex" id="13"> <control type="sliderex" id="13">
<description>Default Slider</description> <description>Default Slider</description>
@ -125,6 +132,8 @@
<font>buttonTitle</font> <font>buttonTitle</font>
<texturefocus>colors/white.png</texturefocus> <texturefocus>colors/white.png</texturefocus>
<texturenofocus></texturenofocus> <texturenofocus></texturenofocus>
<alttexturefocus>colors/white.png</alttexturefocus>
<align>left</align>
</control> </control>
<control type="button" id="20"> <control type="button" id="20">
<visible>false</visible> <visible>false</visible>

View File

@ -1,157 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">4</defaultcontrol>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-9-begin</posx>
<posy>row-4-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<animation type="conditional" condition="window.isactive(profilesettings)">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="rotatey" start="0" end="90" center="960" tween="cubic" easing="out" time="500"/>
</animation>
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>600</width>
<height>768</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<label>14210</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<control type="image">
<description>profile image</description>
<posx>0</posx>
<posy>84</posy>
<width>8-col</width>
<height>10-row</height>
<texture fallback="colors/black.png" border="0">$INFO[System.ProfileThumb]</texture>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>372</posy>
<width>8-col</width>
<height>73</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>0</posx>
<posy>372</posy>
<width>8-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemSubTitle</font>
<label>$LOCALIZE[31107]: [COLOR highlight]$INFO[System.ProfileName][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<!--dialog controls-->
<control type="radiobutton" id="4">
<description>Enable Login Screen</description>
<posx>0</posx>
<posy>456</posy>
<width>8-col</width>
<label>20096</label>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
<align>left</align>
<ondown>2</ondown>
</control>
<control type="panel" id="2">
<posx>0</posx>
<posy>540</posy>
<width>8-col</width>
<height>204</height>
<onup>4</onup>
<itemlayout width="8-col" height="84">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[listitem.icon]</texture>
<bordersize>0</bordersize>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="84">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/white.png">$INFO[listitem.icon]</texture>
<bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>settingsProfile.xml</label>
</control>
</controls>
</window>

View File

@ -5,105 +5,68 @@
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
<!--Folder titles--> <control type="group">
<control type="group"> <posx>col-1-begin</posx>
<posx>col-1-begin</posx>
<posy>row-1-begin</posy> <posy>row-1-begin</posy>
<animation type="Conditional" condition="Integer.IsGreater(container.numitems,0)"> <!--title-->
<effect type="fade" start="0" end="100" time="300"/> <control type="label">
</animation> <posx>0</posx>
<!--source title--> <posy>0</posy>
<control type="label"> <width>18-col</width>
<posx>0</posx> <font>sectionTitle</font>
<posy>0</posy> <label>Kodi</label>
<width>14-col</width> <textcolor>textActive</textcolor>
<font>pageTitle</font> </control>
<label>$LOCALIZE[31206]</label> <!--subtitle-->
<textcolor>textActive</textcolor> <control type="label">
</control> <posx>0</posx>
<posy>26</posy>
<width>12-col</width>
<height>2-row</height>
<font>menuTitle2</font>
<label>System Information</label>
<textcolor>textActive</textcolor>
</control>
<!--time--> <!--time-->
<control type="label"> <control type="label">
<posx>24-col</posx> <posx>24-col</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<align>right</align> <align>right</align>
<font>pageTitle</font> <font>sectionTitle</font>
<label>$INFO[System.Time]</label> <label>[B]$INFO[System.Time][/B]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--date--> <!--date-->
<control type="label"> <control type="label">
<posx>24-col</posx> <posx>24-col</posx>
<posy>1-row</posy> <posy>26</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<align>right</align> <align>right</align>
<font>pageSubTitle</font> <font>menuTitle2</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label> <label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<!--source subtitle / content selector--> </control>
<control type="list" id="95">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<orientation>horizontal</orientation>
<itemlayout width="2-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<textcolor>44FFFFFF</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="2-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control>
</focusedlayout>
<content>
<item id="1">
<label>$LOCALIZE[31121]</label>
</item>
<item id="2">
<label>12389</label>
</item>
</content>
</control>
</control>
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-6-begin</posy> <posy>row-6-begin</posy>
<include>modalDialogInOutVertical</include> <include>modalDialogInOutVertical</include>
<control type="panel"> <control type="panel">
<visible>container(95).hasfocus(1)</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>24-col</width> <width>24-col</width>
<height>21-row</height> <height>21-row</height>
<ondown>activateWindow(home)</ondown> <ondown>activateWindow(home)</ondown>
<itemlayout width="6-col" height="10-row"> <itemlayout width="432" height="10-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>9-row</height> <height>9-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
@ -112,7 +75,7 @@
<posy>12</posy> <posy>12</posy>
<width>384</width> <width>384</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -129,7 +92,7 @@
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>24</posx>
<posy>row-3-begin</posy> <posy>row-3-begin</posy>
<width>384</width> <width>384</width>
<align>center</align> <align>center</align>
@ -217,18 +180,6 @@
</item> </item>
</content> </content>
</control> </control>
<!--privacy policy-->
<control type="textbox">
<visible>container(95).hasfocus(2)</visible>
<posx>0</posx>
<posy>-36</posy>
<font>textbox</font>
<width>24-col</width>
<textcolor>textActive</textcolor>
<height>23-row</height>
<label>$INFO[System.PrivacyPolicy]</label>
<autoscroll delay="5000" repeat="7500" time="5000">true</autoscroll>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">8000</defaultcontrol> <defaultcontrol always="true">8000</defaultcontrol>
<onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu|gamesubmenu)</onunload>
<controls> <controls>
<!--background--> <!--background-->
<include>globalBackground</include> <include>globalBackground</include>
@ -15,7 +14,7 @@
<posy>-12</posy> <posy>-12</posy>
<width>1320</width> <width>1320</width>
<height>720</height> <height>720</height>
<texture>colors/black.png</texture> <texture border="24">dialogBackground.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -24,7 +23,7 @@
<posy>0</posy> <posy>0</posy>
<width>18-col</width> <width>18-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle2.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -88,9 +87,6 @@
<item id="1"> <item id="1">
<label>$LOCALIZE[128]</label> <label>$LOCALIZE[128]</label>
</item> </item>
<item id="2">
<label>$LOCALIZE[31170]</label>
</item>
<item id="3"> <item id="3">
<label>$LOCALIZE[31044]</label> <label>$LOCALIZE[31044]</label>
</item> </item>
@ -98,15 +94,6 @@
</control> </control>
</control> </control>
<!--options--> <!--options-->
<control type="image">
<posx>4-col</posx>
<posy>2-row</posy>
<width>14-col</width>
<height>624</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="grouplist" id="200"> <control type="grouplist" id="200">
<posx>4-col</posx> <posx>4-col</posx>
<posy>84</posy> <posy>84</posy>
@ -115,139 +102,161 @@
<onleft>8000</onleft> <onleft>8000</onleft>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<control type="radiobutton" id="6">
<visible>Container(8000).Hasfocus(1)</visible>
<description>Stop video on return to menu</description>
<width>14-col</width>
<label>31138</label>
<onclick>Skin.ToggleSetting(stopVideoOnMenu)</onclick>
<selected>Skin.HasSetting(stopVideoOnMenu)</selected>
</control>
<control type="button" id="2"> <control type="button" id="2">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1) + String.IsEmpty(Skin.String(homeBackground))</visible>
<description>Set home background image directory</description> <description>Set home background image directory</description>
<width>14-col</width> <width>14-col</width>
<label>31116</label> <align>left</align>
<textoffsetx>24</textoffsetx>
<label>Set home background directory (images)</label>
<label2>$INFO[Skin.String(homeBackground)]</label2> <label2>$INFO[Skin.String(homeBackground)]</label2>
<onclick>Skin.SetPath(homeBackground)</onclick> <onclick>Skin.SetPath(homeBackground)</onclick>
<textwidth>8-col</textwidth> <textwidth>8-col</textwidth>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<font>buttonTitle</font>
</control> </control>
<control type="button" id="3"> <control type="button" id="3">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1) + !String.IsEmpty(Skin.String(homeBackground))</visible>
<description>Reset home background image directory</description> <description>Reset home background image directory</description>
<width>14-col</width> <width>14-col</width>
<label>31122</label> <align>left</align>
<textoffsetx>24</textoffsetx>
<label>Reset home background directory (images)</label>
<onclick>Skin.Reset(homeBackground)</onclick> <onclick>Skin.Reset(homeBackground)</onclick>
<textwidth>8-col</textwidth> <textwidth>8-col</textwidth>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<font>buttonTitle</font>
</control>
<control type="button" id="4">
<visible>Container(8000).Hasfocus(1) + String.IsEmpty(Skin.String(homeBackgroundVideos)) + System.AddonIsEnabled(script.randomvideo)</visible>
<description>Set home background video directory</description>
<width>14-col</width>
<align>left</align>
<textoffsetx>24</textoffsetx>
<label>Set home background directory (videos)</label>
<label2>$INFO[Skin.String(homeBackgroundVideo)]</label2>
<onclick>Skin.SetPath(homeBackgroundVideos)</onclick>
<textwidth>8-col</textwidth>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<font>buttonTitle</font>
</control>
<control type="button" id="5">
<visible>Container(8000).Hasfocus(1) + !String.IsEmpty(Skin.String(homeBackgroundVideos)) + System.AddonIsEnabled(script.randomvideo)</visible>
<description>Reset home background video directory</description>
<width>14-col</width>
<align>left</align>
<textoffsetx>24</textoffsetx>
<label>Reset home background directory (videos)</label>
<onclick>Skin.Reset(homeBackgroundVideos)</onclick>
<textwidth>8-col</textwidth>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="1"> <control type="radiobutton" id="1">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Reverse power down options</description> <description>Reverse power down options</description>
<width>14-col</width> <width>14-col</width>
<label>31142</label> <label>31142</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(exitFirst)</onclick> <onclick>Skin.ToggleSetting(exitFirst)</onclick>
<selected>Skin.HasSetting(exitFirst)</selected> <selected>Skin.HasSetting(exitFirst)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="7"> <control type="radiobutton" id="7">
<visible>Container(8000).Hasfocus(3)</visible> <visible>Container(8000).Hasfocus(3)</visible>
<description>Enable Debug Grid</description> <description>Enable Debug Grid</description>
<width>14-col</width> <width>14-col</width>
<label>31034</label> <label>31034</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(DebugGrid)</onclick> <onclick>Skin.ToggleSetting(DebugGrid)</onclick>
<selected>Skin.HasSetting(DebugGrid)</selected> <selected>Skin.HasSetting(DebugGrid)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="8"> <control type="radiobutton" id="8">
<visible>Container(8000).Hasfocus(3)</visible> <visible>Container(8000).Hasfocus(3)</visible>
<description>Disable Debug Info</description> <description>Disable Debug Info</description>
<width>14-col</width> <width>14-col</width>
<label>31035</label> <label>31035</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(DebugInfo)</onclick> <onclick>Skin.ToggleSetting(DebugInfo)</onclick>
<selected>Skin.HasSetting(DebugInfo)</selected> <selected>Skin.HasSetting(DebugInfo)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="button" id="9"> <control type="button" id="9">
<visible>Container(8000).Hasfocus(3)</visible> <visible>Container(8000).Hasfocus(3)</visible>
<description>Reload skin</description> <description>Reload skin</description>
<width>14-col</width> <width>14-col</width>
<align>left</align>
<textoffsetx>24</textoffsetx>
<label>31043</label> <label>31043</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>ReloadSkin()</onclick> <onclick>ReloadSkin()</onclick>
<onclick>activateWindow(home)</onclick> <onclick>activateWindow(home)</onclick>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="10"> <control type="radiobutton" id="10">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Disable fanart animation effect</description> <description>Disable fanart animation effect</description>
<width>14-col</width> <width>14-col</width>
<label>31102</label> <label>31102</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(lowPowerMode)</onclick> <onclick>Skin.ToggleSetting(lowPowerMode)</onclick>
<onclick>ReloadSkin()</onclick> <onclick>ReloadSkin()</onclick>
<selected>Skin.HasSetting(lowPowerMode)</selected> <selected>Skin.HasSetting(lowPowerMode)</selected>
</control> <font>buttonTitle</font>
<control type="button" id="12">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit home menu</description>
<width>14-col</width>
<label>31171</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=mainmenu)</onclick>
</control>
<control type="button" id="13">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit video menu</description>
<width>14-col</width>
<label>31172</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=videosubmenu)</onclick>
</control>
<control type="button" id="14">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit music menu</description>
<width>14-col</width>
<label>31173</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=musicsubmenu)</onclick>
</control>
<control type="button" id="15">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit pictures menu</description>
<width>14-col</width>
<label>31174</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=picturessubmenu)</onclick>
</control>
<control type="button" id="16">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Edit games menu</description>
<width>14-col</width>
<label>31233</label>
<onclick>RunScript(script.skinshortcuts,type=manage&amp;group=gamesubmenu)</onclick>
</control> </control>
<control type="radiobutton" id="17"> <control type="radiobutton" id="17">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Extended Fanart</description> <description>Extended Fanart</description>
<width>14-col</width> <width>14-col</width>
<label>31220</label> <label>31220</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(disableExtendedFanart)</onclick> <onclick>Skin.ToggleSetting(disableExtendedFanart)</onclick>
<selected>Skin.HasSetting(disableExtendedFanart)</selected> <selected>Skin.HasSetting(disableExtendedFanart)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="18"> <control type="radiobutton" id="18">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Disable recently added Movies</description> <description>Disable recently added Movies</description>
<width>14-col</width> <width>14-col</width>
<label>31238</label> <label>31238</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(disableRecentMovies)</onclick> <onclick>Skin.ToggleSetting(disableRecentMovies)</onclick>
<selected>Skin.HasSetting(disableRecentMovies)</selected> <selected>Skin.HasSetting(disableRecentMovies)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="19"> <control type="radiobutton" id="19">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Disable recently added TVShows</description> <description>Disable recently added TVShows</description>
<width>14-col</width> <width>14-col</width>
<label>31239</label> <label>31239</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(disableRecentTVShows)</onclick> <onclick>Skin.ToggleSetting(disableRecentTVShows)</onclick>
<selected>Skin.HasSetting(disableRecentTVShows)</selected> <selected>Skin.HasSetting(disableRecentTVShows)</selected>
<font>buttonTitle</font>
</control> </control>
<control type="radiobutton" id="20"> <control type="radiobutton" id="20">
<visible>Container(8000).Hasfocus(1)</visible> <visible>Container(8000).Hasfocus(1)</visible>
<description>Disable recently added Albums</description> <description>Disable recently added Albums</description>
<width>14-col</width> <width>14-col</width>
<label>31240</label> <label>31240</label>
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
<texturenofocus></texturenofocus>
<onclick>Skin.ToggleSetting(disableRecentAlbums)</onclick> <onclick>Skin.ToggleSetting(disableRecentAlbums)</onclick>
<selected>Skin.HasSetting(disableRecentAlbums)</selected> <selected>Skin.HasSetting(disableRecentAlbums)</selected>
<font>buttonTitle</font>
</control> </control>
</control> </control>
</control> </control>

View File

@ -10,12 +10,22 @@
<control type="group"> <control type="group">
<posx>col-7-begin</posx> <posx>col-7-begin</posx>
<posy>row-3-begin</posy> <posy>row-3-begin</posy>
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>888</width>
<height>22-row</height>
<texture border="24">dialogBackground.png</texture>
<border></border>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -33,17 +43,9 @@
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>2-row</posy> <posy>2-row</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>96</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="edit" id="12"> <control type="edit" id="12">
<description>Name Button</description> <description>Name Button</description>
<visible>false</visible>
<posx>12</posx> <posx>12</posx>
<posy>12</posy> <posy>12</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
@ -60,16 +62,7 @@
<!--set playlist type, limits and sort--> <!--set playlist type, limits and sort-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>2-row</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>5-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="button" id="22"> <control type="button" id="22">
<description>Set Playlist type</description> <description>Set Playlist type</description>
<posx>12</posx> <posx>12</posx>
@ -120,16 +113,7 @@
<!--rules list--> <!--rules list-->
<control type="group"> <control type="group">
<posx>0</posx> <posx>0</posx>
<posy>372</posy> <posy>240</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<height>8-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="panel" id="10"> <control type="panel" id="10">
<description>Rules List Control</description> <description>Rules List Control</description>
<posx>1-col-indent</posx> <posx>1-col-indent</posx>
@ -189,18 +173,9 @@
</focusedlayout> </focusedlayout>
</control> </control>
<!--items must match...--> <!--items must match...-->
<control type="image">
<posx>0</posx>
<posy>300</posy>
<width>12-col</width>
<height>96</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="button" id="16"> <control type="button" id="16">
<posx>12</posx> <posx>12</posx>
<posy>312</posy> <posy>12-row</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<label>21424</label> <label>21424</label>
<onright>9002</onright> <onright>9002</onright>
@ -211,7 +186,7 @@
<!--add / edit / delete rules--> <!--add / edit / delete rules-->
<control type="panel" id="9001"> <control type="panel" id="9001">
<posx>12</posx> <posx>12</posx>
<posy>382</posy> <posy>250</posy>
<width>12-col-gutter</width> <width>12-col-gutter</width>
<height>8-row</height> <height>8-row</height>
<onright>10</onright> <onright>10</onright>
@ -248,7 +223,6 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
@ -274,127 +248,38 @@
</content> </content>
</control> </control>
<!--OK / Cancel--> <!--OK / Cancel-->
<control type="panel" id="9002"> <control type="grouplist" id="9002">
<posx>0</posx> <posx>-12</posx>
<posy>780</posy> <posy>786</posy>
<width>8-col</width> <width>10-col</width>
<height>2-row</height> <height>2-row</height>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onup>16</onup> <onup>16</onup>
<itemlayout width="4-col" height="2-row">
<control type="image"> <control type="button" id="20">
<posx>0</posx> <description>Ok Button</description>
<posy>0</posy> <label>186</label>
<width>276</width> <align>center</align>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<aspectratio>stretch</aspectratio> <width>3-col</width>
<texture>colors/black.png</texture> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<colordiffuse>overlay</colordiffuse> <texturenofocus border="24" colordiffuse="44000000">masks/menuTitle.png</texturenofocus>
</control> <focusedcolor>textActive</focusedcolor>
<control type="label"> </control>
<posx>0</posx> <control type="button" id="21">
<posy>0</posy> <description>Cancel Button</description>
<width>1-col</width> <label>222</label>
<height>2-row</height> <align>center</align>
<align>center</align> <textoffsetx>0</textoffsetx>
<aligny>center</aligny> <width>3-col</width>
<font>symbolLarge</font> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<textcolor>textActive</textcolor> <texturenofocus border="24" colordiffuse="44000000">masks/menuTitle.png</texturenofocus>
<label>$INFO[ListItem.label2]</label> <focusedcolor>textActive</focusedcolor>
</control> </control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>204</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(129,20)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(129,21)</onclick>
</item>
</content>
</control> </control>
</control> </control>
<!--buttons--> <!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="13">
<description>Add Rule Button</description>
</control>
<control type="button" id="14">
<description>Remove Rule Button</description>
</control>
<control type="button" id="15">
<description>Edit Rule Button</description>
</control>
<control type="button" id="20">
<description>Ok Button</description>
<label>186</label>
</control>
<control type="button" id="21">
<description>Cancel Button</description>
<label>222</label>
</control>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -28,7 +28,7 @@
<posy>0</posy> <posy>0</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/white.png</texture> <texture border="10">masks/menuTitle.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
</control> </control>
@ -108,114 +108,35 @@
<ondown>9002</ondown> <ondown>9002</ondown>
</control> </control>
<!--OK / Cancel buttons--> <!--OK / Cancel buttons-->
<control type="panel" id="9002"> <control type="grouplist" id="9002">
<posx>204</posx> <posx>0</posx>
<posy>168</posy> <posy>6-row</posy>
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>
<onup>17</onup> <onup>17</onup>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="3-col" height="2-row">
<control type="label"> <control type="button" id="18">
<posx>0</posx> <description>Ok Button</description>
<posy>0</posy> <label>186</label>
<width>1-col</width> <align>center</align>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<align>center</align> <width>3-col</width>
<aligny>center</aligny> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<font>symbolLarge</font> <texturenofocus border="24" colordiffuse="2f333333">masks/menuTitle.png</texturenofocus>
<textcolor>textActive</textcolor> <focusedcolor>textActive</focusedcolor>
<label>$INFO[ListItem.label2]</label> </control>
</control> <control type="button" id="19">
<control type="label"> <description>Cancel Button</description>
<posx>1-col-indent</posx> <label>222</label>
<posy>-1</posy> <align>center</align>
<width>3-col-gutter</width> <textoffsetx>0</textoffsetx>
<height>2-row</height> <width>3-col</width>
<aligny>center</aligny> <texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<font>buttonTitle</font> <texturenofocus border="24" colordiffuse="2f333333">masks/menuTitle.png</texturenofocus>
<textcolor>textActive</textcolor> <focusedcolor>textActive</focusedcolor>
<label>$INFO[ListItem.label]</label> </control>
</control>
</itemlayout>
<focusedlayout width="3-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>2-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>OK</description>
<label>186</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(129,18)</onclick>
</item>
<item id="2">
<description>Cancel</description>
<label>222</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(129,19)</onclick>
</item>
<item id="3">
<description>Remove Rule</description>
<label>1210</label>
<label2></label2>
<thumb></thumb>
<onclick>dialog.close(137,true)</onclick>
<onclick>Control.Message(14,click,136)</onclick>
<onclick>Control.setfocus(10)</onclick>
</item>
</content>
</control>
</control>
<!--buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="18">
<description>Ok Button</description>
</control>
<control type="button" id="19">
<description>Cancel Button</description>
</control> </control>
</control> </control>
</control> </control>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window> <window>
<defaultcontrol always="true">8001</defaultcontrol> <defaultcontrol always="true">8001</defaultcontrol>
<onload>Control.SetFocus(8001,3)</onload>
<controls> <controls>
<control type="label"> <control type="label">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -20,7 +19,7 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
</control> </control>
<control type="group"> <control type="group">
<posx>1236</posx> <posx>1284</posx>
<posy>0</posy> <posy>0</posy>
<animation type="Windowopen"> <animation type="Windowopen">
<effect type="fade" start="0" end="100" time="400"/> <effect type="fade" start="0" end="100" time="400"/>
@ -54,16 +53,26 @@
<orientation>vertical</orientation> <orientation>vertical</orientation>
<itemgap>32</itemgap> <itemgap>32</itemgap>
<control type="label"> <control type="label">
<visible>!Pvr.IsPlayingTv</visible>
<width>8-col</width> <width>8-col</width>
<align>left</align> <align>left</align>
<height>1-row</height> <height>1-row</height>
<font>itemTitle</font> <font>menuTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[videoplayer.TVShowTitle]$INFO[VideoPlayer.ChannelName]</label> <label>$INFO[videoplayer.TVShowTitle] $INFO[videoplayer.season,(S,] $INFO[videoplayer.Episode,Ep,)]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>Pvr.IsPlayingTv</visible>
<width>8-col</width> <width>8-col</width>
<align>left</align> <align>left</align>
<height>1-row</height>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[VideoPlayer.ChannelName]</label>
</control>
<control type="label">
<width>8-col-gutter</width>
<align>left</align>
<height>3-row</height> <height>3-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>largeTitle</font> <font>largeTitle</font>
@ -138,7 +147,6 @@
<label fallback="13205">$INFO[VideoPlayer.EndTime]</label> <label fallback="13205">$INFO[VideoPlayer.EndTime]</label>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<visible>Pvr.IsPlayingTv</visible> <visible>Pvr.IsPlayingTv</visible>
<posx>3-col-gutter</posx> <posx>3-col-gutter</posx>
@ -153,7 +161,7 @@
<visible>Pvr.IsPlayingTv</visible> <visible>Pvr.IsPlayingTv</visible>
<posx>3-col-gutter</posx> <posx>3-col-gutter</posx>
<posy>32</posy> <posy>32</posy>
<width>6-col</width> <width>5-col-gutter</width>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="13205">$INFO[VideoPlayer.NextTitle]</label> <label fallback="13205">$INFO[VideoPlayer.NextTitle]</label>
@ -165,7 +173,7 @@
<posx>0</posx> <posx>0</posx>
<posy>9-row</posy> <posy>9-row</posy>
<font>textbox</font> <font>textbox</font>
<width>612</width> <width>540</width>
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>314</height> <height>314</height>
@ -184,27 +192,26 @@
<!--player controls--> <!--player controls-->
<control type="panel" id="8001"> <control type="panel" id="8001">
<posx>36</posx> <posx>36</posx>
<posy>row-21-begin</posy> <posy>row-26-begin</posy>
<width>10-col</width> <width>10-col</width>
<height>2-row</height> <height>2-row</height>
<itemgap>0</itemgap> <itemgap>0</itemgap>
<ondown>Control.SetFocus(8002,0)</ondown>
<onup>Control.SetFocus(61)</onup> <onup>Control.SetFocus(61)</onup>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="92" height="2-row"> <itemlayout width="128" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>116</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/square.png">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>116</width>
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
@ -213,20 +220,20 @@
<label>$INFO[ListItem.label2]</label> <label>$INFO[ListItem.label2]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="92" height="2-row"> <focusedlayout width="128" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>116</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/square.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>116</width>
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
@ -236,18 +243,12 @@
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>
</control> </control>
</focusedlayout> </focusedlayout>
<content> <content>
<item> <item>
<description>Previous</description> <description>settings</description>
<label2></label2> <label2></label2>
<thumb></thumb> <thumb></thumb>
<onclick>PlayerControl(previous)</onclick> <onclick>ActivateWindow(osdsubtitlesettings)</onclick>
</item>
<item>
<description>Rewind</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(rewind)</onclick>
</item> </item>
<item> <item>
<description>Stop</description> <description>Stop</description>
@ -271,136 +272,13 @@
<onclick>PlayerControl(play)</onclick> <onclick>PlayerControl(play)</onclick>
</item> </item>
<item> <item>
<description>Fast forward</description> <visible>true</visible>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(forward)</onclick>
</item>
<item>
<description>Next Chapter</description>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(next)</onclick>
</item>
<item>
<visible>PVR.CanRecordPlayingChannel</visible>
<label2></label2> <label2></label2>
<thumb></thumb> <thumb></thumb>
<onclick>PVR.ToggleRecordPlayingChannel</onclick> <onclick>PVR.ToggleRecordPlayingChannel</onclick>
</item> </item>
</content> </content>
</control> </control>
<!--menu items-->
<control type="panel" id="8002">
<posx>24</posx>
<posy>row-24-begin</posy>
<width>9-col</width>
<height>12-row</height>
<itemgap>0</itemgap>
<onup>8001</onup>
<itemlayout width="324" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>224</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="324" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>240</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>eeffffff</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>224</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<visible>VideoPlayer.HasMenu</visible>
<label>31051</label>
<label2></label2>
<thumb></thumb>
<onclick>PlayerControl(ShowVideoMenu)</onclick>
</item>
<item>
<description>Subtitles</description>
<label>287</label>
<label2></label2>
<thumb></thumb>
<onclick>ActivateWindow(osdsubtitlesettings)</onclick>
</item>
<item>
<description>Video Settings</description>
<label>13395</label>
<label2></label2>
<thumb></thumb>
<onclick>ActivateWindow(osdvideosettings)</onclick>
</item>
<item>
<description>Audio Settings</description>
<label>13396</label>
<label2></label2>
<thumb></thumb>
<onclick>ActivateWindow(osdaudiosettings)</onclick>
</item>
<item>
<description>Bookmarks</description>
<label>298</label>
<label2></label2>
<thumb></thumb>
<onclick>ActivateWindow(videobookmarks)</onclick>
</item>
</content>
</control>
</control> </control>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -1,217 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>ddFFFFFF</colordiffuse>
<include>fadeInOut</include>
</control>
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>12-col</width>
<font>pageTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[298]</label>
</control>
<!--add / clear bookmarks-->
<control type="panel" id="9000">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>2-row</height>
<orientation>horizontal</orientation>
<ondown>11</ondown>
<itemlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor></shadowcolor>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor></shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Create Bookmark button</description>
<label>294</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(125,2)</onclick>
</item>
<item id="2">
<description>Clear Bookmark button</description>
<label>296</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(125,3)</onclick>
</item>
<item id="3">
<description>Clear Bookmark button (episodes)</description>
<visible>videoplayer.content(episodes)</visible>
<label>20406</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(125,4)</onclick>
</item>
</content>
</control>
<!--bookmark browser: thumbs-->
<control type="panel" id="11">
<posx>0</posx>
<posy>5-row</posy>
<width>24-col</width>
<height>11-row</height>
<orientation>horizontal</orientation>
<onup>9000</onup>
<itemlayout width="6-col" height="314">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>230</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="314">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>230</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.icon]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
<include>focusThumb</include>
</control>
<control type="label">
<posx>12</posx>
<posy>233</posy>
<width>6-col-gutter</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--dialog controls-->
<control type="group">
<visible>false</visible>
<control type="button" id="2">
<description>Create Bookmark button</description>
</control>
<control type="button" id="3">
<description>Clear Bookmark button</description>
</control>
<control type="button" id="4">
<description>Clear Bookmark button</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSDBookmarks.xml</label>
</control>
</controls>
</window>

View File

@ -1,145 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="addonposters">
<control type="group">
<visible>$EXP[isAddonMovieOrTVshow]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="panel" id="54">
<visible>$EXP[isAddonMovieOrTVshow]</visible>
<posx>90</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>54</ondown>
<onup>54</onup>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="252" height="438">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>350</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control>
</itemlayout>
<focusedlayout width="252" height="438">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -14,75 +14,130 @@
</control> </control>
<control type="group" id="9125"> <control type="group" id="9125">
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue] + !Skin.HasSetting(disableRecentAlbums)</visible> <visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue] + !Skin.HasSetting(disableRecentAlbums)</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/> <effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/> <animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="slide" start="0,-200" end="0,0" time="200" delay="400"/>
<effect type="fade" start="0" end="100" time="200" delay="350"/>
</animation> </animation>
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9123"> <control type="group">
<posx>col-1-begin</posx> <posx>col-5-begin</posx>
<posy>180</posy> <posy>170</posy>
<width>24-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<ondown>9998</ondown> <width>16-col</width>
<onback>9000</onback> <height>2-row</height>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<itemlayout width="246" height="2-row"> <texture border="24">masks/menuBar.png</texture>
<control type="label"> <colordiffuse>77000000</colordiffuse>
<posx>0</posx> </control>
<posy>0</posy> <control type="grouplist" id="9202">
<width>246</width> <posx>0</posx>
<height>2-row</height> <posy>0</posy>
<font>menuTitle</font> <orientation>horizontal</orientation>
<aligny>center</aligny> <itemgap>0</itemgap>
<textcolor>textDisabled</textcolor> <onleft>9000</onleft>
<shadowcolor></shadowcolor> <ondown>9998</ondown>
<label>$INFO[ListItem.property(textTitle)]</label> <onback>9000</onback>
</control> <control type="button" id="506">
</itemlayout> <description>Search</description>
<focusedlayout width="246" height="2-row"> <width>1-col</width>
<control type="label"> <texturenofocus></texturenofocus>
<posx>0</posx> <texturefocus>masks/circle.png</texturefocus>
<posy>0</posy> <textoffsetx>0</textoffsetx>
<width>246</width> <align>center</align>
<height>2-row</height> <focusedcolor>black</focusedcolor>
<font>menuTitle</font> <font>symbolLarge</font>
<aligny>center</aligny> <label></label>
<textcolor>textActive</textcolor> <onclick>Runscript(script.quickfind,media=albums)</onclick>
<shadowcolor></shadowcolor> </control>
<label>$INFO[ListItem.property(textTitle)]</label> <control type="button" id="4000">
<animation type="conditional" condition="control.hasfocus(9123)" loop="true"> <animation type="Conditional" condition="!String.IsEqual(skin.string(musicQuickLinkValue),special://skin/extras/playlists/recentAlbums.xsp)">
<effect type="fade" start="100" end="50" time="1000"/> <effect type="fade" start="100" end="33" time="200"/>
</animation> </animation>
</control> <label>31180</label>
</focusedlayout> <texturenofocus></texturenofocus>
<content> <texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<item> <width>3-col</width>
<label>special://skin/extras/playlists/recentAlbums.xsp</label> <font>thumbTitle</font>
<property name="textTitle">31180</property> <align>center</align>
</item> <textoffsetx>0</textoffsetx>
<item> <onclick>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/recentAlbums.xsp)</onclick>
<label>special://skin/extras/playlists/topAlbums.xsp</label> <ondown>control.setfocus(9998,0)</ondown>
<property name="textTitle">31187</property> </control>
</item> <control type="button" id="4001">
<item> <animation type="Conditional" condition="!String.IsEqual(skin.string(musicQuickLinkValue),special://skin/extras/playlists/topAlbums.xsp)">
<label>special://skin/extras/playlists/randomAlbums.xsp</label> <effect type="fade" start="100" end="33" time="200"/>
<property name="textTitle">31181</property> </animation>
</item> <label>31187</label>
</content> <texturenofocus></texturenofocus>
</control> <texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<width>3-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/topAlbums.xsp)</onclick>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="4002">
<animation type="Conditional" condition="!String.IsEqual(skin.string(musicQuickLinkValue),special://skin/extras/playlists/randomAlbums.xsp)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>31181</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(musicQuickLinkValue,special://skin/extras/playlists/randomAlbums.xsp)</onclick>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<align>center</align>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(54,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--quick links--> <!--quick links-->
<control type="panel" id="9998"> <control type="panel" id="9998">
<posx>90</posx> <posx>90</posx>
<posy>288</posy> <posy>288</posy>
<width>24-col</width> <width>24-col</width>
<height>11-row</height> <height>11-row</height>
<onup>9123</onup> <onup>9202</onup>
<ondown>54</ondown> <ondown>54</ondown>
<onleft>9000</onleft> <onleft>9000</onleft>
<onback>9000</onback> <onback>9000</onback>
@ -96,8 +151,7 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
<bordersize>12</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -105,20 +159,19 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>12</bordersize> <colordiffuse>88ffffff</colordiffuse>
<colordiffuse>99ffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>308</posy> <posy>328</posy>
<width>276</width> <width>300</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="352" height="5-col-gutter"> <focusedlayout width="352" height="5-col-gutter">
@ -130,10 +183,7 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -141,24 +191,26 @@
<width>324</width> <width>324</width>
<height>324</height> <height>324</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>322</posy> <posy>328</posy>
<width>276</width> <width>276</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<scroll>false</scroll>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9123)]</content> <content>$INFO[skin.string(musicQuickLinkValue)]</content>
</control> </control>
</control> </control>
<!--all albums--> <!--all albums-->
@ -190,16 +242,6 @@
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<itemlayout width="293" height="360"> <itemlayout width="293" height="360">
<control type="image">
<posx>-6</posx>
<posy>-6</posy>
<width>276</width>
<height>276</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!ListItem.IsParentFolder</visible> <visible>!ListItem.IsParentFolder</visible>
<posx>0</posx> <posx>0</posx>
@ -207,9 +249,18 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<bordersize>12</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse> </control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
@ -222,42 +273,34 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx></posx>
<posy>258</posy> <posy>276</posy>
<width>226</width> <width>264</width>
<height>2-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="360"> <focusedlayout width="4-col" height="360">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <visible>!ListItem.IsParentFolder</visible>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture> <texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
</control> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx> <posx>24</posx>
@ -269,17 +312,18 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx></posx>
<posy>262</posy> <posy>276</posy>
<width>226</width> <width>264</width>
<height>2-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<font>thumbTitle</font> <aligny>top</aligny>
<textcolor>textActive</textcolor> <font>thumbTitle</font>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label> <textcolor>textActive</textcolor>
</control> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist]</label>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -41,8 +41,8 @@
</animation> </animation>
<animation type="conditional" condition="control.isvisible(52)"> <animation type="conditional" condition="control.isvisible(52)">
<effect type="fade" start="0" end="100" time="250" delay="500"/> <effect type="fade" start="0" end="100" time="250" delay="500"/>
</animation> </animation>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>4-row</posy> <posy>4-row</posy>
<width>12-col</width> <width>12-col</width>
@ -55,6 +55,18 @@
<label>$INFO[container.foldername]</label> <label>$INFO[container.foldername]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>Integer.IsGreater(container(52).numitems,1)</visible>
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<align></align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(52).ListItemAbsolute(1).genre]</label>
</control>
<control type="label">
<visible>!Integer.IsGreater(container(52).numitems,1)</visible>
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>12-col</width> <width>12-col</width>
@ -85,14 +97,12 @@
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="300" height="348"> <itemlayout width="300" height="348">
<control type="image"> <control type="image">
<posx>-6</posx> <posx>0</posx>
<posy>-6</posy> <posy>0</posy>
<width>276</width> <width>4-col-gutter</width>
<height>276</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
@ -100,9 +110,8 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>12</bordersize> <colordiffuse>88FFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
@ -115,16 +124,17 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>268</posy> <posy>274</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="348"> <focusedlayout width="4-col" height="348">
@ -136,19 +146,10 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <aspectratio>stretch</aspectratio>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
<colordiffuse>FF000000</colordiffuse> <bordersize>6</bordersize>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>
@ -161,16 +162,17 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> </control>
<control type="label"> <control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>280</posy> <posy>274</posy>
<width>240</width> <width>240</width>
<height>1-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>

View File

@ -4,39 +4,114 @@
<include name="musicartist"> <include name="musicartist">
<control type="group"> <control type="group">
<visible>$EXP[isMusicArtist]</visible> <visible>$EXP[isMusicArtist]</visible>
<!--quick link selector-->
<control type="group">
<posx>col-8-begin</posx>
<posy>170</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>10-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="24">masks/menuBar.png</texture>
<colordiffuse>77000000</colordiffuse>
</control>
<control type="grouplist" id="9202">
<posx>0</posx>
<posy>0</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<control type="button" id="506">
<description>Search</description>
<visible>System.HasAddon(script.globalsearch)</visible>
<width>1-col</width>
<texturenofocus></texturenofocus>
<texturefocus>masks/circle.png</texturefocus>
<focusedcolor>black</focusedcolor>
<font>symbolLarge</font>
<textoffsetx>0</textoffsetx>
<align>center</align>
<label></label>
<onclick>RunScript(script.globalsearch,artists=true&amp;albums=true&amp;songs=true&amp;musicvideos=true)</onclick>
</control>
<control type="button" id="3221">
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>Genres</label>
<onclick>Container.Update(musicdb://genres/)</onclick>
<onclick>control.setfocus(55)</onclick>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<align>center</align>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--content--> <!--content-->
<control type="panel" id="51"> <control type="panel" id="51">
<visible>$EXP[isMusicArtist]</visible> <visible>$EXP[isMusicArtist]</visible>
<posx>90</posx> <posx>90</posx>
<posy>row-5-begin</posy> <posy>276</posy>
<width>1800</width> <width>1800</width>
<height>25-row</height> <height>25-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>51</ondown> <ondown>51</ondown>
<onup>51</onup> <onup>9202</onup>
<onback>9202</onback>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="288"> <itemlayout width="444" height="260">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/artistThumb.png">colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio align="center" aligny="top">scale</aspectratio> <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture> <texture diffuse="masks/artistThumb.png">$INFO[Listitem.art(thumb)]</texture>
<bordersize>12</bordersize> <colordiffuse>55FFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<posx>24</posx> <posx>24</posx>
@ -51,27 +126,25 @@
<shadowcolor>bb000000</shadowcolor> <shadowcolor>bb000000</shadowcolor>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="444" height="264"> <focusedlayout width="444" height="266">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture> <texture diffuse="masks/artistThumb.png">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>408</width>
<height>4-col-gutter</height> <height>230</height>
<aspectratio align="center" aligny="top">scale</aspectratio> <aspectratio align="center" aligny="center" scalediffuse="false">scale</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture> <texture diffuse="masks/artistThumb.png">$INFO[Listitem.art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
</control> </control>
<control type="textbox"> <control type="textbox">

View File

@ -113,7 +113,7 @@
<width>1-col-textbox</width> <width>1-col-textbox</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/iconEndCapLeft.png">colors/black.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
@ -136,13 +136,13 @@
<width>11-col</width> <width>11-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/episodeMenu.png">colors/black.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>
@ -154,7 +154,7 @@
<scroll>false</scroll> <scroll>false</scroll>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>
@ -186,10 +186,10 @@
</animation> </animation>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>72</width>
<height>2-row</height> <height>2-row</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/iconEndCapLeft.png">colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
@ -210,15 +210,15 @@
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col</width> <width>11-col</width>
<height>2-row</height> <height>73</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/episodeMenu.png">colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>
@ -230,7 +230,7 @@
<scroll>false</scroll> <scroll>false</scroll>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>108</posx>
<posy>0</posy> <posy>0</posy>
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>

82
1080i/View_FileList.xml Normal file
View File

@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="filelist">
<control type="panel" id="50">
<visible>$EXP[isFileList]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>61</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>61</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>69</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/iconEndCapLeft.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture>masks/tvChannel.png</texture>
<colordiffuse>d0000000</colordiffuse>
</control>
<control type="label">
<posx>96</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>72</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>96</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</include>
</includes>

View File

@ -0,0 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Game Platform browser-->
<include name="gamePlatform">
<control type="group">
<visible>$EXP[isGamePlatform]</visible>
<control type="image">
<visible>control.hasfocus(9998) | control.hasfocus(9123)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(9998).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="group" id="9125">
<visible>$EXP[isGamePlatform]</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="400"/>
<effect type="fade" start="0" end="100" time="200" delay="350"/>
</animation>
<!--quick link selector-->
<control type="group">
<posx>col-5-begin</posx>
<posy>170</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="24">masks/menuBar.png</texture>
<colordiffuse>77000000</colordiffuse>
</control>
<control type="grouplist" id="9202">
<posx>0</posx>
<posy>0</posy>
<orientation>horizontal</orientation>
<itemgap>0</itemgap>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<control type="button" id="506">
<description>Search</description>
<width>1-col</width>
<texturenofocus></texturenofocus>
<texturefocus>masks/circle.png</texturefocus>
<textoffsetx>0</textoffsetx>
<align>center</align>
<focusedcolor>black</focusedcolor>
<font>symbolLarge</font>
<label></label>
<onclick>Runscript(script.quickfind,media=albums)</onclick>
</control>
<control type="button" id="4000">
<animation type="Conditional" condition="!String.IsEqual(skin.string(gameQuickLinkValue),plugin://plugin.program.akl/collection/virtual/recently_played)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>Recently Played</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<width>3-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(gameQuickLinkValue,plugin://plugin.program.akl/collection/virtual/recently_played)</onclick>
<ondown>control.setfocus(9998,0)</ondown>
</control>
<control type="button" id="4001">
<animation type="Conditional" condition="!String.IsEqual(skin.string(gameQuickLinkValue),plugin://plugin.program.akl/collection/virtual/favourites)">
<effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>Favourites</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<width>3-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(gameQuickLinkValue,plugin://plugin.program.akl/collection/virtual/favourites)</onclick>
</control>
<control type="button" id="4002">
<label>Genres</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>activateWindow(games,plugin://plugin.program.akl/category/virtual/vcategory_genre)</onclick>
</control>
<control type="button" id="3222">
<description>filters</description>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<width>4-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>Filters</label>
<onclick>activateWindow(games,plugin://plugin.program.akl/category/virtual/vcategories)</onclick>
</control>
<control type="button" id="3223">
<description>Settings</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>3</textoffsetx>
<width>1-col</width>
<align>center</align>
<font>symbolLarge</font>
<label></label>
<onclick>activateWindow(games,plugin://plugin.program.akl/?content_type=game)</onclick>
</control>
</control>
</control>
<!--quick links-->
<control type="panel" id="9998">
<posx>90</posx>
<posy>288</posy>
<width>24-col</width>
<height>11-row</height>
<onup>9202</onup>
<ondown>501</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<onclick>RunPlugin(plugin://plugin.program.akl/execute/rom/$INFO[Container(9998).ListItem.Property(entityid)])</onclick>
<itemlayout width="352" height="5-col-gutter">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(snap)]</texture>
<colordiffuse>88ffffff</colordiffuse>
</control>
<control type="image">
<posx>24</posx>
<posy>81</posy>
<width>276</width>
<height>138</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="right">keep</aspectratio>
<colordiffuse>ccffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>328</posy>
<width>300</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title]$INFO[ListItem.year, (,)][/B][CR]$INFO[ListItem.property(platform)]</label>
</control>
</itemlayout>
<focusedlayout width="352" height="5-col-gutter">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/albumThumb_2.png">colors/black.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/albumThumb_2.png" fallback="colors/black.png">$INFO[ListItem.Art(snap)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb_2.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>24</posx>
<posy>81</posy>
<width>276</width>
<height>138</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="right">keep</aspectratio>
<colordiffuse>ccffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>328</posy>
<width>276</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<scroll>false</scroll>
<label>[B]$INFO[ListItem.Title]$INFO[ListItem.year, (,)][/B][CR]$INFO[ListItem.property(platform)]</label>
</control>
</control>
</focusedlayout>
<content>$INFO[skin.string(gameQuickLinkValue)]</content>
</control>
</control>
<!--all game platforms-->
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus | Skin.HasSetting(disableRecentAlbums)">
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isGamePlatform]</visible>
<posx>col-1-begin</posx>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>All Platforms</label>
</control>
<control type="panel" id="501">
<visible>$EXP[isGamePlatform]</visible>
<posx>90</posx>
<posy>864</posy>
<width>1800</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<onup>9998</onup>
<onback>9998</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime>
<itemlayout width="293" height="360">
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<colordiffuse>FFFFFFFF</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(fanart)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx></posx>
<posy>276</posy>
<width>264</width>
<height>60</height>
<align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B][CR]$INFO[ListItem.artist]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="360">
<control type="group">
<include>focusThumb</include>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(fanart)]</texture>
<bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx></posx>
<posy>276</posy>
<width>264</width>
<height>60</height>
<align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B][CR]$INFO[ListItem.artist]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</control>
</include>
</includes>

View File

@ -1,167 +1,181 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<includes> <includes>
<include name="games"> <include name="games">
<control type="panel" id="50"> <!--fanart-->
<!--<visible>$EXP[isGame]</visible>--> <control type="group">
<visible>false</visible> <visible>$EXP[isGame]</visible>
<posx>col-1-begin</posx> <control type="group">
<posy>row-5-begin</posy> <animation type="conditional" condition="!control.isvisible(502)">
<width>1800</width> <effect type="fade" start="100" end="0" time="0"/>
<height>24-row</height> </animation>
<onleft>9000</onleft> <animation type="conditional" condition="control.isvisible(502)">
<onright>60</onright> <effect type="fade" start="0" end="100" time="500" delay="500"/>
<ondown>50</ondown> </animation>
<onup>50</onup> <control type="image">
<onback>9000</onback> <include>dimensionsFullscreen</include>
<pagecontrol>60</pagecontrol> <aspectratio scalediffuse="false">stretch</aspectratio>
<scrolltime tween="cubic" easing="out">600</scrolltime> <texture border="0">$INFO[listitem.Art(fanart)]</texture>
<itemlayout width="293" height="348"> <fadetime>0</fadetime>
<colordiffuse>66ffffff</colordiffuse>
</control>
<control type="image">
<visible>string.isempty(listitem.Art(fanart))</visible>
<include>dimensionsFullscreen</include>
<texture border="0">$INFO[listitem.Art(snap)]</texture>
<fadetime>0</fadetime>
<colordiffuse>66ffffff</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>col-18-begin</posx>
<posy>0</posy> <posy>row-12-begin</posy>
<width>4-col-gutter</width> <width>6-col</width>
<height>4-col-gutter</height> <height>3-col</height>
<aspectratio>stretch</aspectratio> <texture>$INFO[ListItem.Art(clearlogo)]</texture>
<texture>colors/black.png</texture> <aspectratio align="right">keep</aspectratio>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture> <colordiffuse>ccffffff</colordiffuse>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <visible>!string.isempty(listitem.Art(fanart))</visible>
<posy>0</posy> <include>dimensionsFullscreen</include>
<width>4-col-gutter</width> <texture>vignette.png</texture>
<height>4-col-gutter</height> <colordiffuse>ffffffff</colordiffuse>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> </control>
<bordersize>6</bordersize> </control>
<colordiffuse>77ffffff</colordiffuse> <control type="group">
</control> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<control type="textbox"> <effect type="fade" start="100" end="0" time="200"/>
<visible>!controlgroup(9000).hasfocus</visible> </animation>
<posx>12</posx> <!--title-->
<posy>258</posy>
<width>240</width>
<height>60</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group"> <control type="group">
<include>focusThumb</include> <posx>col-1-begin</posx>
<control type="image"> <posy>row-10-begin</posy>
<animation type="conditional" condition="!control.isvisible(502)">
<effect type="fade" start="100" end="0" time="0"/>
</animation>
<animation type="conditional" condition="control.isvisible(502)">
<effect type="fade" start="0" end="100" time="250" delay="500"/>
</animation>
<control type="label">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>4-row</posy>
<width>4-col-gutter</width> <width>12-col</width>
<height>4-col-gutter</height> <height>1-row</height>
<aspectratio>stretch</aspectratio> <font>largeTitle</font>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>60</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label> <aligny>center</aligny>
<shadowcolor></shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[listitem.title]</label>
</control> </control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<align></align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.studio,,]$INFO[listitem.year, (,).] $INFO[listitem.genre,,.]</label>
</control>
</control> </control>
</focusedlayout> <control type="panel" id="502">
</control> <animation type="conditional" condition="!control.isvisible(502)">
<control type="panel" id="51"> <effect type="fade" start="100" end="0" time="0"/>
<!--<visible>!$EXP[isGame]</visible>--> </animation>
<posx>col-1-begin</posx> <animation type="conditional" condition="control.isvisible(502)">
<posy>row-5-begin</posy> <effect type="fade" start="0" end="100" time="500" delay="1000"/>
<width>24-col</width> </animation>
<height>23-row</height> <visible>$EXP[isGame]</visible>
<onleft>9000</onleft> <posx>84</posx>
<onright>61</onright> <posy>696</posy>
<ondown>51</ondown> <width>24-col</width>
<onup>51</onup> <height>19-row</height>
<pagecontrol>61</pagecontrol> <onleft>9000</onleft>
<itemlayout width="24-col" height="2-row"> <orientation>horizontal</orientation>
<control type="image"> <scrolltime tween="cubic" easing="out">600</scrolltime>
<posx>0</posx> <itemlayout width="300" height="348">
<posy>3</posy> <control type="image">
<width>66</width> <posx>0</posx>
<height>66</height> <posy>0</posy>
<aspectratio scalediffuse="false">stretch</aspectratio> <width>4-col-gutter</width>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <height>4-col-gutter</height>
<colordiffuse>overlay</colordiffuse> <aspectratio>stretch</aspectratio>
</control> <texture diffuse="masks/albumThumb.png">colors/black.png</texture>
<control type="image"> </control>
<posx>1-col</posx> <control type="image">
<posy>0</posy> <posx>0</posx>
<width>23-col</width> <posy>0</posy>
<height>69</height> <width>4-col-gutter</width>
<aspectratio>stretch</aspectratio> <height>4-col-gutter</height>
<texture border="0">colors/black.png</texture> <aspectratio>scale</aspectratio>
<colordiffuse>overlay</colordiffuse> <texture diffuse="masks/albumThumb.png">$INFO[ListItem.art(snap)]</texture>
</control> <colordiffuse>88FFFFFF</colordiffuse>
<control type="label"> </control>
<posx>1-col-indent</posx> <control type="textbox">
<posy>0</posy> <visible>String.IsEmpty(listitem.title)</visible>
<width>22-col-gutter</width> <posx>24</posx>
<height>2-row</height> <posy>3-row</posy>
<aligny>center</aligny> <width>228</width>
<font>itemTitle</font> <height>6-row</height>
<textcolor>textActive</textcolor> <font>largeLight</font>
<shadowcolor></shadowcolor> <wrapmultiline>true</wrapmultiline>
<label>$INFO[ListItem.label]</label> <textcolor>textActive</textcolor>
</control> <label>$INFO[ListItem.label]</label>
</itemlayout> </control>
<focusedlayout width="24-col" height="2-row"> <control type="textbox">
<control type="image"> <visible>!controlgroup(9000).hasfocus</visible>
<posx>0</posx> <posx>12</posx>
<posy>3</posy> <posy>274</posy>
<width>66</width> <width>240</width>
<height>66</height> <height>60</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <align>center</align>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <aligny>top</aligny>
<animation type="focus" loop="false" reversible="false"> <font>thumbTitle</font>
<effect type="fade" time="500"/> <textcolor>textActive</textcolor>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> <label>$INFO[ListItem.Title]</label>
</animation> </control>
</control> </itemlayout>
<control type="image"> <focusedlayout width="4-col" height="348">
<posx>1-col</posx> <control type="group">
<posy>0</posy> <include>focusThumb</include>
<width>23-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<aspectratio>stretch</aspectratio> <posy>0</posy>
<texture border="0">colors/white.png</texture> <width>4-col-gutter</width>
<colordiffuse>highlight</colordiffuse> <height>4-col-gutter</height>
</control> <aspectratio>scale</aspectratio>
<control type="label"> <texture fallback="colors/black.png" diffuse="masks/albumThumb.png">$INFO[ListItem.Art(snap)]</texture>
<posx>1-col-indent</posx> <bordertexture infill="false" diffuse="masks/albumThumb.png">colors/white.png</bordertexture>
<posy>0</posy> <bordersize>6</bordersize>
<width>22-col-gutter</width> </control>
<height>2-row</height> <control type="textbox">
<aligny>center</aligny> <visible>String.IsEmpty(listitem.title)</visible>
<font>itemTitle</font> <posx>24</posx>
<textcolor>textActive</textcolor> <posy>3-row</posy>
<shadowcolor></shadowcolor> <width>228</width>
<label>$INFO[ListItem.Label]</label> <height>6-row</height>
</control> <font>largeLight</font>
</focusedlayout> <wrapmultiline>true</wrapmultiline>
</control> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="textbox">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>274</posy>
<width>240</width>
<height>60</height>
<align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Title]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</control>
</include> </include>
</includes> </includes>

View File

@ -21,22 +21,36 @@
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio>keep</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png">colors/black.png</texture>
<bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>69</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
</control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>288</width> <width>252</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -58,7 +72,7 @@
<control type="label"> <control type="label">
<posx>520</posx> <posx>520</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col-gutter</width> <width>444</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -95,29 +109,44 @@
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>71</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <animation type="focus">
<posy>3</posy> <effect type="fade" start="100" end="50" time="0"/>
<width>66</width> </animation>
<height>66</height> <posx>0</posx>
<aspectratio>keep</aspectratio> <posy>0</posy>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <width>1-col</width>
<animation type="focus" loop="false" reversible="false"> <height>70</height>
<effect type="fade" time="500"/> <aspectratio>stretch</aspectratio>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/> <texture diffuse="masks/iconEndCapLeft.png">colors/white.png</texture>
</animation> <bordersize>0</bordersize>
</control> <colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.ChannelNumberLabel]</label>
<scroll>false</scroll>
</control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>288</width> <width>252</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<scroll>false</scroll>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
@ -137,7 +166,8 @@
<control type="label"> <control type="label">
<posx>520</posx> <posx>520</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col-gutter</width> <width>444</width>
<scroll>false</scroll>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
@ -163,6 +193,7 @@
<width>7-col-gutter</width> <width>7-col-gutter</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<scroll>false</scroll>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor></shadowcolor> <shadowcolor></shadowcolor>

View File

@ -3,78 +3,159 @@
<include name="movies"> <include name="movies">
<control type="group"> <control type="group">
<visible>$EXP[isMovie]</visible> <visible>$EXP[isMovie]</visible>
<control type="image"> <control type="group">
<visible>control.hasfocus(9103) | control.hasfocus(9102)</visible> <visible>control.hasfocus(9103) | control.hasfocus(9102)</visible>
<include>dimensionsFullscreen</include> <control type="image">
<texture fallback="colors/black.png">$INFO[container(9103).listitem.art(fanart)]</texture> <include>dimensionsFullscreen</include>
<colordiffuse>FF555555</colordiffuse> <texture fallback="colors/black.png">$INFO[container(9103).listitem.art(fanart)]</texture>
<aspectratio>scale</aspectratio> <colordiffuse>FF555555</colordiffuse>
<fadetime>250</fadetime> <aspectratio>scale</aspectratio>
</control> <fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse></colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group" id="9101"> <control type="group" id="9101">
<visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible> <visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible>
<animation type="Conditional" condition="!controlgroup(9101).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/> <animation type="Conditional" condition="!controlgroup(9101).hasfocus">
<effect type="slide" start="0,0" end="0,-300" time="200"/>
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<animation type="Conditional" condition="controlgroup(9101).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/> <animation type="Conditional" condition="controlgroup(9101).hasfocus">
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="slide" start="0,-200" end="0,0" time="200" delay="400"/>
<effect type="fade" start="0" end="100" time="200" delay="350"/>
</animation> </animation>
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9102"> <control type="group">
<posx>col-1-begin</posx> <posx>col-4-begin</posx>
<posy>180</posy> <posy>170</posy>
<width>24-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<ondown>9103</ondown> <width>18-col</width>
<onback>9000</onback> <height>2-row</height>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<pulseonselect>true</pulseonselect> <texture>masks/menuBar.png</texture>
<itemlayout width="4-col" height="2-row"> <colordiffuse>77000000</colordiffuse>
<control type="label"> </control>
<posx>0</posx> <control type="grouplist" id="9102">
<posy>0</posy> <posx>0</posx>
<width>4-col</width> <posy>0</posy>
<height>2-row</height> <orientation>horizontal</orientation>
<font>menuTitle</font> <itemgap>0</itemgap>
<aligny>center</aligny> <onleft>9000</onleft>
<textcolor>textDisabled</textcolor> <ondown>9103</ondown>
<shadowcolor></shadowcolor> <onback>9000</onback>
<label>$INFO[ListItem.property(textTitle)]</label> <control type="button" id="3999">
</control> <description>Search</description>
</itemlayout> <width>1-col</width>
<focusedlayout width="4-col" height="2-row"> <texturenofocus></texturenofocus>
<control type="label"> <texturefocus>masks/circle.png</texturefocus>
<posx>0</posx> <focusedcolor>black</focusedcolor>
<posy>0</posy> <font>symbolLarge</font>
<width>4-col</width> <textoffsetx>0</textoffsetx>
<height>2-row</height> <align>center</align>
<font>menuTitle</font> <label></label>
<aligny>center</aligny> <onclick>Runscript(script.quickfind,media=movies)</onclick>
<textcolor>textActive</textcolor> </control>
<shadowcolor></shadowcolor> <control type="button" id="4000">
<label>$INFO[ListItem.property(textTitle)]</label> <animation type="Conditional" condition="!String.IsEqual(skin.string(movieQuickLinkValue),special://skin/extras/playlists/recentMovies.xsp)">
<animation type="conditional" condition="control.hasfocus(9102)" loop="true"> <effect type="fade" start="100" end="33" time="200"/>
<effect type="fade" start="100" end="50" time="1000"/> </animation>
</animation> <label>31176</label>
</control> <texturenofocus></texturenofocus>
</focusedlayout> <texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<content> <font>thumbTitle</font>
<item> <align>center</align>
<label>special://skin/extras/playlists/recentMovies.xsp</label> <width>3-col</width>
<property name="textTitle">31176</property> <textoffsetx>0</textoffsetx>
</item> <onclick>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/recentMovies.xsp)</onclick>
<item> <ondown>control.setfocus(9103,0)</ondown>
<label>special://skin/extras/playlists/inprogressMovies.xsp</label> </control>
<property name="textTitle">31127</property> <control type="button" id="4001">
</item> <animation type="Conditional" condition="!String.IsEqual(skin.string(movieQuickLinkValue),special://skin/extras/playlists/inprogressMovies.xsp)">
</content> <effect type="fade" start="100" end="33" time="200"/>
</control> </animation>
<label>31127</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(movieQuickLinkValue,special://skin/extras/playlists/inprogressMovies.xsp)</onclick>
<ondown>control.setfocus(9103,0)</ondown>
</control>
<control type="button" id="3224">
<visible>System.Setting(hidewatched)</visible>
<description>Watched Toggle</description>
<label>Unwatched Only: </label>
<width>4-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>24</textoffsetx>
<label></label>
<texturenofocus></texturenofocus>
<texturefocus>UIControls/button.png</texturefocus>
<label2>[COLOR highlight]On[/COLOR]</label2>
<onclick>sendclick(14)</onclick>
</control>
<control type="button" id="3225">
<visible>!System.Setting(hidewatched)</visible>
<description>Watched Toggle</description>
<label>Unwatched Only: </label>
<width>4-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>24</textoffsetx>
<label></label>
<texturenofocus></texturenofocus>
<texturefocus>UIControls/button.png</texturefocus>
<label2>[COLOR highlight]Off[/COLOR]</label2>
<onclick>sendclick(14)</onclick>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<width>5-col</width>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<width>1-col</width>
<align>center</align>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(51,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--quick links--> <!--quick links-->
<control type="panel" id="9103"> <control type="panel" id="9103">
<posx>90</posx> <posx>96</posx>
<posy>288</posy> <posy>288</posy>
<width>1740</width> <width>1740</width>
<height>11-row</height> <height>11-row</height>
@ -84,41 +165,39 @@
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="586" height="5-col-gutter"> <itemlayout width="586" height="5-col-gutter">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture scalediffuse="true" diffuse="masks/latestLandscape.png">colors/black.png</texture>
<bordersize>12</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordersize>12</bordersize>
<colordiffuse>99FFFFFF</colordiffuse> <colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>99ffffff</colordiffuse> <colordiffuse>99ffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>306</posy> <posy>312</posy>
<width>524</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
@ -129,9 +208,9 @@
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
@ -141,74 +220,76 @@
<focusedlayout width="586" height="5-col-gutter"> <focusedlayout width="586" height="5-col-gutter">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>566</width>
<height>318</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>FFffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>316</posy> <posy>312</posy>
<width>524</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.year]</label>
<scroll>false</scroll> <scroll>false</scroll>
</control> </control>
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>ListItem.PercentPlayed</info> <info>ListItem.PercentPlayed</info>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9102)]</content> <content>$INFO[skin.string(movieQuickLinkValue)]</content>
</control> </control>
</control> </control>
<!--all movies--> <!--all movies-->
<control type="group" id="9104"> <control type="group" id="9104">
<animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus | Skin.HasSetting(disableRecentMovies)"> <animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/> <effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation> </animation>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + !string.contains(container.folderpath,playlists)</visible> <visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + System.Setting(hidewatched)</visible>
<posx>col-1-begin</posx>
<posy>736</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>Unwatched Movies</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + !System.Setting(hidewatched)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>736</posy> <posy>736</posy>
<width>12-col</width> <width>12-col</width>
@ -217,168 +298,77 @@
<font>menuTitle</font> <font>menuTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$LOCALIZE[31224]</label> <label>$LOCALIZE[31224]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie] + string.contains(container.folderpath,playlists)</visible>
<posx>col-1-begin</posx>
<posy>736</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[559]</label>
</control> </control>
<control type="panel" id="51"> <control type="panel" id="51">
<visible>$EXP[isMovie]</visible> <visible>$EXP[isMovie]</visible>
<posx>90</posx> <posx>90</posx>
<posy>828</posy> <posy>820</posy>
<width>1800</width> <width>1800</width>
<height>23-row</height> <height>836</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<onup>9103</onup> <onup>9103</onup>
<onback>9103</onback> <onback>9103</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<itemlayout width="252" height="438"> <itemlayout width="296" height="486">
<control type="image">
<posx>-6</posx>
<posy>-6</posy>
<width>240</width>
<height>354</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture> <texture diffuse="masks/poster.png">colors/black.png</texture>
<bordersize>6</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>252</width>
<height>378</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>350</posy> <posy>388</posy>
<width>204</width> <width>228</width>
<height>1-row</height> <height>60</height>
<aligny>center</aligny> <align>center</align>
<aligny>top</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label> <label>$INFO[ListItem.title]</label>
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="252" height="438"> <focusedlayout width="300" height="462">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture> <texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture infill="false" diffuse="masks/poster.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="textbox">
<posx>0</posx> <posx>12</posx>
<posy>0</posy> <posy>388</posy>
<width>228</width> <width>228</width>
<height>342</height> <height>60</height>
<aspectratio>stretch</aspectratio> <align>center</align>
<texture>$INFO[ListItem.Art(poster)]</texture> <aligny>top</aligny>
<bordersize>6</bordersize> <font>thumbTitle</font>
</control> <textcolor>textActive</textcolor>
<control type="textbox"> <label>$INFO[ListItem.title]</label>
<visible>String.IsEmpty(listitem.title)</visible> </control>
<posx>24</posx> </control>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.year]</label>
</control>
<control type="group">
<visible>String.IsEmpty(ListItem.PlayCount)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control>
</control>
</focusedlayout> </focusedlayout>
</control> </control>
</control> </control>

View File

@ -6,7 +6,7 @@
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>!$EXP[isMusicPlaylist] + !$EXP[isMusicSong] + !$EXP[isMusicSpotifyAlbum] + !$EXP[isMusicSpotifyArtist] + !$EXP[isMusicAlbum] + $EXP[isMusicList]</visible> <visible>!$EXP[isMusicPlaylist] + !$EXP[isMusicSong] + !$EXP[isMusicAlbum] + $EXP[isMusicList]</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>24-col</width> <width>24-col</width>
@ -19,24 +19,23 @@
<itemlayout width="24-col" height="2-row"> <itemlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>71</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col-gutter</width> <width>23-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -50,27 +49,27 @@
<focusedlayout width="24-col" height="2-row"> <focusedlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>1-col</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false"> <animation type="focus">
<effect type="fade" time="500"/> <effect type="fade" start="100" end="50" time="0"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
<colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>71</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col-gutter</width> <width>23-col-gutter</width>
<height>2-row</height> <height>2-row</height>

View File

@ -13,21 +13,21 @@
<ondown>55</ondown> <ondown>55</ondown>
<onup>55</onup> <onup>55</onup>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="2-row"> <itemlayout width="8-col" height="96">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>552</width>
<height>66</height> <height>72</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/genre.png">colors/white.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>48</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>432</width>
<height>2-row</height> <height>72</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -35,33 +35,21 @@
<label>$INFO[ListItem.Label]</label> <label>$INFO[ListItem.Label]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="8-col" height="2-row"> <focusedlayout width="8-col" height="96">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>552</width>
<height>66</height> <height>72</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/genre.png">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false"> <colordiffuse>highlight</colordiffuse>
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>48</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col</width> <width>432</width>
<height>2-row</height> <height>72</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>

View File

@ -4,252 +4,422 @@
<include name="musicPlayList"> <include name="musicPlayList">
<control type="group"> <control type="group">
<visible>$EXP[isMusicPlaylist]</visible> <visible>$EXP[isMusicPlaylist]</visible>
<control type="panel" id="59"> <!--Track info-->
<posx>col-1-begin</posx> <control type="group">
<posy>row-5-begin</posy> <posx>col-1-begin</posx>
<width>24-col</width> <posy>row-7-begin</posy>
<height>23-row</height> <animation type="conditional" condition="control.hasfocus(2100) | control.hasfocus(2101) | control.hasfocus(2102)">
<onleft>9000</onleft> <effect type="slide" start="0,0" end="0,-146" tween="sine" time="400"/>
<onright>60</onright> </animation>
<onup>59</onup> <animation type="conditional" condition="true">
<ondown>59</ondown> <effect type="fade" end="90" time="0"/>
<onback>9000</onback> </animation>
<pagecontrol>60</pagecontrol> <animation type="conditional" condition="control.hasfocus(59) | control.hasfocus(60)">
<scrolltime tween="sine" easing="inout">200</scrolltime> <effect type="slide" start="0,0" end="0,-1210" tween="linear" time="400"/>
<itemlayout width="23-col" height="3-row"> </animation>
<control type="image"> <!--cover art-->
<visible>!listitem.isplaying</visible> <control type="image">
<posx>0</posx> <visible>!Visualisation.Enabled</visible>
<posy>0</posy> <posx>612</posx>
<width>105</width> <posy>-60</posy>
<height>105</height> <width>7-col</width>
<aspectratio>stretch</aspectratio> <height>7-col</height>
<texture border="0">colors/black.png</texture> <aspectratio scalediffuse="false">stretch</aspectratio>
<colordiffuse>overlay</colordiffuse> <texture diffuse="masks/fullScreenAlbumArt.png" fallback="noAlbumCover.jpg">$INFO[MusicPlayer.Cover]</texture>
<colordiffuse>ffffffff</colordiffuse>
</control>
<!--track info-->
<control type="group">
<posx>0</posx>
<posy>12-row</posy>
<control type="label">
<posx>7-col</posx>
<posy>50</posy>
<width>10-col</width>
<height>2-row</height>
<align>center</align>
<font>menuTitle3</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.Title]</label>
<shadowcolor>99000000</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>4-col</posx>
<posy>112</posy>
<width>16-col</width>
<height>3-row</height>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="label">
<visible>Pvr.IsPlayingRadio</visible>
<posx>4-col</posx>
<posy>112</posy>
<width>16-col</width>
<height>3-row</height>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>[B]$INFO[MusicPlayer.channelname][/B]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>9-col</posx>
<posy>230</posy>
<width>6-col</width>
<height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>player.progress</info>
</control>
<control type="label">
<posx>628</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>right</align>
<font>buttonTitle2</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[musicplayer.Playlistposition]$INFO[musicplayer.Playlistlength, / ]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="label">
<posx>1100</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>left</align>
<font>buttonTitle2</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.timeremaining]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</control>
<!--track navigation-->
<control type="group" id="3123">
<visible>String.IsEmpty(MusicPlayer.ChannelName)</visible>
<posx>540</posx>
<posy>21-row</posy>
<control type="label">
<posx>287</posx>
<posy>-12</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbol</font>
<align>center</align>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label></label>
</control>
<control type="grouplist">
<posy>2-row</posy>
<orientation>horizontal</orientation>
<onup>9876</onup>
<control type="button" id="2100">
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>Artist</label>
<width>3-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
<onclick>activateWindow(Music,musicdb://artists/)</onclick>
</control>
<control type="button" id="2101">
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>Album</label>
<width>3-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
<onclick>activateWindow(Music,musicdb://albums/)</onclick>
</control>
<control type="button" id="2102">
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>Queue</label>
<width>3-col</width>
<texturefocus border="24" colordiffuse="highlight">masks/menuTitle.png</texturefocus>
<texturenofocus border="24" colordiffuse="77000000">masks/menuTitle.png</texturenofocus>
<focusedcolor>textActive</focusedcolor>
<onclick>setfocus(59)</onclick>
</control>
</control> </control>
<control type="image"> </control>
<visible>!listitem.isplaying</visible>
<posx>108</posx> <control type="panel" id="59">
<posy>0</posy> <posx>0</posx>
<width>1620</width> <posy>1140</posy>
<height>105</height> <width>24-col</width>
<aspectratio>stretch</aspectratio> <height>23-row</height>
<texture border="0">colors/black.png</texture> <onleft>9000</onleft>
<colordiffuse>overlay</colordiffuse> <onright>60</onright>
</control> <onup>3123</onup>
<control type="image"> <ondown>59</ondown>
<animation type="conditional" condition="true"> <onback>3123</onback>
<effect type="fade" start="100" end="50" time="0"/> <pagecontrol>60</pagecontrol>
</animation> <scrolltime tween="sine" easing="inout">200</scrolltime>
<visible>ListItem.IsPlaying</visible> <itemlayout width="23-col" height="2-row">
<posx>0</posx> <control type="image">
<posy>0</posy> <posx>0</posx>
<width>105</width> <posy>0</posy>
<height>105</height> <width>76</width>
<aspectratio>stretch</aspectratio> <height>69</height>
<texture border="0">colors/white.png</texture> <aspectratio>stretch</aspectratio>
<colordiffuse>highlight</colordiffuse> <texture diffuse="masks/iconEndCapLeft.png">colors/black.png</texture>
</control> <bordersize>0</bordersize>
<control type="image"> <colordiffuse>textboxInactive</colordiffuse>
<animation type="conditional" condition="player.paused"> </control>
<effect type="fade" start="100" end="50" time="0"/> <control type="image">
</animation> <animation type="focus">
<visible>ListItem.IsPlaying</visible> <effect type="fade" start="100" end="50" time="0"/>
<posx>108</posx> </animation>
<posy>0</posy> <animation type="conditional" condition="player.paused">
<width>1620</width> <effect type="fade" start="100" end="50" time="0"/>
<height>105</height> </animation>
<aspectratio>stretch</aspectratio> <visible>ListItem.IsPlaying</visible>
<texture border="0">colors/white.png</texture> <posx>0</posx>
<colordiffuse>highlight</colordiffuse> <posy>0</posy>
</control> <width>76</width>
<control type="image"> <height>69</height>
<visible>ListItem.IsPlaying + !player.paused</visible> <aspectratio>stretch</aspectratio>
<posx>18</posx> <texture diffuse="masks/iconEndCapLeft.png">colors/white.png</texture>
<posy>0</posy> <bordersize>0</bordersize>
<width>72</width> <colordiffuse>highlight</colordiffuse>
<height>72</height> </control>
<texture>equaliser.gif</texture> <control type="image">
<animation type="focus" loop="false" reversible="false"> <visible>ListItem.IsPlaying + !player.paused</visible>
<effect type="fade" time="500"/> <posx>12</posx>
<effect type="rotatey" end="360" center="44" tween="back" easing="out" time="1000"/> <posy>0</posy>
</animation> <width>1-col-gutter</width>
</control> <height>1-col-gutter</height>
<control type="label"> <texture>equaliser.gif</texture>
<visible>ListItem.IsPlaying + !player.paused + Skin.HasSetting(lowPowerMode)</visible> </control>
<posx>0</posx> <control type="label">
<posy>0</posy> <visible>ListItem.IsPlaying + player.paused</visible>
<width>105</width> <posx>0</posx>
<height>105</height> <posy>0</posy>
<align>center</align> <width>1-col-textbox</width>
<aligny>center</aligny> <height>2-row</height>
<font>symbolLarge</font> <align>center</align>
<textcolor>textActive</textcolor> <aligny>center</aligny>
<shadowcolor></shadowcolor> <font>symbolLarge</font>
<label></label> <textcolor>textActive</textcolor>
</control> <shadowcolor/>
<control type="label"> <label></label>
<visible>ListItem.IsPlaying + player.paused</visible> </control>
<posx>0</posx> <control type="label">
<posy>0</posy> <visible>!ListItem.IsPlaying</visible>
<width>105</width> <posx>0</posx>
<height>105</height> <posy>0</posy>
<align>center</align> <width>1-col-textbox</width>
<aligny>center</aligny> <height>2-row</height>
<font>symbolLarge</font> <align>center</align>
<textcolor>textActive</textcolor> <aligny>center</aligny>
<shadowcolor></shadowcolor> <font>itemTitle</font>
<label></label> <textcolor>textActive</textcolor>
</control> <shadowcolor/>
<control type="image"> <label>$INFO[ListItem.TrackNumber]</label>
<visible>!ListItem.IsPlaying</visible> </control>
<posx>0</posx> <control type="image">
<posy>0</posy> <posx>77</posx>
<width>105</width> <posy>0</posy>
<height>105</height> <width>1510</width>
<aspectratio>scale</aspectratio> <height>69</height>
<bordersize>1</bordersize> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture> <texture>colors/black.png</texture>
</control> <colordiffuse>overlay</colordiffuse>
<control type="label"> </control>
<posx>117</posx> <control type="image">
<posy>-4</posy> <animation type="conditional" condition="player.paused">
<width>13-col</width> <effect type="fade" start="100" end="50" time="0"/>
<height>2-row</height> </animation>
<aligny>center</aligny> <visible>ListItem.IsPlaying</visible>
<font>dialogTitle</font> <posx>76</posx>
<textcolor>textActive</textcolor> <posy>0</posy>
<shadowcolor></shadowcolor> <width>1510</width>
<label>$INFO[ListItem.Title]</label> <height>69</height>
</control> <aspectratio>stretch</aspectratio>
<control type="label"> <texture>colors/white.png</texture>
<posx>117</posx> <bordersize>0</bordersize>
<posy>35</posy> <colordiffuse>highlight</colordiffuse>
<width>13-col</width> </control>
<height>2-row</height> <control type="image">
<aligny>center</aligny> <posx>1587</posx>
<font>playlistSubTitle</font> <posy>0</posy>
<textcolor>textActive</textcolor> <width>141</width>
<shadowcolor></shadowcolor> <height>69</height>
<label>$INFO[ListItem.Artist]$INFO[ListItem.Album, • , ]$INFO[ListItem.year,(,)]</label> <aspectratio>stretch</aspectratio>
</control> <texture diffuse="masks/songList2.png">colors/black.png</texture>
<control type="label"> <colordiffuse>overlay</colordiffuse>
<right>-36</right> </control>
<posy>0</posy> <control type="image">
<width>3-col-gutter</width> <animation type="conditional" condition="player.paused">
<height>105</height> <effect type="fade" start="100" end="50" time="0"/>
<aligny>center</aligny> </animation>
<align>right</align> <visible>ListItem.IsPlaying</visible>
<font>regularStrong</font> <posx>1587</posx>
<textcolor>textActive</textcolor> <posy>0</posy>
<shadowcolor></shadowcolor> <width>141</width>
<label>$INFO[listitem.duration]</label> <height>69</height>
</control> <aspectratio>stretch</aspectratio>
</itemlayout> <texture diffuse="masks/songList2.png">colors/white.png</texture>
<focusedlayout width="23-col" height="3-row"> <bordersize>0</bordersize>
<control type="image"> <colordiffuse>highlight</colordiffuse>
<animation type="focus"> </control>
<effect type="fade" start="100" end="33" time="0"/> <control type="label">
</animation> <posx>96</posx>
<posx>0</posx> <posy>0</posy>
<posy>0</posy> <width>6-col</width>
<width>105</width> <height>2-row</height>
<height>105</height> <aligny>center</aligny>
<aspectratio>stretch</aspectratio> <font>itemTitle</font>
<texture border="0">colors/white.png</texture> <textcolor>textActive</textcolor>
<colordiffuse>highlight</colordiffuse> <shadowcolor></shadowcolor>
</control> <label>$INFO[ListItem.Title]</label>
<control type="image"> </control>
<animation type="conditional" condition="player.playing"> <control type="label">
<effect type="fade" start="100" end="50" time="0"/> <posx>8-col</posx>
</animation> <posy>0</posy>
<posx>108</posx> <width>6-col-gutter</width>
<posy>0</posy> <height>2-row</height>
<width>1620</width> <aligny>center</aligny>
<height>105</height> <font>playlistSubTitle</font>
<aspectratio>stretch</aspectratio> <textcolor>textActive</textcolor>
<texture border="0">colors/white.png</texture> <shadowcolor></shadowcolor>
<colordiffuse>highlight</colordiffuse> <label>$INFO[ListItem.Artist]</label>
</control> </control>
<control type="image"> <control type="label">
<visible>ListItem.IsPlaying + !player.paused</visible> <posx>1026</posx>
<posx>18</posx> <posy>0</posy>
<posy>0</posy> <width>7-col-gutter</width>
<width>72</width> <height>2-row</height>
<height>72</height> <aligny>center</aligny>
<texture>equaliser.gif</texture> <font>playlistSubTitle</font>
<animation type="focus" loop="false" reversible="false"> <textcolor>textActive</textcolor>
<effect type="fade" time="500"/> <shadowcolor></shadowcolor>
<effect type="rotatey" end="360" center="44" tween="back" easing="out" time="1000"/> <label>$INFO[ListItem.album]$INFO[listitem.year]</label>
</animation> </control>
</control> <control type="label">
<control type="label"> <right>-36</right>
<visible>ListItem.IsPlaying + player.paused</visible> <posy>0</posy>
<posx>0</posx> <width>3-col-gutter</width>
<posy>0</posy> <height>2-row</height>
<width>105</width> <aligny>center</aligny>
<height>105</height> <align>right</align>
<align>center</align> <font>itemTitle</font>
<aligny>center</aligny> <textcolor>textActive</textcolor>
<font>symbolLarge</font> <shadowcolor></shadowcolor>
<textcolor>textActive</textcolor> <label>$INFO[listitem.duration]</label>
<shadowcolor></shadowcolor> </control>
<label></label> </itemlayout>
<animation type="focus" loop="false" reversible="false"> <focusedlayout width="23-col" height="2-row">
<effect type="fade" time="500"/> <control type="image">
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/> <posx>0</posx>
</animation> <posy>0</posy>
</control> <width>76</width>
<control type="image"> <height>69</height>
<visible>!ListItem.IsPlaying</visible> <aspectratio scalediffuse="false">stretch</aspectratio>
<posx>0</posx> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<posy>0</posy> <animation type="focus">
<width>105</width> <effect type="fade" start="100" end="50" time="0"/>
<height>105</height> </animation>
<bordersize>1</bordersize> <colordiffuse>highlight</colordiffuse>
<aspectratio>scale</aspectratio> </control>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture> <control type="image">
<animation type="focus" loop="false" reversible="false"> <posx>76</posx>
<effect type="fade" time="500"/> <posy>0</posy>
<effect type="rotatey" end="360" center="52" tween="back" easing="out" time="1000"/> <width>1510</width>
</animation> <height>69</height>
</control> <aspectratio>stretch</aspectratio>
<control type="label"> <texture>colors/white.png</texture>
<posx>117</posx> <colordiffuse>highlight</colordiffuse>
<posy>-4</posy> </control>
<width>13-col</width> <control type="image">
<height>2-row</height> <posx>1587</posx>
<aligny>center</aligny> <posy>0</posy>
<font>dialogTitle</font> <width>141</width>
<textcolor>textActive</textcolor> <height>69</height>
<shadowcolor></shadowcolor> <aspectratio>stretch</aspectratio>
<label>$INFO[ListItem.Title]</label> <texture diffuse="masks/songList2.png">colors/white.png</texture>
</control> <colordiffuse>highlight</colordiffuse>
<control type="label"> </control>
<posx>117</posx> <control type="label">
<posy>35</posy> <posx>0</posx>
<width>13-col</width> <posy>0</posy>
<height>2-row</height> <width>1-col</width>
<aligny>center</aligny> <height>2-row</height>
<font>playlistSubTitle</font> <align>center</align>
<textcolor>textActive</textcolor> <aligny>center</aligny>
<shadowcolor></shadowcolor> <font>itemTitle</font>
<label>$INFO[ListItem.Artist]$INFO[ListItem.Album, • , ]$INFO[ListItem.year,(,)]</label> <textcolor>textActive</textcolor>
</control> <shadowcolor></shadowcolor>
<control type="label"> <label>$INFO[ListItem.CurrentItem]</label>
<right>-36</right> </control>
<posy>0</posy> <control type="label">
<width>3-col-gutter</width> <posx>96</posx>
<height>105</height> <posy>0</posy>
<aligny>center</aligny> <width>6-col</width>
<align>right</align> <height>2-row</height>
<font>regularStrong</font> <aligny>center</aligny>
<textcolor>textActive</textcolor> <font>itemTitle</font>
<shadowcolor></shadowcolor> <textcolor>textActive</textcolor>
<label>$INFO[listitem.duration]</label> <shadowcolor></shadowcolor>
</control> <label>$INFO[ListItem.Title]</label>
</focusedlayout> <scroll>false</scroll>
</control> </control>
<control type="label">
<posx>8-col</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Artist]</label>
<scroll>false</scroll>
</control>
<control type="label">
<posx>1026</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>playlistSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.album]</label>
<scroll>false</scroll>
</control>
<control type="label">
<right>-36</right>
<posy>0</posy>
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[listitem.duration]</label>
</control>
</focusedlayout>
</control>
</control>
</control> </control>
</include> </include>
</includes> </includes>

View File

@ -1,108 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Music Video browser-->
<include name="musicvideos">
<control type="panel" id="59">
<visible>$EXP[isMusicVideo]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<onback>9000</onback>
<ondown>59</ondown>
<onup>59</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="360">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.artist] $INFO[ListItem.year,(,)]</label>
</control>
</itemlayout>
<focusedlayout width="444" height="360">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.artist] $INFO[ListItem.year,(,)]</label>
</control>
</control>
</focusedlayout>
</control>
</include>
</includes>

View File

@ -1,260 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Photo browser-->
<include name="photos">
<control type="group">
<visible>$EXP[isPhotoAlbum]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>$INFO[container(50).listitem.art(thumb)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>20-row</posy>
<width>18-col</width>
<height>1-row</height>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<aligny>center</aligny>
<shadowcolor></shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container.foldername]</label>
</control>
</control>
<control type="panel" id="50">
<visible>$EXP[isPhotoAlbum]</visible>
<posx>96</posx>
<posy>row-22-begin</posy>
<width>1764</width>
<height>10-row</height>
<onleft>9000</onleft>
<onright>50</onright>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout width="4-col" height="6-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
</control>
<control type="image">
<visible>ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>33ffffff</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>77111111</colordiffuse>
</control>
<control type="label">
<visible>ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>56</posy>
<width>4-col-textbox</width>
<height>1-row</height>
<aligny>center</aligny>
<align>center</align>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31252]</label>
</control>
<control type="textbox">
<visible>ListItem.IsFolder</visible>
<posx>24</posx>
<posy>160</posy>
<width>230</width>
<height>60</height>
<font>thumbTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="6-row">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<visible>ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>33ffffff</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
</control>
<control type="image">
<visible>ListItem.IsFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>160</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="label">
<visible>ListItem.IsFolder + !ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>56</posy>
<width>4-col-textbox</width>
<height>1-row</height>
<aligny>center</aligny>
<align>center</align>
<font>largeLight</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31252]</label>
</control>
<control type="textbox">
<visible>ListItem.IsFolder</visible>
<posx>24</posx>
<posy>160</posy>
<width>230</width>
<height>60</height>
<font>thumbTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</control>
</focusedlayout>
</control>
<control type="panel" id="51">
<visible>!$EXP[isPhotoAlbum]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>61</onright>
<ondown>51</ondown>
<onup>51</onup>
<pagecontrol>61</pagecontrol>
<itemlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</include>
</includes>

View File

@ -29,8 +29,8 @@
</animation> </animation>
<visible>!String.Contains(Container.folderpath,plugin)</visible> <visible>!String.Contains(Container.folderpath,plugin)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-8-begin</posy> <posy>row-7-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>4-row</posy> <posy>4-row</posy>
<width>12-col</width> <width>12-col</width>
@ -45,12 +45,12 @@
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>5-row</posy> <posy>5-row</posy>
<width>12-col</width> <width>14-col</width>
<height>2-row</height> <height>2-row</height>
<align></align> <align></align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>menuUnselected</textcolor> <textcolor>menuUnselected</textcolor>
<label>$INFO[Container(58).ListItemAbsolute(2).genre]</label> <label>$INFO[Container(58).ListItemAbsolute(1).year,,.] $INFO[Container(58).ListItemAbsolute(2).genre,,.]</label>
</control> </control>
</control> </control>
<!--content--> <!--content-->
@ -63,7 +63,7 @@
</animation> </animation>
<visible>$EXP[isSeason] + !String.Contains(container.folderpath,smb://)</visible> <visible>$EXP[isSeason] + !String.Contains(container.folderpath,smb://)</visible>
<posx>84</posx> <posx>84</posx>
<posy>row-16-begin</posy> <posy>row-15-begin</posy>
<width>1860</width> <width>1860</width>
<height>13-row</height> <height>13-row</height>
<onleft>58</onleft> <onleft>58</onleft>
@ -71,33 +71,24 @@
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="391"> <itemlayout width="4-col" height="391">
<control type="image"> <control type="image">
<posx>-3</posx>
<posy>-3</posy>
<width>258</width>
<height>384</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>252</width> <width>252</width>
<height>378</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
<bordersize>12</bordersize> <bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>252</width> <width>252</width>
<height>378</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.art(poster)]</texture> <texture diffuse="masks/seasonPoster.png">$INFO[ListItem.art(poster)]</texture>
<bordersize>12</bordersize> <bordersize>0</bordersize>
<colordiffuse>99ffffff</colordiffuse> <colordiffuse>88ffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>String.StartsWith(ListItem.label,*)</visible> <visible>String.StartsWith(ListItem.label,*)</visible>
@ -106,9 +97,9 @@
<width>252</width> <width>252</width>
<height>378</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
<bordersize>12</bordersize> <bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse> <colordiffuse>88FFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
@ -138,7 +129,7 @@
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible> <visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
<posx>12</posx> <posx>12</posx>
<posy>366</posy> <posy>388</posy>
<width>228</width> <width>228</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
@ -146,54 +137,19 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label> <label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
</control> </control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>184</posx>
<posy>12</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control>
</itemlayout> </itemlayout>
<focusedlayout width="4-col" height="391"> <focusedlayout width="4-col" height="391">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>252</width>
<height>378</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>252</width> <width>252</width>
<height>378</height> <height>378</height>
<aspectratio aligny="top">scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.art(poster)]</texture> <texture diffuse="masks/seasonPoster.png">$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize> <bordertexture infill="false" diffuse="masks/seasonPoster.png">colors/white.png</bordertexture>
<bordersize>6</bordersize>
</control> </control>
<control type="image"> <control type="image">
<visible>String.StartsWith(ListItem.label,*)</visible> <visible>String.StartsWith(ListItem.label,*)</visible>
@ -202,9 +158,9 @@
<width>252</width> <width>252</width>
<height>378</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/seasonPoster.png">colors/black.png</texture>
<bordertexture infill="false" diffuse="masks/seasonPoster.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBFFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
@ -234,7 +190,7 @@
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible> <visible>!controlgroup(9000).hasfocus + !ListItem.IsParentFolder</visible>
<posx>12</posx> <posx>12</posx>
<posy>376</posy> <posy>388</posy>
<width>228</width> <width>228</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
@ -242,30 +198,6 @@
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label> <label fallback="31190">[B]$INFO[ListItem.label][/B][CR][COLOR textInactive]$VAR[itemDetail][/COLOR]</label>
</control> </control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>190</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -16,12 +16,10 @@
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>8</posy> <posy>8</posy>
<width>8-col</width> <width>576</width>
<height>8-col</height> <height>576</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="DefaultAlbumCover.png" diffuse="masks/discSurface.png">$VAR[songViewThumb]</texture> <texture fallback="DefaultAlbumCover.png" diffuse="masks/songListAlbum.png">$VAR[songViewThumb]</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
</control> </control>
</control> </control>
<control type="group"> <control type="group">
@ -73,7 +71,7 @@
<width>1-col-textbox</width> <width>1-col-textbox</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/iconEndCapLeft.png">colors/black.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
@ -88,9 +86,9 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>1-col-textbox</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/iconEndCapLeft.png">colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
@ -131,7 +129,7 @@
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>12-col-textbox</width> <width>861</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
@ -145,27 +143,41 @@
<visible>ListItem.IsPlaying</visible> <visible>ListItem.IsPlaying</visible>
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>861</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image">
<animation type="conditional" condition="player.paused">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<visible>ListItem.IsPlaying</visible>
<posx>13-col</posx>
<posy>0</posy>
<width>141</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/songList2.png">colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!ListItem.IsPlaying</visible> <visible>!ListItem.IsPlaying</visible>
<posx>13-col</posx> <posx>13-col</posx>
<posy>0</posy> <posy>0</posy>
<width>2-col-textbox</width> <width>141</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture diffuse="masks/songList2.png">colors/black.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -176,7 +188,7 @@
<label>..</label> <label>..</label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -186,19 +198,6 @@
<shadowcolor/> <shadowcolor/>
<label>$INFO[ListItem.Title]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
<control type="label">
<visible>!ListItem.IsParentFolder</visible>
<posx>12-col-gutter</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor/>
<label fallback="•••">$INFO[ListItem.UserRating,,*]</label>
</control>
<control type="label"> <control type="label">
<posx>13-col-indent</posx> <posx>13-col-indent</posx>
<posy>0</posy> <posy>0</posy>
@ -219,10 +218,10 @@
</animation> </animation>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>1-col</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture diffuse="masks/iconEndCapLeft.png">colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
<include>spinFocusIcon</include> <include>spinFocusIcon</include>
@ -233,7 +232,7 @@
<posy>0</posy> <posy>0</posy>
<width>1-col-gutter</width> <width>1-col-gutter</width>
<height>1-col-gutter</height> <height>1-col-gutter</height>
<texture>equaliser.gif</texture> <texture diffuse="masks/iconEndCapLeft.png">equaliser.gif</texture>
</control> </control>
<control type="label"> <control type="label">
<visible>ListItem.IsPlaying + player.paused</visible> <visible>ListItem.IsPlaying + player.paused</visible>
@ -252,7 +251,7 @@
<visible>!ListItem.IsPlaying</visible> <visible>!ListItem.IsPlaying</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>1-col</width>
<height>2-row</height> <height>2-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
@ -267,16 +266,29 @@
</animation> </animation>
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>15-col</width> <width>864</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture> <texture>colors/white.png</texture>
<bordersize>0</bordersize> <bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image">
<animation type="condition" condition="player.playing">
<effect type="fade" start="100" end="33" time="0"/>
</animation>
<posx>13-col</posx>
<posy>0</posy>
<width>141</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/songList2.png">colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label"> <control type="label">
<visible>ListItem.IsParentFolder</visible> <visible>ListItem.IsParentFolder</visible>
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -287,7 +299,7 @@
<label>..</label> <label>..</label>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col-gutter</width> <width>11-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -297,19 +309,6 @@
<shadowcolor/> <shadowcolor/>
<label>$INFO[ListItem.Title]</label> <label>$INFO[ListItem.Title]</label>
</control> </control>
<control type="label">
<visible>!ListItem.IsParentFolder</visible>
<posx>12-col-gutter</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor/>
<label fallback="•••">$INFO[ListItem.UserRating,,*]</label>
</control>
<control type="label"> <control type="label">
<posx>13-col-indent</posx> <posx>13-col-indent</posx>
<posy>0</posy> <posy>0</posy>

View File

@ -1,114 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Album browser-->
<include name="musicspotifyalbum">
<!--all albums-->
<control type="group">
<control type="panel" id="57">
<visible>$EXP[isMusicSpotifyAlbum]</visible>
<posx>90</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>24-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>57</ondown>
<onup>57</onup>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="293" height="360">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>12</bordersize>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>12</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>226</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="360">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<visible>!ListItem.IsParentFolder</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>226</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.artist] - $INFO[listitem.year]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -1,101 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<!--Spotify Artist browser-->
<include name="musicspotifyartist">
<control type="group">
<visible>$EXP[isMusicSpotifyArtist]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(56).listitem.art(thumb)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<!--content-->
<control type="panel" id="56">
<visible>$EXP[isMusicSpotifyArtist]</visible>
<posx>90</posx>
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>56</ondown>
<onup>56</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="288">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordersize>12</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture>
<bordersize>12</bordersize>
<colordiffuse>99ffffff</colordiffuse>
</control>
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="444" height="264">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture>$INFO[Listitem.art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>
</includes>

View File

@ -3,77 +3,158 @@
<include name="tvshows"> <include name="tvshows">
<control type="group"> <control type="group">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists)</visible> <visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists)</visible>
<control type="image"> <control type="group">
<visible>control.hasfocus(9203) | control.hasfocus(9202)</visible> <visible>control.hasfocus(9203) | control.hasfocus(9202)</visible>
<include>dimensionsFullscreen</include> <control type="image">
<texture fallback="colors/black.png">$INFO[container(9203).listitem.art(fanart)]</texture> <include>dimensionsFullscreen</include>
<colordiffuse>FF555555</colordiffuse> <texture fallback="colors/black.png">$INFO[container(9203).listitem.art(fanart)]</texture>
<aspectratio>scale</aspectratio> <colordiffuse>FF555555</colordiffuse>
<fadetime>250</fadetime> <aspectratio>scale</aspectratio>
</control> <fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse></colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</control>
<control type="group" id="9201"> <control type="group" id="9201">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible> <visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible>
<animation type="Conditional" condition="!controlgroup(9201).hasfocus">
<animation type="Conditional" condition="!controlgroup(9201).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/> <effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<animation type="Conditional" condition="controlgroup(9201).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/> <animation type="Conditional" condition="controlgroup(9201).hasfocus">
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="slide" start="0,-200" end="0,0" time="200" delay="400"/>
<effect type="fade" start="0" end="100" time="200" delay="350"/>
</animation> </animation>
<!--quick link selector--> <!--quick link selector-->
<control type="list" id="9202"> <control type="group">
<posx>col-1-begin</posx> <posx>col-4-begin</posx>
<posy>180</posy> <posy>170</posy>
<width>24-col</width> <control type="image">
<height>2-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<ondown>9203</ondown> <width>18-col</width>
<onback>9000</onback> <height>2-row</height>
<orientation>horizontal</orientation> <aspectratio>stretch</aspectratio>
<itemlayout width="4-col" height="2-row"> <texture>masks/menuBar.png</texture>
<control type="label"> <colordiffuse>77000000</colordiffuse>
<posx>0</posx> </control>
<posy>0</posy> <control type="grouplist" id="9202">
<width>4-col</width> <posx>0</posx>
<height>2-row</height> <posy>0</posy>
<font>menuTitle</font> <orientation>horizontal</orientation>
<aligny>center</aligny> <itemgap>0</itemgap>
<textcolor>textDisabled</textcolor> <onleft>9000</onleft>
<shadowcolor></shadowcolor> <ondown>9203</ondown>
<label>$INFO[ListItem.property(textTitle)]</label> <onback>9000</onback>
</control> <control type="button" id="3999">
</itemlayout> <description>Search</description>
<focusedlayout width="4-col" height="2-row"> <width>1-col</width>
<control type="label"> <texturenofocus></texturenofocus>
<posx>0</posx> <texturefocus>masks/circle.png</texturefocus>
<posy>0</posy> <focusedcolor>black</focusedcolor>
<width>4-col</width> <font>symbolLarge</font>
<height>2-row</height> <textoffsetx>0</textoffsetx>
<font>menuTitle</font> <align>center</align>
<aligny>center</aligny> <label></label>
<textcolor>textActive</textcolor> <onclick>Runscript(script.quickfind,media=tvshows)</onclick>
<shadowcolor></shadowcolor> </control>
<label>$INFO[ListItem.property(textTitle)]</label> <control type="button" id="4000">
<animation type="conditional" condition="control.hasfocus(9202)" loop="true"> <animation type="Conditional" condition="!String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)">
<effect type="fade" start="100" end="50" time="1000"/> <effect type="fade" start="100" end="33" time="200"/>
</animation> </animation>
</control> <label>31178</label>
</focusedlayout> <texturenofocus></texturenofocus>
<content> <texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<item id="1"> <width>3-col</width>
<label>special://skin/extras/playlists/recentEpisodes.xsp</label> <font>thumbTitle</font>
<property name="textTitle">31178</property> <align>center</align>
</item> <textoffsetx>0</textoffsetx>
<item id="2"> <onclick>Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/recentEpisodes.xsp)</onclick>
<label>special://skin/extras/playlists/inprogressTVShows.xsp</label> <ondown>control.setfocus(9203,0)</ondown>
<property name="textTitle">31127</property> </control>
</item> <control type="button" id="4001">
</content> <animation type="Conditional" condition="!String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp)">
</control> <effect type="fade" start="100" end="33" time="200"/>
</animation>
<label>31127</label>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">UIControls/button.png</texturefocus>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<onclick>Skin.SetString(tvQuickLinkValue,special://skin/extras/playlists/inprogressTVShows.xsp)</onclick>
<ondown>control.setfocus(9203,0)</ondown>
</control>
<control type="button" id="3224">
<visible>System.Setting(hidewatched)</visible>
<description>Watched Toggle</description>
<label>Unwatched Only: </label>
<width>4-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>24</textoffsetx>
<label></label>
<texturenofocus></texturenofocus>
<texturefocus>UIControls/button.png</texturefocus>
<label2>[COLOR highlight]On[/COLOR]</label2>
<onclick>sendclick(14)</onclick>
</control>
<control type="button" id="3225">
<visible>!System.Setting(hidewatched)</visible>
<description>Watched Toggle</description>
<label>Unwatched Only: </label>
<width>4-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>24</textoffsetx>
<label></label>
<texturenofocus></texturenofocus>
<texturefocus>UIControls/button.png</texturefocus>
<label2>[COLOR highlight]Off[/COLOR]</label2>
<onclick>sendclick(14)</onclick>
</control>
<control type="button" id="3222">
<description>Sort by</description>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff" border="24">UIControls/button.png</texturefocus>
<width>5-col</width>
<font>thumbTitle</font>
<align>center</align>
<textoffsetx>0</textoffsetx>
<label>$LOCALIZE[31008]: $INFO[Container.SortMethod]</label>
<onclick>Container.NextSortMethod</onclick>
<onclick>Control.setfocus(52,0,absolute)</onclick>
<onclick>Control.setfocus(3222)</onclick>
</control>
<control type="togglebutton" id="3223">
<description>Sort direction</description>
<focusedcolor>black</focusedcolor>
<color>textActive</color>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="ffffffff">masks/circle.png</texturefocus>
<alttexturefocus colordiffuse="FFFFFFFF">masks/circle.png</alttexturefocus>
<alttexturenofocus></alttexturenofocus>
<textoffsetx>0</textoffsetx>
<align>center</align>
<width>1-col</width>
<font>symbolLarge</font>
<label></label>
<altlabel></altlabel>
<onclick>Container.SetSortDirection</onclick>
<onclick>Control.setfocus(52,0,absolute)</onclick>
<onclick>Control.setfocus(3223)</onclick>
</control>
</control>
</control>
<!--quick links--> <!--quick links-->
<control type="panel" id="9203"> <control type="panel" id="9203">
<posx>90</posx> <posx>96</posx>
<posy>288</posy> <posy>288</posy>
<width>1740</width> <width>1740</width>
<height>11-row</height> <height>11-row</height>
@ -82,55 +163,53 @@
<onleft>9000</onleft> <onleft>9000</onleft>
<onback>9000</onback> <onback>9000</onback>
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<onclick condition="container(9202).hasfocus(1)">activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/)</onclick> <onclick condition="String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)">activatewindow(Videos,videodb://tvshows/titles/$INFO[listitem.dbid]/)</onclick>
<itemlayout width="586" height="5-col-gutter"> <itemlayout width="586" height="5-col-gutter">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture> <texture scalediffuse="true" diffuse="masks/latestLandscape.png">colors/black.png</texture>
<bordersize>12</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordersize>12</bordersize>
<colordiffuse>99FFFFFF</colordiffuse> <colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize> <colordiffuse>99ffffff</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>306</posy> <posy>312</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, new $LOCALIZE[31189]]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(2)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>306</posy> <posy>312</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
@ -140,9 +219,9 @@
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
@ -152,75 +231,66 @@
<focusedlayout width="586" height="5-col-gutter"> <focusedlayout width="586" height="5-col-gutter">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>566</width>
<height>318</height>
<aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image"> <control type="image">
<visible>!string.isempty(ListItem.Art(fanart))</visible> <visible>!string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(fanart)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<visible>string.isempty(ListItem.Art(fanart))</visible> <visible>string.isempty(ListItem.Art(fanart))</visible>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>566</width> <width>552</width>
<height>318</height> <height>311</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture> <texture diffuse="masks/latestLandscape.png">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture infill="false" diffuse="masks/latestLandscape.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse> <colordiffuse>FFffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(1)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/recentEpisodes.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>316</posy> <posy>312</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label> <label>[B]$INFO[ListItem.Title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + container(9202).hasfocus(2)</visible> <visible>!controlgroup(9000).hasfocus + String.IsEqual(skin.string(tvQuickLinkValue),special://skin/extras/playlists/inprogressTVShows.xsp)</visible>
<posx>12</posx> <posx>12</posx>
<posy>316</posy> <posy>312</posy>
<width>584</width> <width>524</width>
<height>2-row</height> <height>2-row</height>
<aligny>center</aligny> <aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.tvshowtitle][/B][CR]$INFO[ListItem.label]</label> <label>[B]$INFO[ListItem.tvshowtitle][/B][CR]$INFO[ListItem.label]</label>
</control> </control>
<control type="progress"> <control type="progress">
<visible>ListItem.IsResumable</visible> <visible>ListItem.IsResumable</visible>
<description>Progress Bar</description> <description>Progress Bar</description>
<posx>12</posx> <posx>24</posx>
<posy>294</posy> <posy>278</posy>
<width>542</width> <width>504</width>
<height>12</height> <height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg> <texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture> <midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>ListItem.PercentPlayed</info> <info>ListItem.PercentPlayed</info>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>
<content>$INFO[control.getlabel(9202)]</content> <content>$INFO[skin.string(tvQuickLinkValue)]</content>
</control> </control>
</control> </control>
</control> </control>
@ -230,7 +300,18 @@
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/> <effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation> </animation>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isTVShow] + !$EXP[isMovie]</visible> <visible>!controlgroup(9000).hasfocus + $EXP[isTVShow] + !$EXP[isMovie] + System.Setting(hidewatched)</visible>
<posx>col-1-begin</posx>
<posy>736</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>Unwatched TV Shows</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isTVShow] + !$EXP[isMovie] + !System.Setting(hidewatched)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>736</posy> <posy>736</posy>
<width>12-col</width> <width>12-col</width>
@ -243,174 +324,122 @@
<control type="panel" id="52"> <control type="panel" id="52">
<visible>$EXP[isTVShow] + !$EXP[isMovie]</visible> <visible>$EXP[isTVShow] + !$EXP[isMovie]</visible>
<posx>90</posx> <posx>90</posx>
<posy>828</posy> <posy>820</posy>
<width>1800</width> <width>1800</width>
<height>23-row</height> <height>836</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<onup>9203</onup> <onup>9203</onup>
<onback>9203</onback> <onback>9203</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<scrolltime tween="sine">250</scrolltime> <scrolltime tween="sine">250</scrolltime>
<itemlayout width="252" height="438"> <itemlayout width="296" height="486">
<control type="image">
<posx>-6</posx>
<posy>-6</posy>
<width>240</width>
<height>354</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordersize>6</bordersize>
<colordiffuse>11FFFFFF</colordiffuse>
</control>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture> <texture diffuse="masks/poster.png">colors/black.png</texture>
<bordersize>6</bordersize> <colordiffuse>FFFFFFFF</colordiffuse>
<colordiffuse>99FFFFFF</colordiffuse>
</control> </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>252</width>
<height>378</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>174</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>72</width>
<height>36</height>
<aspectratio>stretch</aspectratio>
<texture border="12">masks/homeMenuButton.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>-2</posy>
<width>72</width>
<height>36</height>
<aligny>center</aligny>
<align>center</align>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes)]</label>
</control>
</control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>24</posx> <posx>12</posx>
<posy>3-row</posy> <posy>388</posy>
<width>228</width> <width>228</width>
<height>6-row</height> <height>60</height>
<font>largeTitle</font> <align>center</align>
<wrapmultiline>true</wrapmultiline> <aligny>top</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>350</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label> <label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>350</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<animation condition="true" effect="fade" end="70" time="0">conditional</animation>
<posx>167</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="252" height="438"> <focusedlayout width="300" height="462">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>228</width> <width>252</width>
<height>342</height> <height>378</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">colors/black.png</texture> <texture diffuse="masks/poster.png">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="6" colordiffuse="FFFFFFFF">colors/white.png</bordertexture> <bordertexture infill="false" diffuse="masks/poster.png">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>228</width>
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
</control> </control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>168</posx>
<posy>12</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>72</width>
<height>36</height>
<aspectratio>stretch</aspectratio>
<texture border="12">masks/homeMenuButton.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>-2</posy>
<width>72</width>
<height>36</height>
<aligny>center</aligny>
<align>center</align>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes)]</label>
</control>
</control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>!controlgroup(9000).hasfocus</visible>
<posx>24</posx> <posx>12</posx>
<posy>3-row</posy> <posy>388</posy>
<width>228</width> <width>228</width>
<height>6-row</height> <height>60</height>
<font>largeTitle</font> <align>center</align>
<wrapmultiline>true</wrapmultiline> <aligny>top</aligny>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label> <label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>System.Setting(hidewatched) + !controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>354</posy>
<width>204</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.title][/B][CR]$INFO[ListItem.Property(UnWatchedEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="group">
<visible>Integer.IsGreater(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>166</posx>
<posy>6</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>56</width>
<height>56</height>
<aspectratio>stretch</aspectratio>
<texture>masks/newContent.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>28</posx>
<posy>-4</posy>
<width>36</width>
<height>36</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>

View File

@ -26,12 +26,12 @@
<itemlayout width="24-col" height="2-row"> <itemlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>69</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="colors/black.png" diffuse="masks/iconEndCapLeft.png" border="0">$INFO[Listitem.thumb]</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
@ -39,11 +39,11 @@
<width>23-col</width> <width>23-col</width>
<height>69</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture> <texture>masks/tvChannel.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>d0000000</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>22-col-gutter</width> <width>22-col-gutter</width>
<height>2-row</height> <height>2-row</height>
@ -70,27 +70,27 @@
<focusedlayout width="24-col" height="2-row"> <focusedlayout width="24-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy> <posy>0</posy>
<width>66</width> <width>72</width>
<height>66</height> <height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture> <texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus" loop="false" reversible="false"> <animation type="focus">
<effect type="fade" time="500"/> <effect type="fade" start="100" end="50" time="0"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation> </animation>
<colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>23-col</width> <width>23-col</width>
<height>2-row</height> <height>69</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture> <texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>1-col-indent</posx> <posx>96</posx>
<posy>0</posy> <posy>0</posy>
<width>22-col-gutter</width> <width>22-col-gutter</width>
<height>2-row</height> <height>2-row</height>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1101"> <window type="dialog" id="1101">
<onload>action(back)</onload> <onload>action(back)</onload>
<visible>Window.IsActive(1103) + !player.playing + !player.paused</visible> <visible>Window.IsActive(musicplaylist) + !player.playing + !player.paused</visible>
<controls> <controls>
<!--debugging--> <!--debugging-->
<include>DebugGrid</include> <include>DebugGrid</include>

View File

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1102"> <window type="dialog" id="1102">
<visible>player.hasaudio + !Window.IsActive(visualisation) + !window.isactive(home) + !window.isactive(1103)</visible> <visible>player.hasaudio + !Window.IsActive(visualisation) + !window.isactive(home) + !window.isactive(musicplaylist)</visible>
<controls> <controls>
<control type="group"> <control type="group">
<posx>col-12-begin</posx> <posx>col-12-begin</posx>
<posy>0</posy> <posy>-2</posy>
<animation type="windowopen"> <animation type="windowopen">
<effect type="slide" start="0,-50" end="0,0" tween="cubic" easing="out" delay="500" time="300"/> <effect type="slide" start="0,-50" end="0,0" tween="cubic" easing="out" delay="500" time="300"/>
<effect type="fade" start="0" end="100" time="500" delay="500"/> <effect type="fade" start="0" end="100" time="500" delay="500"/>
@ -15,17 +15,17 @@
</animation> </animation>
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col-textbox</width> <width>72</width>
<height>54</height> <height>54</height>
<texture>colors/white.png</texture> <texture diffuse="masks/nowPlaying1.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>7-col</width> <width>504</width>
<height>54</height> <height>54</height>
<texture>colors/white.png</texture> <texture diffuse="masks/nowPlaying2.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse> <colordiffuse>highlight</colordiffuse>
</control> </control>
<control type="image"> <control type="image">

View File

@ -1,154 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window id="1103">
<defaultcontrol always="true">9876</defaultcontrol>
<onunload>control.setfocus(9999)</onunload>
<controls>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<include>fadeInOut</include>
<control type="group">
<!--art-->
<control type="image">
<visible>!Visualisation.Enabled</visible>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>!Visualisation.Enabled</visible>
<include>dimensionsFullscreen</include>
<aspectratio>stretch</aspectratio>
<texture>$INFO[listitem.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="image">
<visible>!Visualisation.Enabled</visible>
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--visualisation-->
<control type="visualisation" id="2">
<visible>Visualisation.Enabled</visible>
<description>visualisation</description>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
</control>
</control>
<!--Track info-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-9-begin</posy>
<animation type="conditional" condition="!String.IsEqual(MusicPlayer.Time,00:00)">
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
</animation>
<animation type="conditional" condition="control.hasfocus(8001) | control.hasfocus(8002)">
<effect type="slide" start="0,0" end="0,-84" tween="sine" time="400"/>
</animation>
<animation type="conditional" condition="true">
<effect type="fade" end="90" time="0"/>
</animation>
<!--cover art-->
<control type="image">
<visible>!Visualisation.Enabled</visible>
<posx>612</posx>
<posy>-60</posy>
<width>7-col</width>
<height>7-col</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="noAlbumCover.jpg">$INFO[MusicPlayer.Cover]</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<!--track info-->
<control type="group">
<posx>0</posx>
<posy>12-row</posy>
<control type="label">
<posx>7-col</posx>
<posy>50</posy>
<width>10-col</width>
<height>2-row</height>
<align>center</align>
<font>menuTitle3</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.Title]</label>
<shadowcolor>99000000</shadowcolor>
<wrapmultiline>true</wrapmultiline>
</control>
<control type="label">
<posx>4-col</posx>
<posy>112</posy>
<width>16-col</width>
<height>3-row</height>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>9-col</posx>
<posy>230</posy>
<width>6-col</width>
<height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>player.progress</info>
</control>
<control type="label">
<posx>628</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>right</align>
<font>buttonTitle2</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[musicplayer.Playlistposition]$INFO[musicplayer.Playlistlength, / ]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="label">
<posx>1100</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>left</align>
<font>buttonTitle2</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[MusicPlayer.timeremaining]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</control>
</control>
</control>
<!--hidden buttons to handle dialog autohide-->
<control type="button" id="9876">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onclick>control.setfocus(9000)</onclick>
<onleft>control.setfocus(9000)</onleft>
<oninfo>control.setfocus(9000)</oninfo>
</control>
<!--hub menu-->
<include>hubMenu</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>custom_musicPlayerFullscreen.xml Got RDS? $INFO[RDS.HasRds]</label>
</control>
</controls>
</window>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>19980</defaultcontrol>
<controls>
<control type="list" id="19801">
<description>Storage container for the item details</description>
<posx>-3000</posx>
<posy>-3000</posy>
<width>1</width>
<height>1</height>
<itemlayout/>
<focusedlayout/>
</control>
<control type="button" id="19980">
<posx>-3000</posx>
<posy>-3000</posy>
<label>$ADDON[plugin.program.akl 40851]</label>
<onclick>RunPlugin(plugin://plugin.program.akl/execute/rom/$INFO[Container(19801).ListItem.Property(entityid)])</onclick>
</control>
</controls>
</window>

View File

@ -1,217 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<views>50</views>
<controls>
<include>globalBackground</include>
<control type="group">
<!--shift page for certain modal dialogs-->
<include>modalDialogContentShift</include>
<visible>![Window.IsVisible(DialogVideoInfo.xml) | Window.IsVisible(DialogMusicInfo.xml)]</visible>
<!--content selector-->
<control type="panel" id="9000">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>4-col</width>
<height>18-row</height>
<onright>50</onright>
<itemlayout height="2-row" width="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<height>2-row</height>
<width>276</width>
<aligny>center</aligny>
<font>itemTitle</font>
<label>$INFO[ListItem.Label] $INFO[ListItem.Label2,(,)]</label>
</control>
</itemlayout>
<focusedlayout height="2-row" width="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<height>2-row</height>
<width>276</width>
<aligny>center</aligny>
<font>itemTitle</font>
<label>$INFO[ListItem.Label] $INFO[ListItem.Label2,(,)]</label>
</control>
</focusedlayout>
</control>
<!--search results-->
<control type="panel" id="50">
<posx>col-6-begin</posx>
<posy>row-5-begin</posy>
<width>19-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="19-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>23-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[listitem.tvshowtitle,, - ]$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="19-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[listitem.tvshowtitle,, - ]$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--page scrollbar-->
<control type="group" id="8000">
<visible>Control.IsVisible(60)</visible>
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
<control type="scrollbar" id="60">
<posx>54r</posx>
<posy>row-8-begin</posy>
<height>20-row</height>
<onleft>50</onleft>
<onback>50</onback>
</control>
</control>
<!--page header-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--title-->
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[137]</label>
<textcolor>textActive</textcolor>
</control>
<!--subtitle-->
<control type="label">
<posx>0</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<label>$INFO[Window.Property(GlobalSearch.SearchString),$LOCALIZE[31237]: ',']</label>
<textcolor>textActive</textcolor>
</control>
<!--time-->
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
<width>12-col</width>
<align>right</align>
<font>pageTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>1-row</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>
<font>pageSubTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
</control>
</control>
<!--hidden controls-->
<control type="label" id="999">
<posx>-2000</posx>
</control>
<control type="button" id="990">
<posx>-2000</posx>
</control>
<control type="label" id="991">
<posx>-2000</posx>
</control>
<!--mini window-->
<include>miniVideoPlayer</include>
<!--hub menu-->
<include>hubMenu</include>
<!--loading indicator-->
<include>loadingIndicator</include>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-globalsearch.xml</label>
</control>
</controls>
</window>

234
1080i/script-quickfind.xml Normal file
View File

@ -0,0 +1,234 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<include>fadeInOut</include>
<controls>
<control type="image">
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(200).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse></colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--page header-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<!--title-->
<control type="label" id="4">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<font>sectionTitle</font>
<textcolor>textActive</textcolor>
</control>
<!--subtitle-->
<control type="label" id="3">
<posx>0</posx>
<posy>26</posy>
<width>12-col</width>
<height>2-row</height>
<font>menuTitle2</font>
<textcolor>textActive</textcolor>
</control>
<!--time-->
<control type="label">
<posx>24-col</posx>
<posy>0</posy>
<width>12-col</width>
<align>right</align>
<font>sectionTitle</font>
<label>[B]$INFO[System.Time][/B]</label>
<textcolor>textActive</textcolor>
</control>
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>26</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>
<font>menuTitle2</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>
</control>
<!--search input-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-8-begin</posy>s
<control type="button" id="1">
<posx>-6</posx>
<posy>6-row</posy>
<width>1-col</width>
<height>1-col</height>
<onup>100</onup>
<ondown>100</ondown>
<onright>100</onright>
<texturenofocus></texturenofocus>
<texturefocus colordiffuse="highlight">masks/square.png</texturefocus>
<textoffsetx>0</textoffsetx>
<focusedcolor>textActive</focusedcolor>
<textcolor>textActive</textcolor>
<font>symbol</font>
<align>center</align>
<label>DEL</label>
<onright>100</onright>
</control>
<control type="wraplist" id="100">
<posx>1-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>14-row</height>
<focusposition>3</focusposition>
<onleft>1</onleft>
<onright>200</onright>
<itemlayout width="1-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="1-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>1-col</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/square.png">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--search output-->
<control type="group">
<posx>col-4-begin</posx>
<posy>row-3-begin</posy>
<control type="panel" id="200">
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>19-row</height>
<onleft>100</onleft>
<itemlayout width="12-col" height="2-row">
<control type="label">
<posx>96</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="12-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture diffuse="masks/iconEndCapLeft.png" border="0">colors/white.png</texture>
<animation type="focus">
<effect type="fade" start="100" end="50" time="0"/>
</animation>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">masks/tvChannel.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>96</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>9-col-gutter</posx>
<posy>0</posy>
<width>3-col</width>
<height>2-row</height>
<align>right</align>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Label2]</label>
</control>
</focusedlayout>
</control>
<control type="image">
<visible></visible>
<posx>13-col</posx>
<posy>2-row</posy>
<width>7-col</width>
<height>756</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/poster.png">$INFO[container(200).listitem.art(poster)]</texture>
</control>
<control type="image">
<visible></visible>
<posx>13-col</posx>
<posy>5-row</posy>
<width>7-col</width>
<height>7-col</height>
<aspectratio>stretch</aspectratio>
<texture diffuse="masks/poster.png">$INFO[container(200).listitem.art(thumb)]</texture>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-quickfind.xml</label>
</control>
</controls>
</window>

View File

@ -1,155 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="false">211</defaultcontrol>
<onunload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9001&amp;group=mainmenu|videosubmenu|musicsubmenu|picturessubmenu|gamesubmenu)</onunload>
<onunload>control.setfocus(9000)</onunload>
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<posx>col-4-begin</posx>
<posy>row-5-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>1320</width>
<height>708</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>71</posy>
<width>18-col</width>
<height>1</height>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--title-->
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>18-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>$LOCALIZE[31228]</label>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
</control>
<!--options-->
<control type="grouplist" id="300">
<posx>0</posx>
<posy>84</posy>
<width>276</width>
<height>17-row</height>
<itemgap>0</itemgap>
<control type="button" id="301">
<description>Add a new shortcut</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32000]</label>
</control>
<control type="button" id="302">
<description>Delete shortcut</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32001]</label>
</control>
<control type="button" id="303">
<description>Move shortcut up</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32002]</label>
</control>
<control type="button" id="304">
<description>Move shortcut down</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32003]</label>
</control>
<control type="button" id="305">
<description>Change shortcut label</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32025]</label>
</control>
<control type="button" id="307">
<description>Change shortcut action</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32027]</label>
</control>
<control type="button" id="308">
<description>Reset shortcuts</description>
<onright>211</onright>
<width>5-col-gutter</width>
<label>$ADDON[script.skinshortcuts 32028]</label>
</control>
</control>
<!-- id 211 - Current shortcuts -->
<!--options-->
<control type="list" id="211">
<posx>4-col</posx>
<posy>84</posy>
<width>14-col</width>
<height>17-row</height>
<onleft>300</onleft>
<orientation>vertical</orientation>
<itemlayout width="14-col" height="2-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>13-col</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="14-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>14-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation effect="fade" start="100" end="50" condition="!Control.HasFocus(211)">Conditional</animation>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>13-col</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>black</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>script-skinshortcuts.xml</label>
</control>
</controls>
</window>

View File

@ -7,7 +7,6 @@ Built for the living room, Pellucid is a clean and carefully designed Kodi exper
#### Additional features #### Additional features
- Skin Shortcuts addon support.
- Full PVR / Live TV support - Full PVR / Live TV support
Discussion thread: http://forum.kodi.tv/forumdisplay.php?fid=267 Discussion thread: http://forum.kodi.tv/forumdisplay.php?fid=267

20
SKIN INFO.txt Normal file
View File

@ -0,0 +1,20 @@
**View IDs**
50 - filelist - $EXP[isFileList]
51 - movies - $EXP[isMovie]
52 - tvshows - $EXP[isTVShow] + !$EXP[isMovie]
53 - episodes - $EXP[isEpisode] + !String.Contains(container.folderpath,smb://) + String.Contains(container.folderpath,videodb://)
55 - videofiles - $EXP[isVideoList]
58 - seasons - $EXP[isSeason] + !String.Contains(container.folderpath,smb://)
/*music*
50 - musicfiles - !$EXP[isMusicPlaylist] + !$EXP[isMusicSong] + !$EXP[isMusicAlbum] + $EXP[isMusicList]
51 - musicartist - $EXP[isMusicArtist]
52 - musicartistcatalogue - $EXP[isMusicArtistCatalogue]
53 - musicsongs - $EXP[isMusicSong]
54 - musicalbum - $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]
55 - musicgenre - $EXP[isMusicGenre]
59 - musicPlayList

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.pellucid" version="3.0.0" name="Pellucid" provider-name="theDeadman"> <addon id="skin.pellucid" version="3.1.0" name="Pellucid" provider-name="theDeadman">
<requires> <requires>
<import addon="xbmc.gui" version="5.17.0"/> <import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.skinshortcuts" version="2.0.3"/>
</requires> </requires>
<extension point="xbmc.gui.skin" debugging="false"> <extension point="xbmc.gui.skin" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" /> <res width="1920" height="1080" aspect="16:9" default="true" folder="1080i" />

View File

@ -1,157 +0,0 @@
**Changelog**
[V3.1.0]
- Skin shortcuts removed
[V3.0.0]
- Updated for Kodi Matrix
[V2.0.1]
*** Shout out to Loggio for a whole bunch of tweaks. Thanks! ***
- PVR OSD channel list added
- Various tweaks
[V2.0.0] ***LEIA RELEASE***
- [COMPLETE] Minor bugfixes
[V1.4.0] ***LEIA BUILDS ONLY***
- Preparing for Leia compatibility
- [COMPLETE] xbmc.gui bump to 5.13.0
- [COMPLETE] removal of deprecated infolabel System.HasModalDialog
- [COMPLETE] MyPVRGuide.xml: Removed view id's 11,12 and 13
- [COMPLETE] Removed hyphen as none value
- [COMPLETE] Rename DialogPVRGuideOSD.xml --> DialogPVRChannelGuide
- [COMPLETE] Remove instances of <onclick>noop</onclick>
- [COMPLETE] Removal of deprecated 'stringcompare()'
- [COMPLETE] Removal of deprecated 'substring()'
- [COMPLETE] Removal of deprecated 'IntegerGreaterThan()'
- [COMPLETE] Player.CanRecord -> PVR.CanRecordPlayingChannel
- [COMPLETE] ListItem.ChannelNumber -> ListItem.ChannelNumberLabel
- [COMPLETE] isempty() -> string.isempty()
- [COMPLETE] listitem.duration string adjustments
- [COMPLETE] playlist.random checked
- [COMPLETE] Player.recording checked
- [COMPLETE] PVR.time/duration/progress checked
- [COMPLETE] Games settings
- [COMPLETE] New shortcuts menu for games
- [COMPLETE] DialogAddonSettings updated
- [COMPLETE] DialogPVRGroupManager.xml updated
- [COMPLETE] DialogPVRChannelManager.xml updated
- [COMPLETE] MyMusicPlaylistEditor.xml updated
- [COMPLETE] Subtitle Update
- [COMPLETE] Music Videos
- [COMPLETE] global search addon skinned
- [COMPLETE] GameOSD.xml
- [COMPLETE] Adjust alignment of home menu items based on item count
- [NEW] Additional wallpapers (Thanks Dadebue)
- [NEW] USER OPTION: Disable recently added content for movies, tvshows and music
[V1.3.3]
- [FIXED] Weather label showing on homescreen even if no weather plugin enabled.
- Minor tweaks
[V1.3.2]
- [NEW] font support for Hebrew (thanks Arthurvaverko)
- [FIXED] Mute icon (thanks Arthurvaverko)
- [FIXED] Equaliser animation can now be disabled via low power mode (thanks Kaputt3)
- [UPDATED] Unwatched item indicators on tvshow and season views
- [UPDATED] Weather returned to homescreen
[V1.3.1]
- [FIXED] back button not working correctly on plugin-based poster views
- [NEW] Homescreen menu hide function
[V1.3.0]
***Users who are upgrading from V1.2x are strongly encouraged to reset their menu structures to take account of structural changes to the skin***
- [NEW] Spotlight area removed and reintegrated into standard library views
- [NEW] Homescreen redesigned
- [NEW] Music fullscreen view redesigned
- Numerous tweaks and polishes skin wide
[V1.2.4]
- [UPDATED] French language file
- [UPDATED] Norwegian language file
- [UPDATED] Polish language file
- [UPDATED] Home screen tweaked
- [UPDATED] PVR Channel group control added to PVR section
- [FIXED] Music playlist view
- Various minor tweaks
[V1.2.3]
- [FIXED] Fullscreen music activation could hang kodi in some cases
- [FIXED] Incorrect casing on some font calls (thanks BigNoid)
- [FIXED] Audio offset blocked by dialog background (thanks PaulVT / iamgroot)
- [FIXED] Remove script-skinshortcuts-includes.xml from github tree
- [FIXED] Vignette on artist slideshow adjusted to increase brightness
- [FIXED] PVR Channel icon aspect ratio adjusted for wider icon support
- [FIXED] change aspect ratio blocked by dialog background
- [FIXED] "Play DVD" changed to "Play Disc"
- [FIXED] Fullscreen music -> home transition when music is stopped by user
- [FIXED] Reduced font size on edit source dialog
- [NEW] up / down now controls volume in fullscreen musicview
- [NEW] Russian Translation (thanks Vasiliy)
- Various minor tweaks and fixes
[V1.2.2]
- [NEW] Hebrew Translation (thanks Eric P)
- [NEW] Poster view enabled for online sourced content
- [NEW] Time index direct search added
- Minor tweaks and adjustments
[V1.2.0]
- [NEW] Extended fanart support for video info and seasons (active by default)
- [NEW] 'Media Showcase'. This extension to the video info screen presents media art in a much more engaging way, taking advantage of available media art.
- [NEW] User option: disable extended fanart
- [NEW] Keyboard autocomplete support
- [NEW] Improved playlist display in music view
- Various tweaks and adjustments
[V1.1.1]
- [FIXED] Aspect ratio incorrect in poster view (thanks wiiija)
- [NEW] Artist slideshow support
- [NEW] Polish translation (thanks Etharr)
- [FIXED] Context menu onback handling in addons (thanks Solbero)
- [FIXED] onback from music visualisation screen
- [NEW] Video Playlists now display in correct content view with title
- [NEW] Music video support
- [NEW] Artwork downloader support
- [NEW] German translation (thanks Matthias)
- Various minor tweaks
[V1.1.0]
- Various tweaks and GUI updates.
- [NEW] Additional user options for menu customisation added to skin settings
- [NEW] Fullscreen music / video OSD revised.
- [NEW] Added buttons to 'go to artist' and 'go to album' in the fullscreen music options
- [NEW] Party mode added as a default music menu item
- [NEW] Now playing information presentation modified.
- [NEW] Italian translation (many thanks to Peppe_sr)
- [NEW] French translation (many thanks to Seb Boucourt)
[V1.0.4]
- Minor tweaks and bug fixes
- [NEW] User option to remove weather data from homescreen
[V1.0.3]
- Minor bug fixes and tweaks
- [CHANGED] TVShow Episode count now reflects watched / unwatched status
- [CHANGED] TVShow view revised to poster view
- [NEW] Basic weather info now available on homescreen
- [CHANGED] Default and skin colour options revised
- [NEW] Higher quality homescreen backgrounds
[V1.0.2]
- Bug fixes
- Extra colour themes added
[V1.0.0]
- Initial release
- [UPDATED] MyMusicPlaylistEditor.xml
- [REMOVED] Unused images
- Minor fixes and bug squashing (thanks Ronie!)

View File

@ -3,10 +3,8 @@
<color name="black">ff111111</color> <color name="black">ff111111</color>
<color name="background">ff1a1a1a</color> <color name="background">ff1a1a1a</color>
<color name="highlight">ffad1e4e</color> <color name="highlight">ffad1e4e</color>
<color name="shighlight">fff03c69</color>
<color name="overlay">44ffffff</color> <color name="overlay">44ffffff</color>
<color name="textActive">fff0f0f0</color> <color name="textActive">ffd0d0d0</color>
<color name="textDisabled">ff757575</color> <color name="textDisabled">ff757575</color>
<color name="menuDisabled">aaf0f0f0</color> <color name="menuDisabled">aaf0f0f0</color>
<color name="menuUnselected">ff919191</color> <color name="menuUnselected">ff919191</color>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 KiB

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-09-26 09:14+0000\n" "PO-Revision-Date: 2022-03-01 12:50+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n" "Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Arabic (Saudi Arabia) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/ar_sa/>\n" "Language-Team: Arabic (Saudi Arabia) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/ar_sa/>\n"
"Language: ar_sa\n" "Language: ar_sa\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.14.1\n" "X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
@ -107,7 +107,7 @@ msgstr ""
msgctxt "#31060" msgctxt "#31060"
msgid "PVR" msgid "PVR"
msgstr "PVR" msgstr ""
msgctxt "#31061" msgctxt "#31061"
msgid "Adjust look and feel of Kodi" msgid "Adjust look and feel of Kodi"

View File

@ -382,7 +382,7 @@ msgid "All Episodes"
msgstr "" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Show only unwatched items:" msgid "Filter Unwatched"
msgstr "" msgstr ""
msgctxt "#31199" msgctxt "#31199"

View File

@ -221,11 +221,11 @@ msgid "About this Kodi Installation"
msgstr "" msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Asc"
msgstr "" msgstr ""
msgctxt "#31110" msgctxt "#31110"
msgid "Order: Descending" msgid "Desc"
msgstr "" msgstr ""
msgctxt "#31111" msgctxt "#31111"
@ -381,7 +381,7 @@ msgid "All Episodes"
msgstr "" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Show only unwatched items:" msgid "Hide Watched"
msgstr "" msgstr ""
msgctxt "#31199" msgctxt "#31199"
@ -527,3 +527,19 @@ msgstr ""
msgctxt "#31252" msgctxt "#31252"
msgid "Album" msgid "Album"
msgstr "" msgstr ""
msgctxt "#31253"
msgid "Unknown"
msgstr ""
msgctxt "#31254"
msgid "Go to Artist"
msgstr ""
msgctxt "#31255"
msgid "Go to Album"
msgstr ""
msgctxt "#31256"
msgid "Unwatched Episodes"
msgstr ""

View File

@ -7,19 +7,19 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-06-24 16:42+0000\n" "PO-Revision-Date: 2022-01-09 08:13+0000\n"
"Last-Translator: José Antonio Alvarado <jalvarado0.eses@gmail.com>\n" "Last-Translator: Alfonso Cachero <alfonso.cachero@gmail.com>\n"
"Language-Team: Spanish (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/es_es/>\n" "Language-Team: Spanish (Spain) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/es_es/>\n"
"Language: es_es\n" "Language: es_es\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.18\n" "X-Generator: Weblate 4.10.1\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
msgstr "Un skin para Kodi de theDeadmanInYossariansTent" msgstr "Una skin para Kodi de theDeadmanInYossariansTent"
msgctxt "Addon Description" msgctxt "Addon Description"
msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss." msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss."
@ -167,11 +167,11 @@ msgstr "Programaciones"
msgctxt "#31088" msgctxt "#31088"
msgid "Video Addons" msgid "Video Addons"
msgstr "Add-ons de vídeo" msgstr "Addons de Vídeo"
msgctxt "#31090" msgctxt "#31090"
msgid "Music Addons" msgid "Music Addons"
msgstr "Add-ons de música" msgstr "Addons de Música"
msgctxt "#31093" msgctxt "#31093"
msgid "IP" msgid "IP"
@ -207,7 +207,7 @@ msgstr "Controla cómo se usa Kodi"
msgctxt "#31104" msgctxt "#31104"
msgid "Disable this addon" msgid "Disable this addon"
msgstr "Desactivar este add-on" msgstr "Desactivar este addon"
msgctxt "#31105" msgctxt "#31105"
msgid "Manage your Kodi system" msgid "Manage your Kodi system"
@ -231,7 +231,7 @@ msgstr "Orden: Descendente"
msgctxt "#31111" msgctxt "#31111"
msgid "Manage your program addons" msgid "Manage your program addons"
msgstr "Gestionar add-ons de programa" msgstr "Gestionar addons de programas"
msgctxt "#31112" msgctxt "#31112"
msgid "TV Guide" msgid "TV Guide"
@ -239,7 +239,7 @@ msgstr "Guía TV"
msgctxt "#31113" msgctxt "#31113"
msgid "Kodi Addons" msgid "Kodi Addons"
msgstr "Add-ons de Kodi" msgstr "Addons de Kodi"
msgctxt "#31114" msgctxt "#31114"
msgid "Pixel format" msgid "Pixel format"
@ -251,7 +251,7 @@ msgstr "Establecer carpeta de fondos de pantalla"
msgctxt "#31117" msgctxt "#31117"
msgid "Launch addon" msgid "Launch addon"
msgstr "Lanzar add-on" msgstr "Lanzar addon"
msgctxt "#31118" msgctxt "#31118"
msgid "PVR not active" msgid "PVR not active"
@ -363,7 +363,7 @@ msgstr "Álbumes Nuevos"
msgctxt "#31181" msgctxt "#31181"
msgid "Random Albums" msgid "Random Albums"
msgstr "Álbumes aleatorios" msgstr "Álbumes Aleatorios"
msgctxt "#31187" msgctxt "#31187"
msgid "Top Albums" msgid "Top Albums"
@ -427,7 +427,7 @@ msgstr "Series de TV"
msgctxt "#31218" msgctxt "#31218"
msgid "Enable this addon" msgid "Enable this addon"
msgstr "Activar este add-on" msgstr "Activar este addon"
msgctxt "#31220" msgctxt "#31220"
msgid "Disable extended fanart" msgid "Disable extended fanart"
@ -483,7 +483,7 @@ msgstr "Editar menú de sección juegos"
msgctxt "#31234" msgctxt "#31234"
msgid "Game Addons" msgid "Game Addons"
msgstr "Add-ons de Juegos" msgstr "Addons de Juegos"
msgctxt "#31236" msgctxt "#31236"
msgid "Radio / TV" msgid "Radio / TV"

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-09-16 10:14+0000\n" "PO-Revision-Date: 2022-07-15 15:14+0000\n"
"Last-Translator: Oskari Lavinto <olavinto@protonmail.com>\n" "Last-Translator: Oskari Lavinto <olavinto@protonmail.com>\n"
"Language-Team: Finnish <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/fi_fi/>\n" "Language-Team: Finnish <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/fi_fi/>\n"
"Language: fi_fi\n" "Language: fi_fi\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.14\n" "X-Generator: Weblate 4.13\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
@ -27,7 +27,7 @@ msgstr ""
msgctxt "#31008" msgctxt "#31008"
msgid "Sort by" msgid "Sort by"
msgstr "Lajitteluperuste" msgstr "Lajittelu"
msgctxt "#31012" msgctxt "#31012"
msgid "My Library" msgid "My Library"
@ -95,7 +95,7 @@ msgstr ""
msgctxt "#31054" msgctxt "#31054"
msgid "by" msgid "by"
msgstr "tekijältä" msgstr "Tekijä"
msgctxt "#31056" msgctxt "#31056"
msgid "Photo Library" msgid "Photo Library"
@ -223,11 +223,11 @@ msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: Ascending"
msgstr "Järjestys: Nouseva" msgstr ""
msgctxt "#31110" msgctxt "#31110"
msgid "Order: Descending" msgid "Order: Descending"
msgstr "Järjestys: Laskeva" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Manage your program addons" msgid "Manage your program addons"

View File

@ -5,25 +5,25 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: chris@chrisbevan.co.uk\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-02-28 15:15+0000\n" "PO-Revision-Date: 2022-03-01 12:50+0000\n"
"Last-Translator: skypichat <skypichat@hotmail.fr>\n" "Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: French (France) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/fr_fr/>\n" "Language-Team: French (France) <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/fr_fr/>\n"
"Language: fr_fr\n" "Language: fr_fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n" "Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.15.2\n" "X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
msgstr "Un habillage Kodi crée par theDeadmanInYossariansTent" msgstr ""
msgctxt "Addon Description" msgctxt "Addon Description"
msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss." msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss."
msgstr "Pellucid est une expérience légère, propre et simple, conçue pour une utilisation maximale et un minimum de complications." msgstr ""
msgctxt "#31008" msgctxt "#31008"
msgid "Sort by" msgid "Sort by"
@ -31,15 +31,15 @@ msgstr "Tri par"
msgctxt "#31012" msgctxt "#31012"
msgid "My Library" msgid "My Library"
msgstr "Ma bibliothéque" msgstr ""
msgctxt "#31014" msgctxt "#31014"
msgid "title(s)" msgid "title(s)"
msgstr "titre(s)" msgstr ""
msgctxt "#31015" msgctxt "#31015"
msgid "On" msgid "On"
msgstr "Activé" msgstr ""
msgctxt "#31019" msgctxt "#31019"
msgid "Open playlist" msgid "Open playlist"
@ -51,15 +51,15 @@ msgstr "Sauvegarder la liste de lecture"
msgctxt "#31021" msgctxt "#31021"
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Effacer la liste de lecture" msgstr ""
msgctxt "#31022" msgctxt "#31022"
msgid "Select Items" msgid "Select Items"
msgstr "Sélectionner les éléments" msgstr ""
msgctxt "#31023" msgctxt "#31023"
msgid "Notification" msgid "Notification"
msgstr "Notification" msgstr ""
msgctxt "#31031" msgctxt "#31031"
msgid "Play Random" msgid "Play Random"
@ -71,11 +71,11 @@ msgstr "Activer la grille de débogage"
msgctxt "#31035" msgctxt "#31035"
msgid "Enable Debug Information" msgid "Enable Debug Information"
msgstr "Activer les informations de débogage" msgstr ""
msgctxt "#31043" msgctxt "#31043"
msgid "Reload Skin" msgid "Reload Skin"
msgstr "Recharger l'habillage" msgstr "Recharger le thème"
msgctxt "#31044" msgctxt "#31044"
msgid "Debugging" msgid "Debugging"
@ -83,15 +83,15 @@ msgstr "Débogage"
msgctxt "#31046" msgctxt "#31046"
msgid "Field" msgid "Field"
msgstr "Champ" msgstr ""
msgctxt "#31048" msgctxt "#31048"
msgid "Create Folder" msgid "Create Folder"
msgstr "Créer un dossier" msgstr ""
msgctxt "#31051" msgctxt "#31051"
msgid "Disc Menu" msgid "Disc Menu"
msgstr "Menu Disque" msgstr ""
msgctxt "#31054" msgctxt "#31054"
msgid "by" msgid "by"
@ -99,23 +99,23 @@ msgstr "par"
msgctxt "#31056" msgctxt "#31056"
msgid "Photo Library" msgid "Photo Library"
msgstr "Bilbiothéque Photo" msgstr ""
msgctxt "#31057" msgctxt "#31057"
msgid "Create Music Playlist" msgid "Create Music Playlist"
msgstr "Créer une liste de lecture musciale" msgstr ""
msgctxt "#31060" msgctxt "#31060"
msgid "PVR" msgid "PVR"
msgstr "Enregistreur vidéo" msgstr "PVR"
msgctxt "#31061" msgctxt "#31061"
msgid "Adjust look and feel of Kodi" msgid "Adjust look and feel of Kodi"
msgstr "Ajuster l'apparence de Kodi" msgstr ""
msgctxt "#31062" msgctxt "#31062"
msgid "Memory" msgid "Memory"
msgstr "Mémoire" msgstr ""
msgctxt "#31063" msgctxt "#31063"
msgid "Manage content playback" msgid "Manage content playback"
@ -127,51 +127,51 @@ msgstr "CPU"
msgctxt "#31067" msgctxt "#31067"
msgid "Extend Kodi's functionality" msgid "Extend Kodi's functionality"
msgstr "Étendre les fonctionnalités de Kodi" msgstr ""
msgctxt "#31070" msgctxt "#31070"
msgid "Screen" msgid "Screen"
msgstr "Ecran" msgstr ""
msgctxt "#31071" msgctxt "#31071"
msgid "Communications and sharing" msgid "Communications and sharing"
msgstr "Communications et partage" msgstr ""
msgctxt "#31073" msgctxt "#31073"
msgid "Channel Guide" msgid "Channel Guide"
msgstr "Guide des chaines" msgstr ""
msgctxt "#31076" msgctxt "#31076"
msgid "Change Title" msgid "Change Title"
msgstr "Changer le titre" msgstr ""
msgctxt "#31078" msgctxt "#31078"
msgid "Now and Next" msgid "Now and Next"
msgstr "Maintenant et après" msgstr ""
msgctxt "#31079" msgctxt "#31079"
msgid "Import your content into Kodi" msgid "Import your content into Kodi"
msgstr "Importer le contenue" msgstr ""
msgctxt "#31081" msgctxt "#31081"
msgid "Digital Television Setup" msgid "Digital Television Setup"
msgstr "Configuration TNT" msgstr ""
msgctxt "#31082" msgctxt "#31082"
msgid "By" msgid "By"
msgstr "Par" msgstr ""
msgctxt "#31087" msgctxt "#31087"
msgid "Timers" msgid "Timers"
msgstr "Minuteur" msgstr ""
msgctxt "#31088" msgctxt "#31088"
msgid "Video Addons" msgid "Video Addons"
msgstr "Extensions vidéo" msgstr "Extensions de vidéo"
msgctxt "#31090" msgctxt "#31090"
msgid "Music Addons" msgid "Music Addons"
msgstr "Extensions audio" msgstr "Extensions de musique"
msgctxt "#31093" msgctxt "#31093"
msgid "IP" msgid "IP"
@ -179,7 +179,7 @@ msgstr "IP"
msgctxt "#31095" msgctxt "#31095"
msgid "Transfer and copy files" msgid "Transfer and copy files"
msgstr "Transférer et copier des fichiers" msgstr ""
msgctxt "#31096" msgctxt "#31096"
msgid "No items found" msgid "No items found"
@ -187,51 +187,51 @@ msgstr "Aucun élément trouvé"
msgctxt "#31099" msgctxt "#31099"
msgid "Add Group" msgid "Add Group"
msgstr "Ajouter un groupe" msgstr "Ajouter un Groupe"
msgctxt "#31100" msgctxt "#31100"
msgid "Rename Group" msgid "Rename Group"
msgstr "Renommer le groupe" msgstr "Renommer le Groupe"
msgctxt "#31101" msgctxt "#31101"
msgid "Delete Group" msgid "Delete Group"
msgstr "Supprimer le groupe" msgstr "Supprimer le Groupe"
msgctxt "#31102" msgctxt "#31102"
msgid "Low CPU power mode" msgid "Low CPU power mode"
msgstr "Mode économie CPU" msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Control how Kodi is used" msgid "Control how Kodi is used"
msgstr "Contrôler l'utilisation de Kodi" msgstr ""
msgctxt "#31104" msgctxt "#31104"
msgid "Disable this addon" msgid "Disable this addon"
msgstr "Déactiver cette extension" msgstr ""
msgctxt "#31105" msgctxt "#31105"
msgid "Manage your Kodi system" msgid "Manage your Kodi system"
msgstr "Gérer votre système Kodi" msgstr ""
msgctxt "#31107" msgctxt "#31107"
msgid "Current profile" msgid "Current profile"
msgstr "Profile courrant" msgstr ""
msgctxt "#31108" msgctxt "#31108"
msgid "About this Kodi Installation" msgid "About this Kodi Installation"
msgstr "A propos de cette installation Kodi" msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: Ascending"
msgstr "Ordre : Croissant" msgstr ""
msgctxt "#31110" msgctxt "#31110"
msgid "Order: Descending" msgid "Order: Descending"
msgstr "Ordre : Décroissant" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Manage your program addons" msgid "Manage your program addons"
msgstr "Gérer vos extensions de programme" msgstr ""
msgctxt "#31112" msgctxt "#31112"
msgid "TV Guide" msgid "TV Guide"
@ -239,83 +239,83 @@ msgstr "Guide TV"
msgctxt "#31113" msgctxt "#31113"
msgid "Kodi Addons" msgid "Kodi Addons"
msgstr "Extensions Kodi" msgstr ""
msgctxt "#31114" msgctxt "#31114"
msgid "Pixel format" msgid "Pixel format"
msgstr "Format pixel" msgstr "Format de pixel"
msgctxt "#31116" msgctxt "#31116"
msgid "Set home background directory" msgid "Set home background directory"
msgstr "Définir le répertoire des fonds de l'écran d'accueil" msgstr ""
msgctxt "#31117" msgctxt "#31117"
msgid "Launch addon" msgid "Launch addon"
msgstr "Lancer l'extension" msgstr ""
msgctxt "#31118" msgctxt "#31118"
msgid "PVR not active" msgid "PVR not active"
msgstr "Enregisteur déactivé" msgstr ""
msgctxt "#31121" msgctxt "#31121"
msgid "My Kodi" msgid "My Kodi"
msgstr "Mon Kodi" msgstr ""
msgctxt "#31122" msgctxt "#31122"
msgid "Reset home backgrounds to default" msgid "Reset home backgrounds to default"
msgstr "Rétablir le fond d'écran par défaut" msgstr ""
msgctxt "#31123" msgctxt "#31123"
msgid "Current Queue" msgid "Current Queue"
msgstr "File courante" msgstr ""
msgctxt "#31127" msgctxt "#31127"
msgid "Continue Watching" msgid "Continue Watching"
msgstr "Continuer à regarder" msgstr ""
msgctxt "#31134" msgctxt "#31134"
msgid "Manual search" msgid "Manual search"
msgstr "Recherche manuel" msgstr ""
msgctxt "#31136" msgctxt "#31136"
msgid "Now Playing" msgid "Now Playing"
msgstr "Lecture en cours" msgstr "En cours de lecture"
msgctxt "#31138" msgctxt "#31138"
msgid "Stop video playing on return to menu" msgid "Stop video playing on return to menu"
msgstr "Arrêter la lecture de la vidéo lors du retour au menu" msgstr ""
msgctxt "#31142" msgctxt "#31142"
msgid "Prioritise exit over shutdown in power menu" msgid "Prioritise exit over shutdown in power menu"
msgstr "Priorité à la sortie sur l'arrêt dans le menu d'alimentation" msgstr ""
msgctxt "#31143" msgctxt "#31143"
msgid "Remaining" msgid "Remaining"
msgstr "Restant" msgstr "Temps restant"
msgctxt "#31144" msgctxt "#31144"
msgid "FPS" msgid "FPS"
msgstr "FPS" msgstr ""
msgctxt "#31145" msgctxt "#31145"
msgid "Item(s)" msgid "Item(s)"
msgstr "Element(s)" msgstr ""
msgctxt "#31149" msgctxt "#31149"
msgid "Released" msgid "Released"
msgstr "Sortie" msgstr "Sorti"
msgctxt "#31152" msgctxt "#31152"
msgid "Press OK to cancel" msgid "Press OK to cancel"
msgstr "Appuyer sur Ok pour annuler" msgstr ""
msgctxt "#31153" msgctxt "#31153"
msgid "Playlist saved" msgid "Playlist saved"
msgstr "Liste de lecture sauvegardée" msgstr ""
msgctxt "#31160" msgctxt "#31160"
msgid "Ends" msgid "Ends"
msgstr "Prend fin" msgstr ""
msgctxt "#31165" msgctxt "#31165"
msgid "TV Recordings" msgid "TV Recordings"
@ -327,31 +327,31 @@ msgstr ""
msgctxt "#31170" msgctxt "#31170"
msgid "Menus" msgid "Menus"
msgstr "Menus" msgstr ""
msgctxt "#31171" msgctxt "#31171"
msgid "Edit home menu" msgid "Edit home menu"
msgstr "Edition menu accueil" msgstr ""
msgctxt "#31172" msgctxt "#31172"
msgid "Edit video section menu" msgid "Edit video section menu"
msgstr "Edition menu video" msgstr ""
msgctxt "#31173" msgctxt "#31173"
msgid "Edit music section menu" msgid "Edit music section menu"
msgstr "Edition menu musique" msgstr ""
msgctxt "#31174" msgctxt "#31174"
msgid "Edit picture section menu" msgid "Edit picture section menu"
msgstr "Edition menu image" msgstr ""
msgctxt "#31176" msgctxt "#31176"
msgid "New Movies" msgid "New Movies"
msgstr "Nouveaux films" msgstr "Nouveaux Films"
msgctxt "#31178" msgctxt "#31178"
msgid "New TV Shows" msgid "New TV Shows"
msgstr "Nouvelle séries" msgstr ""
msgctxt "#31179" msgctxt "#31179"
msgid "Options" msgid "Options"
@ -371,35 +371,35 @@ msgstr "Meilleurs albums"
msgctxt "#31188" msgctxt "#31188"
msgid "season(s)" msgid "season(s)"
msgstr "saison(s)" msgstr ""
msgctxt "#31189" msgctxt "#31189"
msgid "episode(s)" msgid "episode(s)"
msgstr "episode(s)" msgstr ""
msgctxt "#31190" msgctxt "#31190"
msgid "All Episodes" msgid "All Episodes"
msgstr "Tous les épisodes" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Show only unwatched items:" msgid "Show only unwatched items:"
msgstr "Afficher uniquement les articles non lus:" msgstr ""
msgctxt "#31199" msgctxt "#31199"
msgid "Artists in" msgid "Artists in"
msgstr "Artistes dans" msgstr ""
msgctxt "#31203" msgctxt "#31203"
msgid "Smart Playlist" msgid "Smart Playlist"
msgstr "Liste intélligente" msgstr ""
msgctxt "#31205" msgctxt "#31205"
msgid "No further details available." msgid "No further details available."
msgstr "Pas d'autres détails disponibles." msgstr ""
msgctxt "#31206" msgctxt "#31206"
msgid "Kodi System Information" msgid "Kodi System Information"
msgstr "Information systeme Kodi" msgstr ""
msgctxt "#31209" msgctxt "#31209"
msgid "<Source name>" msgid "<Source name>"
@ -415,24 +415,23 @@ msgstr ""
msgctxt "#31213" msgctxt "#31213"
msgid "Showing unwatched titles only" msgid "Showing unwatched titles only"
msgstr "Afficher uniquement les titres non lus:" msgstr ""
msgctxt "#31215" msgctxt "#31215"
msgid "TV Channels" msgid "TV Channels"
msgstr "Chaines TV" msgstr ""
msgctxt "#31216" msgctxt "#31216"
msgid "TV Shows" msgid "TV Shows"
msgstr "séries" msgstr "Émissions TV"
msgctxt "#31218" msgctxt "#31218"
msgid "Enable this addon" msgid "Enable this addon"
msgstr "Activer cet extension" msgstr ""
msgctxt "#31220" msgctxt "#31220"
msgid "Disable extended fanart" msgid "Disable extended fanart"
msgstr "Déactiver les fanarts étendus" msgstr ""
msgctxt "#31221" msgctxt "#31221"
msgid "Play Disc" msgid "Play Disc"
@ -440,39 +439,39 @@ msgstr "Lire un disque"
msgctxt "#31222" msgctxt "#31222"
msgid "Change Channel Group" msgid "Change Channel Group"
msgstr "Changer de groupe de chaine" msgstr ""
msgctxt "#31223" msgctxt "#31223"
msgid "All Albums" msgid "All Albums"
msgstr "Tous les albums" msgstr ""
msgctxt "#31224" msgctxt "#31224"
msgid "All Movies" msgid "All Movies"
msgstr "Tous les films" msgstr "Tous les Films"
msgctxt "#31225" msgctxt "#31225"
msgid "All TV Shows" msgid "All TV Shows"
msgstr "Toutes les séries" msgstr "Toutes les Séries TV"
msgctxt "#31226" msgctxt "#31226"
msgid "LibreElec Settings" msgid "LibreElec Settings"
msgstr "Réglage LibreElec" msgstr ""
msgctxt "#31228" msgctxt "#31228"
msgid "Edit Menu" msgid "Edit Menu"
msgstr "Edition du menu" msgstr ""
msgctxt "#31229" msgctxt "#31229"
msgid "Play Music" msgid "Play Music"
msgstr "Lecture audio" msgstr ""
msgctxt "#31230" msgctxt "#31230"
msgid "Game Settings" msgid "Game Settings"
msgstr "Réglages jeu" msgstr "Paramètres de jeu"
msgctxt "#31231" msgctxt "#31231"
msgid "Game related options" msgid "Game related options"
msgstr "Options de jeu" msgstr ""
msgctxt "#31232" msgctxt "#31232"
msgid "Games" msgid "Games"
@ -480,35 +479,35 @@ msgstr "Jeux"
msgctxt "#31233" msgctxt "#31233"
msgid "Edit game section menu" msgid "Edit game section menu"
msgstr "Edition du menu de jeu" msgstr ""
msgctxt "#31234" msgctxt "#31234"
msgid "Game Addons" msgid "Game Addons"
msgstr "Extensions de jeu" msgstr ""
msgctxt "#31236" msgctxt "#31236"
msgid "Radio / TV" msgid "Radio / TV"
msgstr "Radio / TV" msgstr ""
msgctxt "#31237" msgctxt "#31237"
msgid "Results for" msgid "Results for"
msgstr "Résultats pour" msgstr ""
msgctxt "#31238" msgctxt "#31238"
msgid "Disable recently added section for Movies" msgid "Disable recently added section for Movies"
msgstr "Désactiver la section récemment ajoutée pour les films" msgstr ""
msgctxt "#31239" msgctxt "#31239"
msgid "Disable recently added section for TV Shows" msgid "Disable recently added section for TV Shows"
msgstr "Désactiver la section récemment ajoutée pour les séries" msgstr ""
msgctxt "#31240" msgctxt "#31240"
msgid "Disable recently added section for Albums" msgid "Disable recently added section for Albums"
msgstr "Désactiver la section récemment ajoutée pour les albums" msgstr ""
msgctxt "#31245" msgctxt "#31245"
msgid "Finishes" msgid "Finishes"
msgstr "Terminés" msgstr ""
msgctxt "#31248" msgctxt "#31248"
msgid "Queue" msgid "Queue"
@ -516,7 +515,7 @@ msgstr "File d'attente"
msgctxt "#31249" msgctxt "#31249"
msgid "Live TV" msgid "Live TV"
msgstr "TV en direct" msgstr "TV En Direct"
msgctxt "#31250" msgctxt "#31250"
msgid "Radio" msgid "Radio"
@ -524,8 +523,8 @@ msgstr "Radio"
msgctxt "#31251" msgctxt "#31251"
msgid "Eject Disc" msgid "Eject Disc"
msgstr "Ejection disque" msgstr ""
msgctxt "#31252" msgctxt "#31252"
msgid "Album" msgid "Album"
msgstr "Album" msgstr ""

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-02-28 15:15+0000\n" "PO-Revision-Date: 2022-03-01 12:50+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n" "Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Icelandic <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/is_is/>\n" "Language-Team: Icelandic <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/is_is/>\n"
"Language: is_is\n" "Language: is_is\n"
@ -15,7 +15,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" "Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n"
"X-Generator: Weblate 4.15.2\n" "X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
@ -63,7 +63,7 @@ msgstr ""
msgctxt "#31031" msgctxt "#31031"
msgid "Play Random" msgid "Play Random"
msgstr "Spila af handahófi" msgstr ""
msgctxt "#31034" msgctxt "#31034"
msgid "Enable Debug Grid" msgid "Enable Debug Grid"
@ -303,7 +303,7 @@ msgstr ""
msgctxt "#31149" msgctxt "#31149"
msgid "Released" msgid "Released"
msgstr "Útgefið" msgstr ""
msgctxt "#31152" msgctxt "#31152"
msgid "Press OK to cancel" msgid "Press OK to cancel"
@ -363,7 +363,7 @@ msgstr ""
msgctxt "#31181" msgctxt "#31181"
msgid "Random Albums" msgid "Random Albums"
msgstr "Tilviljunarkenndar hljómplötur" msgstr ""
msgctxt "#31187" msgctxt "#31187"
msgid "Top Albums" msgid "Top Albums"
@ -447,11 +447,11 @@ msgstr ""
msgctxt "#31224" msgctxt "#31224"
msgid "All Movies" msgid "All Movies"
msgstr "Allar kvikmyndir" msgstr ""
msgctxt "#31225" msgctxt "#31225"
msgid "All TV Shows" msgid "All TV Shows"
msgstr "Allir sjónvarpsþættir" msgstr ""
msgctxt "#31226" msgctxt "#31226"
msgid "LibreElec Settings" msgid "LibreElec Settings"
@ -511,7 +511,7 @@ msgstr ""
msgctxt "#31248" msgctxt "#31248"
msgid "Queue" msgid "Queue"
msgstr "Biðröð" msgstr ""
msgctxt "#31249" msgctxt "#31249"
msgid "Live TV" msgid "Live TV"
@ -519,7 +519,7 @@ msgstr "Bein sjónvarpsútsending"
msgctxt "#31250" msgctxt "#31250"
msgid "Radio" msgid "Radio"
msgstr "Útvarp" msgstr ""
msgctxt "#31251" msgctxt "#31251"
msgid "Eject Disc" msgid "Eject Disc"

View File

@ -7,23 +7,23 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-05-22 14:42+0000\n" "PO-Revision-Date: 2022-03-01 12:50+0000\n"
"Last-Translator: Massimo Pissarello <mapi68@gmail.com>\n" "Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Italian <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/it_it/>\n" "Language-Team: Italian <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/it_it/>\n"
"Language: it_it\n" "Language: it_it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n" "Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n" "X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
msgstr "Una skin per Kodi da DeadmanInYossariansTent" msgstr ""
msgctxt "Addon Description" msgctxt "Addon Description"
msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss." msgid "Pellucid is a lightweight, clean and simple Kodi experience designed for maximum usability and minimum fuss."
msgstr "Pellucid è un'esperienza Kodi leggera, pulita e semplice progettata per la massima usabilità e il minimo sforzo." msgstr ""
msgctxt "#31008" msgctxt "#31008"
msgid "Sort by" msgid "Sort by"
@ -31,15 +31,15 @@ msgstr "Ordina per"
msgctxt "#31012" msgctxt "#31012"
msgid "My Library" msgid "My Library"
msgstr "La mia libreria" msgstr ""
msgctxt "#31014" msgctxt "#31014"
msgid "title(s)" msgid "title(s)"
msgstr "titolo(i)" msgstr ""
msgctxt "#31015" msgctxt "#31015"
msgid "On" msgid "On"
msgstr "On" msgstr ""
msgctxt "#31019" msgctxt "#31019"
msgid "Open playlist" msgid "Open playlist"
@ -51,47 +51,47 @@ msgstr "Salva playlist"
msgctxt "#31021" msgctxt "#31021"
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Svuota playlist" msgstr ""
msgctxt "#31022" msgctxt "#31022"
msgid "Select Items" msgid "Select Items"
msgstr "Seleziona elementi" msgstr ""
msgctxt "#31023" msgctxt "#31023"
msgid "Notification" msgid "Notification"
msgstr "Notifica" msgstr ""
msgctxt "#31031" msgctxt "#31031"
msgid "Play Random" msgid "Play Random"
msgstr "Riproduzione casuale" msgstr ""
msgctxt "#31034" msgctxt "#31034"
msgid "Enable Debug Grid" msgid "Enable Debug Grid"
msgstr "Abilita griglia debug" msgstr "Abilita griglia Debug"
msgctxt "#31035" msgctxt "#31035"
msgid "Enable Debug Information" msgid "Enable Debug Information"
msgstr "Abilita informazioni di debug" msgstr ""
msgctxt "#31043" msgctxt "#31043"
msgid "Reload Skin" msgid "Reload Skin"
msgstr "Ricarica skin" msgstr "Ricarica Skin"
msgctxt "#31044" msgctxt "#31044"
msgid "Debugging" msgid "Debugging"
msgstr "Debugging" msgstr ""
msgctxt "#31046" msgctxt "#31046"
msgid "Field" msgid "Field"
msgstr "Campo" msgstr ""
msgctxt "#31048" msgctxt "#31048"
msgid "Create Folder" msgid "Create Folder"
msgstr "Crea cartella" msgstr ""
msgctxt "#31051" msgctxt "#31051"
msgid "Disc Menu" msgid "Disc Menu"
msgstr "Menu disco" msgstr ""
msgctxt "#31054" msgctxt "#31054"
msgid "by" msgid "by"
@ -99,11 +99,11 @@ msgstr "da"
msgctxt "#31056" msgctxt "#31056"
msgid "Photo Library" msgid "Photo Library"
msgstr "Libreria immagini" msgstr ""
msgctxt "#31057" msgctxt "#31057"
msgid "Create Music Playlist" msgid "Create Music Playlist"
msgstr "Crea playlist musicale" msgstr ""
msgctxt "#31060" msgctxt "#31060"
msgid "PVR" msgid "PVR"
@ -111,15 +111,15 @@ msgstr "PVR"
msgctxt "#31061" msgctxt "#31061"
msgid "Adjust look and feel of Kodi" msgid "Adjust look and feel of Kodi"
msgstr "Regola l'aspetto di Kodi" msgstr ""
msgctxt "#31062" msgctxt "#31062"
msgid "Memory" msgid "Memory"
msgstr "Memoria" msgstr ""
msgctxt "#31063" msgctxt "#31063"
msgid "Manage content playback" msgid "Manage content playback"
msgstr "Gestisci riproduzione contenuti" msgstr ""
msgctxt "#31064" msgctxt "#31064"
msgid "CPU" msgid "CPU"
@ -127,51 +127,51 @@ msgstr "CPU"
msgctxt "#31067" msgctxt "#31067"
msgid "Extend Kodi's functionality" msgid "Extend Kodi's functionality"
msgstr "Estendi funzionalità di Kodi" msgstr ""
msgctxt "#31070" msgctxt "#31070"
msgid "Screen" msgid "Screen"
msgstr "Schermo" msgstr ""
msgctxt "#31071" msgctxt "#31071"
msgid "Communications and sharing" msgid "Communications and sharing"
msgstr "Comunicazione e condivisione" msgstr ""
msgctxt "#31073" msgctxt "#31073"
msgid "Channel Guide" msgid "Channel Guide"
msgstr "Guida canali" msgstr ""
msgctxt "#31076" msgctxt "#31076"
msgid "Change Title" msgid "Change Title"
msgstr "Cambia titolo" msgstr ""
msgctxt "#31078" msgctxt "#31078"
msgid "Now and Next" msgid "Now and Next"
msgstr "Adesso e successivo" msgstr ""
msgctxt "#31079" msgctxt "#31079"
msgid "Import your content into Kodi" msgid "Import your content into Kodi"
msgstr "Importa i tuoi contenuti in Kodi" msgstr ""
msgctxt "#31081" msgctxt "#31081"
msgid "Digital Television Setup" msgid "Digital Television Setup"
msgstr "Configurazione TV digitale" msgstr ""
msgctxt "#31082" msgctxt "#31082"
msgid "By" msgid "By"
msgstr "Di" msgstr ""
msgctxt "#31087" msgctxt "#31087"
msgid "Timers" msgid "Timers"
msgstr "Timer" msgstr ""
msgctxt "#31088" msgctxt "#31088"
msgid "Video Addons" msgid "Video Addons"
msgstr "Add-on video" msgstr "Addon Video"
msgctxt "#31090" msgctxt "#31090"
msgid "Music Addons" msgid "Music Addons"
msgstr "Add-on musica" msgstr ""
msgctxt "#31093" msgctxt "#31093"
msgid "IP" msgid "IP"
@ -179,7 +179,7 @@ msgstr "IP"
msgctxt "#31095" msgctxt "#31095"
msgid "Transfer and copy files" msgid "Transfer and copy files"
msgstr "Trasferisci e copia file" msgstr ""
msgctxt "#31096" msgctxt "#31096"
msgid "No items found" msgid "No items found"
@ -187,51 +187,51 @@ msgstr "Nessun elemento trovato"
msgctxt "#31099" msgctxt "#31099"
msgid "Add Group" msgid "Add Group"
msgstr "Aggiungi gruppo" msgstr "Aggiungi Gruppo"
msgctxt "#31100" msgctxt "#31100"
msgid "Rename Group" msgid "Rename Group"
msgstr "Rinomina gruppo" msgstr "Rinomina Gruppo"
msgctxt "#31101" msgctxt "#31101"
msgid "Delete Group" msgid "Delete Group"
msgstr "Elimina gruppo" msgstr "Cancella Gruppo"
msgctxt "#31102" msgctxt "#31102"
msgid "Low CPU power mode" msgid "Low CPU power mode"
msgstr "Modalità basso consumo CPU" msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Control how Kodi is used" msgid "Control how Kodi is used"
msgstr "Controlla come viene usato Kodi" msgstr ""
msgctxt "#31104" msgctxt "#31104"
msgid "Disable this addon" msgid "Disable this addon"
msgstr "Disabilita questo add-on" msgstr ""
msgctxt "#31105" msgctxt "#31105"
msgid "Manage your Kodi system" msgid "Manage your Kodi system"
msgstr "Gestisci il tuo sistema Kodi" msgstr ""
msgctxt "#31107" msgctxt "#31107"
msgid "Current profile" msgid "Current profile"
msgstr "Profilo attuale" msgstr ""
msgctxt "#31108" msgctxt "#31108"
msgid "About this Kodi Installation" msgid "About this Kodi Installation"
msgstr "Informazioni su questa installazione di Kodi" msgstr ""
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: Ascending"
msgstr "Ordine: Ascendente" msgstr ""
msgctxt "#31110" msgctxt "#31110"
msgid "Order: Descending" msgid "Order: Descending"
msgstr "Ordine: Discendente" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Manage your program addons" msgid "Manage your program addons"
msgstr "Gestisci add-on programmi" msgstr ""
msgctxt "#31112" msgctxt "#31112"
msgid "TV Guide" msgid "TV Guide"
@ -239,83 +239,83 @@ msgstr "Guida TV"
msgctxt "#31113" msgctxt "#31113"
msgid "Kodi Addons" msgid "Kodi Addons"
msgstr "Add-on Kodi" msgstr ""
msgctxt "#31114" msgctxt "#31114"
msgid "Pixel format" msgid "Pixel format"
msgstr "Formato pixel" msgstr "Formato Pixel"
msgctxt "#31116" msgctxt "#31116"
msgid "Set home background directory" msgid "Set home background directory"
msgstr "Imposta cartella per gli sfondi schermata principale" msgstr ""
msgctxt "#31117" msgctxt "#31117"
msgid "Launch addon" msgid "Launch addon"
msgstr "Avvia add-on" msgstr ""
msgctxt "#31118" msgctxt "#31118"
msgid "PVR not active" msgid "PVR not active"
msgstr "PVR non attivo" msgstr ""
msgctxt "#31121" msgctxt "#31121"
msgid "My Kodi" msgid "My Kodi"
msgstr "Il mio Kodi" msgstr ""
msgctxt "#31122" msgctxt "#31122"
msgid "Reset home backgrounds to default" msgid "Reset home backgrounds to default"
msgstr "Reimposta sfondi schermata principale ai valori predefiniti" msgstr ""
msgctxt "#31123" msgctxt "#31123"
msgid "Current Queue" msgid "Current Queue"
msgstr "Coda attuale" msgstr ""
msgctxt "#31127" msgctxt "#31127"
msgid "Continue Watching" msgid "Continue Watching"
msgstr "Continua a guardare" msgstr ""
msgctxt "#31134" msgctxt "#31134"
msgid "Manual search" msgid "Manual search"
msgstr "Ricerca manuale" msgstr ""
msgctxt "#31136" msgctxt "#31136"
msgid "Now Playing" msgid "Now Playing"
msgstr "Ora in riproduzione" msgstr "In riproduzione"
msgctxt "#31138" msgctxt "#31138"
msgid "Stop video playing on return to menu" msgid "Stop video playing on return to menu"
msgstr "Arresta riproduzione video quando ritorni al menu" msgstr ""
msgctxt "#31142" msgctxt "#31142"
msgid "Prioritise exit over shutdown in power menu" msgid "Prioritise exit over shutdown in power menu"
msgstr "Priorità all'uscita rispetto allo spegnimento nel menu uscita" msgstr ""
msgctxt "#31143" msgctxt "#31143"
msgid "Remaining" msgid "Remaining"
msgstr "Rimanenti" msgstr "Rimanente"
msgctxt "#31144" msgctxt "#31144"
msgid "FPS" msgid "FPS"
msgstr "FPS" msgstr ""
msgctxt "#31145" msgctxt "#31145"
msgid "Item(s)" msgid "Item(s)"
msgstr "Elemento(i)" msgstr ""
msgctxt "#31149" msgctxt "#31149"
msgid "Released" msgid "Released"
msgstr "Uscito" msgstr "Rilasciato"
msgctxt "#31152" msgctxt "#31152"
msgid "Press OK to cancel" msgid "Press OK to cancel"
msgstr "Premi OK per annullare" msgstr ""
msgctxt "#31153" msgctxt "#31153"
msgid "Playlist saved" msgid "Playlist saved"
msgstr "Playlist salvata" msgstr ""
msgctxt "#31160" msgctxt "#31160"
msgid "Ends" msgid "Ends"
msgstr "Fine" msgstr ""
msgctxt "#31165" msgctxt "#31165"
msgid "TV Recordings" msgid "TV Recordings"
@ -323,35 +323,35 @@ msgstr "Registrazioni TV"
msgctxt "#31169" msgctxt "#31169"
msgid "Rate" msgid "Rate"
msgstr "Valuta" msgstr ""
msgctxt "#31170" msgctxt "#31170"
msgid "Menus" msgid "Menus"
msgstr "Menu" msgstr ""
msgctxt "#31171" msgctxt "#31171"
msgid "Edit home menu" msgid "Edit home menu"
msgstr "Modifica menu principale" msgstr ""
msgctxt "#31172" msgctxt "#31172"
msgid "Edit video section menu" msgid "Edit video section menu"
msgstr "Modifica menu sezione video" msgstr ""
msgctxt "#31173" msgctxt "#31173"
msgid "Edit music section menu" msgid "Edit music section menu"
msgstr "Modifica menu sezione musica" msgstr ""
msgctxt "#31174" msgctxt "#31174"
msgid "Edit picture section menu" msgid "Edit picture section menu"
msgstr "Modifica menu sezione immagini" msgstr ""
msgctxt "#31176" msgctxt "#31176"
msgid "New Movies" msgid "New Movies"
msgstr "Nuovi film" msgstr "Nuovi Film Aggiunti"
msgctxt "#31178" msgctxt "#31178"
msgid "New TV Shows" msgid "New TV Shows"
msgstr "Nuove serie TV" msgstr ""
msgctxt "#31179" msgctxt "#31179"
msgid "Options" msgid "Options"
@ -359,7 +359,7 @@ msgstr "Opzioni"
msgctxt "#31180" msgctxt "#31180"
msgid "New Albums" msgid "New Albums"
msgstr "Nuovi album" msgstr "Nuovi Album"
msgctxt "#31181" msgctxt "#31181"
msgid "Random Albums" msgid "Random Albums"
@ -367,59 +367,59 @@ msgstr "Album casuali"
msgctxt "#31187" msgctxt "#31187"
msgid "Top Albums" msgid "Top Albums"
msgstr "Top album" msgstr "Top Album"
msgctxt "#31188" msgctxt "#31188"
msgid "season(s)" msgid "season(s)"
msgstr "stagione(i)" msgstr ""
msgctxt "#31189" msgctxt "#31189"
msgid "episode(s)" msgid "episode(s)"
msgstr "episodio(i)" msgstr ""
msgctxt "#31190" msgctxt "#31190"
msgid "All Episodes" msgid "All Episodes"
msgstr "Tutti gli episodi" msgstr ""
msgctxt "#31195" msgctxt "#31195"
msgid "Show only unwatched items:" msgid "Show only unwatched items:"
msgstr "Mostra solo elementi non visti:" msgstr ""
msgctxt "#31199" msgctxt "#31199"
msgid "Artists in" msgid "Artists in"
msgstr "Artisti in" msgstr ""
msgctxt "#31203" msgctxt "#31203"
msgid "Smart Playlist" msgid "Smart Playlist"
msgstr "Playlist intelligente" msgstr ""
msgctxt "#31205" msgctxt "#31205"
msgid "No further details available." msgid "No further details available."
msgstr "Non sono disponibili ulteriori dettagli." msgstr ""
msgctxt "#31206" msgctxt "#31206"
msgid "Kodi System Information" msgid "Kodi System Information"
msgstr "Informazioni di sistema Kodi" msgstr ""
msgctxt "#31209" msgctxt "#31209"
msgid "<Source name>" msgid "<Source name>"
msgstr "<Nome sorgente>" msgstr ""
msgctxt "#31211" msgctxt "#31211"
msgid "<Smart playlist name>" msgid "<Smart playlist name>"
msgstr "<Nome playlist intelligente>" msgstr ""
msgctxt "#31212" msgctxt "#31212"
msgid "From" msgid "From"
msgstr "Da" msgstr ""
msgctxt "#31213" msgctxt "#31213"
msgid "Showing unwatched titles only" msgid "Showing unwatched titles only"
msgstr "Mostra solo titoli non visti" msgstr ""
msgctxt "#31215" msgctxt "#31215"
msgid "TV Channels" msgid "TV Channels"
msgstr "Canali TV" msgstr ""
msgctxt "#31216" msgctxt "#31216"
msgid "TV Shows" msgid "TV Shows"
@ -427,23 +427,23 @@ msgstr "Serie TV"
msgctxt "#31218" msgctxt "#31218"
msgid "Enable this addon" msgid "Enable this addon"
msgstr "Abilita questo add-on" msgstr ""
msgctxt "#31220" msgctxt "#31220"
msgid "Disable extended fanart" msgid "Disable extended fanart"
msgstr "Disabilita fanart estesa" msgstr ""
msgctxt "#31221" msgctxt "#31221"
msgid "Play Disc" msgid "Play Disc"
msgstr "Riproduci disco" msgstr "Avvia il Disco"
msgctxt "#31222" msgctxt "#31222"
msgid "Change Channel Group" msgid "Change Channel Group"
msgstr "Cambia gruppo canali" msgstr ""
msgctxt "#31223" msgctxt "#31223"
msgid "All Albums" msgid "All Albums"
msgstr "Tutti gli album" msgstr ""
msgctxt "#31224" msgctxt "#31224"
msgid "All Movies" msgid "All Movies"
@ -455,23 +455,23 @@ msgstr "Tutte le serie TV"
msgctxt "#31226" msgctxt "#31226"
msgid "LibreElec Settings" msgid "LibreElec Settings"
msgstr "Impostazioni LibreELEC" msgstr ""
msgctxt "#31228" msgctxt "#31228"
msgid "Edit Menu" msgid "Edit Menu"
msgstr "Menu modifica" msgstr ""
msgctxt "#31229" msgctxt "#31229"
msgid "Play Music" msgid "Play Music"
msgstr "Riproduci" msgstr ""
msgctxt "#31230" msgctxt "#31230"
msgid "Game Settings" msgid "Game Settings"
msgstr "Impostazioni giochi" msgstr "Impostazioni Giochi"
msgctxt "#31231" msgctxt "#31231"
msgid "Game related options" msgid "Game related options"
msgstr "Opzioni relative al gioco" msgstr ""
msgctxt "#31232" msgctxt "#31232"
msgid "Games" msgid "Games"
@ -479,35 +479,35 @@ msgstr "Giochi"
msgctxt "#31233" msgctxt "#31233"
msgid "Edit game section menu" msgid "Edit game section menu"
msgstr "Modifica menu sezione giochi" msgstr ""
msgctxt "#31234" msgctxt "#31234"
msgid "Game Addons" msgid "Game Addons"
msgstr "Add-on giochi" msgstr ""
msgctxt "#31236" msgctxt "#31236"
msgid "Radio / TV" msgid "Radio / TV"
msgstr "Radio / TV" msgstr ""
msgctxt "#31237" msgctxt "#31237"
msgid "Results for" msgid "Results for"
msgstr "Risultati per" msgstr ""
msgctxt "#31238" msgctxt "#31238"
msgid "Disable recently added section for Movies" msgid "Disable recently added section for Movies"
msgstr "Disabilita sezione film aggiunti di recente" msgstr ""
msgctxt "#31239" msgctxt "#31239"
msgid "Disable recently added section for TV Shows" msgid "Disable recently added section for TV Shows"
msgstr "Disabilita sezione serie TV aggiunte di recente" msgstr ""
msgctxt "#31240" msgctxt "#31240"
msgid "Disable recently added section for Albums" msgid "Disable recently added section for Albums"
msgstr "Disabilita sezione album aggiunti di recente" msgstr ""
msgctxt "#31245" msgctxt "#31245"
msgid "Finishes" msgid "Finishes"
msgstr "Finiture" msgstr ""
msgctxt "#31248" msgctxt "#31248"
msgid "Queue" msgid "Queue"
@ -515,7 +515,7 @@ msgstr "Coda"
msgctxt "#31249" msgctxt "#31249"
msgid "Live TV" msgid "Live TV"
msgstr "Live TV" msgstr "TV"
msgctxt "#31250" msgctxt "#31250"
msgid "Radio" msgid "Radio"
@ -523,8 +523,8 @@ msgstr "Radio"
msgctxt "#31251" msgctxt "#31251"
msgid "Eject Disc" msgid "Eject Disc"
msgstr "Espelli disco" msgstr "Espelli Disco"
msgctxt "#31252" msgctxt "#31252"
msgid "Album" msgid "Album"
msgstr "Album" msgstr ""

View File

@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-07-21 05:30+0000\n" "PO-Revision-Date: 2022-03-01 12:50+0000\n"
"Last-Translator: yohru <yohru7@gmail.com>\n" "Last-Translator: Christian Gade <gade@kodi.tv>\n"
"Language-Team: Japanese <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/ja_jp/>\n" "Language-Team: Japanese <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/ja_jp/>\n"
"Language: ja_jp\n" "Language: ja_jp\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n" "Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.18.2\n" "X-Generator: Weblate 4.11\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
@ -75,11 +75,11 @@ msgstr ""
msgctxt "#31043" msgctxt "#31043"
msgid "Reload Skin" msgid "Reload Skin"
msgstr "スキンをリロード" msgstr ""
msgctxt "#31044" msgctxt "#31044"
msgid "Debugging" msgid "Debugging"
msgstr "デバッグ" msgstr ""
msgctxt "#31046" msgctxt "#31046"
msgid "Field" msgid "Field"
@ -347,7 +347,7 @@ msgstr ""
msgctxt "#31176" msgctxt "#31176"
msgid "New Movies" msgid "New Movies"
msgstr "新しい映画" msgstr ""
msgctxt "#31178" msgctxt "#31178"
msgid "New TV Shows" msgid "New TV Shows"
@ -359,15 +359,15 @@ msgstr "オプション"
msgctxt "#31180" msgctxt "#31180"
msgid "New Albums" msgid "New Albums"
msgstr "新しいアルバム" msgstr ""
msgctxt "#31181" msgctxt "#31181"
msgid "Random Albums" msgid "Random Albums"
msgstr "ランダムなアルバム" msgstr ""
msgctxt "#31187" msgctxt "#31187"
msgid "Top Albums" msgid "Top Albums"
msgstr "トップアルバム" msgstr ""
msgctxt "#31188" msgctxt "#31188"
msgid "season(s)" msgid "season(s)"

View File

@ -7,15 +7,15 @@ msgstr ""
"Project-Id-Version: Kodi Skins\n" "Project-Id-Version: Kodi Skins\n"
"Report-Msgid-Bugs-To: translations@kodi.tv\n" "Report-Msgid-Bugs-To: translations@kodi.tv\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2023-06-24 16:42+0000\n" "PO-Revision-Date: 2022-03-27 01:18+0000\n"
"Last-Translator: Christian Gade <gade@kodi.tv>\n" "Last-Translator: Konrad W <kondiwxd@gmail.com>\n"
"Language-Team: Polish <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/pl_pl/>\n" "Language-Team: Polish <https://kodi.weblate.cloud/projects/kodi-add-ons-skins/skin-pellucid/pl_pl/>\n"
"Language: pl_pl\n" "Language: pl_pl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.18\n" "X-Generator: Weblate 4.11.2\n"
msgctxt "Addon Summary" msgctxt "Addon Summary"
msgid "A skin for Kodi from theDeadmanInYossariansTent" msgid "A skin for Kodi from theDeadmanInYossariansTent"
@ -79,7 +79,7 @@ msgstr "Wczytaj skórę ponownie"
msgctxt "#31044" msgctxt "#31044"
msgid "Debugging" msgid "Debugging"
msgstr "Debugowanie" msgstr ""
msgctxt "#31046" msgctxt "#31046"
msgid "Field" msgid "Field"
@ -151,7 +151,7 @@ msgstr "Teraz i następnie"
msgctxt "#31079" msgctxt "#31079"
msgid "Import your content into Kodi" msgid "Import your content into Kodi"
msgstr "Importuj swoje treści do Kodi" msgstr ""
msgctxt "#31081" msgctxt "#31081"
msgid "Digital Television Setup" msgid "Digital Television Setup"
@ -199,11 +199,11 @@ msgstr "Usuń grupę"
msgctxt "#31102" msgctxt "#31102"
msgid "Low CPU power mode" msgid "Low CPU power mode"
msgstr "Tryb niskiego zużycia CPU" msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Control how Kodi is used" msgid "Control how Kodi is used"
msgstr "Zarządzaj jak używasz Kodi" msgstr ""
msgctxt "#31104" msgctxt "#31104"
msgid "Disable this addon" msgid "Disable this addon"
@ -223,15 +223,15 @@ msgstr "O tej instalacji Kodi"
msgctxt "#31109" msgctxt "#31109"
msgid "Order: Ascending" msgid "Order: Ascending"
msgstr "Kolejność: Rosnąca" msgstr ""
msgctxt "#31110" msgctxt "#31110"
msgid "Order: Descending" msgid "Order: Descending"
msgstr "Kolejność: Malejąca" msgstr ""
msgctxt "#31111" msgctxt "#31111"
msgid "Manage your program addons" msgid "Manage your program addons"
msgstr "Zarządzaj dodatkami programów" msgstr ""
msgctxt "#31112" msgctxt "#31112"
msgid "TV Guide" msgid "TV Guide"
@ -247,7 +247,7 @@ msgstr "Format piksela"
msgctxt "#31116" msgctxt "#31116"
msgid "Set home background directory" msgid "Set home background directory"
msgstr "Ustaw ścieżkę do tła glownego" msgstr ""
msgctxt "#31117" msgctxt "#31117"
msgid "Launch addon" msgid "Launch addon"
@ -255,7 +255,7 @@ msgstr "Uruchom dodatek"
msgctxt "#31118" msgctxt "#31118"
msgid "PVR not active" msgid "PVR not active"
msgstr "PVR nieaktywny" msgstr ""
msgctxt "#31121" msgctxt "#31121"
msgid "My Kodi" msgid "My Kodi"
@ -263,7 +263,7 @@ msgstr "Mój Kodi"
msgctxt "#31122" msgctxt "#31122"
msgid "Reset home backgrounds to default" msgid "Reset home backgrounds to default"
msgstr "Zresetuj tła do domyslnych" msgstr ""
msgctxt "#31123" msgctxt "#31123"
msgid "Current Queue" msgid "Current Queue"
@ -327,7 +327,7 @@ msgstr "Oceń"
msgctxt "#31170" msgctxt "#31170"
msgid "Menus" msgid "Menus"
msgstr "Menus" msgstr ""
msgctxt "#31171" msgctxt "#31171"
msgid "Edit home menu" msgid "Edit home menu"

Some files were not shown because too many files have changed in this diff Show More