forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogSeekBar.xml
21 lines (20 loc) · 1.4 KB
/
DialogSeekBar.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="115">
<defaultcontrol always="true">901</defaultcontrol>
<visible>Window.IsActive(fullscreenvideo) + !Window.IsActive(script.pseudotv.TVOverlay.xml) + !Window.IsActive(script.pseudotv.live.TVOverlay.xml)</visible>
<allowoverlay>no</allowoverlay>
<visible>[[VideoPlayer.IsFullscreen] + [Window.IsVisible(videoosd) | Window.IsVisible(fullscreeninfo) | Player.Seeking | Player.HasPerformedSeek(3) | Player.Paused | !String.IsEmpty(Player.SeekNumeric) | !String.IsEmpty(PVR.ChannelNumberInput) | Player.Forwarding | Player.Rewinding | Player.ShowInfo | !String.IsEmpty(Window(home).Property(osdshowinfo))]] | !String.IsEmpty(Window(home).Property(osdinfo))</visible>
<zorder>0</zorder>
<controls>
<control type="group">
<animation effect="fade" start="100" end="0" time="250" condition="Window.IsVisible(DialogSlider.xml)">Conditional</animation>
<include condition="!Skin.HasSetting(osd.usethemeNewOSD) + !Skin.HasSetting(osd.usethemeNewOSDSide)">Seekbar1</include>
<include condition="Skin.HasSetting(osd.usethemeNewOSD)">Seekbar2</include>
<include condition="Skin.HasSetting(osd.usethemeNewOSDSide)">Seekbar3</include>
</control>
<include>ChannelNumberInput</include>
<!-- Clock -->
<include>Furniture_OSDClock</include>
</controls>
</window>