Kodi Community Forum
Slowing down fanart cycle speed - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: MiniMeedia (https://forum.kodi.tv/forumdisplay.php?fid=114)
+----- Thread: Slowing down fanart cycle speed (/showthread.php?tid=60407)



Slowing down fanart cycle speed - d00dtv - 2009-10-28

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


- skunkm0nkee - 2009-10-30

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