PDA

View Full Version : Slowing down fanart cycle speed


d00dtv
2009-10-28, 03:45
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, 11:02
That's probably in Defaults.xml for the multiimage:


<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