diff options
author | Jezz_X <jezzx2@gmail.com> | 2012-10-04 19:52:53 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2012-10-04 19:52:53 +1000 |
commit | 05ac8baea26eb0587682a911c4e6050ea53f8510 (patch) | |
tree | 6adb07dca6eb41d1ac9f2e9682484d228e046a03 /addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | |
parent | 8749d787936330d0d67052f5ffa3161c36a07c24 (diff) |
Changed: [Confluence] Made the PVR window use the common background code so it can use fanart for the background
Diffstat (limited to 'addons/skin.confluence/720p/IncludesBackgroundBuilding.xml')
-rw-r--r-- | addons/skin.confluence/720p/IncludesBackgroundBuilding.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml index c583fbc15e..b6f78e1cd3 100644 --- a/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml +++ b/addons/skin.confluence/720p/IncludesBackgroundBuilding.xml @@ -41,14 +41,15 @@ <width>1280</width> <height>720</height> <texture>special://skin/backgrounds/media-overlay.jpg</texture> - <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible> + <visible>[Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)] + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> + <include>VisibleFadeEffect</include> </control> <control type="visualisation"> <posx>0</posx> <posy>0</posy> <width>1280</width> <height>720</height> - <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis)</visible> + <visible>Player.HasAudio + !Skin.HasSetting(ShowBackgroundVis) + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> <visible>!SubString(Window(videolibrary).Property(TvTunesIsAlive),True)</visible> </control> <control type="videowindow"> @@ -56,7 +57,7 @@ <posy>0</posy> <width>1280</width> <height>720</height> - <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo)</visible> + <visible>Player.HasVideo + !Skin.HasSetting(ShowBackgroundVideo) + ![Window.IsVisible(PVR) + [Control.IsVisible(11) | Control.IsVisible(12)]]</visible> </control> <control type="image"> <posx>0</posx> |