Skip to content

Instantly share code, notes, and snippets.

@gravelld
Created October 25, 2017 09:25
Show Gist options
  • Save gravelld/9379f9348c285b9744c3dbd509ca8b43 to your computer and use it in GitHub Desktop.
Save gravelld/9379f9348c285b9744c3dbd509ca8b43 to your computer and use it in GitHub Desktop.
A custom rule that replaces all "Various" artists with "Various Artists".
# Replace 'Various' with 'Various Artists'
rule force_va with label "Force Various Artists" has alternatives
VARIOUS_ARTISTS {
find /^Various$/ replace with "Various Artists"
}
applies to album_artist, artist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment