From ff3fa43065203bb25a6946928e13fd32c53edfe0 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 29 Jul 2020 14:54:41 +0100 Subject: add a very broken beets config --- .config/beets/config.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/beets/config.yaml (limited to '.config/beets') diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml new file mode 100644 index 0000000..070ea46 --- /dev/null +++ b/.config/beets/config.yaml @@ -0,0 +1,28 @@ + +directory: ~/media/audio +plugins: fetchart embedart bpd replaygain lastgenre chroma missing lyrics the ftintitle zero +art_filename: "00 albumart" +album_art_maxwidth: 500 +threaded: yes +original_date: no +per_disc_numbering: no +duplicate_action: ask +asciify_paths: yes + +paths: + default: music/%the{$albumartist}/$original_year $album%aunique{}/$track $title + singleton: singles/%the{$artist} - $title + comp: compilations/$album%aunique{}/$track $title + albumtype:soundtrack: soundtracks/$album%aunique{}/$track $title + +import: + move: yes + resume: ask + incremental: yes + quiet_fallback: yes + timid: no + log: importer.log + +replaygain: + auto: album + backend: gstreamer -- cgit v1.2.3