[skin.confluence] More window changes

This commit is contained in:
HitcherUK 2016-10-12 16:44:09 +01:00
parent 497a257a05
commit f106ab795e
2 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@
<depth>DepthMenu</depth>
<left>0</left>
<top>60</top>
<visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<control type="image">
@ -267,7 +267,7 @@
<depth>DepthMenu</depth>
<left>0</left>
<top>50</top>
<visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo) + String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
<include>VisibleFadeEffect</include>
<include>Window_OpenClose_Animation</include>
<control type="group">
@ -501,7 +501,7 @@
<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
<effect type="fade" start="100" end="0" time="225" />
</animation>
<visible>String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<visible>String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
<control type="image">
<description>Background End image</description>
<left>0</left>

View File

@ -42,7 +42,7 @@
<width>1280</width>
<height>720</height>
<visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible>
<visible>String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))</visible>
<visible>String.IsEmpty(Window(Videos).Property(PlayingBackgroundMedia))</visible>
</control>
<control type="videowindow">
<depth>DepthBackground</depth>
@ -59,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) | !String.IsEmpty(Window(videolibrary).Property(PlayingBackgroundMedia))]] | [!Skin.HasSetting(HideBackGroundFanart) + !String.IsEmpty(ListItem.Property(Fanart_Image))]</visible>
<visible>[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))]</visible>
<include>VisibleFadeEffect</include>
</control>
</include>