From 4bcba4c37c7dc42064bdef97dc764153eaba214d Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 8 Apr 2026 15:31:47 +0500 Subject: beets: update configuration with new plugins --- files/.config/beets/config.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'files/.config/beets') diff --git a/files/.config/beets/config.yaml b/files/.config/beets/config.yaml index 715388c..404565b 100644 --- a/files/.config/beets/config.yaml +++ b/files/.config/beets/config.yaml @@ -2,17 +2,22 @@ # Inspired by: https://github.com/trapd00r/configs/blob/master/beets/config.yaml library: ~/Music/beets.db plugins: + - albumtypes + - musicbrainz + - play - discogs - duplicates - edit - embedart - fetchart + - filefilter - fromfilename - ftintitle - info + - lastgenre + - mbsync - missing - rewrite - - albumtypes original_date: true albumtypes: @@ -24,10 +29,14 @@ albumtypes: - remix: 'Remix' ignore_va: compilation +play: + command: mpv --no-resume-playback + fetchart: minwidth: 500 maxwidth: 1200 sources: + - filesystem - itunes - amazon - fanarttv @@ -35,7 +44,7 @@ fetchart: - coverart - wikipedia - google - - filesystem + - '*' embedart: auto: true -- cgit v1.2.3