Various
This commit is contained in:
parent
61240bdf55
commit
45f6ae5262
|
@ -17,7 +17,7 @@
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<aspectratio align="center" aligny="top">stretch</aspectratio>
|
<aspectratio align="center" aligny="top">stretch</aspectratio>
|
||||||
<texture fallback="colors/black.png">$INFO[Listitem.art(fanart)]</texture>
|
<texture fallback="colors/black.png">$INFO[Listitem.art(fanart)]</texture>
|
||||||
<include condition="!Skin.HasSetting(lowPowerMode)">kenBurnsey</include>
|
<include>kenBurnsey</include>
|
||||||
</control>
|
</control>
|
||||||
<!--coverart-->
|
<!--coverart-->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
|
|
@ -11,24 +11,14 @@
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-9-begin</posx>
|
<posx>col-4-begin</posx>
|
||||||
<posy>row-24-begin</posy>
|
<posy>row-24-begin</posy>
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>8-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<texture>colors/white.png</texture>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
<colordiffuse>highlight</colordiffuse>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>Player.Playing | player.seeking</visible>
|
<visible>Player.Playing | player.seeking</visible>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>-32</posy>
|
||||||
<width>8-col-gutter</width>
|
<width>18-col</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
|
@ -37,11 +27,10 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>Player.Paused + !Player.Caching</visible>
|
<visible>Player.Paused + !Player.Caching</visible>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>-32</posy>
|
||||||
<width>8-col-gutter</width>
|
<width>18-col</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>112</label>
|
<label>112</label>
|
||||||
|
@ -49,11 +38,10 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<description>buffering</description>
|
<description>buffering</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>-32</posy>
|
||||||
<width>8-col-gutter</width>
|
<width>18-col</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<align>center</align>
|
<align>center</align>
|
||||||
<aligny>center</aligny>
|
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
|
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
|
||||||
|
@ -62,13 +50,23 @@
|
||||||
<control type="progress">
|
<control type="progress">
|
||||||
<description>Progress Bar</description>
|
<description>Progress Bar</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2-row</posy>
|
<posy>row-2-begin</posy>
|
||||||
<width>8-col</width>
|
<width>18-col</width>
|
||||||
<height>1-row</height>
|
<height>12</height>
|
||||||
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
|
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
|
||||||
<midtexture>colors/white.png</midtexture>
|
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
|
||||||
<info>Player.Progress</info>
|
<info>Player.Progress</info>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>1-row</posy>
|
||||||
|
<width>18-col</width>
|
||||||
|
<align>center</align>
|
||||||
|
<font>small</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$INFO[Player.title]</label>
|
||||||
|
<shadowcolor>-</shadowcolor>
|
||||||
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>3-row</posy>
|
<posy>3-row</posy>
|
||||||
|
@ -79,7 +77,7 @@
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>8-col</posx>
|
<posx>18-col</posx>
|
||||||
<posy>3-row</posy>
|
<posy>3-row</posy>
|
||||||
<width>8-col</width>
|
<width>8-col</width>
|
||||||
<font>smallStrong</font>
|
<font>smallStrong</font>
|
||||||
|
|
|
@ -25,7 +25,16 @@
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>2-row</posy>
|
<posy>2-row</posy>
|
||||||
<width>18-col</width>
|
<width>18-col</width>
|
||||||
<height>21-row</height>
|
<height>14-row</height>
|
||||||
|
<texture>colors/black.png</texture>
|
||||||
|
<colordiffuse>overlay</colordiffuse>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>2-row</posy>
|
||||||
|
<width>12-col</width>
|
||||||
|
<height>14-row</height>
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<colordiffuse>overlay</colordiffuse>
|
<colordiffuse>overlay</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
|
@ -123,19 +132,19 @@
|
||||||
</control>
|
</control>
|
||||||
<!--addon selection etc-->
|
<!--addon selection etc-->
|
||||||
<control type="panel" id="6">
|
<control type="panel" id="6">
|
||||||
<posx>0</posx>
|
<posx>12</posx>
|
||||||
<posy>2-row</posy>
|
<posy>2-row</posy>
|
||||||
<width>12-col</width>
|
<width>12-col-gutter</width>
|
||||||
<height>21-row</height>
|
<height>14-row</height>
|
||||||
<onright>9999</onright>
|
<onright>9999</onright>
|
||||||
<itemlayout height="2-row" width="12-col">
|
<itemlayout height="2-row" width="12-col">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>3</posy>
|
||||||
<width>1-col</width>
|
<width>66</width>
|
||||||
<height>2-row</height>
|
<height>66</height>
|
||||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
|
@ -150,6 +159,18 @@
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout height="2-row" width="12-col">
|
<focusedlayout height="2-row" width="12-col">
|
||||||
|
<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>
|
||||||
|
<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">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -160,15 +181,6 @@
|
||||||
<bordersize>0</bordersize>
|
<bordersize>0</bordersize>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
|
||||||
<posx>0</posx>
|
|
||||||
<posy>0</posy>
|
|
||||||
<width>1-col</width>
|
|
||||||
<height>2-row</height>
|
|
||||||
<aspectratio scalediffuse="false">scale</aspectratio>
|
|
||||||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
|
|
||||||
<include>spinFocusIcon</include>
|
|
||||||
</control>
|
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
@ -185,16 +197,6 @@
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
<!--OK / Cancel-->
|
|
||||||
<control type="image">
|
|
||||||
<posx>12-col</posx>
|
|
||||||
<posy>2-row</posy>
|
|
||||||
<width>6-col</width>
|
|
||||||
<height>21-row</height>
|
|
||||||
<texture>colors/black.png</texture>
|
|
||||||
<colordiffuse>overlay</colordiffuse>
|
|
||||||
<aspectratio>stretch</aspectratio>
|
|
||||||
</control>
|
|
||||||
<!--larger thumbnail-->
|
<!--larger thumbnail-->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>13-col</posx>
|
<posx>13-col</posx>
|
||||||
|
@ -209,9 +211,9 @@
|
||||||
</control>
|
</control>
|
||||||
<control type="panel" id="9999">
|
<control type="panel" id="9999">
|
||||||
<visible>control.isvisible(3) | control.isvisible(5)</visible>
|
<visible>control.isvisible(3) | control.isvisible(5)</visible>
|
||||||
<posx>12-col</posx>
|
<posx>867</posx>
|
||||||
<posy>12-row</posy>
|
<posy>12-row</posy>
|
||||||
<width>6-col</width>
|
<width>429</width>
|
||||||
<height>6-row</height>
|
<height>6-row</height>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<onleft>9000</onleft>
|
<onleft>9000</onleft>
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<texture>$INFO[listitem.art(fanart)]</texture>
|
<texture>$INFO[listitem.art(fanart)]</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<include condition="!Skin.HasSetting(lowPowerMode)">kenBurnsey</include>
|
<include>kenBurnsey</include>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
|
|
|
@ -141,19 +141,12 @@
|
||||||
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
<onclick>Skin.SetString(showRecentVideoItems,false)</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item id="7">
|
<item id="7">
|
||||||
<visible>!Skin.HasSetting(hideFavourites)</visible>
|
|
||||||
<label>1036</label>
|
|
||||||
<label2></label2>
|
|
||||||
<thumb>-</thumb>
|
|
||||||
<onclick>ReplaceWindow(favourites)</onclick>
|
|
||||||
</item>
|
|
||||||
<item id="8">
|
|
||||||
<label>5</label>
|
<label>5</label>
|
||||||
<label2></label2>
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>ActivateWindow(settings)</onclick>
|
<onclick>ActivateWindow(settings)</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item id="9">
|
<item id="8">
|
||||||
<label>31004</label>
|
<label>31004</label>
|
||||||
<label2></label2>
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<scrolltime tween="linear" easing="in">10000</scrolltime>
|
<scrolltime tween="linear" easing="in">10000</scrolltime>
|
||||||
<animation type="windowopen">
|
<animation type="windowopen">
|
||||||
<effect type="fade" end="100" time="1000" delay="1000"/>
|
<effect type="fade" end="100" time="1000" delay="1500"/>
|
||||||
</animation>
|
</animation>
|
||||||
<animation type="windowclose">
|
<animation type="windowclose">
|
||||||
<effect type="fade" end="0" time="0"/>
|
<effect type="fade" end="0" time="0"/>
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
<!--overlay-->
|
<!--overlay-->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<animation type="windowopen">
|
<animation type="windowopen">
|
||||||
<effect type="fade" end="100" time="1000" delay="0"/>
|
<effect type="fade" start="0" end="100" time="500" delay="500" tween="linear"/>
|
||||||
</animation>
|
</animation>
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<texture>logoOverlay.png</texture>
|
<texture>logoOverlay.png</texture>
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
<variable name="homescreenCollage">
|
<variable name="homescreenCollage">
|
||||||
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/randomVideos.xsp</value>
|
<value condition="Container(9000).HasFocus(1)">special://skin/extras/playlists/randomVideos.xsp</value>
|
||||||
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/randomAlbums.xsp</value>
|
<value condition="Container(9000).HasFocus(2)">special://skin/extras/playlists/randomAlbums.xsp</value>
|
||||||
|
<value condition="Container(9000).HasFocus(5)">addons://sources/executable/</value>
|
||||||
</variable>
|
</variable>
|
||||||
<!--Star rating for music tracks-->
|
<!--Star rating for music tracks-->
|
||||||
<variable name="starRating">
|
<variable name="starRating">
|
||||||
|
|
|
@ -7,22 +7,179 @@
|
||||||
<!--page container group-->
|
<!--page container group-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<include>globalBackground</include>
|
<include>globalBackground</include>
|
||||||
|
|
||||||
<!--window fader-->
|
<!--window fader-->
|
||||||
<animation type="conditional" condition="window.next(0)">
|
<animation type="conditional" condition="window.next(0)">
|
||||||
<effect type="fade" start="100" end="0" time="300"/>
|
<effect type="fade" start="100" end="0" time="300"/>
|
||||||
</animation>
|
</animation>
|
||||||
<!--content provider-->
|
|
||||||
|
<!--Main content listing-->
|
||||||
|
<control type="group" id="9999">
|
||||||
|
<!--source content-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
|
<control type="panel" id="50">
|
||||||
|
<posx>col-1-begin</posx>
|
||||||
|
<posy>row-5-begin</posy>
|
||||||
|
<width>24-col</width>
|
||||||
|
<height>24-row</height>
|
||||||
|
<onleft>9000</onleft>
|
||||||
|
<onright>60</onright>
|
||||||
|
<ondown>50</ondown>
|
||||||
|
<onup>50</onup>
|
||||||
|
<pagecontrol>60</pagecontrol>
|
||||||
|
<itemlayout width="4-col" height="4-col">
|
||||||
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
|
<width>4-col-gutter</width>
|
||||||
|
<height>4-col-gutter</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture border="3">colors/black.png</texture>
|
||||||
|
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||||
|
<bordersize>3</bordersize>
|
||||||
|
<colordiffuse>textboxInactive</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>12</posx>
|
||||||
|
<posy>2-row</posy>
|
||||||
|
<width>240</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>regularStrong</font>
|
||||||
|
<textcolor>disabled</textcolor>
|
||||||
|
<label>$INFO[ListItem.label]</label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>12</posx>
|
||||||
|
<posy>3-row</posy>
|
||||||
|
<width>240</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>buttonTitle</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$INFO[ListItem.label2]</label>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>4-col-gutter</width>
|
||||||
|
<height>4-col-gutter</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture fallback="" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
|
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
||||||
|
<bordersize>3</bordersize>
|
||||||
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
|
</control>
|
||||||
|
</itemlayout>
|
||||||
|
<focusedlayout width="4-col" height="4-col">
|
||||||
|
<control type="group">
|
||||||
|
<include>spinFocusPoster</include>
|
||||||
|
<control type="image">
|
||||||
|
<posx>0</posx>
|
||||||
|
<posy>0</posy>
|
||||||
|
<width>4-col-gutter</width>
|
||||||
|
<height>4-col-gutter</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
|
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
|
||||||
|
<bordersize>3</bordersize>
|
||||||
|
<colordiffuse>ffFFFFFF</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="image">
|
||||||
|
<posx>3</posx>
|
||||||
|
<posy>3</posy>
|
||||||
|
<width>258</width>
|
||||||
|
<height>258</height>
|
||||||
|
<aspectratio>stretch</aspectratio>
|
||||||
|
<texture border="0">colors/black.png</texture>
|
||||||
|
<colordiffuse>ccFFFFFF</colordiffuse>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>12</posx>
|
||||||
|
<posy>2-row</posy>
|
||||||
|
<width>240</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>regularStrong</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$INFO[ListItem.label]</label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<posx>12</posx>
|
||||||
|
<posy>3-row</posy>
|
||||||
|
<width>240</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<align>center</align>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>buttonTitle</font>
|
||||||
|
<textcolor>highlight</textcolor>
|
||||||
|
<label>$INFO[ListItem.label2]</label>
|
||||||
|
</control>
|
||||||
|
<control type="grouplist">
|
||||||
|
<posx>42</posx>
|
||||||
|
<posy>5-row</posy>
|
||||||
|
<width>4-col-gutter</width>
|
||||||
|
<orientation>horizontal</orientation>
|
||||||
|
<control type="label">
|
||||||
|
<width>24</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<width>1-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>smallStrong</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$LOCALIZE[31185]</label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<width>24</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>symbol</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label></label>
|
||||||
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<width>1-col</width>
|
||||||
|
<height>2-row</height>
|
||||||
|
<aligny>center</aligny>
|
||||||
|
<font>smallStrong</font>
|
||||||
|
<textcolor>textActive</textcolor>
|
||||||
|
<label>$LOCALIZE[31184]</label>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
</focusedlayout>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
|
||||||
|
<!--page scrollbar-->
|
||||||
|
<control type="group" id="8000">
|
||||||
|
<visible>Control.IsVisible(60) + SubString(skin.string(showRecentVideoItems),false)</visible>
|
||||||
|
<animation effect="fade" start="100" end="0" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
||||||
|
<control type="scrollbar" id="60">
|
||||||
|
<posx>84r</posx>
|
||||||
|
<posy>row-5-begin</posy>
|
||||||
|
<height>789</height>
|
||||||
|
<onleft>9999</onleft>
|
||||||
|
</control>
|
||||||
|
</control>
|
||||||
|
|
||||||
<!--Folder titles-->
|
<!--Folder titles-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<posx>col-1-begin</posx>
|
|
||||||
<posy>row-2-begin</posy>
|
|
||||||
<!--source title-->
|
<!--source title-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>0</posy>
|
<posy>row-1-begin</posy>
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
|
@ -31,8 +188,8 @@
|
||||||
</control>
|
</control>
|
||||||
<!--source subtitle-->
|
<!--source subtitle-->
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>0</posx>
|
<posx>col-1-begin</posx>
|
||||||
<posy>45</posy>
|
<posy>96</posy>
|
||||||
<width>24-col</width>
|
<width>24-col</width>
|
||||||
<align>left</align>
|
<align>left</align>
|
||||||
<font>regular</font>
|
<font>regular</font>
|
||||||
|
@ -40,29 +197,11 @@
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<!--Main content listing-->
|
<!--dateTime-->
|
||||||
<control type="group" id="9999">
|
<include>dateTime</include>
|
||||||
<posx>col-1-begin</posx>
|
|
||||||
<posy>row-2-begin</posy>
|
|
||||||
<!--source content-->
|
|
||||||
<control type="group">
|
|
||||||
<include>viewGridList</include>
|
|
||||||
<include>viewFileList</include>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
<!--page scrollbar-->
|
|
||||||
<control type="group" id="8000">
|
|
||||||
<visible>Control.IsVisible(60)</visible>
|
|
||||||
<animation effect="fade" start="100" end="70" time="100" condition="!controlgroup(8000).hasfocus">conditional</animation>
|
|
||||||
<control type="scrollbar" id="60">
|
|
||||||
<posx>108r</posx>
|
|
||||||
<posy>276</posy>
|
|
||||||
<height>672</height>
|
|
||||||
<onleft>9999</onleft>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
</control>
|
||||||
|
<!--hub menu-->
|
||||||
|
<include>hubMenu</include>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
|
|
|
@ -20,6 +20,9 @@
|
||||||
|
|
||||||
<!--Main content listing-->
|
<!--Main content listing-->
|
||||||
<control type="group" id="9999">
|
<control type="group" id="9999">
|
||||||
|
<animation type="windowopen">
|
||||||
|
<effect type="fade" start="0" end="100" time="500"/>
|
||||||
|
</animation>
|
||||||
<!--recent items-->
|
<!--recent items-->
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<visible>SubString(skin.string(showRecentVideoItems),true) | isEmpty(container.foldername)</visible>
|
<visible>SubString(skin.string(showRecentVideoItems),true) | isEmpty(container.foldername)</visible>
|
||||||
|
|
|
@ -131,55 +131,6 @@
|
||||||
<onleft>8000</onleft>
|
<onleft>8000</onleft>
|
||||||
<itemgap>0</itemgap>
|
<itemgap>0</itemgap>
|
||||||
<orientation>vertical</orientation>
|
<orientation>vertical</orientation>
|
||||||
<control type="button" id="1">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Home background image</description>
|
|
||||||
<width>15-col-textbox</width>
|
|
||||||
<label>31084</label>
|
|
||||||
<label2>$INFO[Skin.String(homeBackground)]</label2>
|
|
||||||
<onclick>Skin.SetFile(homeBackground,.png|.jpg|.gif,special://skin/extras/backgrounds/)</onclick>
|
|
||||||
<textwidth>8-col</textwidth>
|
|
||||||
<onright>501</onright>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="2">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Set video fanart</description>
|
|
||||||
<width>15-col-textbox</width>
|
|
||||||
<align>left</align>
|
|
||||||
<label>31026</label>
|
|
||||||
<label2>$INFO[Skin.String(videoFanartLocation)]</label2>
|
|
||||||
<onclick>Skin.SetPath(videoFanartLocation)</onclick>
|
|
||||||
<textwidth>8-col</textwidth>
|
|
||||||
<onright>502</onright>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="3">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Set music fanart</description>
|
|
||||||
<width>15-col-textbox</width>
|
|
||||||
<label>31030</label>
|
|
||||||
<label2>$INFO[Skin.String(musicFanartLocation)]</label2>
|
|
||||||
<onclick>Skin.SetPath(musicFanartLocation)</onclick>
|
|
||||||
<textwidth>8-col</textwidth>
|
|
||||||
<onright>503</onright>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="4">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Set game fanart</description>
|
|
||||||
<width>15-col-textbox</width>
|
|
||||||
<label>31028</label>
|
|
||||||
<label2>$INFO[Skin.String(gameFanartLocation)]</label2>
|
|
||||||
<onclick>Skin.SetPath(gameFanartLocation)</onclick>
|
|
||||||
<textwidth>8-col</textwidth>
|
|
||||||
<onright>504</onright>
|
|
||||||
</control>
|
|
||||||
<control type="radiobutton" id="5">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Override global background with fanart slides</description>
|
|
||||||
<width>16-col</width>
|
|
||||||
<label>31087</label>
|
|
||||||
<onclick>Skin.ToggleSetting(useGlobalFanartBackground)</onclick>
|
|
||||||
<selected>Skin.HasSetting(useGlobalFanartBackground)</selected>
|
|
||||||
</control>
|
|
||||||
<control type="radiobutton" id="6">
|
<control type="radiobutton" id="6">
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
<visible>Container(8000).Hasfocus(1)</visible>
|
||||||
<description>Stop video on return to menu</description>
|
<description>Stop video on return to menu</description>
|
||||||
|
@ -244,14 +195,6 @@
|
||||||
<onclick>Skin.ToggleSetting(hidePrograms)</onclick>
|
<onclick>Skin.ToggleSetting(hidePrograms)</onclick>
|
||||||
<selected>Skin.HasSetting(hidePrograms)</selected>
|
<selected>Skin.HasSetting(hidePrograms)</selected>
|
||||||
</control>
|
</control>
|
||||||
<control type="radiobutton" id="14">
|
|
||||||
<visible>Container(8000).Hasfocus(2)</visible>
|
|
||||||
<description>Hide Favourites</description>
|
|
||||||
<width>16-col</width>
|
|
||||||
<label>31160</label>
|
|
||||||
<onclick>Skin.ToggleSetting(hideFavourites)</onclick>
|
|
||||||
<selected>Skin.HasSetting(hideFavourites)</selected>
|
|
||||||
</control>
|
|
||||||
<control type="radiobutton" id="15">
|
<control type="radiobutton" id="15">
|
||||||
<visible>Container(8000).Hasfocus(3)</visible>
|
<visible>Container(8000).Hasfocus(3)</visible>
|
||||||
<description>Enable Debug Grid</description>
|
<description>Enable Debug Grid</description>
|
||||||
|
@ -268,23 +211,6 @@
|
||||||
<onclick>Skin.ToggleSetting(DebugInfo)</onclick>
|
<onclick>Skin.ToggleSetting(DebugInfo)</onclick>
|
||||||
<selected>Skin.HasSetting(DebugInfo)</selected>
|
<selected>Skin.HasSetting(DebugInfo)</selected>
|
||||||
</control>
|
</control>
|
||||||
<control type="radiobutton" id="17">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Disable Fanart animations and scrolling (low power mode)</description>
|
|
||||||
<width>16-col</width>
|
|
||||||
<label>31163</label>
|
|
||||||
<onclick>Skin.ToggleSetting(lowPowerMode)</onclick>
|
|
||||||
<onclick>ReloadSkin()</onclick>
|
|
||||||
<selected>Skin.HasSetting(lowPowerMode)</selected>
|
|
||||||
</control>
|
|
||||||
<control type="radiobutton" id="18">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<description>Disable backgrounds on fullscreen music view</description>
|
|
||||||
<width>16-col</width>
|
|
||||||
<label>31169</label>
|
|
||||||
<onclick>Skin.ToggleSetting(disableFullscreenMusicBackground)</onclick>
|
|
||||||
<selected>Skin.HasSetting(disableFullscreenMusicBackground)</selected>
|
|
||||||
</control>
|
|
||||||
<control type="radiobutton" id="19">
|
<control type="radiobutton" id="19">
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
<visible>Container(8000).Hasfocus(1)</visible>
|
||||||
<description>Autostart music visualisation on playback</description>
|
<description>Autostart music visualisation on playback</description>
|
||||||
|
@ -294,69 +220,6 @@
|
||||||
<selected>Skin.HasSetting(startVisualiserOnPlayback)</selected>
|
<selected>Skin.HasSetting(startVisualiserOnPlayback)</selected>
|
||||||
</control>
|
</control>
|
||||||
</control>
|
</control>
|
||||||
<!--reset buttons-->
|
|
||||||
<control type="group">
|
|
||||||
<posx>19-col</posx>
|
|
||||||
<control type="button" id="501">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<posy>2-row</posy>
|
|
||||||
<height>2-row</height>
|
|
||||||
<width>1-col</width>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<focusedcolor>black</focusedcolor>
|
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
|
||||||
<label></label>
|
|
||||||
<onleft>1</onleft>
|
|
||||||
<ondown>502</ondown>
|
|
||||||
<onclick>Skin.Reset(globalBackground)</onclick>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="502">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<posy>4-row</posy>
|
|
||||||
<height>2-row</height>
|
|
||||||
<width>1-col</width>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<focusedcolor>black</focusedcolor>
|
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
|
||||||
<label></label>
|
|
||||||
<onleft>2</onleft>
|
|
||||||
<ondown>503</ondown>
|
|
||||||
<onup>501</onup>
|
|
||||||
<onclick>Skin.Reset(videoFanartLocation)</onclick>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="503">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<posy>6-row</posy>
|
|
||||||
<height>2-row</height>
|
|
||||||
<width>1-col</width>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<focusedcolor>black</focusedcolor>
|
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
|
||||||
<label></label>
|
|
||||||
<onleft>3</onleft>
|
|
||||||
<ondown>504</ondown>
|
|
||||||
<onup>502</onup>
|
|
||||||
<onclick>Skin.Reset(musicFanartLocation)</onclick>
|
|
||||||
</control>
|
|
||||||
<control type="button" id="504">
|
|
||||||
<visible>Container(8000).Hasfocus(1)</visible>
|
|
||||||
<posy>8-row</posy>
|
|
||||||
<height>2-row</height>
|
|
||||||
<width>1-col</width>
|
|
||||||
<font>symbol</font>
|
|
||||||
<textcolor>textActive</textcolor>
|
|
||||||
<focusedcolor>black</focusedcolor>
|
|
||||||
<texturefocus>colors/white.png</texturefocus>
|
|
||||||
<label></label>
|
|
||||||
<onleft>4</onleft>
|
|
||||||
<onup>503</onup>
|
|
||||||
<ondown>5</ondown>
|
|
||||||
<onclick>Skin.Reset(gameFanartLocation)</onclick>
|
|
||||||
</control>
|
|
||||||
</control>
|
|
||||||
</control>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<font>pageTitle</font>
|
<font>pageTitle</font>
|
||||||
<textcolor>textActive</textcolor>
|
<textcolor>textActive</textcolor>
|
||||||
<label>[UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
|
<label>$INFO[System.Time] [UPPERCASE]$INFO[videoplayer.Title][/UPPERCASE]</label>
|
||||||
</control>
|
</control>
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<right>96</right>
|
<right>96</right>
|
||||||
|
@ -188,8 +188,6 @@
|
||||||
</item>
|
</item>
|
||||||
</content>
|
</content>
|
||||||
</control>
|
</control>
|
||||||
|
|
||||||
|
|
||||||
</control>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
<include>DebugGrid</include>
|
<include>DebugGrid</include>
|
||||||
|
|
|
@ -27,8 +27,6 @@
|
||||||
<height>25-row</height>
|
<height>25-row</height>
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
|
|
||||||
<bordersize>3</bordersize>
|
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture background="true" fallback="colors/black.png" border="0">$INFO[Listitem.art(fanart)]</texture>
|
<texture background="true" fallback="colors/black.png" border="0">$INFO[container.art(fanart)]</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
|
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
|
||||||
<effect type="fade" start="0" end="100" time="2000"/>
|
<effect type="fade" start="0" end="100" time="2000"/>
|
||||||
|
|
|
@ -15,11 +15,11 @@
|
||||||
<itemlayout width="12-col" height="2-row">
|
<itemlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>3</posy>
|
||||||
<width>1-col</width>
|
<width>66</width>
|
||||||
<height>2-row</height>
|
<height>66</height>
|
||||||
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
|
@ -45,12 +45,15 @@
|
||||||
<focusedlayout width="12-col" height="2-row">
|
<focusedlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>3</posy>
|
||||||
<width>1-col</width>
|
<width>66</width>
|
||||||
<height>2-row</height>
|
<height>66</height>
|
||||||
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture>
|
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
<include>spinFocusIcon</include>
|
<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>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
|
|
|
@ -19,11 +19,11 @@
|
||||||
<itemlayout width="12-col" height="2-row">
|
<itemlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>3</posy>
|
||||||
<width>1-col</width>
|
<width>66</width>
|
||||||
<height>2-row</height>
|
<height>66</height>
|
||||||
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
|
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
</control>
|
</control>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
|
@ -49,12 +49,15 @@
|
||||||
<focusedlayout width="12-col" height="2-row">
|
<focusedlayout width="12-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>0</posy>
|
<posy>3</posy>
|
||||||
<width>1-col</width>
|
<width>66</width>
|
||||||
<height>2-row</height>
|
<height>66</height>
|
||||||
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture fallback="colors/white.png" border="0">$INFO[Listitem.thumb]</texture>
|
<texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
|
||||||
<include>spinFocusIcon</include>
|
<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>
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<posx>1-col</posx>
|
<posx>1-col</posx>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<include>dimensionsFullscreen</include>
|
<include>dimensionsFullscreen</include>
|
||||||
<aspectratio scalediffuse="false">stretch</aspectratio>
|
<aspectratio scalediffuse="false">stretch</aspectratio>
|
||||||
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
|
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[container.art(fanart)]</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
|
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
|
||||||
<effect type="fade" start="0" end="100" time="2000"/>
|
<effect type="fade" start="0" end="100" time="2000"/>
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
<includes>
|
<includes>
|
||||||
<include name="videoRecentItems">
|
<include name="videoRecentItems">
|
||||||
<control type="group" id="9300">
|
<control type="group" id="9300">
|
||||||
|
<animation type="windowopen">
|
||||||
|
<effect type="fade" start="0" end="100" time="500"/>
|
||||||
|
</animation>
|
||||||
<animation type="Conditional" condition="controlgroup(9301).hasfocus">
|
<animation type="Conditional" condition="controlgroup(9301).hasfocus">
|
||||||
<effect type="fade" start="100" end="5" time="200"/>
|
<effect type="fade" start="100" end="5" time="200"/>
|
||||||
<effect type="slide" start="0,0" end="0,-100" time="200"/>
|
<effect type="slide" start="0,0" end="0,-100" time="200"/>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<include>fadeInOut</include>
|
<include>fadeInOut</include>
|
||||||
<control type="group">
|
<control type="group">
|
||||||
<visible>!Skin.HasSetting(disableFullscreenMusicBackground)</visible>
|
|
||||||
<!--fanart-->
|
<!--fanart-->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
<visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
|
<visible>isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
|
||||||
|
@ -95,16 +94,6 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<visible>!Pvr.IsPlayingRadio</visible>
|
<visible>!Pvr.IsPlayingRadio</visible>
|
||||||
<posx>3-col-indent</posx>
|
<posx>3-col-indent</posx>
|
||||||
<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>
|
<posy>52</posy>
|
||||||
<width>20-col</width>
|
<width>20-col</width>
|
||||||
<font>regularStrong</font>
|
<font>regularStrong</font>
|
||||||
|
@ -135,6 +124,16 @@
|
||||||
<shadowcolor>00000000</shadowcolor>
|
<shadowcolor>00000000</shadowcolor>
|
||||||
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
|
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
|
||||||
</control>
|
</control>
|
||||||
|
<control type="label">
|
||||||
|
<visible>!Pvr.IsPlayingRadio</visible>
|
||||||
|
<posx>7-col</posx>
|
||||||
|
<posy>104</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>156</posy>
|
<posy>156</posy>
|
||||||
|
@ -149,7 +148,7 @@
|
||||||
</control>
|
</control>
|
||||||
<!--dialog controls-->
|
<!--dialog controls-->
|
||||||
<control type="group" id="8765">
|
<control type="group" id="8765">
|
||||||
<posx>col-5-begin</posx>
|
<posx>col-3-begin</posx>
|
||||||
<posy>0</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"/>
|
||||||
|
@ -281,10 +280,9 @@
|
||||||
<onclick>activateWindow(musicOSD)</onclick>
|
<onclick>activateWindow(musicOSD)</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<visible>Visualisation.Enabled</visible>
|
|
||||||
<description>Visualisation Settings</description>
|
<description>Visualisation Settings</description>
|
||||||
<label>$LOCALIZE[21417]</label>
|
<label>$LOCALIZE[21417]</label>
|
||||||
<label2></label2>
|
<label2></label2>
|
||||||
<thumb>-</thumb>
|
<thumb>-</thumb>
|
||||||
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
|
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<texture>$INFO[Container(100).ListItem.Property(fanart)]</texture>
|
<texture>$INFO[Container(100).ListItem.Property(fanart)]</texture>
|
||||||
<colordiffuse>ffffffff</colordiffuse>
|
<colordiffuse>ffffffff</colordiffuse>
|
||||||
<aspectratio>stretch</aspectratio>
|
<aspectratio>stretch</aspectratio>
|
||||||
<include condition="!Skin.HasSetting(lowPowerMode)">kenBurnsey</include>
|
<include>kenBurnsey</include>
|
||||||
</control>
|
</control>
|
||||||
<!--extra darkness for tvepisodes that have fanart-->
|
<!--extra darkness for tvepisodes that have fanart-->
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 70 KiB |
Loading…
Reference in New Issue