Jump to content

OSD Control in web browser seems to slow


kyrios

Recommended Posts

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 by kyrios
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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)
    }
@@Luke

What 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 by kyrios
Link to comment
Share on other sites

  • 10 months later...
easperhe

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 by easperhe
  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...