playlist autostart boot

Hi All

Playlist autostart is not working the same configuration working in alexelec .
What i do wrong?

autoexec.py file

import xbmc
xbmc.executebuiltin( “PlayMedia(/storage/.kodi/userdata/playlists/video/1.m3u)” )
xbmc.executebuiltin( “PlayerControl(repeat)” )

1.m3u File

#EXTCPlayListM3U::M3U
#EXTINF:0,44.mp4
/storage/videos/44.mp4
#EXTINF:1,99.mp4
/storage/videos/99.mp4

I think it’s not supported anymore since Kodi Matrix. You need to create a service addon to autostart something:
https://kodi.wiki/view/Autoexec_Service

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.