Skip to content

Instantly share code, notes, and snippets.

@hansgafriedzal
Last active July 7, 2022 11:04
Show Gist options
  • Save hansgafriedzal/aa8d52a63319dc527f6e7cd5019f6e02 to your computer and use it in GitHub Desktop.
Save hansgafriedzal/aa8d52a63319dc527f6e7cd5019f6e02 to your computer and use it in GitHub Desktop.
musicbee snippets

Naming Template

<Album Artist>\$IsNull(<Year>,,$Pad(<Year>,2)" ")<Album>\$IsNull(<Track#>,"",$Pad(<Track#>,2))<Title>

Track and Title

$IsNull(<Track#>,"",$Pad(<Track#>,2) )<Title>

Year and Album

$IsNull(<Year>,,$Pad(<Year>,2)" ")<Album>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment