From 87312b96905373ea991bb7006a80b177516237a5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 10 Aug 2024 17:17:01 +0200 Subject: feat(home/beets): Add `duplicates` plugin --- modules/home/conf/beets/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/home/conf/beets/default.nix') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index db5138dd..08b0b34e 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -61,6 +61,7 @@ # Re-calculate the replay gain value even for files, that already have one set. overwrite = true; }; + duplicates = {}; # scrub = { # auto = true; # }; @@ -75,6 +76,9 @@ # Calculate replay gain "replaygain" + # Filter out duplicates + "duplicates" + # Generate fingerprints "chroma" -- cgit 1.4.1