From 98516cf943ea2fa892edd36ffd61626dba46db9b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 15:35:31 +0200 Subject: fix(home/beets): Try out settings, in the hope to improve genres --- modules/home/conf/beets/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index cb28ede9..86ca8593 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -37,8 +37,9 @@ # Plugin config lastgenre = { - # force = false; - prefer_specific = true; + prefer_specific = false; + # Lookup the track, not the album + source = "track"; }; fetchart = {}; lyrics = { -- cgit 1.4.1