about summary refs log tree commit diff stats
path: root/modules/home/conf/beets
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 15:35:31 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 15:35:31 +0200
commit98516cf943ea2fa892edd36ffd61626dba46db9b (patch)
tree039c54072917c86cc52348ef14048f7c2befe397 /modules/home/conf/beets
parentfix(home/beets): Tell beets to look for deezer id's (diff)
downloadnixos-config-98516cf943ea2fa892edd36ffd61626dba46db9b.tar.gz
nixos-config-98516cf943ea2fa892edd36ffd61626dba46db9b.zip
fix(home/beets): Try out settings, in the hope to improve genres
Diffstat (limited to 'modules/home/conf/beets')
-rw-r--r--modules/home/conf/beets/default.nix5
1 files changed, 3 insertions, 2 deletions
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 = {