# All file extensions that are supported and have tag
# extraction
supported_formats = ["mp3", "flac"]
sub_char = "_"
substitutions = {
"α": "a",
}