Update beets to new yaml config
This commit is contained in:
parent
071d5a9a68
commit
48833ba0ac
2 changed files with 14 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
|
|
||||||
[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
|
|
14
beets/.config/beets/config.yaml
Normal file
14
beets/.config/beets/config.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# Automatically migrated from legacy .beetsconfig.
|
||||||
|
|
||||||
|
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