AUTOSTART AN ADDON
#1
Im trying to modify my kodi apk to auto start an addon when kodi starts, I have put the autostart.py in the kodi apk directoy but when i install kodi it does not open the program i need


any help?
Reply
#2
Isn't it autoexec.py not autostart.py?

And reside in userdata folder not in the apk directory?
Code:
[b]Android:[/b]

Android/data/org.xbmc.kodi/files/.kodi/userdata/

Autostart of TED Talks example:
Code:
import xbmc
xbmc.executebuiltin( "ActivateWindow(Videos,plugin://plugin.video.ted.talks)" )
Reply

Logout Mark Read Team Forum Stats Members Help
AUTOSTART AN ADDON0