alias .oga to .ogg

because firefox renames .ogg files to .oga when saving
This commit is contained in:
ed 2025-05-12 18:50:29 +02:00
parent 5dcd88a6c8
commit 7cde9a2976
4 changed files with 9 additions and 8 deletions

View file

@ -52,7 +52,7 @@ example usage as a volflag in a copyparty config file:
### CONFIG
# filetypes to process; ignores everything else
EXTS = "mp3 flac ogg opus m4a aac wav wma"
EXTS = "mp3 flac ogg oga opus m4a aac wav wma"
# the name of the subdir to put the normalized files in
SUBDIR = "normalized"