kyrios 4 Posted February 18, 2018 Posted February 18, 2018 (edited) Hi, When using web browser, for me, it seems the OSD menu is a bit to slow to disappear (if no mouse movement). What JS file need to be edited to fasten the OSD Control to be disappeared faster? Edited February 18, 2018 by kyrios
Luke 42528 Posted February 18, 2018 Posted February 18, 2018 I think it's only a 4 second timeout. You're saying that's too slow? On touch screens you can tap the screen to make it go away.
kyrios 4 Posted February 18, 2018 Author Posted February 18, 2018 Yes, I wanna make it 1 sec or lower. I watch movies mostly using dekstop PC. The OSD Control block the subtitle too long. Anyway to make it shorter?
kyrios 4 Posted February 18, 2018 Author Posted February 18, 2018 (edited) Found it. Anyone who also think the OSD Control is a bit too slow to disappear, please edit /dashboard-ui/scripts/videoosd.js function startOsdHideTimer() { stopOsdHideTimer(), osdHideTimeout = setTimeout(hideOsd, 5e3) }@@LukeWhat is 5e? Is it correct the last num (3) is 3 seconds? Coz I change to 5e2 and it seems suit to my need Edited February 18, 2018 by kyrios
easperhe 4 Posted December 26, 2018 Posted December 26, 2018 (edited) I think it's only a 4 second timeout. You're saying that's too slow? On touch screens you can tap the screen to make it go away. Luke - Yes - 5 seconds is way to slow!! I skip ahead a LOT during sports. For example, I skip forward between plays in football. If the OSD is on for 5 seconds, this is a real pain. There is a lot of great things about Emby. But OSD timeout not being configurable is a shocking exception. I have to believe this is a simple add to Emby. Edit: The above edit doesn't seem to work in Emby Theater - just the web viewer. However, I just saw that using the left/right arrows will skip without bringing up the OSD. So, I think that works for me. kyrios - Thank you!! BTW - 5e3 is 5,000 ms. So you made it 500 ms Edited December 27, 2018 by easperhe 1
Luke 42528 Posted December 27, 2018 Posted December 27, 2018 We can look at shortening it a little. Thanks.
easperhe 4 Posted December 27, 2018 Posted December 27, 2018 Luke - thanks. But it would be nice if this were programmable by user. 1
fedthaar 0 Posted May 24 Posted May 24 Perhaps an update on this? /dashboard-ui/scripts/ doesnt exist for me but it i replace 5e3 with 5e2 in /dashboard-ui/videoosd/videoosd.js nothing happens And how about instant hide osd when the browser tap is not in focus?
Luke 42528 Posted May 25 Posted May 25 5 hours ago, fedthaar said: Perhaps an update on this? /dashboard-ui/scripts/ doesnt exist for me but it i replace 5e3 with 5e2 in /dashboard-ui/videoosd/videoosd.js nothing happens And how about instant hide osd when the browser tap is not in focus? Hi, what exactly are you hoping to do?
fedthaar 0 Posted May 25 Posted May 25 18 hours ago, Luke said: Hi, what exactly are you hoping to do? I want to lower the osdhidetimer to anywhere from 0,5 to 2 sec Also im really used to plex hiding the osd instantly if the browser tab loses focus (aka clicking a differant tab or other program) Appreciate repley on this old thread
Luke 42528 Posted May 31 Posted May 31 OK more options to control this are certainly possible. Thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now