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.
|
|
[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
|