2019-04-26, 23:00
libreelec 9.0.1/kodi 18
I have created my autoexec.py file and placed it in...
/storage/.kodi/userdata/
I'm trying to just start a recurring slideshow using the contents of my picture folder in the default location...
I'm assuming I have my pathing wrong, but can't work it out. On restart Kodi does nothing
I have created my autoexec.py file and placed it in...
/storage/.kodi/userdata/
I'm trying to just start a recurring slideshow using the contents of my picture folder in the default location...
Code:
import xbmc
xbmc.executebuiltin( "RecursiveSlideShow(/storage/.kodi/pictures/)" )
xbmc.executebuiltin( "PlayerControl(RepeatAll)" )
I'm assuming I have my pathing wrong, but can't work it out. On restart Kodi does nothing