Jump to content

Recommended Posts

Posted (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%;
        }

logoAnimated2.gif.f99478cd328174e9884cbf0cd440ee92.gif

logoAnimated.gif.2fccab99c2bf10cb063a23640a18e80c.gif

 

Edited by chef
  • Like 3
sooty234
Posted

Looks great, but what exactly do we do with this? Is it css? Where do we put the gif?

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

  • Like 1
  • 1 month later...
Posted (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 by lundblad
Posted

But emby loading so fast so there is no time to see the animation xD 

  • 4 months later...
Posted

Great !! Any tutorial for Emby Docker ?

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