devfake / flox

Self Hosted Movie, Series and Anime Watch List
https://flox-demo.pyxl.dev/
MIT License
1.28k stars 190 forks source link

Kodi #128

Open devfake opened 4 years ago

devfake commented 4 years ago

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.

clach04 commented 2 years ago

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