blob: 358a73ac7333b867147b4766c590b6edd2eb190d (
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
36
37
38
39
40
41
42
43
44
45
|
##########
# MAIN #
##########
directory: ~/music
library: ~/.config/beets/library.blb
###############
# IMPORTING #
###############
import:
copy: yes
group_albums: yes
timid: yes
write: yes
match:
ignored: missing_tracks unmatched_tracks
#############
# PLUGINS #
#############
plugins: convert chroma discogs fetchart fuzzy info mpdupdate scrub
convert:
auto: no
copy_album_art: no
embed: no
never_convert_lossy_files: yes
chroma:
auto: yes
fetchart:
auto: yes
fuzzy:
prefix: '@'
threshold: 0.8
mpd:
host: localhost
port: 6600
|