Skip to content

Instantly share code, notes, and snippets.

@Vocaned
Last active August 2, 2025 10:02
Show Gist options
  • Save Vocaned/92251f094c8e09ccc8801f0dbd8d8cdf to your computer and use it in GitHub Desktop.
Save Vocaned/92251f094c8e09ccc8801f0dbd8d8cdf to your computer and use it in GitHub Desktop.
Picard tagger scripts
$set(_tmpartist,$if2($getmulti(%artists%, 0),%artist%))
$if($in($lower(%albumartist%),$lower(%_tmpartist%)),%_tmpartist%,%albumartist%)/
[%date%] %album%/
$num(%tracknumber%,2) %title%
$set(date,%originaldate%)
$delete(originaldate)
$setmulti(artist,%artists%)
$setmulti(albumartist,%albumartists%)
$if($eq(%albumartist%,Various Artists),
$if(%label%,$set(albumartist,%label%))
)
$if($eq(%albumartistsort%,Various Artists),
$if(%label%,$set(albumartistsort,%label%))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment