Kodi plugin that allows playback of videos from Nebula streaming service.
To use this plugin you MUST have a valid Nebula subscription. This extension is UNOFFICIAL and not affiliated with Nebula in any way.
- Select Download ZIP option on the github (usually green button in the top right corner)
- Save that zip to any location that Kodi can access
- In Kodi go to System -> Add-ons -> Install from zip file
- Select the ZIP file that you just downloaded
- Open addon settings and enter your username and password for Nebula
- Enjoy
Feel free to open any issues on the github with any problems or suggestions.
To set up development environment, you have to set up python virtual environment and install all requirements. While these are not required for the plugin's functionality, it enables autocomplete in IDE, easing development:
python -m venv venv
pip install -r requirements.txt