Add beets configuration
This commit is contained in:
parent
3a84773a9e
commit
0df4099eb8
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@ neovim/.config/nvim/.netrwhist
|
||||
neovim/.config/nvim/plugged
|
||||
gpg/.gnupg/**
|
||||
!gpg/.gnupg/gpg-agent.conf
|
||||
beets/.config/beets/**
|
||||
!beets/.config/beets/config.yaml
|
||||
|
6
beets/.config/beets/config.yaml
Normal file
6
beets/.config/beets/config.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
directory: ~/Music
|
||||
library: ~/.config/beets/musiclibrary.db
|
||||
import:
|
||||
copy: no
|
||||
write: no
|
||||
plugins: fetchart embedart
|
Loading…
Reference in New Issue
Block a user