Jump to content

Movie backdrops cycle faster?


Politicaux

Recommended Posts

Politicaux

I'm new to Emby and CSS editing and guessing this is a simple fix, but I've been looking for hours with no luck.

 

Is there a bit of CSS code I can plug in or edit to make the backdrops cycle more quickly in the movie details screen? It's currently about a 20-30 second delay... I'd like to set it at around 3-5 seconds.

 

Many thanks--

Link to comment
Share on other sites

Happy2Play

Would appear rotation is set to every 24 seconds.  So you would adjust the hexadecimal value "24e3" to say "3e3 or 5e3"
 
\Emby-Server\system\dashboard-ui\bower_components\emby-webcomponents\backdrop​\backdrop.js

&&(rotationInterval=setInterval(onRotationInterval,24e3));onRotationInterval()

Note any files that is changed in the \system\ folder will be reset with every server update.

Edited by Happy2Play
Link to comment
Share on other sites

PenkethBoy

that sound more like a java script sort of thing - not css

 

as the backdrops need to be requested from the server

  • Like 1
Link to comment
Share on other sites

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