Music Slideshow
#1
Is there anyway I could start a smart playlist and a slideshow at a time?
I know you can play any music and then start a slideshow, what I'm looking for is to do both actions in only one step.

Thank you.
Reply
#2
I can't find anything for this, has someone done this?
Reply
#3
I don't recall ever seeing anything like this.
Reply
#4
Well, I suppose there should be a more elegant way, but I've managed to do it launching a script in a Pictures Submenu:
Code:
RunScript(special://profile/musicslideshow.py)

The script:
musicslideshow.py

Code:
import xbmc
xbmc.executebuiltin("PlayMedia(special://profile/playlists/music/Playlist.xsp)")
xbmc.executebuiltin("SlideShow(/PathToPictures,recursive,random)")
Reply

Logout Mark Read Team Forum Stats Members Help
Music Slideshow0