Dear Community,
this is my first posting here, so Hello Everyone!
My search on this topic wasn't successful, so here's my question.
I have libreelec 9.2.1. on my Raspi 4 and have an autoexec.py in the userdata folder, which looks like that:
# ----
import xbmc
xbmc.executebuiltin('PlayMedia("/var/media/Music1.5.2020/bbc1xtra.strm")')
# ----
The .strm file does work with Kodi on Windows. In libreelec, however, I get the autoexec.py error instead of a working radio stream. I've been trying all sorts of syntax variances, none would work...
I look very much forward to suggestions - Thanks!