Created
June 3, 2022 04:34
-
-
Save tabjy/1a0172a0d48f6e4b7dfce42cb962a860 to your computer and use it in GitHub Desktop.
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
$if2($if2(%albumartist%,%artist%),Various Artists)/ | |
$if($year(%date%),$year(%date%) - ,)$if(%albumartist%,%album%/,) | |
$if($gt(%totaldiscs%,1),$if($gt(%totaldiscs%,9),$num(%discnumber%,2),%discnumber%)-,)$if($and(%albumartist%,%tracknumber%),$num(%tracknumber%,2) - ,)%title% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment