You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
367 B
16 lines
367 B
[source]
|
|
folder = /mnt/server/media/music/
|
|
file_exts = flac,dsf,dff,wav,wv,mp3
|
|
icon_exts = png,jpg,jpeg
|
|
[destination]
|
|
folder = /mnt/server/media/converted/mp3-testing/
|
|
file_ext = mp3
|
|
[ffmpeg]
|
|
options = -loglevel error -af 'lowpass=22050, volume=6dB' -ar 44100 -b:a 192k
|
|
location = ffmpeg
|
|
[libconv]
|
|
overwrite = true
|
|
dry_run = false
|
|
deduce_metadata = true
|
|
threads = 6
|
|
|