dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

feat: Add Song radio option in tracklist. #352

Closed natilou closed 3 months ago

natilou commented 3 months ago

Currently, this feature is only available on the Subsonic media provider. Using a Jellyfin server the "Play song radio" option will be disabled.

After adding the support for song path at GetInstantMix method of Jellyfin client, I will implement this feature within Jellyfin provider.

natilou commented 3 months ago

Thanks! I will implement the feature for Jellyfin server in this PR, I will do it in the next few days.

natilou commented 3 months ago

Hi! I made another PR #354, to upgrade go-jellyfin library. This upgrade is necessary for implementing the song radio feature on the Jellyfin server

dweymouth commented 3 months ago

Thanks!