With “kiosk mode” I meant, that I play the same video over and over again at startup. I achieved this with this kind of autostart.py script:
Code
import xbmc
xbmc.executebuiltin('PlayMedia(/storage/videos/schiff.mp4,playlist_type_hint=1)')
xbmc.executebuiltin('PlayerControl(repeatall)')
So nothing special to mention here…