Last active
August 2, 2025 10:02
-
-
Save Vocaned/92251f094c8e09ccc8801f0dbd8d8cdf to your computer and use it in GitHub Desktop.
Picard tagger scripts
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
$set(_tmpartist,$if2($getmulti(%artists%, 0),%artist%)) | |
$if($in($lower(%albumartist%),$lower(%_tmpartist%)),%_tmpartist%,%albumartist%)/ | |
[%date%] %album%/ | |
$num(%tracknumber%,2) %title% |
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
$set(date,%originaldate%) | |
$delete(originaldate) |
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
$setmulti(artist,%artists%) | |
$setmulti(albumartist,%albumartists%) |
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(%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