You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
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
Resolvesjeffvli#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.
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)
The text was updated successfully, but these errors were encountered: