From 8b7fe211a80a1cb4393979eb7b0fae6de16f2ff0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 02:49:57 +0200 Subject: feat(home/beets): Init 'mbsubmit' --- modules/home/conf/beets/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/home') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 2a64a71f..cacd2a90 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -168,6 +168,10 @@ # auto = true; # }; + mbsubmit = { + picard_path = lib.getExe pkgs.picard; + }; + badfiles = { check_on_import = true; commands = { @@ -183,6 +187,9 @@ # <2024-08-07> # "scrub" + # Help submitting stuff to music brainz + "mbsubmit" + # Calculate replay gain "replaygain" -- cgit 1.4.1