We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: