aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
diff options
context:
space:
mode:
authorJezz_X <jezzx2@gmail.com>2012-03-27 16:36:50 +1100
committerJezz_X <jezzx2@gmail.com>2012-04-25 09:50:28 +1000
commita47e63839dfc0fe4a7ed9abb77c79471e865ff16 (patch)
tree719e2792dd85c2083aa1b83587cebc986951ef31 /addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
parentca31f11d2e7d068de145d77a16c434e7cc5dd19f (diff)
Changed: [Confluence] Put the fanart back on top of the background because I'm sure thats how people will want it
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r--addons/skin.confluence/720p/IncludesBackgroundBuilding.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
index 8b36ac8545..738820f4fb 100644
--- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
+++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml
@@ -2,6 +2,13 @@
<include name="CommonMediaPlayingBackground">
</include>
<include name="CommonBackground">
+ <control type="Image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture>special://skin/backgrounds/background.jpg</texture>
+ </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@@ -14,14 +21,6 @@
<include>Window_OpenClose_Animation</include>
<visible>![Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + ![Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)]</visible>
</control>
- <control type="Image">
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>720</height>
- <texture>special://skin/backgrounds/background.jpg</texture>
- <animation effect="fade" start="100" end="60" time="200" condition="!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))">Conditional</animation>
- </control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@@ -51,7 +50,7 @@
<width>1280</width>
<height>120</height>
<texture flipy="true">HomeNowPlayingBack.png</texture>
- <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)]</visible>
+ <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)] | [!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))]</visible>
<visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible>
</control>
</include>