This commit is contained in:
Chris Bevan 2015-07-04 20:12:05 +01:00
parent 953f19c0bf
commit f16f9fc43f
8 changed files with 250 additions and 498 deletions

View File

@ -19,7 +19,7 @@
</include> </include>
<!--ken burnsey style effect for fanart images--> <!--ken burnsey style effect for fanart images-->
<include name="kenBurnsey"> <include name="kenBurnsey">
<animation type="conditional" condition="true" loop="true"> <animation type="conditional" condition="!Skin.HasSetting(lowPowerMode)" loop="true">
<effect type="fade" start="0" end="100" time="2000"/> <effect type="fade" start="0" end="100" time="2000"/>
<effect type="zoom" center="auto" start="130" end="100" time="15000"/> <effect type="zoom" center="auto" start="130" end="100" time="15000"/>
<effect type="fade" start="100" end="0" time="1000" delay="14000"/> <effect type="fade" start="100" end="0" time="1000" delay="14000"/>

View File

@ -209,6 +209,7 @@
<onclick>reloadskin()</onclick> <onclick>reloadskin()</onclick>
<onclick>ActivateWindow(MusicLibrary)</onclick> <onclick>ActivateWindow(MusicLibrary)</onclick>
<onclick>Skin.SetString(showRecentMusicItems,true)</onclick> <onclick>Skin.SetString(showRecentMusicItems,true)</onclick>
<onclick>Control.SetFocus(9998)</onclick>
</item> </item>
<!--music--> <!--music-->
<item> <item>
@ -366,6 +367,7 @@
<item> <item>
<visible/> <visible/>
<label>1214</label> <label>1214</label>
<onclick>replaceWindow(musiclibrary,musicdb://albums)</onclick>
<onclick>ActivateWindow(MusicFiles,root)</onclick> <onclick>ActivateWindow(MusicFiles,root)</onclick>
<onclick>Skin.SetString(showRecentMusicItems,false)</onclick> <onclick>Skin.SetString(showRecentMusicItems,false)</onclick>
<onclick>Control.SetFocus(51)</onclick> <onclick>Control.SetFocus(51)</onclick>

View File

@ -202,6 +202,15 @@
<onclick>Skin.ToggleSetting(startVisualiserOnPlayback)</onclick> <onclick>Skin.ToggleSetting(startVisualiserOnPlayback)</onclick>
<selected>Skin.HasSetting(startVisualiserOnPlayback)</selected> <selected>Skin.HasSetting(startVisualiserOnPlayback)</selected>
</control> </control>
<control type="radiobutton" id="20">
<visible>Container(8000).Hasfocus(1)</visible>
<description>Disable fanart animation effect</description>
<width>14-col</width>
<label>31102</label>
<onclick>Skin.ToggleSetting(lowPowerMode)</onclick>
<onclick>ReloadSkin()</onclick>
<selected>Skin.HasSetting(lowPowerMode)</selected>
</control>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -1,387 +1,234 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<includes> <includes>
<include name="musicRecentItems"> <include name="musicRecentItems">
<control type="group"> <control type="group">
<posx>col-1-begin</posx> <include>fadeInOut</include>
<posy>row-5-begin</posy>
<!--animations--> <!--fanart-->
<animation type="Conditional" condition="controlgroup(9301).hasfocus | controlgroup(9302).hasfocus" reversible="false"> <control type="group">
<effect type="slide" start="0" end="0,-398" tween="cubic" easing="out" time="400"/> <control type="image">
</animation>
<animation type="Conditional" condition="controlgroup(9302).hasfocus" reversible="false">
<effect type="slide" start="0" end="0,-686" tween="cubic" easing="out" time="400"/>
</animation>
<!--top albums-->
<control type="group" id="9300">
<animation type="Conditional" condition="!controlgroup(9300).hasfocus + !controlgroup(9000).hasfocus">
<effect type="fade" start="100" end="5" time="200"/>
</animation>
<control type="label">
<posx>0</posx> <posx>0</posx>
<posy>12</posy> <posy>0</posy>
<width>24-col</width> <width>fullscreenWidth</width>
<height>1-row</height> <height>fullscreenHeight</height>
<align></align> <aspectratio scalediffuse="false" align="center">stretch</aspectratio>
<font>regularStrong</font> <texture background="true" fallback="colors/offblack.png" border="0">$INFO[container(9998).listitem.art(fanart)]</texture>
<textcolor>textActive</textcolor> <fadetime>500</fadetime>
<label>$LOCALIZE[31187]</label> <colordiffuse>66ffffff</colordiffuse>
<include>kenBurnsey</include>
</control> </control>
<control type="panel" id="9998"> <control type="image">
<posx>0</posx> <include>dimensionsFullscreen</include>
<posy>2-row</posy> <texture>vignette.png</texture>
<width>24-col</width> <colordiffuse>ffffffff</colordiffuse>
<height>10-row</height> <aspectratio>stretch</aspectratio>
<onleft>9000</onleft>
<ondown>9997</ondown>
<content>plugin://script.thedeadman.functions?type=favouritealbums</content>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.artist]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>3</posx>
<posy>3</posy>
<width>258</width>
<height>258</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Artist]</label>
</control>
<control type="grouplist">
<posx>42</posx>
<posy>5-row</posy>
<width>4-col-gutter</width>
<orientation>horizontal</orientation>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31183]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control>
</control>
</focusedlayout>
</control> </control>
</control> </control>
<!--recently added albums-->
<control type="group" id="9301"> <control type="image">
<animation type="Conditional" condition="controlgroup(9302).hasfocus"> <posx>0</posx>
<effect type="fade" start="100" end="5" time="200"/> <posy>row-20-begin</posy>
<width>fullscreenWidth</width>
<height>15-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>row-20-begin</posy>
<width>fullscreenWidth</width>
<height>6</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture border="0">colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<!--titles-->
<control type="group">
<animation type="conditional" condition="!control.hasfocus(9998)">
<effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<animation type="conditional" condition="control.hasfocus(9998)">
<effect type="slide" start="800" end="0" tween="cubic" easing="out" delay="600" time="400"/>
<effect type="fade" start="0" end="100" delay="600" time="200"/>
</animation>
<visible>!controlgroup(9000).hasfocus</visible>
<posx>col-17-begin</posx>
<posy>row-4-begin</posy>
<control type="label"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>408</posy> <posy>0</posy>
<width>24-col</width> <width>8-col</width>
<height>1-row</height> <height>4-row</height>
<align></align> <font>largeStrong</font>
<font>regularStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$LOCALIZE[31180]</label> <shadowcolor>-</shadowcolor>
<wrapmultiline>true</wrapmultiline>
<label>$INFO[container(9998).listitem.title]</label>
</control> </control>
<control type="panel" id="9997"> <control type="label">
<posx>0</posx> <posx>0</posx>
<posy>13-row</posy> <posy>4-row</posy>
<width>24-col</width> <width>8-col</width>
<height>20-row</height> <height>1-row</height>
<onleft>9000</onleft> <font>itemTitle</font>
<onup>9998</onup> <textcolor>textActive</textcolor>
<ondown>9996</ondown> <shadowcolor>-</shadowcolor>
<content>plugin://script.thedeadman.functions?type=recentalbums</content> <label>[COLOR highlight]$INFO[container(9998).listitem.artist] $INFO[container(9998).listitem.year,(,) ][/COLOR]</label>
<itemlayout width="4-col" height="4-col"> </control>
<control type="image"> <control type="textbox">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>5-row</posy>
<width>4-col-gutter</width> <font>textbox</font>
<height>4-col-gutter</height> <width>8-col-gutter</width>
<aspectratio>stretch</aspectratio> <align>left</align>
<texture border="3">colors/black.png</texture> <textcolor>textActive</textcolor>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <height>268</height>
<bordersize>3</bordersize> <label fallback="31205">$INFO[container(9998).ListItem.property(album_description)]</label>
<colordiffuse>textboxInactive</colordiffuse> <autoscroll delay="5000" time="1500" repeat="10000"/>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.artist]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>3</posx>
<posy>3</posy>
<width>258</width>
<height>258</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Artist]</label>
</control>
<control type="grouplist">
<posx>42</posx>
<posy>5-row</posy>
<width>4-col-gutter</width>
<orientation>horizontal</orientation>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31183]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control>
</control>
</focusedlayout>
</control> </control>
</control> </control>
<!--random albums-->
<control type="group" id="9302"> <!--content selector-->
<control type="label"> <control type="list" id="9123">
<posx>0</posx> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<posy>1092</posy> <effect type="fade" start="100" end="0" time="200"/>
<width>24-col</width> </animation>
<height>1-row</height> <posx>col-1-begin</posx>
<align></align> <posy>row-18-begin</posy>
<font>regularStrong</font> <width>24-col</width>
<textcolor>textActive</textcolor> <height>2-row</height>
<label>$LOCALIZE[31181]</label> <onleft>9000</onleft>
</control> <ondown>9998</ondown>
<control type="panel" id="9996"> <orientation>horizontal</orientation>
<posx>0</posx> <itemlayout width="6-col" height="2-row">
<posy>1152</posy> <control type="image">
<width>24-col</width> <visible>!controlgroup(9000).hasfocus</visible>
<height>20-row</height> <posx>0</posx>
<onleft>9000</onleft> <posy>0</posy>
<onup>9997</onup> <width>6-col</width>
<content>plugin://script.thedeadman.functions?type=randomalbums</content> <height>2-row</height>
<itemlayout width="4-col" height="4-col"> <texture>colors/black.png</texture>
<colordiffuse>ccffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>6-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>6-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.property(textTitle)]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>recentalbums</label>
<property name="textTitle">31180</property>
<onclick>noop</onclick>
</item>
<item id="2">
<label>randomalbums</label>
<property name="textTitle">31181</property>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--content listing-->
<control type="panel" id="9998">
<posx>col-1-begin</posx>
<posy>row-21-begin</posy>
<width>1740</width>
<height>9-row</height>
<onup>9123</onup>
<onleft>9000</onleft>
<onback>activateWindow(home)</onback>
<orientation>horizontal</orientation>
<content>plugin://script.thedeadman.functions?type=$INFO[control.getlabel(9123)]</content>
<itemlayout width="4-col" height="4-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.artist]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffffffff</colordiffuse>
</control>
</itemlayout>
<focusedlayout width="4-col" height="4-col">
<control type="group">
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
@ -389,7 +236,7 @@
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
@ -402,8 +249,8 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>regularStrong</font>
<textcolor>disabled</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.Title]</label> <label>$INFO[ListItem.title]</label>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible> <visible>!controlgroup(9000).hasfocus</visible>
@ -414,7 +261,7 @@
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>buttonTitle</font> <font>buttonTitle</font>
<textcolor>disabled</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.artist]</label> <label>$INFO[ListItem.artist]</label>
</control> </control>
<control type="image"> <control type="image">
@ -423,113 +270,13 @@
<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 border="0">$INFO[Listitem.thumb]</texture> <texture border="0">$INFO[ListItem.Art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
</itemlayout> </control>
<focusedlayout width="4-col" height="4-col"> </focusedlayout>
<control type="group">
<animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>3</posx>
<posy>3</posy>
<width>258</width>
<height>258</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.title]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Artist]</label>
</control>
<control type="grouplist">
<posx>42</posx>
<posy>5-row</posy>
<width>4-col-gutter</width>
<orientation>horizontal</orientation>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31183]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control>
</control>
</focusedlayout>
</control>
</control> </control>
</control> </control>
</include> </include>

View File

@ -9,7 +9,7 @@
<aspectratio scalediffuse="false">stretch</aspectratio> <aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Container.Art(artist.fanart)]</texture> <texture background="true" fallback="colors/offblack.png" border="0">$INFO[Container.Art(artist.fanart)]</texture>
<colordiffuse>44ffffff</colordiffuse> <colordiffuse>44ffffff</colordiffuse>
<fadetime>1500</fadetime> <include>kenBurnsey</include>
</control> </control>
<control type="image"> <control type="image">
<texture>vignette.png</texture> <texture>vignette.png</texture>

View File

@ -71,10 +71,11 @@
</control> </control>
<control type="label"> <control type="label">
<visible>Container(9123).HasFocus(2)</visible> <visible>Container(9123).HasFocus(2)</visible>
<posx>0</posx> <posx>8-col</posx>
<posy>0</posy> <posy>4-row</posy>
<width>8-col</width> <width>8-col</width>
<height>2-row</height> <height>2-row</height>
<align>right</align>
<font>largeStrong</font> <font>largeStrong</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -94,10 +95,11 @@
</control> </control>
<control type="label"> <control type="label">
<visible>Container(9123).HasFocus(2)</visible> <visible>Container(9123).HasFocus(2)</visible>
<posx>0</posx> <posx>8-col</posx>
<posy>2-row</posy> <posy>6-row</posy>
<width>8-col</width> <width>8-col</width>
<height>1-row</height> <height>1-row</height>
<align>right</align>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -113,19 +115,7 @@
<align>left</align> <align>left</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>268</height> <height>268</height>
<label>$INFO[container(9998).ListItem.plot]</label> <label fallback="31205">$INFO[container(9998).ListItem.plot]</label>
<autoscroll delay="5000" time="1500" repeat="10000"/>
</control>
<control type="textbox">
<visible>Container(9123).HasFocus(2)</visible>
<posx>0</posx>
<posy>3-row</posy>
<font>textbox</font>
<width>8-col-gutter</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>268</height>
<label>$INFO[container(9998).ListItem.title]</label>
<autoscroll delay="5000" time="1500" repeat="10000"/> <autoscroll delay="5000" time="1500" repeat="10000"/>
</control> </control>
</control> </control>

View File

@ -64,7 +64,7 @@
</animation> </animation>
<!--Screen burn protection--> <!--Screen burn protection-->
<animation type="conditional" condition="true" pulse="true"> <animation type="conditional" condition="true" pulse="true">
<effect type="fade" start="100" end="0" time="2500" delay="20000"/> <effect type="fade" start="100" end="0" time="2500" delay="60000"/>
</animation> </animation>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-22-begin</posy> <posy>row-22-begin</posy>

View File

@ -289,6 +289,10 @@ msgctxt "#31101"
msgid "Delete Group" msgid "Delete Group"
msgstr "" msgstr ""
msgctxt "#31102"
msgid "Disable fanart animation effect"
msgstr ""
msgctxt "#31103" msgctxt "#31103"
msgid "Profile Settings" msgid "Profile Settings"
msgstr "" msgstr ""
@ -454,7 +458,7 @@ msgid "Recent Albums"
msgstr "" msgstr ""
msgctxt "#31181" msgctxt "#31181"
msgid "Random Album Selection" msgid "Random Selection"
msgstr "" msgstr ""
msgctxt "#31182" msgctxt "#31182"