mirror of
https://github.com/9001/copyparty.git
synced 2025-10-04 02:09:20 +02:00
alias .oga to .ogg
because firefox renames .ogg files to .oga when saving
This commit is contained in:
parent
5dcd88a6c8
commit
7cde9a2976
4 changed files with 9 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue