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 10:08:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-08 10:08:44 +0200
commitc597551030b4202c7980d99c4eb226dbcdf163ea (patch)
tree8fa36230047d7e7f8b20d6b0171d134efcfa80d0 /modules/home/conf/beets
parentfix(home/beets): Correct typo in the `hook` plugin name (diff)
downloadnixos-config-c597551030b4202c7980d99c4eb226dbcdf163ea.tar.gz
nixos-config-c597551030b4202c7980d99c4eb226dbcdf163ea.zip
fix(home/beets): Disable the `lastgenre` plugin
The genre should already be set, and using the genres from last.fm is
only really worth it, if the song/artist is already popular.
Diffstat (limited to 'modules/home/conf/beets')
-rw-r--r--modules/home/conf/beets/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index b2699828..5f3a141c 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -37,7 +37,6 @@
 
       # Plugin config
       fetchart = {};
-      lastgenre = {};
       lyrics = {
         # Always fetch lyrics (and update them, if some were found)
         force = true;
@@ -82,7 +81,7 @@
         "fetchart"
 
         # Fetches tags from `last.fm` and adds them as genres to imported music
-        "lastgenre"
+        # "lastgenre"
 
         # Run commands on events
         "hook"