<icon> backdrop rotation speed

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
volarium Offline
Junior Member
Posts: 14
Joined: May 2012
Reputation: 0
Post: #1
How do I change the rotation speed for the backdrops in the <icon> directory?

<icon>/home/xbmc/backdrops/</icon>
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #2
please elaborate...

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
volarium Offline
Junior Member
Posts: 14
Joined: May 2012
Reputation: 0
Post: #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.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,254
Joined: Jan 2009
Reputation: 108
Post: #4
Home.xml - line 22:
Code:
<timeperimage>7000</timeperimage>

the value is in milliseconds.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
volarium Offline
Junior Member
Posts: 14
Joined: May 2012
Reputation: 0
Post: #5
Thanks! Fastest answer I've ever gotten.
find quote