From 77ad000e319aefc22b528bcfd5ef7fc11ae0eb60 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 00:57:29 +0200 Subject: fix(home/beets): Don't actually run the replaygain command but notify This facilitates importing many things and then running the command afterwards. --- modules/home/conf/beets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/home/conf') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 03f58c45..7cb2b257 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -68,7 +68,7 @@ # Also generate the replaygain for the album variant (so selecting between # track and album becomes possible) event = "import"; - command = "beet replaygain --album"; + command = "echo Remember to run 'beet replaygain --album' to generate the album replaygain values for the imported songs!"; } ]; }; -- cgit 1.4.1