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

Show album covers in the Discord RPC (subsonic) #406

Open
JaxzKyd opened this issue Dec 1, 2022 · 3 comments
Open

Show album covers in the Discord RPC (subsonic) #406

JaxzKyd opened this issue Dec 1, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@JaxzKyd
Copy link

JaxzKyd commented Dec 1, 2022

Is your feature request related to a problem? Please describe.
When streaming from a Jellyfin server the Discord rich presence has the album cover
image
But when streaming from a Subsonic server (Navidrome in my case) It only has the default Sonixd icon
image

Describe the solution you'd like
I would like for the rich presence to also show album covers when streaming from Subsonic servers

@JaxzKyd JaxzKyd added the enhancement New feature or request label Dec 1, 2022
@JaxzKyd JaxzKyd changed the title Album cover in the Discord RPC (subsonic) Show album covers in the Discord RPC (subsonic) Dec 1, 2022
@jeffvli
Copy link
Owner

jeffvli commented Dec 6, 2022

Unfortunately this is intentional due to security.

Viewing images from a Subsonic-API server requires authentication parameters in the url which can easily be decoded back to your plain text username/password. It is enabled for Jellyfin because Jellyfin doesn't require auth to view its images.

@JaxzKyd
Copy link
Author

JaxzKyd commented Dec 6, 2022

Damn, is there some alternative? Like a way for an image to be grabbed from last.fm based on the album name given by subsonic?

@jeffvli
Copy link
Owner

jeffvli commented Dec 6, 2022

I'll look last.fm (as well as any alternatives), no ETA on implementation though. If added, it'll likely be in the rewrite as opposed to the current version.

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

No branches or pull requests

2 participants