Kodi Community Forum

Full Version: Enable an addon using python!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I just need to know how can I enable an addon using python in my own Plugin ?
In this case I want enable pvr.iptvsimple binarey addon!
I just tried to enable it with changed kodi source code and recompile it!
But kodi crashes after compile! So i need to know is there any way to enable an addon using python ?

Thanks a lot Smile
If you import the addon in your addon.xml, won't that automatically enable it??