Posts: 4
Joined: Feb 2017
Reputation:
0
Hi,
I just want to make some modifications on Estuary for things that I find annoying. When I view a movie and press pause appear some controls up and down in the screen. When I start again playback those controls have a delay about 3 seconds to disappear which is very annoying and unnecessary, especially when you are using subtitles. Is it possible, just modifying an xml file, to remove this delay? To have an effect like in confluence?
Also in fast forward these controls appear again with the same effect. Is it possible to cancel their appearance through some xml modification?
Thanks for any help.
Posts: 220
Joined: Oct 2011
Reputation:
7
I do not know how to solve this (I HATE skinning), but you're right, OSD during pause makes it impossible to read subtitle.
IMO one more point which makes Estuary in many situations very unuseful
Kodi 18.6 @ openSUSE 13.1 x86_64 - Asus E35M1-I DELUXE | 8GB Ram | 240G 2.5" SSD
Kodi 20.2 on 1st Raspberry Pi B @ XBian | Kodi 20.2 on Raspberry Pi 3B+ @ XBian | Kodi 21a2 on Raspberry Pi4B @ XBian | Kodi 19.0 on SolidRun i.MX6 @ XBian
VDR 2.4.5 & Tvheadend4.3-1917 (for recording) on Cubieboard2 @ Debian Buster
Posts: 4
Joined: Feb 2017
Reputation:
0
2017-02-09, 08:33
(This post was last modified: 2017-02-09, 15:10 by d100.)
I found the solution. For anyone interested, just remove Player.DisplayAfterSeek from <visible> in the start of "DialogSeekBar.xml" as below.
<visible>[[Player.Seeking | [Player.Paused + !Player.Caching] | Player.Forwarding | Player.Rewinding | Player.ShowInfo | Window.IsActive(fullscreeninfo) | Window.IsActive(videoosd) | Window.IsActive(playerprocessinfo)] + Window.IsActive(fullscreenvideo)] | Window.IsActive(visualisation) | !IsEmpty(Player.SeekNumeric)</visible>
The seek bar appears but disappears immediately when playback starts again. If you want to remove seek bar completely at pause, remove [Player.Paused + !Player.Caching] too.
Posts: 34
Joined: Nov 2012
Reputation:
0
I have that problem as well, but I'd like to move the information currently in the center of the seek bar to the left edge and increase the shadow transparency to let the subtitles be seen better.
Posts: 171
Joined: Jan 2015
Reputation:
10
Just move your sub up a bit.
Posts: 8
Joined: Mar 2017
Reputation:
0
Hi,
Just a question:
Where did you find ''DialogSeekBar.xml''?
I'm in .kodi>userdata>addon_data>skin.estuary but I only have ''settings.xml''
Thank you
Posts: 8
Joined: Mar 2017
Reputation:
0
Thank you.
I found it here:
/usr/share/kodi/addons/skin.estuary/xml/
Posts: 6
Joined: Oct 2016
Reputation:
0
Stop working on update 17.1?