various
This commit is contained in:
parent
68dd4675cd
commit
ded75c61a7
|
@ -9,52 +9,47 @@
|
||||||
<controls>
|
<controls>
|
||||||
<!--background-->
|
<!--background-->
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
<control type="image">
|
|
||||||
<include>dimensionsFullscreen</include>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<colordiffuse>99ffffff</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="group" id="9001">
|
<control type="group" id="9001">
|
||||||
<posx>col-5-begin</posx>
|
<posx>col-4-begin</posx>
|
||||||
<posy>row-3-begin</posy>
|
<posy>row-3-begin</posy>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<include>modalDialogInOutVertical</include>
|
<include>modalDialogInOutVertical</include>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>-384</posx>
|
<posx>0</posx>
|
||||||
<posy>44</posy>
|
<posy>0</posy>
|
||||||
<width>fullscreenWidth</width>
|
<width>18-col</width>
|
||||||
<height>1-row</height>
|
<height>2-row</height>
|
||||||
<texture>colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>-3</posx>
|
<posx>0</posx>
|
||||||
<posy>44</posy>
|
<posy>2-row</posy>
|
||||||
<width>3</width>
|
<width>18-col</width>
|
||||||
<height>1-row</height>
|
<height>18-row</height>
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>overlay</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="label" id="2">
|
<control type="label" id="2">
|
||||||
<description>header label</description>
|
<posx>24</posx>
|
||||||
<posx>12</posx>
|
<posy>0</posy>
|
||||||
<posy>44</posy>
|
|
||||||
<width>16-col</width>
|
<width>16-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
<font>dialogTitle</font>
|
<font>dialogTitle</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
<label>$LOCALIZE[1026]</label>
|
<label>$LOCALIZE[1026]</label>
|
||||||
<textcolor>black</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2-row</posy>
|
<posy>3-row</posy>
|
||||||
<!--set path-->
|
<!--set path-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>path label</description>
|
<description>path label</description>
|
||||||
<posx>12</posx>
|
<posx>24</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>16-col</width>
|
<width>16-col</width>
|
||||||
<font>itemSubTitleCondensed</font>
|
<font>itemSubTitleCondensed</font>
|
||||||
|
@ -64,7 +59,7 @@
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>1-row</posy>
|
<posy>3-row</posy>
|
||||||
<width>12-col-gutter</width>
|
<width>12-col-gutter</width>
|
||||||
<height>5-row</height>
|
<height>5-row</height>
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
|
@ -74,14 +69,14 @@
|
||||||
<!--path list-->
|
<!--path list-->
|
||||||
<control type="panel" id="10">
|
<control type="panel" id="10">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>1-row</posy>
|
<posy>3-row</posy>
|
||||||
<width>12-col-gutter</width>
|
<width>12-col-gutter</width>
|
||||||
<height>4-row</height>
|
<height>4-row</height>
|
||||||
<onright>8000</onright>
|
<onright>8000</onright>
|
||||||
<ondown>12</ondown>
|
<ondown>12</ondown>
|
||||||
<pagecontrol>-</pagecontrol>
|
<pagecontrol>-</pagecontrol>
|
||||||
<scrolltime>200</scrolltime>
|
<scrolltime>200</scrolltime>
|
||||||
<itemlayout width="12-col" height="1-row">
|
<itemlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -104,7 +99,7 @@
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="12-col" height="1-row">
|
<focusedlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -131,8 +126,8 @@
|
||||||
<!--name source-->
|
<!--name source-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>Name label</description>
|
<description>Name label</description>
|
||||||
<posx>12</posx>
|
<posx>24</posx>
|
||||||
<posy>7-row</posy>
|
<posy>11-row</posy>
|
||||||
<width>12-col-gutter</width>
|
<width>12-col-gutter</width>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<label>31045</label>
|
<label>31045</label>
|
||||||
|
@ -141,8 +136,8 @@
|
||||||
</control>
|
</control>
|
||||||
<control type="edit" id="12">
|
<control type="edit" id="12">
|
||||||
<description>Name Button</description>
|
<description>Name Button</description>
|
||||||
<posx>3-col</posx>
|
<posx>0</posx>
|
||||||
<posy>7-row</posy>
|
<posy>13-row</posy>
|
||||||
<width>9-col-gutter</width>
|
<width>9-col-gutter</width>
|
||||||
<label>-</label>
|
<label>-</label>
|
||||||
<onup>10</onup>
|
<onup>10</onup>
|
||||||
|
@ -152,67 +147,77 @@
|
||||||
</control>
|
</control>
|
||||||
<!--dialog controls-->
|
<!--dialog controls-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>12-col</posx>
|
<posx>14-col</posx>
|
||||||
<posy>160</posy>
|
<posy>3-row</posy>
|
||||||
<control type="panel" id="8000">
|
<control type="panel" id="8000">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>10</posy>
|
<posy>0</posy>
|
||||||
<width>4-col</width>
|
<width>4-col</width>
|
||||||
<height>5-row</height>
|
<height>10-row</height>
|
||||||
<itemgap>3</itemgap>
|
<itemgap>3</itemgap>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<onleft>10</onleft>
|
<onleft>10</onleft>
|
||||||
<itemlayout width="4-col" height="1-row">
|
<itemlayout width="6-col" height="2-row">
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>2</posy>
|
|
||||||
<width>4-col</width>
|
|
||||||
<height>53</height>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>24</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>1-col</width>
|
<width>1-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
<font>symbol</font>
|
<font>symbol</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.label2]</label>
|
<label>$INFO[ListItem.label2]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>-1</posy>
|
<posy>-1</posy>
|
||||||
<width>3-col</width>
|
<width>5-col-gutter</width>
|
||||||
<font>menuTitle</font>
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>buttonTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="4-col" height="1-row">
|
<focusedlayout width="6-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2</posy>
|
<posy>0</posy>
|
||||||
<width>4-col</width>
|
<width>1-col</width>
|
||||||
<height>53</height>
|
<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>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture>colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>24</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>1-col</width>
|
<width>1-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
<font>symbol</font>
|
<font>symbol</font>
|
||||||
<textcolor>black</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.label2]</label>
|
<label>$INFO[ListItem.label2]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>-1</posy>
|
<posy>-1</posy>
|
||||||
<width>3-col</width>
|
<width>5-col-gutter</width>
|
||||||
<font>menuTitle</font>
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>buttonTitle</font>
|
||||||
<textcolor>black</textcolor>
|
<textcolor>black</textcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
<font>mediumStrong</font>
|
<font>mediumStrong</font>
|
||||||
<textcolor>highlight</textcolor>
|
<textcolor>highlight</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>[COLOR textActive]$INFO[listitem.channelname][/COLOR] $INFO[ListItem.Label]</label>
|
||||||
<wrapmultiline>true</wrapmultiline>
|
<wrapmultiline>true</wrapmultiline>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
|
@ -44,24 +44,12 @@
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>[COLOR highlight]$LOCALIZE[31191][/COLOR] $INFO[listitem.channelname]</label>
|
|
||||||
</control>
|
|
||||||
|
|
||||||
<control type="label">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>5-row</posy>
|
|
||||||
<width>12-col-gutter</width>
|
|
||||||
<align>left</align>
|
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>itemTitle</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
|
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>6-row</posy>
|
<posy>5-row</posy>
|
||||||
<width>6-col-gutter</width>
|
<width>6-col-gutter</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
|
@ -74,7 +62,7 @@
|
||||||
<!--synopsis-->
|
<!--synopsis-->
|
||||||
<control type="textbox">
|
<control type="textbox">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>8-row</posy>
|
<posy>7-row</posy>
|
||||||
<font>textbox</font>
|
<font>textbox</font>
|
||||||
<width>12-col</width>
|
<width>12-col</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
|
|
|
@ -32,8 +32,8 @@
|
||||||
<bordersize>3</bordersize>
|
<bordersize>3</bordersize>
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
<animation type="conditional" condition="true" loop="true">
|
<animation type="conditional" condition="true" loop="true">
|
||||||
<effect type="rotatey" start="0" end="10" center="132" delay="0" time="1500"/>
|
<effect type="rotatey" start="0" end="5" center="0" delay="0" time="1500" tween="sine" easing="in"/>
|
||||||
<effect type="rotatey" start="0" end="-10" center="132" delay="1500" time="1500"/>
|
<effect type="rotatey" start="0" end="-5" center="0" delay="1500" time="1500" tween="sine" easing="in"/>
|
||||||
</animation>
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
|
@ -67,8 +67,8 @@
|
||||||
<bordersize>3</bordersize>
|
<bordersize>3</bordersize>
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
<animation type="conditional" condition="true" loop="true">
|
<animation type="conditional" condition="true" loop="true">
|
||||||
<effect type="rotatey" start="0" end="-10" center="132" delay="0" time="1500"/>
|
<effect type="rotatey" start="0" end="-5" center="0" delay="0" time="1500" tween="sine" easing="in"/>
|
||||||
<effect type="rotatey" start="0" end="10" center="132" delay="1500" time="1500"/>
|
<effect type="rotatey" start="0" end="5" center="0" delay="1500" time="1500" tween="sine" easing="in"/>
|
||||||
</animation>
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
|
@ -102,8 +102,8 @@
|
||||||
<bordersize>3</bordersize>
|
<bordersize>3</bordersize>
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
<animation type="conditional" condition="true" loop="true">
|
<animation type="conditional" condition="true" loop="true">
|
||||||
<effect type="rotatey" start="0" end="10" center="132" delay="0" time="1500"/>
|
<effect type="rotatey" start="0" end="5" center="0" delay="0" time="1500" tween="sine" easing="in" />
|
||||||
<effect type="rotatey" start="0" end="-10" center="132" delay="1500" time="1500"/>
|
<effect type="rotatey" start="0" end="-5" center="0" delay="1500" time="1500" tween="sine" easing="in"/>
|
||||||
</animation>
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
|
|
|
@ -29,9 +29,9 @@
|
||||||
<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>72r</posx>
|
<posx>84r</posx>
|
||||||
<posy>258</posy>
|
<posy>row-5-begin</posy>
|
||||||
<height>672</height>
|
<height>826</height>
|
||||||
<onleft>9999</onleft>
|
<onleft>9999</onleft>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
|
@ -20,6 +20,17 @@
|
||||||
<posy>row-3-begin</posy>
|
<posy>row-3-begin</posy>
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
<include>modalDialogInOutVertical</include>
|
<include>modalDialogInOutVertical</include>
|
||||||
|
<control type="image">
|
||||||
|
<posx>-36</posx>
|
||||||
|
<posy>-36</posy>
|
||||||
|
<width>13-col</width>
|
||||||
|
<height>25-row</height>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||||
|
<bordersize>3</bordersize>
|
||||||
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -51,15 +62,6 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$LOCALIZE[292] $LOCALIZE[5]</label>
|
<label>$LOCALIZE[292] $LOCALIZE[5]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>2-row</posy>
|
|
||||||
<width>12-col</width>
|
|
||||||
<height>21-row</height>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<colordiffuse>overlay</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<control type="grouplist" id="5">
|
<control type="grouplist" id="5">
|
||||||
<description>Control Area</description>
|
<description>Control Area</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<control type="panel" id="50">
|
<control type="panel" id="50">
|
||||||
<visible>!StringCompare(container.foldername,files) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
<visible>!isempty(container.foldername) + !StringCompare(container.foldername,files) + !StringCompare(container.foldername,Video Playlists) + !container.content(tvshows) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
||||||
<posx>col-1-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>row-5-begin</posy>
|
<posy>row-5-begin</posy>
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="6-col" height="294">
|
<focusedlayout width="6-col" height="294">
|
||||||
|
<control type="group">
|
||||||
<animation type="focus" loop="false" reversible="false">
|
<animation type="focus" loop="false" reversible="false">
|
||||||
<effect type="rotatey" start="0" end="-15" center="204" tween="back" easing="out" time="300"/>
|
<effect type="rotatey" start="0" end="-15" center="204" tween="back" easing="out" time="300"/>
|
||||||
<effect type="rotatey" start="0" end="15" center="204" tween="back" easing="out" delay="300" time="300"/>
|
<effect type="rotatey" start="0" end="15" center="204" tween="back" easing="out" delay="300" time="300"/>
|
||||||
|
@ -121,6 +122,7 @@
|
||||||
<label>$LOCALIZE[31184]</label>
|
<label>$LOCALIZE[31184]</label>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<control type="panel" id="50">
|
<control type="panel" id="50">
|
||||||
<visible>!StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
<visible>!isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
|
||||||
<posx>col-1-begin</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>row-5-begin</posy>
|
<posy>row-5-begin</posy>
|
||||||
<width>12-col</width>
|
<width>12-col</width>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window type="dialog" id="5001">
|
<window type="dialog" id="5001">
|
||||||
<defaultcontrol always="true">8000</defaultcontrol>
|
<defaultcontrol always="true">8002</defaultcontrol>
|
||||||
<allowoverlay>no</allowoverlay>
|
<allowoverlay>no</allowoverlay>
|
||||||
<onload>RunScript(script.artistslideshow)</onload>
|
<onload>RunScript(script.artistslideshow)</onload>
|
||||||
<onload>AlarmClock(controlDialog,setfocus(9876),00:05,silent)</onload>
|
<onload>AlarmClock(controlDialog,setfocus(9876),00:05,silent)</onload>
|
||||||
|
@ -57,11 +57,9 @@
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<!--track info-->
|
<!--track info-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<!--
|
|
||||||
<animation type="windowOpen">
|
<animation type="windowOpen">
|
||||||
<effect type="fade" start="0" end="100" time="500" delay="1000"/>
|
<effect type="fade" start="0" end="100" time="500" delay="1000"/>
|
||||||
</animation>
|
</animation>
|
||||||
-->
|
|
||||||
<animation type="windowClose">
|
<animation type="windowClose">
|
||||||
<effect type="fade" start="100" end="0" time="300"/>
|
<effect type="fade" start="100" end="0" time="300"/>
|
||||||
</animation>
|
</animation>
|
||||||
|
@ -84,16 +82,6 @@
|
||||||
<bordersize>3</bordersize>
|
<bordersize>3</bordersize>
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
|
||||||
<visible>!Pvr.IsPlayingRadio</visible>
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>-82</posy>
|
|
||||||
<width>4-col</width>
|
|
||||||
<font>symbolLarge</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<label>$VAR[starRating]</label>
|
|
||||||
<shadowcolor>00000000</shadowcolor>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>3-col-indent</posx>
|
<posx>3-col-indent</posx>
|
||||||
<posy>-8</posy>
|
<posy>-8</posy>
|
||||||
|
@ -108,6 +96,16 @@
|
||||||
<visible>!Pvr.IsPlayingRadio</visible>
|
<visible>!Pvr.IsPlayingRadio</visible>
|
||||||
<posx>3-col-indent</posx>
|
<posx>3-col-indent</posx>
|
||||||
<posy>48</posy>
|
<posy>48</posy>
|
||||||
|
<width>4-col</width>
|
||||||
|
<font>symbolLarge</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$VAR[starRating]</label>
|
||||||
|
<shadowcolor>00000000</shadowcolor>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<visible>!Pvr.IsPlayingRadio</visible>
|
||||||
|
<posx>6-col</posx>
|
||||||
|
<posy>52</posy>
|
||||||
<width>20-col</width>
|
<width>20-col</width>
|
||||||
<font>regularStrong</font>
|
<font>regularStrong</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
|
@ -146,254 +144,108 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<scroll>false</scroll>
|
<scroll>false</scroll>
|
||||||
<shadowcolor>00000000</shadowcolor>
|
<shadowcolor>00000000</shadowcolor>
|
||||||
<label>$INFO[MusicPlayer.offset(1).Artist,[COLOR highlight]$LOCALIZE[19031]:[/COLOR] , - ]$INFO[MusicPlayer.offset(1).Title]</label>
|
<label>$INFO[MusicPlayer.offset(1).Artist,[COLOR highlight]$LOCALIZE[19031][/COLOR] , - ]$INFO[MusicPlayer.offset(1).Title]</label>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<!--dialog controls-->
|
<!--dialog controls-->
|
||||||
<control type="group" id="8765">
|
<control type="group" id="8765">
|
||||||
<posx>0</posx>
|
<posx>col-5-begin</posx>
|
||||||
<posy>996</posy>
|
<posy>0</posy>
|
||||||
<animation type="conditional" condition="!Controlgroup(8765).HasFocus">
|
<animation type="conditional" condition="!Controlgroup(8765).HasFocus">
|
||||||
<effect type="slide" start="0,0" end="0,50" tween="cubic" easing="out" delay="500" time="300"/>
|
<effect type="slide" start="0,0" end="0,-50" tween="cubic" easing="out" delay="500" time="300"/>
|
||||||
<effect type="fade" start="100" end="0" time="500" delay="500"/>
|
<effect type="fade" start="100" end="0" time="500" delay="500"/>
|
||||||
</animation>
|
</animation>
|
||||||
<animation type="windowClose">
|
<animation type="windowClose">
|
||||||
<effect type="fade" start="100" end="0" time="300"/>
|
<effect type="fade" start="100" end="0" time="300"/>
|
||||||
</animation>
|
</animation>
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>28</posy>
|
|
||||||
<width>91</width>
|
|
||||||
<height>54</height>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<colordiffuse>ccffffff</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<visible>!Visualisation.Enabled</visible>
|
|
||||||
<posx>1391</posx>
|
|
||||||
<posy>28</posy>
|
|
||||||
<width>8-col</width>
|
|
||||||
<height>54</height>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<colordiffuse>ccffffff</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<visible>Visualisation.Enabled</visible>
|
|
||||||
<posx>1607</posx>
|
|
||||||
<posy>28</posy>
|
|
||||||
<width>8-col</width>
|
|
||||||
<height>54</height>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<colordiffuse>ccffffff</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<!--player controls-->
|
|
||||||
<control type="list" id="8000">
|
|
||||||
<posx>75</posx>
|
|
||||||
<posy>10</posy>
|
|
||||||
<width>24-col</width>
|
|
||||||
<height>1-col</height>
|
|
||||||
<itemgap>0</itemgap>
|
|
||||||
<orientation>horizontal</orientation>
|
|
||||||
<onright>control.setfocus(8002,0)</onright>
|
|
||||||
<onleft>control.setfocus(8002,4)</onleft>
|
|
||||||
<onup>9876</onup>
|
|
||||||
<ondown>9876</ondown>
|
|
||||||
<itemlayout width="1-col" height="1-col">
|
|
||||||
<control type="image">
|
|
||||||
<posx>19</posx>
|
|
||||||
<posy>18</posy>
|
|
||||||
<width>69</width>
|
|
||||||
<height>69</height>
|
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
||||||
<texture border="0">colors/black.png</texture>
|
|
||||||
<bordersize>0</bordersize>
|
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<posx>42</posx>
|
|
||||||
<posy>10</posy>
|
|
||||||
<width>1-col</width>
|
|
||||||
<height>1-col</height>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<label>$INFO[ListItem.label]</label>
|
|
||||||
</control>
|
|
||||||
</itemlayout>
|
|
||||||
<focusedlayout width="1-col" height="1-col">
|
|
||||||
<control type="image">
|
|
||||||
<visible>control.hasfocus(8000)</visible>
|
|
||||||
<posx>19</posx>
|
|
||||||
<posy>18</posy>
|
|
||||||
<width>69</width>
|
|
||||||
<height>69</height>
|
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
||||||
<texture border="0">colors/white.png</texture>
|
|
||||||
<bordersize>0</bordersize>
|
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="image">
|
|
||||||
<visible>!control.hasfocus(8000)</visible>
|
|
||||||
<posx>19</posx>
|
|
||||||
<posy>18</posy>
|
|
||||||
<width>69</width>
|
|
||||||
<height>69</height>
|
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
|
||||||
<texture border="0">colors/black.png</texture>
|
|
||||||
<bordersize>0</bordersize>
|
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<visible>control.hasfocus(8000)</visible>
|
|
||||||
<posx>42</posx>
|
|
||||||
<posy>10</posy>
|
|
||||||
<width>1-col</width>
|
|
||||||
<height>1-col</height>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>black</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<label>$INFO[ListItem.label]</label>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<visible>!control.hasfocus(8000)</visible>
|
|
||||||
<posx>42</posx>
|
|
||||||
<posy>10</posy>
|
|
||||||
<width>1-col</width>
|
|
||||||
<height>1-col</height>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<label>$INFO[ListItem.label]</label>
|
|
||||||
</control>
|
|
||||||
</focusedlayout>
|
|
||||||
<content>
|
|
||||||
<item>
|
|
||||||
<description>Previous</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(previous)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<description>Rewind</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(rewind)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<description>Stop</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(stop)</onclick>
|
|
||||||
<onclick>ActivateWindow(musiclibrary)</onclick>
|
|
||||||
<onclick>Dialog.Close(all,true)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<visible>!Player.Paused</visible>
|
|
||||||
<description>Play/Pause</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(play)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<visible>Player.Paused</visible>
|
|
||||||
<description>Pause</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(play)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<description>Fast forward</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(forward)</onclick>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<description>Next Track</description>
|
|
||||||
<label></label>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>PlayerControl(next)</onclick>
|
|
||||||
</item>
|
|
||||||
</content>
|
|
||||||
</control>
|
|
||||||
<!--shuffle and repeat / vis options-->
|
<!--shuffle and repeat / vis options-->
|
||||||
<control type="list" id="8002">
|
<control type="list" id="8002">
|
||||||
<posx>526</posx>
|
<posx>0</posx>
|
||||||
<posy>28</posy>
|
<posy>0</posy>
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
<height>1-col</height>
|
<height>2-row</height>
|
||||||
<itemgap>0</itemgap>
|
<itemgap>0</itemgap>
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<onleft>control.setfocus(8000,5)</onleft>
|
|
||||||
<onright>control.setfocus(8000,0)</onright>
|
|
||||||
<onup>9876</onup>
|
<onup>9876</onup>
|
||||||
<ondown>9876</ondown>
|
<ondown>9876</ondown>
|
||||||
<itemlayout width="3-col" height="1-col">
|
<itemlayout width="4-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>213</width>
|
<width>1-col-textbox</width>
|
||||||
<height>54</height>
|
<height>2-row</height>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture border="0">colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<bordersize>0</bordersize>
|
</control>
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
<control type="image">
|
||||||
|
<posx>1-col</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>3-col-textbox</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>12</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>184</width>
|
<width>1-col</width>
|
||||||
<align>left</align>
|
<height>2-row</height>
|
||||||
<font>menuTitle</font>
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<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>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="3-col" height="1-col">
|
<focusedlayout width="4-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<visible>control.hasfocus(8002)</visible>
|
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>213</width>
|
<width>1-col-textbox</width>
|
||||||
<height>54</height>
|
<height>2-row</height>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture border="0">colors/white.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
<bordersize>0</bordersize>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<colordiffuse>ffFFFFFF</colordiffuse>
|
<include>spinFocusIcon</include>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<visible>!control.hasfocus(8002)</visible>
|
<posx>1-col</posx>
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>213</width>
|
<width>3-col-textbox</width>
|
||||||
<height>54</height>
|
<height>2-row</height>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<texture border="0">colors/black.png</texture>
|
<texture>colors/white.png</texture>
|
||||||
<bordersize>0</bordersize>
|
|
||||||
<colordiffuse>ccFFFFFF</colordiffuse>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>control.hasfocus(8002)</visible>
|
<posx>0</posx>
|
||||||
<posx>12</posx>
|
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>184</width>
|
<width>1-col</width>
|
||||||
<align>left</align>
|
<height>2-row</height>
|
||||||
<font>menuTitle</font>
|
<align>center</align>
|
||||||
<textcolor>black</textcolor>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$INFO[ListItem.label2]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>!control.hasfocus(8002)</visible>
|
<posx>1-col-indent</posx>
|
||||||
<posx>12</posx>
|
<posy>-1</posy>
|
||||||
<posy>0</posy>
|
<width>5-col-gutter</width>
|
||||||
<width>184</width>
|
<height>2-row</height>
|
||||||
<align>left</align>
|
<aligny>center</aligny>
|
||||||
<font>menuTitle</font>
|
<font>buttonTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>black</textcolor>
|
||||||
<label>$INFO[ListItem.label]</label>
|
<label>$INFO[ListItem.label]</label>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
|
@ -402,18 +254,21 @@
|
||||||
<item>
|
<item>
|
||||||
<description>Repeat</description>
|
<description>Repeat</description>
|
||||||
<label>$VAR[repeatState]</label>
|
<label>$VAR[repeatState]</label>
|
||||||
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>PlayerControl(Repeat)</onclick>
|
<onclick>PlayerControl(Repeat)</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<description>Shuffle</description>
|
<description>Shuffle</description>
|
||||||
<label>$VAR[shuffleState]</label>
|
<label>$VAR[shuffleState]</label>
|
||||||
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>PlayerControl(Random)</onclick>
|
<onclick>PlayerControl(Random)</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<description>Playlist</description>
|
<description>Playlist</description>
|
||||||
<label>31097</label>
|
<label>31097</label>
|
||||||
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>dialog.close(5001)</onclick>
|
<onclick>dialog.close(5001)</onclick>
|
||||||
<onclick>activateWindow(musicplaylist)</onclick>
|
<onclick>activateWindow(musicplaylist)</onclick>
|
||||||
|
@ -421,6 +276,7 @@
|
||||||
<item>
|
<item>
|
||||||
<description>Visualisation</description>
|
<description>Visualisation</description>
|
||||||
<label>31032</label>
|
<label>31032</label>
|
||||||
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>activateWindow(musicOSD)</onclick>
|
<onclick>activateWindow(musicOSD)</onclick>
|
||||||
</item>
|
</item>
|
||||||
|
@ -428,6 +284,7 @@
|
||||||
<visible>Visualisation.Enabled</visible>
|
<visible>Visualisation.Enabled</visible>
|
||||||
<description>Visualisation Settings</description>
|
<description>Visualisation Settings</description>
|
||||||
<label>$LOCALIZE[21417]</label>
|
<label>$LOCALIZE[21417]</label>
|
||||||
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
|
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
|
||||||
</item>
|
</item>
|
||||||
|
@ -442,11 +299,11 @@
|
||||||
<posy>-100</posy>
|
<posy>-100</posy>
|
||||||
<height>1-col</height>
|
<height>1-col</height>
|
||||||
<width>1-col</width>
|
<width>1-col</width>
|
||||||
<onup>8000</onup>
|
<onup>8002</onup>
|
||||||
<ondown>8000</ondown>
|
<ondown>8002</ondown>
|
||||||
<onleft>decreaseRating</onleft>
|
<onleft>decreaseRating</onleft>
|
||||||
<onright>increaseRating</onright>
|
<onright>increaseRating</onright>
|
||||||
<onclick>control.setfocus(8000)</onclick>
|
<onclick>control.setfocus(8002)</onclick>
|
||||||
</control>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
|
|
|
@ -12,20 +12,11 @@
|
||||||
</animation>
|
</animation>
|
||||||
<!--shift page for certain modal dialogs-->
|
<!--shift page for certain modal dialogs-->
|
||||||
<include>modalDialogContentShift</include>
|
<include>modalDialogContentShift</include>
|
||||||
<!--content provider-->
|
|
||||||
<control type="group" id="200">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<!--main menu-->
|
|
||||||
<control type="group">
|
|
||||||
<posx>col-1-begin</posx>
|
|
||||||
<posy>row-2-begin</posy>
|
|
||||||
<include>dateTime</include>
|
|
||||||
<include>hubMenu</include>
|
|
||||||
<!-- Console menu-->
|
<!-- Console menu-->
|
||||||
<control type="list" id="500">
|
<control type="list" id="500">
|
||||||
<posx>-14</posx>
|
<posx>0</posx>
|
||||||
<posy>180</posy>
|
<posy>row-8-begin</posy>
|
||||||
<width>3-col</width>
|
<width>3-col</width>
|
||||||
<height>12-row</height>
|
<height>12-row</height>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
|
@ -63,160 +54,88 @@
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
|
||||||
<!--Folder titles-->
|
|
||||||
<control type="group">
|
|
||||||
<posx>col-4-begin</posx>
|
|
||||||
<posy>row-2-begin</posy>
|
|
||||||
<!--source title-->
|
|
||||||
<control type="label">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>14-col</width>
|
|
||||||
<font>pageTitle</font>
|
|
||||||
<label>$LOCALIZE[31156] [COLOR highlight]$INFO[ListItem.Property(console)][/COLOR]</label>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
</control>
|
|
||||||
<!--source subtitle-->
|
|
||||||
<control type="label">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>45</posy>
|
|
||||||
<width>auto</width>
|
|
||||||
<font>regular</font>
|
|
||||||
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<!--Main content listing-->
|
<!--Main content listing-->
|
||||||
<control type="group" id="9999">
|
<control type="group" id="9999">
|
||||||
<posx>col-4-begin</posx>
|
|
||||||
<posy>row-5-begin</posy>
|
|
||||||
<!--focussed item detail-->
|
|
||||||
<control type="group">
|
|
||||||
<posx>14-col</posx>
|
|
||||||
<posy>12</posy>
|
|
||||||
<!--content is movies / tvshows / seasons: show larger thumbnail-->
|
|
||||||
<control type="group">
|
|
||||||
<animation type="windowopen">
|
|
||||||
<effect type="fade" start="0" end="100" time="300" delay="700"/>
|
|
||||||
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700"/>
|
|
||||||
</animation>
|
|
||||||
<animation type="windowclose">
|
|
||||||
<effect type="fade" start="100" end="0" time="300" delay="300"/>
|
|
||||||
<effect type="slide" start="0" end="3-col" tween="cubic" easing="out" time="400" delay="300"/>
|
|
||||||
</animation>
|
|
||||||
<animation type="visible">
|
|
||||||
<include>listSlideIn</include>
|
|
||||||
</animation>
|
|
||||||
<control type="group">
|
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>6-col</width>
|
|
||||||
<height>-</height>
|
|
||||||
<aspectratio scalediffuse="false" aligny="top">keep</aspectratio>
|
|
||||||
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[ListItem.thumb]</texture>
|
|
||||||
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
||||||
<bordersize>3</bordersize>
|
|
||||||
<fadetime>200</fadetime>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<control type="panel" id="50">
|
<control type="panel" id="50">
|
||||||
<animation type="windowclose">
|
<animation type="windowclose">
|
||||||
<effect type="fade" start="100" end="0" time="200"/>
|
<effect type="fade" start="100" end="0" time="200"/>
|
||||||
</animation>
|
</animation>
|
||||||
<posx>0</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>4</posy>
|
<posy>row-5-begin</posy>
|
||||||
<width>13-col</width>
|
<width>16-col</width>
|
||||||
<height>12-row</height>
|
<height>12-row</height>
|
||||||
<onleft>500</onleft>
|
<onleft>500</onleft>
|
||||||
<onright>60</onright>
|
<onright>60</onright>
|
||||||
<ondown>50</ondown>
|
<ondown>50</ondown>
|
||||||
<onup>50</onup>
|
<onup>50</onup>
|
||||||
<pagecontrol>60</pagecontrol>
|
<pagecontrol>60</pagecontrol>
|
||||||
<scrolltime tween="sine" easing="inout">300</scrolltime>
|
<itemlayout width="24-col" height="2-row">
|
||||||
<itemlayout width="13-col" height="1-row">
|
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2</posy>
|
<posy>3</posy>
|
||||||
<width>13-col</width>
|
<width>66</width>
|
||||||
<height>53</height>
|
<height>66</height>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
<bordersize>0</bordersize>
|
|
||||||
<colordiffuse>99FFFFFF</colordiffuse>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>4</posx>
|
|
||||||
<posy>4</posy>
|
|
||||||
<width>48</width>
|
|
||||||
<height>48</height>
|
|
||||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
||||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>12-col-gutter</width>
|
<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>
|
<font>itemTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>$INFO[ListItem.Label]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
|
||||||
<visible>!IsEmpty(ListItem.Property(isfavorite))</visible>
|
|
||||||
<posx>36r</posx>
|
|
||||||
<posy>-2</posy>
|
|
||||||
<width>40</width>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<shadowcolor>-</shadowcolor>
|
|
||||||
<label></label>
|
|
||||||
</control>
|
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout width="13-col" height="1-row">
|
<focusedlayout width="24-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2</posy>
|
<posy>3</posy>
|
||||||
<width>13-col</width>
|
<width>66</width>
|
||||||
<height>53</height>
|
<height>66</height>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
<bordersize>0</bordersize>
|
<animation type="focus" loop="false" reversible="false">
|
||||||
<colordiffuse>FFFFFFFF</colordiffuse>
|
<effect type="fade" time="500"/>
|
||||||
|
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
|
||||||
|
</animation>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>4</posx>
|
|
||||||
<posy>4</posy>
|
|
||||||
<width>48</width>
|
|
||||||
<height>48</height>
|
|
||||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
||||||
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>12-col-gutter</width>
|
<width>23-col</width>
|
||||||
<font>itemTitle</font>
|
<height>2-row</height>
|
||||||
<textcolor>black</textcolor>
|
<aspectratio>stretch</aspectratio>
|
||||||
<selectedcolor>black</selectedcolor>
|
<texture border="0">colors/white.png</texture>
|
||||||
<shadowcolor>-</shadowcolor>
|
<colordiffuse>highlight</colordiffuse>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>!IsEmpty(ListItem.Property(isfavorite))</visible>
|
<posx>1-col-indent</posx>
|
||||||
<posx>36r</posx>
|
<posy>0</posy>
|
||||||
<posy>-2</posy>
|
<width>23-col-gutter</width>
|
||||||
<width>40</width>
|
<height>2-row</height>
|
||||||
<font>symbol</font>
|
<aligny>center</aligny>
|
||||||
<textcolor>black</textcolor>
|
<font>itemTitle</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label></label>
|
<label>$INFO[ListItem.Label]</label>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!--page scrollbar-->
|
<!--page scrollbar-->
|
||||||
<control type="group" id="8000">
|
<control type="group" id="8000">
|
||||||
<visible>Control.IsVisible(60)</visible>
|
<visible>Control.IsVisible(60)</visible>
|
||||||
|
@ -228,9 +147,37 @@
|
||||||
<onleft>50</onleft>
|
<onleft>50</onleft>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
|
<!--Folder titles-->
|
||||||
|
<control type="group">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<!--source title-->
|
||||||
|
<control type="label">
|
||||||
|
<posx>col-1-begin</posx>
|
||||||
|
<posy>row-1-begin</posy>
|
||||||
|
<width>14-col</width>
|
||||||
|
<font>pageTitle</font>
|
||||||
|
<label>$LOCALIZE[31156] [COLOR highlight]$INFO[ListItem.Property(console)][/COLOR]</label>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
</control>
|
||||||
|
<!--source subtitle-->
|
||||||
|
<control type="label">
|
||||||
|
<posx>col-1-begin</posx>
|
||||||
|
<posy>96</posy>
|
||||||
|
<width>auto</width>
|
||||||
|
<font>regular</font>
|
||||||
|
<label>$INFO[container.Numitems,, $LOCALIZE[31014]]</label>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
<!--dateTime-->
|
||||||
|
<include>dateTime</include>
|
||||||
</control>
|
</control>
|
||||||
|
<!--end of page container group-->
|
||||||
|
</control>
|
||||||
|
|
||||||
|
|
||||||
<!--sorting and misc controls-->
|
<!--sorting and misc controls-->
|
||||||
<control type="group" id="61">
|
<control type="group" id="61">
|
||||||
<!--animations-->
|
<!--animations-->
|
||||||
|
|
Loading…
Reference in New Issue