Kodi Community Forum

Full Version: Slowing down fanart cycle speed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have looked everywhere in the Minimeedia code as well as on the forum but I'm totally stumped on where to find the file that handles the cycling or fade speed of the backdrop images for Movies and Videos. This isn't the fanart now where your seeing the movie cover but one section up just before you go to either movies or videos. I hope I explained that OK. TIA
That's probably in Defaults.xml for the multiimage:

Code:
<default type="multiimage">
    <timeperimage>10000</timeperimage>
    <fadetime>800</fadetime>
    <randomize>true</randomize>
  </default>

This sets it up for 10 seconds per images and takes 0.8 second to fade between current image and next image.

Hope that helps