Retrieving ReleaseGroup Count to insert into grouping

Hello all,
I would like to retrieve information about release items to inserting into my grouping information. What I would like to add something like:

“1st Studio Album” (based on the release group type being Album only, 1st item in the artist album discography)
or
“3rd Live Album” (based on the release group type being Album + Live, 3rd item in the artist album discography)

etc using the Release Group types (which are already downloaded into Picard from the release) and the count from the artists that needs to be retrieved?

$if($eq(%releasetype%,album), $set(grouping,Album))
$if($eq(%releasetype%,single), $set(grouping,Single))

etc. but getting the count from the release group?

For the count you would need a plugin which loads this data from MusicBrainz

1 Like