Watch shows from the Jupiter Broadcasting network in Kodi.
- JBLive.TV
- Ask Noah
- BSD Now
- Choose Linux
- Coder Radio
- Linux Action News
- Linux Unplugged
- TechSNAP
- User Error
- Beer Is Tasty
- FauxShow
- HowTo Linux
- In Depth Look
- Jupiter Files
- Jupiter@Nite
- Linux Action Show
- LOTSO
- MMOrgue
- Plan B
- SciByte
- STOked
- Tech Talk Today
- TORked
- Unfilter
- Women's Tech Radio
- Visit Video Addons
- Select Get More...
- Find and select the Jupiter Broadcasting addon
- Requires make, python pip, and virtualenv
$ sudo apt-get install python-pip
$ pip install virtualenv
- Clone plugin into Kodi Addons folder, this is sufficient for use/testing
$ cd ~/.kodi/addons/
$ git clone git@github.com:JupiterBroadcasting/plugin.video.jupiterbroadcasting.git
- Setup development environment
$ make venv
$ source venv/bin/activate
- Run unit tests
$ make tests
- Exit virtual env
$ deactivate
- Google Python Style Guide for consistent styles
- Pylint