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
I believe this would require a plugin to be installed on the Jellyfin server for it to make calls to your API.
Otherwise you need to constantly query the API, which is annoying.
See here for a webhook plugin that might work.
If someone writes up a nice template for that plugin to interact with your Plex API you probably don't need to do any work on this codebase. At least I think that's what this plugin is capable of with that PlayedToCompletion hook...
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.
The text was updated successfully, but these errors were encountered: