flox icon indicating copy to clipboard operation
flox copied to clipboard

Kodi

Open devfake opened this issue 5 years ago • 1 comments

I am looking for someone who could build a simple Kodi API for Flox.

There is already one for Plex (https://github.com/devfake/flox/issues/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.

devfake avatar Dec 25 '19 19:12 devfake

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

clach04 avatar Oct 17 '21 05:10 clach04