How to play slideshow without slide effects? Anyone knows? (See code)
#1
Sad 
Code:
import xbmc
xbmc.executebuiltin("SlideShow(C:\\Users\\Indika\\AppData\\Roaming\\Kodi\\images,recursive,random)")

This plays the images on that folder. But it showing effects like zoom in and zoom out/ Going image to left or right.

Anyone knows how to just play slideshow without that effects?
Reply
#2
As written in the wiki:

http://kodi.wiki/view/Pictures

Quote:The SlideShow function will start a sequential slideshow of all the pictures in the current folder with some nice transition effects. You can enable/disable the transition effects in Settings/Pictures/Slideshow.
Reply
#3
no way to disable them through the builtin currently.

a patch is available at https://github.com/notspiff/kodi-cmake/c...47bb1010af

if you want it, you have to take it upstream, i won't.
Reply

Logout Mark Read Team Forum Stats Members Help
How to play slideshow without slide effects? Anyone knows? (See code)0