nixfiles/musicutil/meta.py
2022-02-06 15:20:12 +00:00

14 lines
268 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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"