You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2026. It is now read-only.
I am looking for someone who could build a simple Jellyfin API for Flox.
There is already one for Plex (#127). However, I don't think there is any simple webhook functionality built in for Jellyfin?
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.
Or is it necessary to request the API of Jellyfin itself? For example via a cronjob.