Last active
January 29, 2018 08:03
-
-
Save jaffry/6b281d11fe643b5728ba95a3851a8d0e to your computer and use it in GitHub Desktop.
File naming pattern // MusicBrainz Picard
This file contains 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
//for use in MusicBrainz Picard | |
$if2(%albumartist%,%artist%)/$if(%date%,$left(%date%,4)) - %album%/$if($gt(%totaldiscs%,1),%discnumber%-,)$num(%tracknumber%,2)$if(%compilation%, %artist% -,) %title% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment