Kodi Community Forum
Where can i change display time photo other then the GUI? - 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: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: Where can i change display time photo other then the GUI? (/showthread.php?tid=242839)



Where can i change display time photo other then the GUI? - invince - 2015-10-11

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)")


RE: Where can i change display time photo other then the GUI? - Gade - 2015-10-11

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.


RE: Where can i change display time photo other then the GUI? - invince - 2015-10-11

No that isn't working. You have a suggestion witch category i need to post this question?


RE: Where can i change display time photo other then the GUI? - Gade - 2015-10-11

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.