Skip to content

Instantly share code, notes, and snippets.

@clonejo
Created July 15, 2016 19:23
Show Gist options
  • Select an option

  • Save clonejo/b4fd3a596e90e54b573038ef0ede17d1 to your computer and use it in GitHub Desktop.

Select an option

Save clonejo/b4fd3a596e90e54b573038ef0ede17d1 to your computer and use it in GitHub Desktop.
Musicbrainz Picard Naming Scheme (artist/year-album/(disk-)trackno-title)
f2(%albumartist%,%artist%)/$if($ne(%albumartist%,),$if($ne(%date%,),$left(%date%,4)-)%album%/)$if($gt(%totaldiscs%,1),%discnumber%-,)$if($ne(%albumartist%,),$num(%tracknumber%,2) ,)$if(%_multiartist%,%artist% - ,)%title%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment