blob: e2e6b9f04c06c349588664d2bc359e4aec0f22a4 (
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
46
47
48
49
50
|
##########
# 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 edit zero
convert:
auto: no
copy_album_art: no
embed: no
never_convert_lossy_files: no
format: opus
chroma:
auto: yes
fetchart:
auto: yes
zero:
auto: yes
fields: comments
fuzzy:
prefix: '@'
threshold: 0.8
mpd:
host: localhost
port: 6600
|