Created a new PI3 image from LibreELEC-RPi2.arm-7.95.2 for a new video display project to play video files. Created a new autoexec.py
import xbmc
xbmc.executebuiltin( "PlayMedia(/home/pi/.xbmc/userdata/playlists/video/ALL.m3u)" )
xbmc.executebuiltin( "PlayerControl(repeat)" )
placed it in /storage/.kodi/userdata/autoexec.py Saved a play list called ALL.m3u
I can play the playlist manually but when the PI boots up nothing happens. No errors of any kind , just goes to the main home screen. It is as if the autoexec is not running or cannot find the playlist.