diff options
| author | Anton Bobov <anton@bobov.name> | 2026-04-08 15:31:47 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-04-16 16:33:31 +0500 |
| commit | 4bcba4c37c7dc42064bdef97dc764153eaba214d (patch) | |
| tree | 29d4e2d7f50a8a3d4c65aac21cb76ca34bcb06e3 | |
| parent | 9c49d27af7b48dbda62cb33c92efd8db76ed7644 (diff) | |
beets: update configuration with new plugins
| -rw-r--r-- | files/.config/beets/config.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
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 |
