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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -14,12 +14,7 @@
<height>1440</height> <height>1440</height>
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" border="0">$INFO[container.art(season.poster)]</texture> <texture background="true" border="0">$INFO[container.art(season.poster)]</texture>
<colordiffuse>55ffffff</colordiffuse> <colordiffuse>ccffffff</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>
</control> </control>
<control type="image"> <control type="image">
<visible>String.IsEmpty(container.art(season.poster))</visible> <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> <visible>String.Contains(container.folderpath,videodb://) + !String.IsEmpty(container.folderpath) + container.content(episodes) + !String.Contains(Container.folderpath,plugin)</visible>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>0</posy> <posy>-6</posy>
<width>12-col</width> <width>12-col</width>
<height>2-row</height> <height>2-row</height>
<align></align> <align></align>
@ -82,25 +77,27 @@
</control> </control>
<control type="label"> <control type="label">
<posx>24</posx> <posx>24</posx>
<posy>2-row</posy> <posy>78</posy>
<width>12-col</width> <width>12-col</width>
<height>1-row</height> <height>1-row</height>
<align></align> <align></align>
<font>menuTitle</font> <font>menuTitle</font>
<textcolor>menuUnselected</textcolor> <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>
</control> </control>
<!--episode synopsis & thumb--> <!--episode synopsis & thumb-->
<control type="group"> <control type="group">
<!--tvhsow library-sourced episode list--> <!--tvhsow library-sourced episode list-->
<control type="fixedlist" id="53"> <control type="list" id="53">
<visible>$EXP[isEpisode]</visible> <visible>$EXP[isEpisode]</visible>
<posx>978</posx> <posx>978</posx>
<posy>row-9-begin</posy> <posy>row-9-begin</posy>
<width>12-col</width> <width>12-col</width>
<height>19-row</height> <height>19-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright>
<pagecontrol>60</pagecontrol>
<movement>4</movement> <movement>4</movement>
<itemlayout width="12-col" height="2-row"> <itemlayout width="12-col" height="2-row">
<control type="image"> <control type="image">

View File

@ -2,6 +2,23 @@
<includes> <includes>
<include name="movies"> <include name="movies">
<control type="group"> <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"> <control type="group" id="9101">
<visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible> <visible>$EXP[isMovie] + !string.contains(container.folderpath,playlists) + !Skin.HasSetting(disableRecentMovies)</visible>
<animation type="Conditional" condition="!controlgroup(9101).hasfocus"> <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="slide" start="0,-200" end="0,0" time="200" delay="300"/>
<effect type="fade" start="0" end="100" time="300" delay="350"/> <effect type="fade" start="0" end="100" time="300" delay="350"/>
</animation> </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--> <!--quick link selector-->
<control type="list" id="9102"> <control type="list" id="9102">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
@ -104,7 +111,7 @@
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture> <texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>BBffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -228,7 +235,7 @@
<height>342</height> <height>342</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(poster)]</texture> <texture>$INFO[ListItem.Art(poster)]</texture>
<colordiffuse>77ffffff</colordiffuse> <colordiffuse>BBffffff</colordiffuse>
</control> </control>
<control type="textbox"> <control type="textbox">
<visible>String.IsEmpty(listitem.title)</visible> <visible>String.IsEmpty(listitem.title)</visible>

View File

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

View File

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

View File

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

View File

@ -23,21 +23,10 @@
<visible>!Visualisation.Enabled</visible> <visible>!Visualisation.Enabled</visible>
<include>dimensionsFullscreen</include> <include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio> <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> <fadetime>500</fadetime>
<colordiffuse>44ffffff</colordiffuse> <colordiffuse>77ffffff</colordiffuse>
</control> </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--> <!--visualisation-->
<control type="visualisation" id="2"> <control type="visualisation" id="2">
<visible>Visualisation.Enabled</visible> <visible>Visualisation.Enabled</visible>
@ -50,7 +39,7 @@
<!--Track info--> <!--Track info-->
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <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)"> <animation type="conditional" condition="!String.IsEqual(MusicPlayer.Time,00:00)">
<effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/> <effect type="slide" start="0,500" end="0,0" tween="sine" time="400"/>
</animation> </animation>
@ -63,10 +52,10 @@
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<control type="textbox"> <control type="textbox">
<posx>6-col</posx> <posx>5-col</posx>
<posy>0</posy> <posy>36</posy>
<width>12-col</width> <width>14-col</width>
<height>4-row</height> <height>78</height>
<align>center</align> <align>center</align>
<font>largeTitle</font> <font>largeTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -76,9 +65,9 @@
</control> </control>
<control type="label"> <control type="label">
<posx>4-col</posx> <posx>4-col</posx>
<posy>2-row</posy> <posy>3-row</posy>
<width>16-col</width> <width>16-col</width>
<height>8-row</height> <height>3-row</height>
<align>center</align> <align>center</align>
<font>menuTitle</font> <font>menuTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
@ -86,20 +75,30 @@
<label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label> <label>[B]$INFO[MusicPlayer.artist][/B][CR]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<shadowcolor>99000000</shadowcolor> <shadowcolor>99000000</shadowcolor>
</control> </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"> <control type="label">
<posx>0</posx> <posx>624</posx>
<posy>8-row</posy> <posy>6-row</posy>
<width>4-col</width> <width>4-col</width>
<align>left</align> <align>right</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<scroll>true</scroll> <scroll>true</scroll>
<label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554] ]$INFO[musicplayer.Playlistlength, / ]</label> <label>$INFO[musicplayer.Playlistposition]$INFO[musicplayer.Playlistlength, / ]</label>
<shadowcolor>99000000</shadowcolor> <shadowcolor>99000000</shadowcolor>
</control> </control>
<control type="label"> <control type="label">
<posx>23-col</posx> <posx>1104</posx>
<posy>8-row</posy> <posy>6-row</posy>
<width>4-col</width> <width>4-col</width>
<align>left</align> <align>left</align>
<font>itemTitle</font> <font>itemTitle</font>

View File

@ -33,7 +33,7 @@
- [NEW] Additional wallpapers (Thanks Dadebue) - [NEW] Additional wallpapers (Thanks Dadebue)
- [NEW] USER OPTION: Disable recently added content for movies, tvshows and music - [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 - check controls for new window: MyGames.xml
- Screenshots etc need updating - Screenshots etc need updating

View File

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