WiMM Notes - slash2009/XWMM GitHub Wiki
WiMM uses Kodi json api
JSON-RPC API
Release Name | API Version | Wiki Documentation | Source Code |
---|---|---|---|
Gotham 13.x | v6.14.3 | XBMC wiki | source |
Master (Helix 14.x) | v6.16.0 | Kodi wiki | source |
Rules
Kodi Add-on -- Licensed under GPL v2 or similar.
- Required files in addon:
- addon.xml must contain correct and valid info / version
- icon.png must be present (256x256)
- fanart.jpg must be present (1280x720 or 1920x1080)
- LICENCE.txt must be present
- changelog.txt must be present (in reverse chronological order)