Slowing down fanart cycle speed
#1
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
Reply
#2
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
Follow development of MediaStream, MiniMeedia and other skins on Twitter (@skunkm0nkee)
Reply

Logout Mark Read Team Forum Stats Members Help
Slowing down fanart cycle speed0