This commit is contained in:
theDeadMan 2018-05-14 20:11:10 +01:00
parent 845129a461
commit c9f2861f90
5 changed files with 155 additions and 85 deletions

View File

@ -12,10 +12,28 @@
<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>0</posy>
<width>fullscreenWidth</width>
<height>738</height>
<texture fallback="colors/black.png">$INFO[container(9998).listitem.art(fanart)]</texture>
<colordiffuse>FF333333</colordiffuse>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>738</posy>
<width>fullscreenWidth</width>
<height>6</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<!--quick link selector-->
<control type="list" id="9123">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<posy>180</posy>
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
@ -69,7 +87,7 @@
<!--quick links-->
<control type="panel" id="9998">
<posx>90</posx>
<posy>276</posy>
<posy>288</posy>
<width>24-col</width>
<height>11-row</height>
<onup>9123</onup>
@ -99,7 +117,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(thumb)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
@ -156,12 +174,12 @@
<!--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,-504" tween="sine" time="400"/>
<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>696</posy>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
@ -172,9 +190,9 @@
<control type="panel" id="54">
<visible>$EXP[isMusicAlbum]</visible>
<posx>col-1-begin</posx>
<posy>row-21-begin</posy>
<posy>864</posy>
<width>1800</width>
<height>24-row</height>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>

View File

@ -8,7 +8,7 @@
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">$INFO[Container.Art(artist.fanart)]</texture>
<texture border="0" fallback="colors/black.png">$INFO[Container.Art(artist.fanart)]</texture>
<fadetime>0</fadetime>
<colordiffuse>66ffffff</colordiffuse>
</control>

View File

@ -7,69 +7,85 @@
<control type="panel" id="51">
<visible>$EXP[isMusicArtist]</visible>
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<width>24-col</width>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<itemlayout width="8-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="8-col" height="2-row">
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>7-col-gutter</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="image">
<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="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<posy>row-5-begin</posy>
<width>1800</width>
<height>25-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>
<onup>50</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<pagecontrol>60</pagecontrol>
<itemlayout width="444" height="288">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture>colors/black.png</texture>
<bordertexture colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>98</posy>
<width>384</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="444" height="264">
<control type="group">
<include>focusThumb</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>scale</aspectratio>
<texture border="6">colors/black.png</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>FF000000</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture>$INFO[Listitem.thumb]</texture>
<bordersize>6</bordersize>
</control>
<control type="label">
<posx>12</posx>
<posy>98</posy>
<width>384</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
</control>
</control>
</focusedlayout>
</control>
</control>
</include>

View File

@ -12,10 +12,28 @@
<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>0</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>
</control>
<control type="image">
<posx>0</posx>
<posy>738</posy>
<width>fullscreenWidth</width>
<height>6</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<!--quick link selector-->
<control type="list" id="9102">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<posy>180</posy>
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
@ -66,7 +84,7 @@
<!--quick links-->
<control type="panel" id="9103">
<posx>90</posx>
<posy>276</posy>
<posy>288</posy>
<width>1740</width>
<height>11-row</height>
<onup>9102</onup>
@ -94,7 +112,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
@ -173,12 +191,12 @@
<!--all movies-->
<control type="group" id="9104">
<animation type="Conditional" condition="controlgroup(9104).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + !$EXP[isTVShow] + $EXP[isMovie]</visible>
<posx>col-1-begin</posx>
<posy>696</posy>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
@ -189,9 +207,9 @@
<control type="panel" id="51">
<visible>$EXP[isMovie]</visible>
<posx>90</posx>
<posy>row-21-begin</posy>
<posy>864</posy>
<width>1800</width>
<height>22-row</height>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>

View File

@ -12,10 +12,28 @@
<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>0</posy>
<width>fullscreenWidth</width>
<height>738</height>
<texture>$INFO[container(9203).listitem.art(fanart)]</texture>
<colordiffuse>FF333333</colordiffuse>
<aspectratio>scale</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>738</posy>
<width>fullscreenWidth</width>
<height>6</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<!--quick link selector-->
<control type="list" id="9202">
<posx>col-1-begin</posx>
<posy>row-5-begin</posy>
<posy>180</posy>
<width>24-col</width>
<height>2-row</height>
<onleft>9000</onleft>
@ -65,7 +83,7 @@
<!--quick links-->
<control type="panel" id="9203">
<posx>90</posx>
<posy>276</posy>
<posy>288</posy>
<width>1740</width>
<height>11-row</height>
<onup>9202</onup>
@ -94,7 +112,7 @@
<aspectratio>stretch</aspectratio>
<texture>$INFO[ListItem.Art(fanart)]</texture>
<bordersize>6</bordersize>
<colordiffuse>77ffffff</colordiffuse>
<colordiffuse>ffffffff</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
@ -174,12 +192,12 @@
<!--all TVShows-->
<control type="group" id="9204">
<animation type="Conditional" condition="controlgroup(9204).hasfocus | controlgroup(8000).hasfocus | controlgroup(9000).hasfocus">
<effect type="slide" start="0,0" end="0,-504" tween="sine" time="400"/>
<effect type="slide" start="0,0" end="0,-576" tween="sine" time="400"/>
</animation>
<control type="label">
<visible>!controlgroup(9000).hasfocus + $EXP[isTVShow] + !$EXP[isMovie]</visible>
<posx>col-1-begin</posx>
<posy>696</posy>
<posy>760</posy>
<width>12-col</width>
<height>2-row</height>
<aligny>center</aligny>
@ -190,9 +208,9 @@
<control type="panel" id="52">
<visible>$EXP[isTVShow] + !$EXP[isMovie]</visible>
<posx>90</posx>
<posy>row-21-begin</posy>
<posy>864</posy>
<width>1800</width>
<height>22-row</height>
<height>23-row</height>
<onleft>9000</onleft>
<onright>60</onright>
<ondown>50</ondown>