Kodi Community Forum
Auto play pictures slideshow when startup - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Auto play pictures slideshow when startup (/showthread.php?tid=147445)



Auto play pictures slideshow when startup - kevin_wong - 2012-12-07

Hello,

How can I set it auto play pictures slideshow when startup?

What script do I need to make it functonal?

I am using Windows 7 & XBMC v12.0

Thanks

Kevin


RE: Auto play pictures slideshow when startup - artrafael - 2012-12-07

Welcome to the XBMC forums.

You can create an autoexec.py file in your userdata (wiki) directory with the following contents:
Code:
import xbmc

xbmc.executebuiltin("SlideShow(C:\Path\to\your\slideshow\pictures\folder\)")
where C:\Path\to\your\slideshow\pictures\folder\ should be substituted with the actual location where you've stored the pictures you wish to display in your startup slideshow.


RE: Auto play pictures slideshow when startup - kevin_wong - 2012-12-07

It Works!

Many Thanks!


RE: Auto play pictures slideshow when startup - Richardpac - 2012-12-22

artrafael,
Would you happen to know how to accomplish this same goal wit the xmbcbuntu load? I have a memory stick loaded with xbmcbuntu for use as the operating system for a laptop to digital photo frame conversion. I wasn't able to locate the userdata directory Sad