aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
diff options
context:
space:
mode:
authorphil65 <philipptemminghoff@gmx.de>2016-11-23 06:36:31 +0100
committerphil65 <philipptemminghoff@gmx.de>2016-11-23 20:37:42 +0100
commit314f286b4356e02ddc59cc2d3d418f382438775c (patch)
treefd22b6e8eddeb91ed28303f2bbf0073d3ccf34cc /addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
parent6120ee918509f85470f57c6aac554e844677954f (diff)
[estuary] 2nd edition
Diffstat (limited to 'addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml')
-rw-r--r--addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml69
1 files changed, 69 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
new file mode 100644
index 0000000000..0bdb5af660
--- /dev/null
+++ b/addons/skin.estuary/xml/Custom_1109_TopBarOverlay.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="utf-8"?>
+<window type="dialog" id="1109">
+ <visible>Window.IsActive(fullscreenvideo) | Window.IsActive(visualisation)</visible>
+ <visible>Window.IsActive(seekbar) | [Player.ShowInfo + !System.HasModalDialog + VideoPlayer.Content(LiveTV)] | Window.IsActive(pvrosdchannels) | Window.IsActive(pvrosdguide)</visible>
+ <depth>DepthOSD</depth>
+ <include>Animation_TopSlide</include>
+ <zorder>0</zorder>
+ <controls>
+ <control type="group">
+ <animation effect="slide" end="0,-90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation>
+ <depth>DepthBars</depth>
+ <control type="image">
+ <left>0</left>
+ <top>0</top>
+ <width>100%</width>
+ <height>170</height>
+ <texture>frame/osdfade.png</texture>
+ </control>
+ <control type="group">
+ <visible>!Window.IsActive(pvrosdchannels) + !Window.IsActive(pvrosdguide)</visible>
+ <animation effect="fade" time="150">VisibleChange</animation>
+ <left>30</left>
+ <right>400</right>
+ <control type="label">
+ <label>$VAR[NowPlayingBreadcrumbsVar]</label>
+ <font>font45</font>
+ <shadowcolor>text_shadow</shadowcolor>
+ <top>7</top>
+ <height>100</height>
+ <left>0</left>
+ <right>0</right>
+ </control>
+ <control type="label">
+ <top>60</top>
+ <label>$VAR[OSDSubLabelVar]</label>
+ <shadowcolor>text_shadow</shadowcolor>
+ <height>100</height>
+ <left>0</left>
+ <right>0</right>
+ </control>
+ </control>
+ <control type="group">
+ <visible>!Window.IsVisible(extendedprogressdialog)</visible>
+ <animation effect="fade" time="150">VisibleChange</animation>
+ <control type="label">
+ <font>font_clock</font>
+ <shadowcolor>text_shadow</shadowcolor>
+ <top>0</top>
+ <right>20</right>
+ <height>200</height>
+ <width>600</width>
+ <align>right</align>
+ <label>$INFO[System.Time]</label>
+ </control>
+ <control type="label">
+ <top>80</top>
+ <label>$INFO[Player.FinishTime,$LOCALIZE[31080]: ]</label>
+ <right>22</right>
+ <shadowcolor>text_shadow</shadowcolor>
+ <height>100</height>
+ <width>500</width>
+ <align>right</align>
+ <visible>!String.isempty(Player.Duration)</visible>
+ <visible>!VideoPlayer.Content(LiveTV) | VideoPlayer.HasEpg</visible>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>