aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/home/conf/beets/default.nix6
1 files changed, 5 insertions, 1 deletions
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"