Skip to content
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

Add Support for getSimilarSongs from Subsonic API #50

Closed
DezziDez opened this issue Mar 12, 2023 · 2 comments · Fixed by #519
Closed

Add Support for getSimilarSongs from Subsonic API #50

DezziDez opened this issue Mar 12, 2023 · 2 comments · Fixed by #519
Labels
enhancement New feature or request

Comments

@DezziDez
Copy link

The getSimilarSongs API call would be really nice. To click on a song and create an instant mix is handy. I know this can technically be done with smart playlists, but this call lets you create queues from a single song on the fly.

I use this function in the Symfonium app all the time. It would just be nice to have this on desktop as well.

(Might be harder to implement due to this being Subsonic specific)

@DezziDez DezziDez added the enhancement New feature or request label Mar 12, 2023
@DezziDez
Copy link
Author

I am clearly an idiot who didn't read. I just assumed since Navidrome was included that the Subsonic API was being used. I didn't realize they could exist separately.

@jeffvli
Copy link
Owner

jeffvli commented Mar 13, 2023

The subsonic API can be used alongside Navidrome so there's no issue there. In fact, it's already being used because Navidrome's API doesn't support every Subsonic feature in its native API.

I'm planning on adding this though!

kgarner7 added a commit to kgarner7/feishin that referenced this issue Feb 19, 2024
Resolves jeffvli#50. Adds a new set of components for fetching similar songs
from the current playing song. For Jellyfin, use the `/items/{itemId}/similar`
endpoint (may not work well for small libraries), and for Navidrome/Subsonic
use `getSimilarSongs`. _In theory_, this component can be used to get similar
songs anywhere.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants