From 2158c887cc0a28d833190a6b780ac3890eaf7e0d Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 18 Jun 2021 13:37:58 +0200 Subject: [PATCH] Beets has its own dir now --- .config/beets/config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index ef5fea1..34e7995 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,7 +1,8 @@ -directory: /stuff/music/beets -library: /stuff/music/musiclibrary.db +directory: /stuff/beets/music +library: /stuff/beets/musiclibrary.db plugins: discogs duplicates importadded the +# pip install discogs-client importadded: preserve_mtimes: yes @@ -12,4 +13,4 @@ paths: default: %the{$albumartist}/$year - $album/$track $artist - $title singleton: Singletons/$artist - $title comp: $genre/$album/$track $title - albumtype:soundtrack: Soundtracks/$album/$track $title + albumtype:soundtrack: Soundtracks/$album/$track $artist - $title