5 lines
89 B
Python
5 lines
89 B
Python
import xbmc
|
|
|
|
path = "PathToYourMedia"
|
|
xbmc.executebuiltin(f'RecursiveSlideShow({path})')
|