Kodi Community Forum
<icon> backdrop rotation 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: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+---- Thread: <icon> backdrop rotation speed (/showthread.php?tid=140528)



<icon> backdrop rotation speed - volarium - 2012-09-14

How do I change the rotation speed for the backdrops in the <icon> directory?

<icon>/home/xbmc/backdrops/</icon>


RE: <icon> backdrop rotation speed - ronie - 2012-09-14

please elaborate...


RE: <icon> backdrop rotation speed - volarium - 2012-09-14

(2012-09-14, 23:23)ronie Wrote: please elaborate...

I have an entry like this in Includes_Home.xml:

Quote:<item id="17">
<label>Movies</label>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/Movies.xsp", return)</onclick>
<icon>C:\Users\michael\Documents\Media\backdrops\Movies\</icon>
</item>

In that <icon> directory, I have multiple .jpg images. When I hover over the label (Movies) it automatically rotates the images every (5?) seconds. I just want to know how to change that to, for example, 30 seconds.


RE: <icon> backdrop rotation speed - ronie - 2012-09-14

Home.xml - line 22:
Code:
<timeperimage>7000</timeperimage>

the value is in milliseconds.


RE: <icon> backdrop rotation speed - volarium - 2012-09-14

Thanks! Fastest answer I've ever gotten.