@FaustoGSR If you want the seekbar to disappear after 5 seconds when having pressed the PAUSE button you can change the file /usr/share/kodi/addons/skin.osmc/16x9/DialogSeekBar.xml
that way
<window>
<!-- seekbar -->
<defaultcontrol always="true">901</defaultcontrol>
<visible> ... Player.DisplayAfterSeek + !System.IdleTime(5)| Player.Paused + !System.IdleTime(5)...
<animation
means extend Player.DisplayAfterSeek and Player.Paused in the visible tag of the seekbar block in the beginning with “+ !SystemIdleTime(5)”.
Set @Chillbo to this post. Perhaps, this is something we want to consider being in the OSMC skin in long term or make it configurable?
See also On screen display removal? - #18 by JimKnopf in another thread.