.beetsconfig
This commit is contained in:
parent
0e4c6d5fc2
commit
338b3a0afd
1 changed files with 6 additions and 0 deletions
|
@ -1,8 +1,14 @@
|
|||
# -*- mode: conf-colon; eval: (git-auto-commit-mode 1); -*-
|
||||
[beets]
|
||||
library: ~/.local/share/beets/library.blb
|
||||
directory: /mnt/music/mp3/
|
||||
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