diff options
Diffstat (limited to 'modules/home/conf')
-rw-r--r-- | modules/home/conf/beets/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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" |