Programmatically start a picture slideshow after xbmcplugin.addDirectoryItem
#1
Hi,

I would like to start the 500px slideshow after the user selects the feature and category.

I can start a picture slideshow from locally stored pictures like so:
Code:
xbmc.executebuiltin('ActivateWindow(Pictures, "{0}")'.format("/someDirectory"))
xbmc.executebuiltin("Action(Play)")

Is there any way to start a picture slideshow from the built-in directory list assembled via xbmcplugin.addDirectoryItem?

Code:
xbmcplugin.addDirectoryItem(addon_handle, url, item, True)

Thanks, PLA
Reply

Logout Mark Read Team Forum Stats Members Help
Programmatically start a picture slideshow after xbmcplugin.addDirectoryItem0