You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
I am looking for someone who could build a simple Kodi API for Flox.
There is already one for Plex (#127). However, I don't think there is any simple webhook functionality built in for Kodi?
Maybe this addon would help here: https://kodi.wiki/view/Add-on:Kodi_Callbacks.
The required data for Flox are very simple. The class must inherit from the abstract api class and implement the necessary methods. Example from Plex: https://github.com/devfake/flox/blob/master/backend/app/Services/Api/Plex.php.