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

Return the userRating property for albums/artists from the API #1486

Closed
jeffvli opened this issue Nov 23, 2021 · 3 comments
Closed

Return the userRating property for albums/artists from the API #1486

jeffvli opened this issue Nov 23, 2021 · 3 comments

Comments

@jeffvli
Copy link

jeffvli commented Nov 23, 2021

Is your feature request related to a problem? Please describe.

The userRating property is not being returned for albums and artists from the Subsonic API. Setting the rating for an album or artist using the /setRating endpoint works successfully, but there is currently no way to retrieve that set value.

Describe the solution you'd like

Add the userRating property to all Subsonic API endpoints that return artists or albums.

Endpoints:

  • /getAlbum
  • /getAlbumList2
  • /getArtist
  • /getArtists
  • etc.
@deluan
Copy link
Member

deluan commented Nov 23, 2021

Wow! Good catch, will fix this ASAP

@deluan deluan closed this as completed in 30d3f1e Nov 24, 2021
@deluan
Copy link
Member

deluan commented Nov 24, 2021

As we discussed, it was actually implemented per the specification. I changed the responses to include the userRating now, but keep in mind that this is non-standard, so don't expect other Subsonic compatible servers to return this.

@github-actions
Copy link

github-actions bot commented Mar 9, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants