# All file extensions that are supported and have tag # extraction supported_formats = ["mp3", "flac"] sub_char = "_" substitutions = { "α": "a", } # Patch to whatever path ffmpeg is at ffmpeg_path = "ffmpeg" ffprobe_path = "ffprobe" r128gain_path = "r128gain"