diff options
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 17 |
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> |