Headless Kodi In Pycharm
#1
How do you install Headless Kodi into Pycharm?
Reply
#2
Since when is there a Headless Kodi? I must have missed a memo.
Reply
#3
I'm assuming we're talking about this? https://forum.kodi.tv/showthread.php?tid=212061
Reply
#4
Python code that depends on the Kodi API only runs inside Kodi since it ships a python interpreter. You can't install kodi (even if it supported an headless mode) inside any IDE.
I think you mean to ask how you could use Pycharm to provide autocompletion or docstrings for Kodi Python API classes and methods - for that you can use Kodistubs (https://github.com/romanvm/Kodistubs).
Reply

Logout Mark Read Team Forum Stats Members Help
Headless Kodi In Pycharm0