Skip to content

Instantly share code, notes, and snippets.

@naught101
Last active June 11, 2017 10:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save naught101/0f73ca85a9ab6d4be3980cde8da9c0cc to your computer and use it in GitHub Desktop.
Picard replace "Various Artists" with compiler, dj-mixer, or record label
$if($and($eq(%compilation%,1), $eq(%albumartist%,Various Artists)),
$set(albumartist, $if2(%compiler%, %djmixer%, %label%)))
$set(albumartistsort, $if2(%compiler%, %djmixer%, %label%))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment