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

  1. [source]
  2. folder = /mnt/server/media/music/
  3. file_exts = flac,dsf,dff,wav,wv
  4. icon_exts = png,jpg,jpeg
  5. [destination]
  6. folder = /mnt/server/media/converted/flac-music/
  7. file_ext = flac
  8. [ffmpeg]
  9. options = -af 'lowpass=22050, volume=6dB' -sample_fmt s16 -ar 44100 -loglevel error
  10. location = ffmpeg
  11. [libconv]
  12. overwrite = false
  13. dry_run = true