From 8ee6ab3ac61740b01d10e32378a3b8b1e3169812 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 13:37:48 +0200 Subject: fix(home/beets): Use a specific genre for all albums on import --- modules/home/conf/beets/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/home') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index d1dd52b9..c536b534 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -36,6 +36,10 @@ }; # Plugin config + lastgenre = { + # force = false; + prefer_specific = true; + }; fetchart = {}; lyrics = { # Always fetch lyrics (and update them, if some were found) @@ -86,7 +90,7 @@ "fetchart" # Fetches tags from `last.fm` and adds them as genres to imported music - # "lastgenre" + "lastgenre" # Run commands on events "hook" -- cgit 1.4.1