-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
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.
edurenye and tomas-chrastina