[API Request] New fields "releaseStatus" and "media" for Albums #167
Replies: 4 comments 5 replies
-
Can you confirm the tags used for that ? |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand the question, maybe this image might clarify: Or, maybe you'd prefer the output of metaflac or a similar tool? |
Beta Was this translation helpful? Give feedback.
-
Using metaflac with "--show-all-tags", the tags are: MEDIA=CD Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Yes the actual tags, seems they are different https://docs.mp3tag.de/mapping/#musicbrainz_albumstatus and probably https://docs.mp3tag.de/mapping/#mediatype ? It's important to really know what we are talking about and the related tags, to not add some custom tags that won't match real users data. |
Beta Was this translation helpful? Give feedback.
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
For the endpoints which return Album, it would be nice to have extra fields for releaseStatus and media.
I have shortly discussed the topic with @epoupon here.
Both fields can be retrieved from tags that are generally filled by popular tag editors like e.g. MusicBrainz Picard.
Considering that releaseType is already available through the subsonic api, this addition would add good information which might be made available to clients.
Of course if this is approved I will create a pull request with the proposed changes.
Backward compatibility impact
There should be no backward compatibility impact as there is no change to existing fields.
Backward compatibility
API details
The change should extend to all the endpoint which return Albums.
Simply two more fields with releaseStatus and media should be added in order to carry the additional detail about the album.
Security impacts
No response
Potential issues
No response
Alternative solutions
No response
Beta Was this translation helpful? Give feedback.
All reactions