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 13:37:48 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 13:37:48 +0200
commit8ee6ab3ac61740b01d10e32378a3b8b1e3169812 (patch)
tree5c7e4dc87dfa8c1609fb767210dcfc8123a32792 /modules/home/conf/beets
parentfix(home/beets): Use the `beets` subdir in the music directory (diff)
downloadnixos-config-8ee6ab3ac61740b01d10e32378a3b8b1e3169812.tar.gz
nixos-config-8ee6ab3ac61740b01d10e32378a3b8b1e3169812.zip
fix(home/beets): Use a specific genre for all albums on import
Diffstat (limited to 'modules/home/conf/beets')
-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"