JoeSanfer 11 Posted February 2, 2022 Posted February 2, 2022 Hi everyone! I have added my own custom library icons with the names of the different libraries. Therefore, the default title for each of the libraries seems unnecessary and looks redundant. Is there a way to optionally hide these titles from the library categories? If this is not possible, I would like that as a feature request. 3 1
Luke 42077 Posted February 2, 2022 Posted February 2, 2022 Hi, there is currently no option for this, but it has come up before and is possible for the future. thanks. 2
Genesistv 2 Posted January 14 Posted January 14 On 2/2/2022 at 3:52 PM, Luke said: Hi, there is currently no option for this, but it has come up before and is possible for the future. thanks. It’s been almost 4 years since this post, has there been a fix for this yet? I’m looking for a way to hide the default library titles from either the admin side or user side so that a custom library poster allows for a more clean UI look and feel. Any help is greatly appreciated
Luke 42077 Posted January 14 Posted January 14 1 hour ago, Genesistv said: It’s been almost 4 years since this post, has there been a fix for this yet? I’m looking for a way to hide the default library titles from either the admin side or user side so that a custom library poster allows for a more clean UI look and feel. Any help is greatly appreciated Hi, on what screen exactly would you like to hide library titles?
user24 313 Posted January 14 Posted January 14 1 hour ago, Genesistv said: I’m looking for a way to hide the default library titles One way you could try (as a workaround) is to rename your libraries using a blank Unicode character. (Just copy and paste from any relevant website: e.g. editpad.org/tool/invisible-character ) Your Emby server should accept this and then display a blank space for the title (Note; just deleting the title will probably not work.) I just did a quick test (Movies library) and this somewhat works ok with the Web app, Android app, Android TV app, iOS app. The obvious downside is this blank space also appears in menu tabs and side panels - so it all depends on which apps you use and how you navigate with Emby as to whether this is of any practical use or not??? Anyway, perhaps something to try while waiting for an elegant solution...
Happy2Play 9780 Posted January 14 Posted January 14 Custom Css for the web client, was going to link you to existing topics but the code has changed since then. div.homeSectionsContainer div div:nth-child(1) div div div div div.cardText { display: none; }
Genesistv 2 Posted January 15 Posted January 15 On 1/14/2026 at 11:40 AM, Happy2Play said: Custom Css for the web client, was going to link you to existing topics but the code has changed since then. div.homeSectionsContainer div div:nth-child(1) div div div div div.cardText { display: none; } Yes i came across that one as well. I was mainly looking for something for the Emby Android apps or a way to add a setting feature in the server manager panel to hide them.
Genesistv 2 Posted January 15 Posted January 15 On 1/14/2026 at 12:00 AM, Luke said: Hi, on what screen exactly would you like to hide library titles? Not sure what you mean by "What Screen"? I was mainly inquiring to see if there was a setting or a way to turn them off in the Manage Emby Server panel, so that it hides it from all my users. That way the custom library images showcased what library it was. 1
Genesistv 2 Posted January 17 Posted January 17 On 1/14/2026 at 12:36 AM, user24 said: One way you could try (as a workaround) is to rename your libraries using a blank Unicode character. (Just copy and paste from any relevant website: e.g. editpad.org/tool/invisible-character ) Your Emby server should accept this and then display a blank space for the title (Note; just deleting the title will probably not work.) I just did a quick test (Movies library) and this somewhat works ok with the Web app, Android app, Android TV app, iOS app. The obvious downside is this blank space also appears in menu tabs and side panels - so it all depends on which apps you use and how you navigate with Emby as to whether this is of any practical use or not??? Anyway, perhaps something to try while waiting for an elegant solution... This worked great except it broke the auto syncing with the ACdbTV Plugin, unfortunately i had to revert back. Awesome tip, though thank you!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now