From f7f4ba7d71efb275a61eb16ba1385d47c321e377 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 21 Jul 2023 21:46:39 -0400 Subject: [PATCH] add beets config as template --- dot_config/beets/{config.yaml => config.yaml.tmpl} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dot_config/beets/{config.yaml => config.yaml.tmpl} (88%) diff --git a/dot_config/beets/config.yaml b/dot_config/beets/config.yaml.tmpl similarity index 88% rename from dot_config/beets/config.yaml rename to dot_config/beets/config.yaml.tmpl index b1bd08d..3ed4997 100644 --- a/dot_config/beets/config.yaml +++ b/dot_config/beets/config.yaml.tmpl @@ -10,8 +10,8 @@ import: incremental: no musicbrainz: - user: {{ secretJSON "musicbrainz.org" "username" }} - pass: {{ secretJSON "musicbrainz.org" "password" }} + user: {{ (rbw "musicbrainz.org").data.username }} + pass: {{ (rbw "musicbrainz.org").data.password }} embedart: auto: no