Add optional coverArt field to InternetRadioStation response#224
Merged
Conversation
Adds coverArt as an optional OpenSubsonic extension field to the InternetRadioStation schema and updates response documentation with examples. Ref: #223
✅ Deploy Preview for opensubsonic ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Adds an optional coverArt field to the InternetRadioStation response as an OpenSubsonic extension, updating the OpenAPI schema and documentation examples so clients can display station artwork.
Changes:
- Extend
InternetRadioStationschema with optionalcoverArt. - Update response docs/examples to include
coverArtfor OpenSubsonic. - Update
getInternetRadioStationsendpoint example to includecoverArtfor OpenSubsonic.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| openapi/schemas/InternetRadioStation.json | Adds coverArt to the response schema. |
| content/en/docs/Responses/internetRadioStation.md | Updates single-station response docs/examples and field table to include coverArt. |
| content/en/docs/Responses/internetRadioStations.md | Updates multi-station response example to include coverArt. |
| content/en/docs/Endpoints/getinternetradiostations.md | Updates endpoint response example to include coverArt. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
deluan
added a commit
to navidrome/navidrome
that referenced
this pull request
Mar 22, 2026
Add OpenSubsonic coverArt extension to GetInternetRadios, showing uploaded radio images for non-legacy clients. Ref: opensubsonic/open-subsonic-api#224 Signed-off-by: Deluan <deluan@navidrome.org>
epoupon
approved these changes
Mar 23, 2026
dweymouth
approved these changes
Mar 23, 2026
jeffvli
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
coverArtfield to theInternetRadioStationresponse schema as an OpenSubsonic extensionRef: #223
Changes
openapi/schemas/InternetRadioStation.json— addedcoverArtstring propertycontent/en/docs/Responses/internetRadioStation.md— added field to table and OpenSubsonic examplecontent/en/docs/Responses/internetRadioStations.md— added field to OpenSubsonic examplecontent/en/docs/Endpoints/getinternetradiostations.md— added field to OpenSubsonic example