Okay so the first thing is I have made my autoexec.py file and have found the directory but it says "autoexec.py: Error opening file '/media/pi/STORAGE/.kodi/userdata/autoexec.py': Permission denied"
Im using raspbian.... Do I need to use windows?
And also the code is:
import xbmc
xbmc.executebuiltin( "PlayMedia(/storage/.kodi/userdata/playlists/music/All.m3u)" )
xbmc.executebuiltin( "PlayerControl(repeat)" )
Is this correct?
I need to know because i want to use my raspberry pi as a mp3 player without a screen.. just power it up and it starts playing
-Kingfrankbob