jellyfin-audio-player
jellyfin-audio-player copied to clipboard
Add similar album or artist recommendations?
This is by far the best Jellyfin music player, but it’s missing this feature from Jellyfin. Possible to add it in? Thanks for the amazing app!
Hey there! Thanks for your feedback. This could be possible to implement, depending on the availability of an API for this data (shouldn't be a big problem). There is other stuff higher on the priority list right now, but if you're willing to submit a Pull Request I could give you some pointers with regards to implementation ;).
Last.fm provides an API, that’s an option I think
There is an API in Jellyfin already that generates suggestions for a particular media item. This is something that looks quite straightforward to implement. Again, if anyone needs pointers how to get started on it, please get in touch!
This is implemented in v2.1.0!
Sorry to bring this in again, not sure whether to make a new issue for this, but will it be possible to support 3rd party APIs for recommendations? I'm currently brainstorming a project related to generating & recommendations it will be awesome if it this client (or jellyfin) is able to support it...
I would strongly prefer the recommendations to come from Jellyfin, so that there is only one datasource for the app. It's possible to create plugins for Jellyfin that might hook into the recommendation logic.
If a third party API is the only way to do it and there is strong support for the username, I would consider merging an implementation for it. But it would need strong privacy guarantees, easy setup and a de facto standard for it.