Get artist count on album? #3921
RollingStar
started this conversation in
General
Replies: 1 comment
-
FWIW, when tagging from MusicBrainz, beet uses MB's own designation about whether a release should be considered "various artists." MB uses a special "artist ID" to indicate these, which you can see in beets here: Line 32 in e1a901d |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is beets aware of the number of artists in an album? This OST has 5 artists which sure feels like "Various Artists" to me, even though they're on every track. On my collection I might want a rule like >=4 artists is "Various Artists".
looks like the API returns individual artists which are then joined:
https://musicbrainz.org/ws/2/release/1349fb6c-784b-4ebf-b873-28fbf3a7cca8?inc=artist-credits+labels+discids+recordings&fmt=json
Beta Was this translation helpful? Give feedback.
All reactions