blob: 94ceaeb63bfc24bf5a686ecb7574dec507f8cf39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
##########
# MAIN #
##########
directory: ~/music
library: ~/.config/beets/library.blb
###############
# IMPORTING #
###############
import:
copy: yes
group_albums: yes
timid: no
match:
ignored: missing_tracks unmatched_tracks
#############
# PLUGINS #
#############
plugins: discogs fetchart fuzzy info mpdupdate scrub
fetchart:
auto: yes
fuzzy:
prefix: '@'
threshold: 0.8
mpd:
host: localhost
port: 6600
|