From 93dcdd8bdfc7cf6890f0bb824d8cfcf56601520e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 14:01:24 +0200 Subject: fix(home/beets): Completely disable the `scrub` plugin --- modules/home/conf/beets/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/home') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index c536b534..b5063b24 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -68,10 +68,9 @@ # Re-calculate the replay gain value even for files, that already have one set. overwrite = true; }; - scrub = { - # Could be set to false, to only scrub metadata with the `beet scrub` command. - auto = true; - }; + # scrub = { + # auto = true; + # }; plugins = [ # Remove all previous tags before import (this is useful to ensure, that -- cgit 1.4.1