feat: add beets config file
This commit is contained in:
parent
d3e72c40f3
commit
957792bf28
1 changed files with 18 additions and 0 deletions
18
config.yaml
Normal file
18
config.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
directory: /music
|
||||||
|
library: /data/beetslibrary.db
|
||||||
|
asciify_paths: yes
|
||||||
|
|
||||||
|
ui:
|
||||||
|
color: yes
|
||||||
|
import:
|
||||||
|
log: /var/log/beets.log
|
||||||
|
move: yes
|
||||||
|
group_albums: yes
|
||||||
|
duplicate_action: merge
|
||||||
|
musicbrainz:
|
||||||
|
genres: yes
|
||||||
|
plugins: chroma spotify fromfilename embedart fetchart scrub
|
||||||
|
fetchart:
|
||||||
|
enforce_ratio: yes
|
||||||
|
sources: filesystem coverart itunes amazon albumart
|
||||||
|
cover_format: JPEG
|
Loading…
Add table
Reference in a new issue