hello,
I’m wondering how I should pick the tracklist and other infos (mainly, the “status”) from a particular release-group.
For example, when I search on Musicbrainz website the Beatles discography, I get the main official albums on the top, but if I query all the release-group for the Beatles (primary-type = Album), I got a lot of entries (for example, bootlegs too). I can’t filter those release-group because the info (“status” = “Official”) is stored in the Release table and not on the Release-Group table.
I also tried to filter by primary-type and secondary-types, but I noticed that some bootlegs are marked as “primary-type = album” and have no secondary-type, so it’s impossible to filter those out at release-group level.
So how should I get the “right” release for each release-group? should I get the first on the list, or maybe the oldest? or is there another way to determine it?