[API Request] Ability to set and get ratings on AlbumID3 and ArtistID3 types #17
Replies: 10 comments 10 replies
|
Beware of the meaning of ratings. There's ratings like the one you get from last.fm and there's userRatings. Both should be supported and clearly disctincted. |
|
What would be required to add album and artist rating APIs? Would love to see this API added. I rarely rate individual songs, but I almost always rate albums (and sometimes artists in the event they don't release albums). Historically most professional music ratings are based on albums. While the web has made standalone singles more common, for certain artists and genres, albums are still coherent pieces of work that can be rated as a whole. Album ratings are usually where I start when narrowing down what to listen to or delete. I'm surprised OpenSubsonic doesn't already support this. |
|
I think we could introduce a new This could be a simple addition. What do you guys think? |
|
I would also love to have half star ratings as an option. The 5 star ratings scale (which is really only 4 stars if 0 stars = null) is just about doable for my purposes when I combine it with the favorite option, but having a bit more options available would help a great deal. |
|
what's the status on this? it's been debated for almost three years. I would also like for half star ratings to be supported to put subsonic servers in line with most music players |
|
Any updates on this? Especially half stars are still widely requested. |
|
Also bumping this, half star ratings are dearly desired. Adding a new boolean |
|
Apps/APIs supporting half stars:
Apps/APIs only supporting 1-5 stars:
|
|
Would also love to see half star ratings. I'm really missing that feature from MusicBee. |
|
New here, but am in the process of leaving mediamonkey for navidrome and I whole heartedly support half stars or smaller even. 0-100 would be my preference. but would be happy with half stars. all my smart playlists are based on my ratings. As I only use 3+ stars in MM currently (which is 5 levels) I am considering mapping those to 1-5 (which is only 4 levels) to maintain my smart playlists. It'll be weird to listen to a 1 star song, but i'll know what it means. |
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
Some servers may already support this but officially in the last Subsonic API spec, only songs and music folders (Album and Artist, but not AlbumID3 and ArtistID3) could have ratings. We should extend setRating to support IDs for ArtistID3 and AlbumID3 entities, and return the rating in the JSON/XML response in the getAlbum and getArtist calls.
Backward compatibility impact
No response
Backward compatibility
API details
As described above. Add
userRating(edit: andaverageRating) as properties to the AlbumID3 and ArtistID3 types.Security impacts
No response
Potential issues
No response
Alternative solutions
No response
All reactions