SubmarinerApp / Submariner

A Subsonic client for macOS
https://submarinerapp.com
BSD 3-Clause "New" or "Revised" License
123 stars 3 forks source link

Support for "radio" #108

Open SevereOverfl0w opened 1 year ago

SevereOverfl0w commented 1 year ago

Airsonic & the DSub client both have support for "Radio", which seems to fetch a mix of songs from similar artists of a selected one.

NattyNarwhal commented 1 year ago

Should be the getSimilarSongs(2) endpoint. I suspect the way this would work in UX at least for an MVP would be appending to the tracklist.

NattyNarwhal commented 1 year ago

Another solution that can be applied more generally is a view that can be used for generic "show me something results" like the playlist view, but probably not the playlist view (as I believe that assumes a playlist object).