This commit is contained in:
theDeadMan 2018-08-30 19:34:50 +01:00
parent 4c9a53191a
commit ea21e6aa44
16 changed files with 794 additions and 716 deletions

View File

@ -63,18 +63,18 @@
<control type="progress">
<description>Progress Bar</description>
<posx>0</posx>
<posy>80</posy>
<posy>86</posy>
<width>18-col</width>
<height>24</height>
<texturebg colordiffuse="77000000" border="19">colors/black.png</texturebg>
<midtexture colordiffuse="highlight" border="19">colors/white.png</midtexture>
<height>18</height>
<texturebg colordiffuse="77000000">colors/black.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>Player.Progress</info>
</control>
<control type="slider" id="401">
<posx>0</posx>
<posy>80</posy>
<posy>86</posy>
<width>18-col</width>
<height>36</height>
<height>18</height>
<texturesliderbar colordiffuse="00FFFFFF">colors/white.png</texturesliderbar>
<textureslidernib>colors/white.png</textureslidernib>
<orientation>horizontal</orientation>

View File

@ -111,6 +111,12 @@
<filename>roboto/condensedBold.ttf</filename>
<size>48</size>
<linespacing>1.0</linespacing>
</font>
<font>
<name>sectionTitle</name>
<filename>roboto/condensedBold.ttf</filename>
<size>40</size>
<linespacing>1.0</linespacing>
</font>
<font>
<name>pageSubTitle</name>

View File

@ -61,6 +61,12 @@
<itemlayout />
<focusedlayout />
<content>$VAR[extraFanartLocation]</content>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/white.png</texture>
<colordiffuse>background</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>Integer.IsGreater(container(99999).numitems,0) + !Skin.HasSetting(disableExtendedFanart)</visible>
@ -69,7 +75,6 @@
<colordiffuse>66ffffff</colordiffuse>
<fadetime>500</fadetime>
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
</control>
<control type="image">
<visible>!Integer.IsGreater(container(99999).numitems,0) | Skin.HasSetting(disableExtendedFanart) | ListItem.IsParentFolder</visible>
@ -79,7 +84,6 @@
<texture>$INFO[container.Art(fanart)]</texture>
<colordiffuse>66ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
</control>
</include>
@ -149,17 +153,17 @@
<!--Global background-->
<include name="globalBackground">
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/white.png</texture>
<colordiffuse>background</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>backgroundImage.jpg</texture>
<colordiffuse>ff333333</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>ffFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/white.png</texture>
<colordiffuse>background</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
</include>
<!--page header-->
<include name="pageHeader">
@ -171,17 +175,17 @@
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<font>pageTitle</font>
<font>sectionTitle</font>
<label>$VAR[listTitle]</label>
<textcolor>textActive</textcolor>
</control>
<!--subtitle-->
<control type="label">
<posx>0</posx>
<posy>1-row</posy>
<posy>32</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageSubTitle</font>
<font>itemTitle</font>
<label>$VAR[listSubTitle]</label>
<textcolor>textActive</textcolor>
</control>
@ -191,18 +195,18 @@
<posy>0</posy>
<width>12-col</width>
<align>right</align>
<font>pageTitle</font>
<font>sectionTitle</font>
<label>$INFO[System.Time]</label>
<textcolor>textActive</textcolor>
</control>
<!--date-->
<control type="label">
<posx>24-col</posx>
<posy>1-row</posy>
<posy>32</posy>
<width>12-col</width>
<height>2-row</height>
<align>right</align>
<font>pageSubTitle</font>
<font>itemTitle</font>
<label>$INFO[System.Date(DDD)], $INFO[system.Date(mmm d)]</label>
<textcolor>textActive</textcolor>
</control>

View File

@ -2,264 +2,226 @@
<includes>
<!--Album browser-->
<include name="musicalbum">
<control type="group" id="9125">
<control type="group">
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue] + !Skin.HasSetting(disableRecentAlbums)</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>-24</posy>
<width>fullscreenWidth</width>
<height>738</height>
<texture>special://skin/extras/backgrounds/music.jpg</texture>
<colordiffuse>FF333333</colordiffuse>
<aspectratio aligny="top">scale</aspectratio>
<fadetime>300</fadetime>
<visible>control.hasfocus(9998) | control.hasfocus(9123)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(9998).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<!--quick link selector-->
<control type="list" id="9123">
<posx>col-1-begin</posx>
<posy>180</posy>
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<orientation>horizontal</orientation>
<itemlayout width="246" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>246</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textDisabled</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
<focusedlayout width="246" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>246</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
<animation type="conditional" condition="control.hasfocus(9123)" loop="true">
<effect type="fade" start="100" end="50" time="1000"/>
</animation>
</control>
</focusedlayout>
<content>
<item>
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<property name="textTitle">31180</property>
</item>
<item>
<label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property>
</item>
<item>
<label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property>
</item>
</content>
</control>
<!--quick links-->
<control type="panel" id="9998">
<posx>90</posx>
<posy>288</posy>
<width>24-col</width>
<height>11-row</height>
<onup>9123</onup>
<ondown>50</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick>
<onclick>Control.SetFocus(50)</onclick>
<itemlayout width="352" height="5-col-gutter">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>318</posy>
<width>300</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</itemlayout>
<focusedlayout width="352" height="5-col-gutter">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<control type="image">
<visible>!control.hasfocus(9998) + !control.hasfocus(9123)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container.listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="group" id="9125">
<visible>$EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue] + !Skin.HasSetting(disableRecentAlbums)</visible>
<animation type="Conditional" condition="!controlgroup(9125).hasfocus">
<effect type="slide" start="0,0" end="0,-200" time="200"/>
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<animation type="Conditional" condition="controlgroup(9125).hasfocus">
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation>
<!--quick link selector-->
<control type="list" id="9123">
<posx>col-1-begin</posx>
<posy>180</posy>
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
<ondown>9998</ondown>
<onback>9000</onback>
<orientation>horizontal</orientation>
<itemlayout width="246" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>246</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textDisabled</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
<focusedlayout width="246" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>246</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
<animation type="conditional" condition="control.hasfocus(9123)" loop="true">
<effect type="fade" start="100" end="50" time="1000"/>
</animation>
</control>
</focusedlayout>
<content>
<item>
<label>special://skin/extras/playlists/recentAlbums.xsp</label>
<property name="textTitle">31180</property>
</item>
<item>
<label>special://skin/extras/playlists/topAlbums.xsp</label>
<property name="textTitle">31187</property>
</item>
<item>
<label>special://skin/extras/playlists/randomAlbums.xsp</label>
<property name="textTitle">31181</property>
</item>
</content>
</control>
<!--quick links-->
<control type="panel" id="9998">
<posx>90</posx>
<posy>288</posy>
<width>24-col</width>
<height>11-row</height>
<onup>9123</onup>
<ondown>50</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
<onclick>activatewindow(music,musicdb://albums/$INFO[listitem.DBID]/,return)</onclick>
<onclick>Control.SetFocus(50)</onclick>
<itemlayout width="352" height="5-col-gutter">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>318</posy>
<width>300</width>
<width>276</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</itemlayout>
<focusedlayout width="352" height="5-col-gutter">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>324</width>
<height>324</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>318</posy>
<width>276</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</control>
</control>
</focusedlayout>
<content>$INFO[control.getlabel(9123)]</content>
</control>
</control>
<!--all albums-->
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31223]</label>
</control>
<control type="panel" id="54">
<visible>$EXP[isMusicAlbum]</visible>
<posx>col-1-begin</posx>
<posy>864</posy>
<width>1800</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>9998</onup>
<onback>9998</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="293" height="348">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group">
<include>focusThumb</include>
<control type="image">
</focusedlayout>
<content>$INFO[control.getlabel(9123)]</content>
</control>
</control>
<!--all albums-->
<control type="group" id="9124">
<animation type="Conditional" condition="controlgroup(9124).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isMusicAlbum] + !$EXP[isMusicArtistCatalogue]</visible>
<posx>col-1-begin</posx>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31223]</label>
</control>
<control type="panel" id="54">
<visible>$EXP[isMusicAlbum]</visible>
<posx>col-1-begin</posx>
<posy>864</posy>
<width>1800</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>9998</onup>
<onback>9998</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="293" height="348">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
@ -271,20 +233,67 @@
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>240</width>
<width>226</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</control>
</focusedlayout>
</control>
</itemlayout>
<focusedlayout width="4-col" height="348">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="FFFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>
<posx>24</posx>
<posy>3-row</posy>
<width>228</width>
<height>6-row</height>
<font>largeTitle</font>
<wrapmultiline>true</wrapmultiline>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>258</posy>
<width>226</width>
<height>2-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textActive</textcolor>
<label>[B]$INFO[ListItem.Title][/B][CR][COLOR textDisabled]$INFO[ListItem.artist][/COLOR] $INFO[listitem.year]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</control>
</include>
</includes>

View File

@ -18,12 +18,6 @@
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--overlay-->
<control type="group">
<posy>row-17-begin</posy>
<posy>0</posy>
<include>globalBackground</include>
</control>
<control type="group">
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/>
@ -31,12 +25,12 @@
<!--title-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-8-begin</posy>
<posy>row-10-begin</posy>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<width>10-col</width>
<height>4-row</height>
<height>1-row</height>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<aligny>center</aligny>
@ -44,6 +38,16 @@
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container.foldername]</label>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<align></align>
<font>menuTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[Container(52).ListItemAbsolute(0).genre]</label>
</control>
</control>
<control type="panel" id="52">
<visible>$EXP[isMusicArtistCatalogue]</visible>
@ -77,7 +81,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77FFFFFF</colordiffuse>
<colordiffuse>BBFFFFFF</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>

View File

@ -3,6 +3,14 @@
<!--Artist browser-->
<include name="musicartist">
<control type="group">
<visible>$EXP[isMusicArtist]</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container.listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<!--content-->
<control type="panel" id="51">
<visible>$EXP[isMusicArtist]</visible>
@ -36,18 +44,19 @@
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>98</posy>
<width>384</width>
<height>2-row</height>
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="444" height="264">
@ -73,16 +82,17 @@
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
<posy>98</posy>
<width>384</width>
<height>2-row</height>
<control type="textbox">
<posx>24</posx>
<posy>80</posy>
<width>372</width>
<height>3-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>99000000</shadowcolor>
</control>
</control>
</focusedlayout>

View File

@ -14,12 +14,7 @@
<height>1440</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[container.art(season.poster)]</texture>
<colordiffuse>55ffffff</colordiffuse>
<animation type="conditional" condition="!controlgroup(9000).hasfocus + !Skin.HasSetting(lowPowerMode)" loop="true" reversible="false">
<effect type="fade" start="0" end="100" time="2000"/>
<effect type="slide" start="0,0" end="0,-360" time="15000"/>
<effect type="fade" start="100" end="0" time="1000" delay="14000"/>
</animation>
<colordiffuse>ccffffff</colordiffuse>
</control>
<control type="image">
<visible>String.IsEmpty(container.art(season.poster))</visible>
@ -72,7 +67,7 @@
<visible>String.Contains(container.folderpath,videodb://) + !String.IsEmpty(container.folderpath) + container.content(episodes) + !String.Contains(Container.folderpath,plugin)</visible>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<posy>-6</posy>
<width>12-col</width>
<height>2-row</height>
<align></align>
@ -82,25 +77,27 @@
</control>
<control type="label">
<posx>24</posx>
<posy>2-row</posy>
<posy>78</posy>
<width>12-col</width>
<height>1-row</height>
<align></align>
<font>menuTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[listitem.Season,$LOCALIZE[31011] , ]</label>
<label>$INFO[listitem.Season,$LOCALIZE[31011] , | ]$INFO[Container(53).NumItems,, $LOCALIZE[31189]]</label>
</control>
</control>
<!--episode synopsis & thumb-->
<control type="group">
<!--tvhsow library-sourced episode list-->
<control type="fixedlist" id="53">
<control type="list" id="53">
<visible>$EXP[isEpisode]</visible>
<posx>978</posx>
<posy>row-9-begin</posy>
<width>12-col</width>
<height>19-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<pagecontrol>60</pagecontrol>
<movement>4</movement>
<itemlayout width="12-col" height="2-row">
<control type="image">

View File

@ -2,6 +2,23 @@
<includes>
<include name="movies">
<control type="group">
<visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible>
<control type="image">
<visible>control.hasfocus(9103) | control.hasfocus(9102)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(9103).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="image">
<visible>!control.hasfocus(9103) + !control.hasfocus(9102)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container.listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="group" id="9101">
<visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible>
<animation type="Conditional" condition="!controlgroup(9101).hasfocus">
@ -12,16 +29,6 @@
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>-24</posy>
<width>fullscreenWidth</width>
<height>738</height>
<texture fallback="colors/black.png">$INFO[container(9103).listitem.art(fanart)]</texture>
<colordiffuse>FF333333</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>300</fadetime>
</control>
<!--quick link selector-->
<control type="list" id="9102">
<posx>col-1-begin</posx>
@ -104,7 +111,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
@ -228,7 +235,7 @@
<height>342</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>

View File

@ -33,12 +33,12 @@
<aspectratio>scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<width>360</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
@ -48,7 +48,7 @@
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<width>360</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
@ -82,7 +82,7 @@
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<width>360</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
@ -92,7 +92,7 @@
<control type="label">
<posx>12</posx>
<posy>292</posy>
<width>384</width>
<width>360</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>

View File

@ -6,7 +6,7 @@
<!--fanart-->
<control type="group">
<visible>!String.Contains(Container.folderpath,plugin)</visible>
<posy>-100</posy>
<posy>0</posy>
<include>itemFanart</include>
<control type="image">
<include>dimensionsFullscreen</include>
@ -23,37 +23,29 @@
<control type="group">
<visible>!String.Contains(Container.folderpath,plugin)</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<posy>row-8-begin</posy>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<posy>4-row</posy>
<width>12-col</width>
<height>2-row</height>
<height>1-row</height>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
<aligny>center</aligny>
<shadowcolor></shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container.showtitle]</label>
</control>
<control type="textbox">
<posx>0</posx>
<posy>3-row</posy>
<width>14-col</width>
<height>192</height>
<font>textbox</font>
<textcolor>textActive</textcolor>
<aligny>center</aligny>
<shadowcolor></shadowcolor>
<label>$INFO[container.showplot]</label>
</control>
</control>
<!--overlay-->
<control type="group">
<visible>!String.Contains(Container.folderpath,plugin)</visible>
<posy>row-15-begin</posy>
<posy>0</posy>
<include>globalBackground</include>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<width>12-col</width>
<height>2-row</height>
<align></align>
<font>menuTitle</font>
<textcolor>menuUnselected</textcolor>
<label>$INFO[Container(58).ListItemAbsolute(2).genre]</label>
</control>
</control>
<!--content-->
<control type="panel" id="58">
@ -85,7 +77,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.art(poster)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<visible>ListItem.IsParentFolder</visible>

View File

@ -2,6 +2,23 @@
<includes>
<include name="tvshows">
<control type="group">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible>
<control type="image">
<visible>control.hasfocus(9203) | control.hasfocus(9202)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container(9203).listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="image">
<visible>!control.hasfocus(9203) + !control.hasfocus(9202)</visible>
<include>dimensionsFullscreen</include>
<texture fallback="colors/black.png">$INFO[container.listitem.art(fanart)]</texture>
<colordiffuse>FF555555</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>250</fadetime>
</control>
<control type="group" id="9201">
<visible>$EXP[isTVShow] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentTVShows)</visible>
<animation type="Conditional" condition="!controlgroup(9201).hasfocus">
@ -12,16 +29,6 @@
<effect type="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>-24</posy>
<width>fullscreenWidth</width>
<height>738</height>
<texture>$INFO[container(9203).listitem.art(fanart)]</texture>
<colordiffuse>FF333333</colordiffuse>
<aspectratio>scale</aspectratio>
<fadetime>300</fadetime>
</control>
<!--quick link selector-->
<control type="list" id="9202">
<posx>col-1-begin</posx>
@ -79,7 +86,7 @@
<width>1740</width>
<height>11-row</height>
<onup>9202</onup>
<ondown>50</ondown>
<ondown>52</ondown>
<onleft>9000</onleft>
<onback>9000</onback>
<orientation>horizontal</orientation>
@ -104,7 +111,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
@ -205,7 +212,7 @@
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<ondown>52</ondown>
<onup>9203</onup>
<onback>9203</onback>
<pagecontrol>60</pagecontrol>
@ -230,7 +237,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>BBffffff</colordiffuse>
</control>
<control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible>

View File

@ -23,21 +23,10 @@
<visible>!Visualisation.Enabled</visible>
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<texture fallback="colors/offblack.png" border="0">$INFO[player.art(fanart)]</texture>
<fadetime>500</fadetime>
<colordiffuse>44ffffff</colordiffuse>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="image">
<visible>!Visualisation.Enabled</visible>
<posx>col-10-begin</posx>
<posy>258</posy>
<width>6-col</width>
<height>6-col</height>
<aspectratio align="center" aligny="top">stretch</aspectratio>
<texture fallback="">$INFO[Listitem.thumb]</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
</control>
<!--visualisation-->
<control type="visualisation" id="2">
<visible>Visualisation.Enabled</visible>
@ -50,7 +39,7 @@
<!--Track info-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-19-begin</posy>
<posy>row-21-begin</posy>
<animation type="conditional" condition="!String.IsEqual(MusicPlayer.Time,00:00)">
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
</animation>
@ -63,10 +52,10 @@
<posx>0</posx>
<posy>0</posy>
<control type="textbox">
<posx>6-col</posx>
<posy>0</posy>
<width>12-col</width>
<height>4-row</height>
<posx>5-col</posx>
<posy>36</posy>
<width>14-col</width>
<height>78</height>
<align>center</align>
<font>largeTitle</font>
<textcolor>textActive</textcolor>
@ -76,9 +65,9 @@
</control>
<control type="label">
<posx>4-col</posx>
<posy>2-row</posy>
<posy>3-row</posy>
<width>16-col</width>
<height>8-row</height>
<height>3-row</height>
<align>center</align>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
@ -86,20 +75,30 @@
<label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="progress">
<description>Progress Bar</description>
<posx>9-col</posx>
<posy>228</posy>
<width>6-col</width>
<height>12</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>player.progress</info>
</control>
<control type="label">
<posx>0</posx>
<posy>8-row</posy>
<posx>624</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>left</align>
<align>right</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<scroll>true</scroll>
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ]</label>
<label>$INFO[musicplayer.Playlistposition]$INFO[musicplayer.Playlistlength, / ]</label>
<shadowcolor>99000000</shadowcolor>
</control>
<control type="label">
<posx>23-col</posx>
<posy>8-row</posy>
<posx>1104</posx>
<posy>6-row</posy>
<width>4-col</width>
<align>left</align>
<font>itemTitle</font>

View File

@ -33,7 +33,7 @@
- [NEW] Additional wallpapers (Thanks Dadebue)
- [NEW] USER OPTION: Disable recently added content for movies, tvshows and music
[NETFLIX FIX] https://github.com/asciidisco/plugin.video.netflix
[GO TO ALBUM / ARTIST] Update script.
- check controls for new window: MyGames.xml
- Screenshots etc need updating

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colors>
<color name="black">ff111111</color>
<color name="background">ff151515</color>
<color name="background">ff1a1a1a</color>
<color name="highlight">ffad1e4e</color>
<color name="shighlight">fff03c69</color>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 826 KiB

File diff suppressed because it is too large Load Diff