diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 14:01:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 14:01:24 +0200 |
commit | 93dcdd8bdfc7cf6890f0bb824d8cfcf56601520e (patch) | |
tree | 87679dae46fd1d9e384dc23af7b0c24d028988ff /modules/home/conf/beets/default.nix | |
parent | fix(home/beets): Use a specific genre for all albums on import (diff) | |
download | nixos-config-93dcdd8bdfc7cf6890f0bb824d8cfcf56601520e.tar.gz nixos-config-93dcdd8bdfc7cf6890f0bb824d8cfcf56601520e.zip |
fix(home/beets): Completely disable the `scrub` plugin
Diffstat (limited to 'modules/home/conf/beets/default.nix')
-rw-r--r-- | modules/home/conf/beets/default.nix | 7 |
1 files changed, 3 insertions, 4 deletions
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 |