Skip to content

Instantly share code, notes, and snippets.

@gravelld
Created January 30, 2019 11:38
Show Gist options
  • Save gravelld/31f95b38f05e289ddf102977943dcf03 to your computer and use it in GitHub Desktop.
Save gravelld/31f95b38f05e289ddf102977943dcf03 to your computer and use it in GitHub Desktop.
A template for find and replace rules
# [Describe the find/replace rule here]
rule find_replace_[rulename] with label "Find and replace [detail]" has alternatives
[RESULT] {
find /[find regex, may include groups]/ replace with "[Substitution string, may include group references]"
}
applies to [tag names, e.g. album_artist, album_name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment