Only hide DialogSeekbar.xml on Player.IsTempo

This commit is contained in:
Christian Gade 2021-04-30 00:47:11 +02:00
parent ad547f2227
commit 887129c18d
2 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<!-- media infos -->
<control type="group" id="1">
<depth>DepthOSD</depth>
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(SliderDialog) | [Player.IsTempo + System.IdleTime(3)]]</visible>
<visible>[Player.ShowInfo | Window.IsActive(VideoOSD)] + ![Window.IsVisible(OSDSubtitleSettings) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVRChannelGuide) | Window.IsVisible(SliderDialog)]</visible>
<animation effect="fade" time="150">VisibleChange</animation>
<control type="image" id="1">
<left>-20</left>

View File

@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">100</defaultcontrol>
<visible>![Player.IsTempo + System.IdleTime(3)]</visible>
<onload condition="!VideoPlayer.Content(LiveTV)">SetFocus(202)</onload>
<animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<include>dialogeffect</include>
<depth>DepthOSD</depth>
<coordinates>
<left>0</left>