This app lets you connect Homey to your Jellyfin Media Server in two ways.
You can set it up with a webhook and it will receive data when something happens in Jellyfin, like when someone starts playing media.
You can also set it up with an API key. If you do, it can push data to Jellyfin, like for example tell Jellyfin to pause the currenly playing movie or refresh the library.
Setup for webhook
- Homey -> settings > apps > Jellyfin > configure/settings > copy the webhook
- Jellyfin -> Webhook plugin > add generic destination and paste the webhook URL, choose the notification types you want and add request header with Key: Content-Type and Value: application/json
Setup for API
- Jellyfin server dashboard -> API Keys > add a key > copy the key
- Homey -> settings > apps > Jellyfin > configure/settings > add the API key and the address to your Jellyfin server
Voila! Then set up some flows!
Mehr lesen ›
Flow-Karten
Wenn ...
Jellyfin
Media playback started
Jellyfin
Media playback stopped
Dann ...
Jellyfin
Pause Jellyfin Playback for user User Name on device Device Name
Jellyfin
Refresh Jellyfin Library
Jellyfin
Resume Jellyfin Playback
Support
Der Entwickler dieser App bietet keinen direkten Support an.
Was ist neu?
Version 1.0.3 — Fixed ItemAdded trigger to properly handle new media additions, added smart title formatting for TV series (now shows 'Series Name - Episode Name'), movies continue to show just the movie title
Changelog ansehen