diff options
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index 63ad350164..cc996da50d 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -42,6 +42,7 @@ <width>1280</width> <height>720</height> <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible> + <visible>IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible> </control> <control type="videowindow"> <depth>DepthBackground</depth> @@ -58,7 +59,7 @@ <width>1320</width> <height>120</height> <texture flipy="true" border="1">HomeNowPlayingBack.png</texture> - <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)] | [!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))]</visible> + <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + ![Skin.HasSetting(ShowBackgroundVis) | !IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !IsEmpty(ListItem.Property(Fanart_Image))]</visible> <include>VisibleFadeEffect</include> </control> </include> |