From a00697759cb5e009a260be23297357bf0c4571dd Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 18 Jun 2021 14:29:18 +0200 Subject: [PATCH] This stuff is big --- .config/beets/config.yaml | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml index be4df4b..29f497f 100644 --- a/.config/beets/config.yaml +++ b/.config/beets/config.yaml @@ -1,14 +1,37 @@ directory: /stuff/beets/music library: /stuff/beets/musiclibrary.db +art_filename: cover +asciify_paths: yes +per_disc_numbering: yes +threaded: yes + paths: # default: $albumartist/$year - $album/$track $artist - $title - default: %the{$albumartist}/$year - $album/$track $artist - $title + default: %the{$albumartist}/$year - $album%aunique{}/$track $artist - $title singleton: Singletons/$artist - $title - comp: $genre/$album/$track $title - albumtype:soundtrack: Soundtracks/$album/$track $artist - $title + comp: Compilations/$album%aunique{}/$track $artist - $title + albumtype:soundtrack: Soundtracks/$album%aunique{}/$track $artist - $title -plugins: discogs duplicates fetchart importadded the +import: + write: yes + copy: yes + move: no + resume: ask + incremental: yes + log: beetslog.log + +ignore: .AppleDouble ._* *~ .DS_Store + +plugins: [ + discogs, + duplicates, + embedart, + fetchart, + ftintitle, + importadded, + the, +] discogs: # pip install discogs-client @@ -19,6 +42,10 @@ fetchart: # pip install requests cautious: true +ftintitle: + auto: yes + format: (feat. {0}) + importadded: preserve_mtimes: yes preserve_write_mtimes: yes