Update beets to new yaml config

This commit is contained in:
Tom Willemse 2013-11-03 21:34:26 +01:00
parent 071d5a9a68
commit 48833ba0ac
2 changed files with 14 additions and 14 deletions

View file

@ -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

View 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