From eb3347147884d320ba096e58762962665bc6e99a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 18 Jun 2021 14:04:32 +0200 Subject: [PATCH] More logical layout --- .config/beets/config.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index 34e7995..be4df4b 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,16 +1,24 @@ directory: /stuff/beets/music library: /stuff/beets/musiclibrary.db -plugins: discogs duplicates importadded the -# pip install discogs-client - -importadded: - preserve_mtimes: yes - preserve_write_mtimes: yes - paths: # default: $albumartist/$year - $album/$track $artist - $title default: %the{$albumartist}/$year - $album/$track $artist - $title singleton: Singletons/$artist - $title comp: $genre/$album/$track $title albumtype:soundtrack: Soundtracks/$album/$track $artist - $title + +plugins: discogs duplicates fetchart importadded the + +discogs: + # pip install discogs-client + # Useful for classical music: + index_tracks: yes + +fetchart: + # pip install requests + cautious: true + +importadded: + preserve_mtimes: yes + preserve_write_mtimes: yes