mangix0815

beets config

May 2nd, 2025
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.93 KB | Music | 0 0
  1. plugins:
  2.  - fetchart
  3.   - embedart
  4.   - lyrics
  5.   - lastgenre
  6.   - inline
  7.   - parentwork
  8.   - duplicates
  9.  
  10. directory: "~/Musik"
  11. library: "~/.config/beets/beetslib.db"
  12. terminal_encoding: utf-8
  13. threaded: yes
  14.  
  15. replace:
  16.  '^\\s+': ''
  17.   '^-': _
  18.   '[\\/]': _
  19.   '[<>:"?*|]': ''
  20.   '[\x00-\x1f]': ''
  21.   '^\\.': _
  22.   '\\.$': _
  23.   '\\s+$': ''
  24. asciify_paths: yes
  25. clutter:
  26.  - .DS_Store
  27.   - Thumbs.DB
  28. max_filename_length: 255
  29. per_disc_numbering: yes
  30.  
  31. import:
  32.   write: yes
  33.   copy: yes
  34.   move: no
  35.   autotag: yes
  36.   resume: yes
  37.   quiet: yes
  38.   timid: no
  39.   none_rec_action: skip
  40.   quiet_fallback: skip
  41.   log: ~/.config/beets/import.log
  42.   default_action: apply
  43.   languages: [en, de]
  44.   duplicate_action: ask
  45.   detail: no
  46.   group_albums: no
  47.   incremental: yes
  48.   bell: yes
  49.  
  50. item_fields:
  51.     initial: "(u'#' if albumartist[0].isdigit() else albumartist[0].upper())"
  52.     #disc_and_track: "u'%02i.%02i' % (disc, track) if disctotal > 1 else u'%02i' % (track)"
  53.     disc_label: "(u' - Disc %02i' % disc) if disctotal > 1 else u''"
  54.  
  55. paths:
  56.   default: "$initial/$albumartist/$original_year - $albumartist%aunique{}/$artist - $album$disc_label - $track - $title"
  57.  
  58. musicbrainz:
  59.   searchlimit: 20
  60.   extra_tags:
  61.    - year
  62.     - catalognum
  63.     - country
  64.     - media
  65.     - label
  66.  
  67. parentwork:
  68.   force: no
  69.   auto: no
  70.  
  71. fetchart:
  72.   auto: yes
  73.   minwidth: 1000
  74.   maxwidth: 2000
  75.   enforce_ratio: yes
  76.   sources:
  77.    - filesystem
  78.     - coverart
  79.     - albumart
  80.     - fanarttv
  81.     - bandcamp
  82.     - itunes
  83.     - amazon
  84.     - wikipedia
  85.     - musixmatch
  86.  
  87. lastgenre:
  88.   auto: yes
  89.   source: album
  90.   count: 5
  91.   min_weight: 10
  92.   whitelist: yes
  93.   canonical: yes
  94.   fallback: 'Pop/Rock'
  95.   title_case: yes
  96.  
  97. replaygain:
  98.   auto: no
  99.   backend: ffmpeg
  100.   per_disc: no
  101.  
  102. check:
  103.   import: yes
  104.   write-check: yes
  105.   write-update: yes
  106.  
  107. duplicates:
  108.   keys:
  109.    - artist
  110.     - title
  111.   count: yes
  112.   full: yes
  113.   strict: no
  114.  
  115. ui:
  116.   color: yes
Tags: Config beets
Advertisement
Add Comment
Please, Sign In to add comment