about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home/conf/beets/default.nix7
1 files changed, 7 insertions, 0 deletions
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"