Kodi Community Forum

Full Version: Make the bar last less time?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone.
It's been a few days that I'm using Kodi and it is working great.
I just have one thing that annoys me:When I move the mouse the progress bar on bottom of screen stays for too many time and it covers the subtitles..
How can I make it to last for say 2-3 seconds?
Thank you.
Does it bothers only me?
Press the BACKSPACE key on your keyboard or BACK on your remote.

Or disable mouse input altogether:
http://kodi.wiki/view/Settings/System#Input_devices
Hello,thank you for your answer..
That's a nice workaround,but it not really what I want.
Since I don't have a remote I can't disable mouse ,so it would be better if the bar lasted for 2-3 seconds.
Thank you.
Here's a free Android Remote, there's a remote for Apple devices too.
https://play.google.com/store/apps/detai...free&hl=en
Are you using Confluence? Make a backup of addons/skin.confluence/720p/DialogSeekBar.xml and mess around with the settings in there.

Code:
<animation  effect="fade" start="0" end="100"  time="200">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>

Seems like a good place to start.

Edit: Actually that probably isn't it, I'll have a look around for other options.

you should probably ask in whatever skin you are using's section.
Thanks helta for your answer..
I mess around with it and it seems that it is for the seek bar which is visible on the upper side of the screen when you press pause.
I want to change the bar on the lowest side of the screen which is visible when I move the mouse..
(2015-01-15, 19:31)zerocool_ie Wrote: [ -> ]Here's a free Android Remote, there's a remote for Apple devices too.
https://play.google.com/store/apps/detai...free&hl=en

Nice remote!
i just want to say that i'm not a skinner, so i'm just guessing here:

how about /addons/skin.confluence/720p/VideoOSD.xml
It is this or the VideoOSDSettings.xml.
The thing is that it is over me and I'm probably not gonna find it.The Yatse remote is another workaround so maybe I will go that way..

Thank you.