jellyfin-audio-player icon indicating copy to clipboard operation
jellyfin-audio-player copied to clipboard

Add similar album or artist recommendations?

Open wifiovermybody opened this issue 3 years ago • 2 comments

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!

wifiovermybody avatar Feb 22 '22 07:02 wifiovermybody

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 ;).

leinelissen avatar Mar 14 '22 10:03 leinelissen

Last.fm provides an API, that’s an option I think

rtakehara avatar Sep 16 '22 11:09 rtakehara

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!

leinelissen avatar Oct 02 '22 09:10 leinelissen

This is implemented in v2.1.0!

leinelissen avatar Apr 28 '23 21:04 leinelissen

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...

sortedcord avatar Feb 12 '24 06:02 sortedcord

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.

leinelissen avatar Feb 12 '24 08:02 leinelissen