aboutsummaryrefslogtreecommitdiffstats
path: root/.config/beets/config.yaml
blob: f697fad97711753b24986af6c757fce0b068cf4a (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
51
52
53
54
55
56
##########
#  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: acousticbrainz absubmit 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

acousticbrainz:
        auto: yes

absubmit:
        auto: yes

zero:
        auto: yes
        fields: comment description
                
fuzzy:
        prefix: '@'
        threshold: 0.8
                
mpd:
        host: localhost
        port: 6600