Welcome to your addon
- You might want to move this folder into the kodi addon folder for convinience when debugging. It might also be needed to be
enabledinside of the kodi addon browser. - Now start coding! Just open up the
.pyfile in this folder and create what you would like Kodi to do! If you're creating a plugin, please check out this kodi routing framework and copy a version of that module to your kodi addon folder. - Write some tests, maybe? Don't forget to activate travis access to your repository. We've created a test folder and a travis config file for that, otherwise just delete those ;)
- You might want to look at your
addon.xmlit should already be filled, but you will need to understand what your doing and might want to fill in some more info. So read up here. - Do you want some settings for your addon? Check the
settings.xmlin the resources folder. And read up here. - Read this info and drop an icon for your addon into the
resourcefolder and name iticon.png. - Read this and drop a addon background into the
resourcefolder and name itfanart.jpg. - End up with a beautiful Kodi addon! Good for you :) Maybe you want to share it with us?
Debugging
To get the debug logging to work, just set the global kodi logging to true and the debug logging in your addons settings.