From 4f950c984240319c5fbda6c3d331e63225f8ee0f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 15 Mar 2023 16:38:40 -0400 Subject: [PATCH] [beets] Update convert config --- beets/.config/beets/config.yaml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/beets/.config/beets/config.yaml b/beets/.config/beets/config.yaml index 588b6a0..78f86fa 100644 --- a/beets/.config/beets/config.yaml +++ b/beets/.config/beets/config.yaml @@ -1,12 +1,29 @@ +plugins: fetchart lyrics lastgenre web convert scrub the directory: /media/music/ -library: ~/var/beet/musiclibrary.db +library: /media/music/beet-library.db +log: /var/log/beet.log +threaded: yes +original_date: no +the: + a: no match: strong_rec_thresh: 0.20 - +convert: + auto: no + ffmpeg: /usr/local/bin/ffmpeg + opts: -ab 320k -ac 2 -ar 48000 + max_bitrate: 320 + threads: 10 import: copy: no - -plugins: fetchart lyrics lastgenre - + write: yes + move: no + resume: ask + incremental: yes + quiet_fallback: skip + timid: no + log: ~/var/log/beet.log lyrics: sources: lyricwiki lyrics.com genius +paths: + default: %the{$albumartist} - $year - $album/$disc - $track - $title