Jump to content

Two emby dashboard loading gifs


chef

Recommended Posts

chef

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
Link to comment
Share on other sites

Happy2Play
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
Link to comment
Share on other sites

  • 1 month later...
lundblad

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
Link to comment
Share on other sites

  • 4 months later...

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