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.

15 lines
355 B

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