Created
July 15, 2016 19:23
-
-
Save clonejo/b4fd3a596e90e54b573038ef0ede17d1 to your computer and use it in GitHub Desktop.
Musicbrainz Picard Naming Scheme (artist/year-album/(disk-)trackno-title)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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