Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. $ cat ~/.config/beets/config.yaml
  2. directory: ~/Downloads/music/beets/done
  3. library: ~/Downloads/music/beets/musiclibrary.db
  4. plugins: zero fetchart embedart
  5. paths:
  6. default: $albumartist/[$year] $album/$track $title
  7. id3v23: yes
  8. art_filename: cover
  9. autotag: yes
  10. import:
  11. copy: yes
  12. write: yes
  13. zero:
  14. keep_fields: title artist album year track genre
  15.  
  16.  
  17. $ beet config
  18. paths:
  19. default: $albumartist/[$year] $album/$track $title
  20. art_filename: cover
  21. id3v23: yes
  22. autotag: yes
  23. library: ~/Downloads/music/beets/musiclibrary.db
  24. zero:
  25. keep_fields: title artist album year track genre
  26. auto: yes
  27. update_database: no
  28. fields: []
  29. plugins: zero fetchart embedart
  30. directory: ~/Downloads/music/beets/done
  31. import:
  32. copy: yes
  33. write: yes
  34. fetchart:
  35. auto: yes
  36. minwidth: 0
  37. sources:
  38. - filesystem
  39. - coverart
  40. - itunes
  41. - amazon
  42. - albumart
  43. google_engine: 001442825323518660753:hrh5ch1gjzm
  44. enforce_ratio: no
  45. cautious: no
  46. maxwidth: 0
  47. store_source: no
  48. google_key: REDACTED
  49. fanarttv_key: REDACTED
  50. cover_names:
  51. - cover
  52. - front
  53. - art
  54. - album
  55. - folder
  56. embedart:
  57. compare_threshold: 0
  58. auto: yes
  59. ifempty: no
  60. remove_art_file: no
  61. maxwidth: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement