Auto play pictures slideshow when startup
#1
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
Reply
#2
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.
Reply
#3
It Works!

Many Thanks!
Reply
#4
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
Reply

Logout Mark Read Team Forum Stats Members Help
Auto play pictures slideshow when startup0