From f106ab795ec1d5bd770e177e7fa407baac67d23c Mon Sep 17 00:00:00 2001 From: HitcherUK Date: Wed, 12 Oct 2016 16:44:09 +0100 Subject: [PATCH] [skin.confluence] More window changes --- 720p/Home.xml | 6 +++--- 720p/IncludesBackgroundBuilding.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/720p/Home.xml b/720p/Home.xml index 45e07d9..7223206 100644 --- a/720p/Home.xml +++ b/720p/Home.xml @@ -63,7 +63,7 @@ DepthMenu 0 60 - Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia)) + Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia)) VisibleFadeEffect Window_OpenClose_Animation @@ -267,7 +267,7 @@ DepthMenu 0 50 - Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia)) + Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia)) VisibleFadeEffect Window_OpenClose_Animation @@ -501,7 +501,7 @@ - String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia)) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia)) Background End image 0 diff --git a/720p/IncludesBackgroundBuilding.xml b/720p/IncludesBackgroundBuilding.xml index c599851..ae09df9 100644 --- a/720p/IncludesBackgroundBuilding.xml +++ b/720p/IncludesBackgroundBuilding.xml @@ -42,7 +42,7 @@ 1280 720 Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis) - String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia)) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia)) DepthBackground @@ -59,7 +59,7 @@ 1320 120 HomeNowPlayingBack.png - [Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + ![Skin.HasSetting(ShowBackgroundVis) | !String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !String.IsEmpty(ListItem.Property(Fanart_Image))] + [Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + ![Skin.HasSetting(ShowBackgroundVis) | !String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !String.IsEmpty(ListItem.Property(Fanart_Image))] VisibleFadeEffect