cochize1 46 Posted September 25, 2020 Posted September 25, 2020 Hi, after upgrade to 4.5.0.50 on my Synology I can't seem to find a way to change: 1. The big EMBY splash screen to my own (used to replace logodark.png with my own picture) 2. Favicon in the web browser 3. Emby name in the web browser to my own server name Any help with that please?
PenkethBoy 2066 Posted September 25, 2020 Posted September 25, 2020 1. its logowhite.jpg you need to replace is in ..\system\dashboard-ui\modules\themes 2 and 3 favicon.ico just replace with your own need to edit index.html - replace "emby" four times in that file and manifest.json file all can be found in ..\system\dashboard-ui these get replaced on every server update and as there is a 4.5.1.0 coming next week you will have to do it again so keep copies for you to copy over TIP - go look at the system.old directory you will find the old files there 1
cochize1 46 Posted September 25, 2020 Author Posted September 25, 2020 Thanks, all worked out, just couldn't find the righ files in the new file structure. Kudos. 2
kaj 276 Posted September 27, 2020 Posted September 27, 2020 (edited) Where exactly are these files within Synology? I can never find them. Edit: found them. Used Winscp and there they were, in the @appstore folder. Edited September 27, 2020 by kaj
PenkethBoy 2066 Posted September 27, 2020 Posted September 27, 2020 yep - syno devs move things around - i think just for fun - so always diff to other installs
Heval 4 Posted October 25, 2020 Posted October 25, 2020 I think there should be an ability to customize your emby from the settings. It is very annoying to change every time the logo's. I have managed to do a couple of CSS with some logo's. But for the splash logo I couldn't find a way. Ayone else want to help? you can put this Custom CSS in Settings of Emby Server : /* Logos */ /* Login Page */ .imgLogoIcon { content: url(https://imgur.com/PUTHEREYOURURL.png) !important; } /* Main Drawer Mobile */ .adminDrawerLogo img { content: url(https://imgur.com/PUTHEREYOURURL.png) !important; } /* Home Page */ .pageTitleWithDefaultLogo { background-image: url(https://imgur.com/PUTHEREYOURURL.png) !important;}
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