skin.pellucid/1080i/Includes_homeBackground.xml

142 lines
7.0 KiB
XML
Raw Normal View History

2015-04-27 22:30:43 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="homeBackground">
<control type="group">
2015-05-03 15:56:13 +02:00
<animation type="conditional" condition="true" loop="true">
<effect type="fade" start="0" end="100" time="5000"/>
<effect type="zoom" start="80" end="130" time="10000" tween="sine" easing="out"/>
<effect type="slide" start="0,0" end="-450,0" center="0" delay="0" time="20000" tween="sine" easing="in"/>
<effect type="zoom" start="130" end="100" delay="12000" time="8000" tween="sine" easing="in"/>
<effect type="fade" start="100" end="0" time="3000" delay="16000"/>
2015-04-27 22:30:43 +02:00
</animation>
2015-05-17 21:57:22 +02:00
<!--library based thumbs-->
2015-05-03 15:56:13 +02:00
<control type="panel" id="9451">
2015-07-13 21:26:43 +02:00
<enable>false</enable>
2015-04-27 22:30:43 +02:00
<posx>0</posx>
2015-05-03 15:56:13 +02:00
<posy>0</posy>
2015-04-27 22:30:43 +02:00
<width>fullscreenWidth</width>
<height>fullscreenHeight</height>
<orientation>horizontal</orientation>
<scrolltime tween="linear" easing="in">10000</scrolltime>
<animation type="windowopen">
2015-05-04 21:29:51 +02:00
<effect type="fade" end="100" time="1000" delay="1500"/>
2015-04-27 22:30:43 +02:00
</animation>
<animation type="windowclose">
<effect type="fade" end="0" time="0"/>
</animation>
2015-05-03 15:56:13 +02:00
<itemlayout width="3-col" height="3-col">
2015-04-27 22:30:43 +02:00
<control type="image">
2015-07-16 23:02:34 +02:00
<visible>Container(9000).HasFocus(10)</visible>
2015-04-27 22:30:43 +02:00
<posx>0</posx>
<posy>0</posy>
2015-05-03 15:56:13 +02:00
<width>3-col-textbox</width>
<height>3-col-textbox</height>
2015-04-27 22:30:43 +02:00
<aspectratio>scale</aspectratio>
2015-07-16 23:02:34 +02:00
<texture fallback="colors/black.png" border="0">$INFO[Listitem.art(poster)]</texture>
<colordiffuse>44FFFFFF</colordiffuse>
</control>
<control type="image">
<visible>!Container(9000).HasFocus(10)</visible>
<posx>0</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>3-col-textbox</height>
<aspectratio>scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
2015-05-03 15:56:13 +02:00
<colordiffuse>44FFFFFF</colordiffuse>
2015-04-27 22:30:43 +02:00
</control>
</itemlayout>
<focusedlayout/>
2015-05-03 15:56:13 +02:00
<content>$VAR[homescreenCollage]</content>
2015-04-27 22:30:43 +02:00
</control>
2015-06-02 23:55:56 +02:00
<!--video (no Library)-->
<control type="image">
<visible>Container(9000).HasFocus(1) + !Library.HasContent(Movies)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/videos.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
</control>
<!--music (no Library)-->
<control type="image">
<visible>Container(9000).HasFocus(2) + !Library.HasContent(Music)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/music.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
</control>
2015-05-17 21:57:22 +02:00
<!--photos-->
<control type="image">
<visible>Container(9000).HasFocus(9)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/weather.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
<!--games-->
<control type="image">
<visible>Container(9000).HasFocus(4)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/games.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
<!--photos-->
<control type="image">
<visible>Container(9000).HasFocus(3)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/photos.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
<!--search-->
<control type="image">
<visible>Container(9000).HasFocus(6)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/search.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
<!--settings-->
<control type="image">
<visible>Container(9000).HasFocus(7)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/settings.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
<!--power-->
<control type="image">
<visible>Container(9000).HasFocus(8)</visible>
<include>dimensionsFullscreen</include>
<texture>special://skin/extras/backgrounds/power.jpg</texture>
<colordiffuse>44ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-05-21 00:38:26 +02:00
<animation type="windowopen">
<effect type="fade" end="100" time="1000" delay="800"/>
</animation>
2015-05-17 21:57:22 +02:00
</control>
2015-04-27 22:30:43 +02:00
</control>
</include>
</includes>