Slideshow (no ken burn effect)

Hi there every one, I made a script for my pi to boot a slideshow at the very beginning of startup. But I don’t want any zooming, or moving of the pictures (i.e the ken burn effect)

import xbmc

xbmc.executebuiltin(“Slideshow(home\osmc\Pictures)”)

This is my script that I set up for the slideshow. What do I need to add to stop ken burn effect?

We believe this is a Kodi issue or a specific Kodi function and as such you should look at addressing the issue there. We are unable to resolve your issue. If you do believe that this is an OSMC specific issue, please let us know.

You can switch it off.

If you’re on the Estuary skin System > Player > Pictures > Use pan and zoom effects.

And if it was already switched off, perhaps @ActionA was right all along. :wink:

Thanks, I had my butt filled with trying to research how to wright this basic script in order to do this slideshow that i forget that iv’e seen this function on the GUI multiple times. completely overthought this.