Kodi Community Forum

Full Version: Video OSD stays after resume on androidbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my windows laptop as well as on my android tablet the video OSD disappears a few seconds after resuming a video.
But not on my Tronsmart s89-H androidbox. I have to press back to make it disappear and I would like it to behave "normal".

So I edited DialogSeekBar.xml (deleted "Player.Paused |") and the pause bar on top disappears.

I tried editing VideoOSD.xml. Somewhere on the forum (can't find it back) someone added this text to VideoOSD.xml:
<animation type="Conditional" condition="System.IdleTime(5) + !Player.Caching" reversible="true">
<effect type="fade" start="100" end="0" time="400" />
</animation>
But I can't figure out where to put it (and if that would work for my problem).

Please help.

Wim
Anyone?
Bump.