-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Jellyfin support? #75
Comments
Thanks for your feedback and suggestion! There have been more requests to implement Jellyfin support, so I thought it would be useful to start documenting the required information. If you have a server available to test and find out how to obtain the below information from the API, please feel free to share your insights.
The Jellyfin API is documented here. |
https://api.jellyfin.org/#tag/System/operation/GetSystemInfo
meaning?
https://api.jellyfin.org/#tag/Items includeItemTypes "Playlist"
What's taking in input?
https://api.jellyfin.org/#tag/Playlists/operation/GetPlaylistItems
https://api.jellyfin.org/#tag/Library/operation/GetDownload ?
https://api.jellyfin.org/#tag/Image/operation/GetItemImage
https://api.jellyfin.org/#tag/Items includeItemTypes "Series" => some kind of? I'm not sure here
https://api.jellyfin.org/#tag/Items ids
https://api.jellyfin.org/#tag/TvShows/operation/GetEpisodes
trying thank you, this would be great as Jellyfin has everything you need for free and it's really opensource. |
Thanks for your help! I see that the Items endpoint is the one to use for discovering the playlists, couldn't find it before. Found the authentication method here: The recordPlay function submits a timestamp + song id to record that the song has been played. This is typically used for statistics on the server side. Still unclear which endpoint could achieve it. I've been searching for podcast support. Unfortunately, it looks like Jellyfin does not support it yet, see more details here. For SubMusic, this is not a problem at all, as the Plex backend also lacks podcast support. For normal playlists you can still enable podcast mode if needed. |
Jellyfin support would be very cool as it basically replaces the paid plex.
The text was updated successfully, but these errors were encountered: