Last active
December 26, 2015 22:59
-
-
Save DerekV/73fd8abe9de54c44a472 to your computer and use it in GitHub Desktop.
picard stuff
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
$if($eq($if2(%albumartistsort%,%albumartist%,%artistsort%,%artist%),Various Artists),$if2(%label%,%albumartistsort%,%albumartist%,%artistsort%,%artist%),$if2(%albumartistsort%,%albumartist%,%artistsort%,%artist%))/ | |
$if2(%album%,_unknown release)/ | |
$if($gt(%totaldiscs%,1),%discnumber%-$if2(%discsubtitle%-,),)$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