Development environment for add-ons
#1
Question 
First off, apologies if in the wrong forum.

Here goes...

I'm looking at getting into developing add-ons, etc. and am thinking of setting up a development environment using vmware workstation. Can I run Kodi, with MediaPortal (for example) backend, on a virtual machine or is there a better way to go about this?

Thanks
Reply
#2
No IDE, but there are some helpful modules like:

kodistubs
SublimeKodi

as for vm, you can run kodi and backends... but i wouldn't setup a development environment on vm IMO not worth the headache setting up.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#3
So is there no IDE that I can use to create add-ons, i.e. is it just pure coding?

What about creating the look and feel of the add-on?

Thanks
Reply
#4
Yup, I use notepad++
Look and feel... it's all back and forth between notepad & kodi.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#5
For coding I use PyCharm Community IDE with Kodistubs added to project' dependencies. Testing and debugging is another matter. Unit tests can help you to debug your addon core logic (though I more than often neglect to write unit tests for my addons), but the final testing and debugging is done on a live Kodi instance.
Reply

Logout Mark Read Team Forum Stats Members Help
Development environment for add-ons0