Jump to content

Emby tab name and slim drawer slider


Go to solution Solved by Guest,

Recommended Posts

Posted (edited)

Hi, another 2 topics that bother me:

1. Is there a way to change the name of the Emby tab (I only managed to change it  but changing Emby to MyDomain in index.html <title> section but this just shows at te very first seconds when accessing the server and right after it goes to login page it changes back to Emby). Can I set it to be permanent?

 

5de05c5c8f012_tab.jpg

 

2. The problem occured in 4.3 update, there is a slim drawer scrollbar showing on the very left of the screen (not sure if it is clear from the picture). Is there a way to get rid of it? Just fyi I am using the code below to change the main scrollbar of my page and in 4.2 it also affected the drawer scrollbar but not after 4.3 update:

/*Scrollbar width*/
html ::-webkit-scrollbar {
    width: .1em;
}

/*Scrollbar Opacity*/
html ::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,.1);
}

::selection, ::-moz-selection {
  color: red;
  background: green;
}

Edited by cochize1
  • Like 1
Posted

+1 for the Title change

 

used to be in /system/dashboard-ui/scripts/librarymenu.js but this does not exist in 4.3

  • Like 1
Posted

The Title bit just helps changing the tab for the first 2-3 seconds before the actual login page loads so +1 is a little too much:) Would like to set it as permanent.

  • Solution
Posted (edited)

Here is the solution. Change the term "Emby" to "Your_Server":

1. at 4 locations in the index.html file
2. at 1 location in manifest.json file
3. at 2 location in appheader.js file
 

You need to clear browsing data and also in Cloudflare, if you use the tool.

These actions should be redone with each new EmbyServer update.

Edited by CarlosLima
Posted (edited)

SOLVED



Taking advantage of this topic to avoid creating new because it is the same subject.

As I browsed through the collections, I noticed that the tab name keeps the default "Emby" when the movie or series page opens.

 

I couldn't figure out where to change. I ask for help. Thank you

 

5de112a01be2a_Capturar.png

Edited by CarlosLima
Posted

appheader.js was the one I missed. works fine now.

thanks @@CarlosLima

 

Up: 

3. at 2 location in appheader.js file

Posted

well, worked like a charm, thank you

And any ideas on that slim drawer slider showing on the left? Do you even see that?

Happy2Play
Posted

I assume you mean this since drawer width 20 and left -20 leaves the scroller exposed on screen on some themes.

div.mainDrawer.scrollY.scrollY-mini {left: -20.1em;}
  • Like 1
  • 3 years later...
Posted

Resurrecting an old thread:

In appheader.js, where is the second place to edit the title?

Posted

Edit the appheader.js file and rename the Emby text to Your_Server in document.title="Emby" in column 17298 (In version 4790 the file moved to the modules/appheader folder and the syntax no longer exists)

Happy2Play
Posted
5 hours ago, JGale said:

Resurrecting an old thread:

In appheader.js, where is the second place to edit the title?

Files continuously change with every version so old posts will not be completely accurate.

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