.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]
|
[beets]
|
||||||
library: ~/.local/share/beets/library.blb
|
library: ~/.local/share/beets/library.blb
|
||||||
directory: /mnt/music/mp3/
|
directory: /mnt/music/mp3/
|
||||||
|
plugins: mpdupdate embedart
|
||||||
|
|
||||||
[paths]
|
[paths]
|
||||||
default: $albumartist/$year - $album/$track - $title
|
default: $albumartist/$year - $album/$track - $title
|
||||||
singleton: Non-Album/$artist - $title
|
singleton: Non-Album/$artist - $title
|
||||||
comp: Compilations/$year - $album/$track - $artist - $title
|
comp: Compilations/$year - $album/$track - $artist - $title
|
||||||
|
|
||||||
|
[mpdupdate]
|
||||||
|
host: localhost
|
||||||
|
port: 6600
|
||||||
|
|
Loading…
Reference in a new issue