Kodi Community Forum

Full Version: Where can i change display time photo other then the GUI?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need to change the duration of my slideshow (now 5 sec. need 10 sec.) the script we use
does not respond on the gui settings, so how do i change it? I'm using:

xbmc.executebuiltin("ActivateWindow(Pictures,/home/osmc/Pictures)")
xbmc.executebuiltin("Action(Play)")
If you tried:
System -> Settings -> Pictures -> Slideshow -> Amount of time to display each image (10 sec)
...and this doesn't work. Then you need to contact the developer of the add-on you use.

This really isn't a skin related issue??

xbmc.executebuiltin() is python.
No that isn't working. You have a suggestion witch category i need to post this question?
You write that you are using a script for the slideshow. Contact the developer of that script.

Sorry, but I can't help you with python.