devfake/flox

Kodi

devfake opened this issue · 1 comments

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.

https://kodi.wiki/view/Add-on:Trakt would be a good starting point for Kodi code as that's a similar plug-in for a different server