.beetsconfig
This commit is contained in:
parent
3c69e44595
commit
9ec6ce7e74
1 changed files with 14 additions and 0 deletions
14
.beetsconfig
Normal file
14
.beetsconfig
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
[beets]
|
||||||
|
library: ~/.local/share/beets/library.blb
|
||||||
|
directory: /mnt/music/lib/
|
||||||
|
plugins: mpdupdate embedart
|
||||||
|
|
||||||
|
[paths]
|
||||||
|
default: $albumartist/$year - $album/$track - $title
|
||||||
|
singleton: Non-Album/$artist - $title
|
||||||
|
comp: Compilations/$year - $album/$track - $artist - $title
|
||||||
|
|
||||||
|
[mpdupdate]
|
||||||
|
host: localhost
|
||||||
|
port: 6600
|
Loading…
Reference in a new issue