Kodi Community Forum

Full Version: AUTOSTART AN ADDON
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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)" )