mirror of
https://github.com/zhaarey/apple-music-alac-atmos-downloader.git
synced 2026-01-15 14:22:53 -03:00
add option to skip converting lossy sources to lossless
This commit is contained in:
@@ -57,3 +57,6 @@ convert-keep-original: false # Keep original file after successful convers
|
||||
convert-skip-if-source-matches: true # If already in target format, skip
|
||||
ffmpeg-path: "ffmpeg" # Override if ffmpeg is not in PATH
|
||||
convert-extra-args: "" # Additional raw args appended (advanced)
|
||||
# Conversion warnings and behavior
|
||||
convert-warn-lossy-to-lossless: true # If true, print a warning when converting a detected lossy source to a lossless container
|
||||
convert-skip-lossy-to-lossless: true # If true, skip converting detected lossy sources to lossless target formats (flac/wav)
|
||||
|
||||
Reference in New Issue
Block a user