Welcome to the Mookfist Kodi repository. Here you will find various addons for the Kodi media center.
To install the repository, you must manually download and install the repository addon.
- Download https://github.com/mookfist/repo/raw/master/zips/repository.mookfist/repository.mookfist-2.0.zip
- Goto your Addons screen in Kodi
- Select "Install from Zip" and select the repository.mookfist-2.0.zip file you downloaded
The repository is now installed and you can now install the various addons available.
These addons provide additional functionality to Kodi
- QBittorrent A plugin to monitor a QBittorent client. Currently only lists torrents, but eventually will provide controls as well
- Mookfist Milights - A plugin that will control milights or other LimitlessLED-based lights
These addons expose various python libraries for use by the plugins
- python-requests - Requests library for a simpler HTTP API
- python-qbittorent - A python library for controlling the QBittorrent client
- python-milights - A python library to speak to Milights and other LimitlessLED based products.
- python-simplejson - A python library to manipulate JSON
These python scripts make managing the repo a bit easier and could be of use to you:
- addons_repo_generator.py - Generates the addons.xml the file and zip files from existing addons.
- pypi_addon_generator - Generates a kodi addon from a python library hosted at PyPI
Feel free to submit issues and pull requests.