Replies: 2 comments 1 reply
-
See #38 it was a wording issue that may have caused some old servers to support that, but it's a documentation clarification of that Subsonic actually did. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, thanks for the feedback. Should then still be listed as part of the clarifications page? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I was skimming through the changes that opensubsonic brings in this page:
https://opensubsonic.netlify.app/docs/opensubsonic-changes/
However I have not seen anything related to getCoverArt, however, if I compare the subsonic API:
https://www.subsonic.org/pages/api.jsp#getCoverArt
with the opensubsonic API:
https://opensubsonic.netlify.app/docs/endpoints/getcoverart/
I see that the subsonic one accepts the the ID of a song, album or artist, whereas the opensubsonic one accepts the the coverArt ID, so that's actually different semantics and should be mentioned in the list of changes.
I realized of that when I tried to connect strawberry (https://github.com/strawberrymusicplayer/strawberry) with lms (https://github.com/epoupon/lms/tree/master). Apparently, lms expects the ID to be indeed a cover ID, whereas strawberry sends the album id, expecting the server to map that to the proper cover.
Beta Was this translation helpful? Give feedback.
All reactions