Skip to content

Instantly share code, notes, and snippets.

@vgrovestine
Last active March 10, 2024 19:36
Show Gist options
  • Save vgrovestine/7c6a24590d13393dbcb39d2e404f849d to your computer and use it in GitHub Desktop.
Save vgrovestine/7c6a24590d13393dbcb39d2e404f849d to your computer and use it in GitHub Desktop.
mp3tag filename patterns

MP3Tag Filename Patterns

Individual Tracks:

$trim(%artist%) - $trim(%title%)

Albums Tracks:

%discnumber%$ifgreater(%track%,9,,0)%track% - $trim(%artist%) - $trim(%title%)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment