chef 3808 Posted January 3, 2021 Posted January 3, 2021 (edited) Here are two gifs you can replace in the dashboard, instead of having a static emby logo for the loading screen. .app-splash { background-image: url(modules/themes/logoAnimated.gif); background-repeat: no-repeat; background-size: cover; position: absolute top: 0; left: 0; width:100%; height: 100%; } Edited January 4, 2021 by chef 3
sooty234 266 Posted January 5, 2021 Posted January 5, 2021 Looks great, but what exactly do we do with this? Is it css? Where do we put the gif?
Happy2Play 9455 Posted January 5, 2021 Posted January 5, 2021 6 hours ago, sooty234 said: Looks great, but what exactly do we do with this? Is it css? Where do we put the gif? You have to modify the index.html and put the gif in the location shown in the url in the code. 1
lundblad 9 Posted February 15, 2021 Posted February 15, 2021 (edited) Where to find index.html on synology package install ? I found a way, this is how: First make a new shared folder named like "appstore_files" on volume1 for example. then do this with ssh 1. ssh username@<NAS IP Address> 2. sudo su - 3. mount --bind /volume1/@appstore /volume1/appstore_files Done! If you restart nas u have to do it again index.html is at: appstore_files\EmbyServer\system\dashboard-ui Edited February 15, 2021 by lundblad
lundblad 9 Posted February 15, 2021 Posted February 15, 2021 But emby loading so fast so there is no time to see the animation xD
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