[API Request] Custom playlist image #191
maya-doshi
started this conversation in
API requests
Replies: 2 comments
-
|
I would like to see this for internet radio stations too |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The case of internet radio stations is a bit different as those don't currently support the cover art at all. So the first step would be to have the possibility for the server to provide some cover art for the station, and then it's another (and quite a bit more complex) thing to enable users to change that art from their Subsonic client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Type of change
API extension
Proposal description
Spotify, plex and most streaming services allow for custom images for playlists
extend the
updatePlaylistendpoint to change the cover of the playlist.getCoverArtfor playlist should be unaffectedBackward compatibility impact
None since older clients wont be able to upload images but can still get the new art
Backward compatibility
API details
updatePlaylistcould get a new fieldscustomArtUrlandremoteCustomArt(boolean).I'm not entirely sure how uploading the image straight to the server would work (given the constaints ive seen on the rest of the api)
Security impacts
Bad URL's and blobs could potentially cause issues when the server interacts with them
Potential issues
The potential security issues mentioned above
Alternative solutions
No response
lmk if this is out of scope
Beta Was this translation helpful? Give feedback.
All reactions