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