about summary refs log tree commit diff stats
path: root/modules/home/conf/beets/default.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-10 23:32:02 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-10 23:32:02 +0200
commitc0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac (patch)
tree5b208b77c95a598bf9660c204305a132f619130b /modules/home/conf/beets/default.nix
parentfeat(home/beets): Place songs under the main artist directory (diff)
downloadnixos-config-c0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac.tar.gz
nixos-config-c0c0eba05c3f596bb9b9d06d1d24c67b4929c5ac.zip
fix(home/beets): Remove `ftintitle` plugin, as it is no longer necessary
Diffstat (limited to 'modules/home/conf/beets/default.nix')
-rw-r--r--modules/home/conf/beets/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index cafc5ccb..ada99fbf 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -182,9 +182,6 @@
         # Allow fuzzy searching
         "fuzzy"
 
-        # Put featured artist in the title (this helps with grouping by artist)
-        "ftintitle"
-
         # Filter out duplicates
         "duplicates"