Skip to content

Instantly share code, notes, and snippets.

@ccoVeille
Created December 31, 2022 16:26
Show Gist options
  • Save ccoVeille/e356db04cb96cb55716ac937031d2e0c to your computer and use it in GitHub Desktop.
Save ccoVeille/e356db04cb96cb55716ac937031d2e0c to your computer and use it in GitHub Desktop.
Musicbrainz picard configuration for labeling album tracks per year
$if2(%albumartist%,%artist%)/$if(%originalyear%, $year(%originalyear%) - ,$if(%date%, $year(%date%) - ,))$if2(%albumartist%,%artist%) - $if($ne(%albumartist%,),%album%/,)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)%artist% - %title%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment