From c597551030b4202c7980d99c4eb226dbcdf163ea Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 10:08:44 +0200 Subject: fix(home/beets): Disable the `lastgenre` plugin The genre should already be set, and using the genres from last.fm is only really worth it, if the song/artist is already popular. --- modules/home/conf/beets/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index b2699828..5f3a141c 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -37,7 +37,6 @@ # Plugin config fetchart = {}; - lastgenre = {}; lyrics = { # Always fetch lyrics (and update them, if some were found) force = true; @@ -82,7 +81,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