config.yaml 419 B

12345678910111213141516171819202122232425262728
  1. directory: ~/Music
  2. library: ~/.beets.db
  3. import:
  4. move: no
  5. copy: no
  6. match:
  7. strong_rec_thresh: 0.02
  8. plugins:
  9. - edit
  10. - lyrics
  11. # https://beets.readthedocs.io/en/stable/plugins/edit.html#configuration
  12. edit:
  13. itemfields: # ignoring order
  14. - album
  15. - albumartist
  16. - artist
  17. - comments
  18. - title
  19. - year
  20. # https://beets.readthedocs.io/en/stable/plugins/lyrics.html#configuration
  21. lyrics:
  22. auto: yes
  23. force: no