Create folder by quantity musicbrainz_albumartistid

Hello. I want to know if there is a way that if musicbrainz_albumartistid has only one artist, create a folder that says 1, if it has two, create a folder that says 2 and so on.

Try $lenmulti(%musicbrainz_albumartistid%), this should give you the number of separate MBIDs.

See also the documentation for $lenmulti at $lenmulti — MusicBrainz Picard v2.12 documentation

2 Likes

Thank you very much, it worked.

3 Likes