Jump to content

Remove "Play On another device" option


AbirX
Go to solution Solved by adamstewiegreen,

Recommended Posts

Hi, I'm new here! Can someone tell how I can remove "Play On another device" option on emby web player. I'm a minimalist. So, I need less option on my screen.

post-526492-0-69479700-1571225142_thumb.png

post-526492-0-59871000-1571225152_thumb.png

Link to comment
Share on other sites

  • Solution
adamstewiegreen

In Dashboard -> Settings -> Custom CSS:

.headerCastButton {

display:none!important }

Edit: That custom CSS will only effect the web app, for everywhere else your out of luck.

 

 

Or you can remove the options when the icon is clicked (well, all the options except the device itself)

 

Dashboard -> Users -> Some_User -> Profile (default tab)

 

then de-select the Remote Control options.

Edited by adamstewiegreen
  • Like 1
Link to comment
Share on other sites

adamstewiegreen

try this for the bottom - although I wouldn't recommend it, it just doesn't look very good and all the controls are much(!!) harder to see.

.videoOsdBottom {
background: transparent!important
 }

and I don't get that dark header at the top of my player in Firefox, so ...

  • 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...