summaryrefslogtreecommitdiffstats
path: root/beets
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 21:34:26 +0100
committerGravatar Tom Willemse2013-11-03 21:34:26 +0100
commit48833ba0ac58be4a7b6963008ff0e1016d5d8dd8 (patch)
tree1e0c476cfc58d40294e43b1ac7a322f7e19e5c66 /beets
parent071d5a9a68714e6b060e14a07f60de4067bae58f (diff)
downloaddotfiles-48833ba0ac58be4a7b6963008ff0e1016d5d8dd8.tar.gz
dotfiles-48833ba0ac58be4a7b6963008ff0e1016d5d8dd8.zip
Update beets to new yaml config
Diffstat (limited to 'beets')
-rw-r--r--beets/.beetsconfig14
-rw-r--r--beets/.config/beets/config.yaml14
2 files changed, 14 insertions, 14 deletions
diff --git a/beets/.beetsconfig b/beets/.beetsconfig
deleted file mode 100644
index 3a9a192..0000000
--- a/beets/.beetsconfig
+++ /dev/null
@@ -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
diff --git a/beets/.config/beets/config.yaml b/beets/.config/beets/config.yaml
new file mode 100644
index 0000000..df38ef2
--- /dev/null
+++ b/beets/.config/beets/config.yaml
@@ -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