2023-10-28, 09:05
I am using Coreelec 20 Nexus. I have created the service addon and placed autoexec.py as dictated by the new procedure as of Matrix. However it is not working as intended. I read something about changes that may have occurred on account of Python 3 but I am unable to figure out how to adapt to that. Requesting help, thank you.
Contents of my autoexec.py in the addon folder are as below:
Contents of my autoexec.py in the addon folder are as below:
Code:
import xbmc
import time
time.sleep(5)
xbmc.executebuiltin("PlayMedia(/storage/music,isdir)")
xbmc.executebuiltin("PlayerControl(RepeatAll)")
xbmc.executebuiltin("PlayerControl(RandomOn)")