diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 15:35:31 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-08 15:35:31 +0200 |
commit | 98516cf943ea2fa892edd36ffd61626dba46db9b (patch) | |
tree | 039c54072917c86cc52348ef14048f7c2befe397 /modules/home/conf/beets | |
parent | fix(home/beets): Tell beets to look for deezer id's (diff) | |
download | nixos-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.nix | 5 |
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 = { |