![]() |
Headless Kodi In Pycharm - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Kodi related discussions (https://forum.kodi.tv/forumdisplay.php?fid=6) +--- Thread: Headless Kodi In Pycharm (/showthread.php?tid=332331) |
Headless Kodi In Pycharm - betel - 2018-05-29 How do you install Headless Kodi into Pycharm? RE: Headless Kodi In Pycharm - Klojum - 2018-05-29 Since when is there a Headless Kodi? I must have missed a memo. RE: Headless Kodi In Pycharm - natethomas - 2018-05-29 I'm assuming we're talking about this? https://forum.kodi.tv/showthread.php?tid=212061 RE: Headless Kodi In Pycharm - enen92 - 2018-05-30 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). |