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

<icon>/home/xbmc/backdrops/</icon>
Reply
#2
please elaborate...
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
(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.
Reply
#4
Home.xml - line 22:
Code:
<timeperimage>7000</timeperimage>

the value is in milliseconds.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#5
Thanks! Fastest answer I've ever gotten.
Reply

Logout Mark Read Team Forum Stats Members Help
<icon> backdrop rotation speed0