Automated music library format conversion with cuesheet detection, tagging support and configurable regex to obtain tags from filenames. Configuration with ini-files to support multiple locations with multiple quality requirements.
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.

14 lines
334 B

[source]
folder = /mnt/server/media/music/
file_exts = flac,dsf,dff,wav,wv
icon_exts = png,jpg,jpeg
[destination]
folder = /mnt/server/media/converted/flac-music/
file_ext = flac
[ffmpeg]
options = -af 'lowpass=22050, volume=6dB' -sample_fmt s16 -ar 44100 -loglevel error
location = ffmpeg
[libconv]
overwrite = false
dry_run = true