config.yaml 470 B

12345678910111213141516171819
  1. directory: ~/Music
  2. library: ~/Music/library.db
  3. plugins: fetchart mbsync scrub embedart chroma
  4. paths:
  5. albumtype:soundtrack: Soundtracks/$album-$year/$track-$title
  6. default: $albumartist/$album%aunique{}-$year/$track-$title
  7. singleton: Non-Album/$artist/$title
  8. comp: Compilations/$album%aunique{}/$track-$title
  9. replace:
  10. '[\\/]': _
  11. '^\.': _
  12. '[\x00-\x1f]': _
  13. '[<>:"\?\*\|]': _
  14. '\.$': _
  15. '\s+$': ''
  16. '^\s+': ''
  17. '^-': _
  18. '\s': _