Jump to content

It is possible add extra icons on top right menu?


rafinha

Recommended Posts

Hi guys,

 

It is possible add some extra icons to the top right menu?

 

I would like add some extra icons poiting to IMDB url or some different place.

 

It is possible?

 

Thanks.

 

 

Link to comment
Share on other sites

Cheesegeezer

Hi guys,

 

It is possible add some extra icons to the top right menu?

 

I would like add some extra icons poiting to IMDB url or some different place.

 

It is possible?

 

Thanks.

Is this a feature request or something you are writing yourself.

 

What client is it for also?

Link to comment
Share on other sites

AdrianW

This is not really what you're after - but this custom css will move the existing links up to the top right.

 

Go to Server > Settings > Branding 

and paste this into the "Custom css" field:

.itemExternalLinks { 
   position: fixed;
   right: 20px;
   top: 40px;
   font-size: 1.5em;
   z-index: 999;
}
Edited by AdrianW
Link to comment
Share on other sites

Hi, yes, but this is only to change the position... I'm looking for something to add a new item in menu, but I don't think this is possible :/

Link to comment
Share on other sites

AdrianW

You could try posting in the Feature Requests forum. But you'd need to be a bit more specific. Where would emby get this "different place"? Is it something that exists in the metadata for a movie?

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