Jump to content

Remove "Play On another device" option


Go to solution Solved by StewieGreen,

Recommended Posts

Posted

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

  • Solution
StewieGreen
Posted (edited)

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
Posted

Thank you kind Sir. That's what I was looking for. But, can you tell me how do I make this fully transparent?

5da7125fead62_1.png

StewieGreen
Posted

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

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