From b8f3391e81d2c9d74e61e6b9256c32f6571fc98f Mon Sep 17 00:00:00 2001 From: HitcherUK Date: Sun, 20 Nov 2016 17:27:25 +0000 Subject: [PATCH] [skin.confluence] v3.0.39 - Fixed home Weather item - Added 'Privacy Policy' to system info - Updated background video conditions --- 720p/Home.xml | 5 ++-- 720p/IncludesBackgroundBuilding.xml | 8 ++--- 720p/SettingsSystemInfo.xml | 46 +++++++++++++++++++++++++++++ addon.xml | 4 +-- changelog.txt | 6 ++++ 5 files changed, 61 insertions(+), 8 deletions(-) diff --git a/720p/Home.xml b/720p/Home.xml index 7223206..6784aa5 100644 --- a/720p/Home.xml +++ b/720p/Home.xml @@ -962,10 +962,11 @@ - ActivateWindow(Weather) + ActivateWindow(Weather) + ActivateWindow(servicesettings,weather) - - - !Skin.HasSetting(HomeMenuNoWeatherButton) + !String.IsEmpty(Weather.Plugin) + !Skin.HasSetting(HomeMenuNoWeatherButton) diff --git a/720p/IncludesBackgroundBuilding.xml b/720p/IncludesBackgroundBuilding.xml index ae09df9..026d24c 100644 --- a/720p/IncludesBackgroundBuilding.xml +++ b/720p/IncludesBackgroundBuilding.xml @@ -28,12 +28,12 @@ FanartCrossfadeTime !Skin.HasSetting(HideBackGroundFanart) + !String.IsEmpty(ListItem.Property(Fanart_Image)) Window_OpenClose_Animation - ![Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + ![Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasVideo + Window.IsActive(movieinformation)] BackgroundDimensions special://skin/backgrounds/media-overlay.jpg - [Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) + [Player.HasVideo + !Slideshow.IsActive + !Window.IsActive(movieinformation) + !Skin.HasSetting(ShowBackgroundVideo)] + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) VisibleFadeEffect @@ -50,7 +50,7 @@ 0 1280 720 - Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo) + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) + Player.HasVideo + !Slideshow.IsActive + !Window.IsActive(movieinformation) + !Skin.HasSetting(ShowBackgroundVideo) + !Window.IsVisible(TVChannels) + !Window.IsVisible(RadioChannels) DepthBackground @@ -59,7 +59,7 @@ 1320 120 HomeNowPlayingBack.png - [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))] + [Player.HasVideo + !Slideshow.IsActive + !Window.IsActive(movieinformation) + !Skin.HasSetting(ShowBackgroundVideo)] | [Player.HasAudio + ![Skin.HasSetting(ShowBackgroundVis) | !String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !String.IsEmpty(ListItem.Property(Fanart_Image))] VisibleFadeEffect diff --git a/720p/SettingsSystemInfo.xml b/720p/SettingsSystemInfo.xml index df9f2a2..8b1f7f9 100644 --- a/720p/SettingsSystemInfo.xml +++ b/720p/SettingsSystemInfo.xml @@ -161,6 +161,22 @@ false + + Button Privacy Policy + 60 + 241 + 0 + right + center + font13_title + grey2 + white + MenuItemFO.png + MenuItemNF.png + false + + 61 + 268 @@ -272,6 +288,36 @@ font13 + + Privacy Policy + 0 + 0 + 720 + 350 + font13 + justify + white + black + 61 + + + 730 + 0 + 25 + 350 + ScrollBarV.png + ScrollBarV_bar.png + ScrollBarV_bar_focus.png + ScrollBarNib.png + ScrollBarNib.png + 100 + 100 + 61 + 61 + true + vertical + Control.HasFocus(100) | Control.HasFocus(61) + CPU Text 0 diff --git a/addon.xml b/addon.xml index c80730d..bb76f9b 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -145,6 +145,6 @@ resources/screenshot-08.jpg resources/screenshot-09.jpg - Added screenshots + Fixed home Weather item / Added 'Privacy Policy' to system info / Updated background video conditions \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 0cda13e..27937c5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +[B]3.0.39[/B] + +- Fixed home Weather item +- Added 'Privacy Policy' to system info +- Updated background video conditions + [B]3.0.38[/B] - Fix using DeafultUser.png added in v3.0.6 and remove unknown-user.png