From d773c31b8c616bce528530e24ea3bc81f0aff8e8 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 01:16:37 +0200 Subject: feat(home/beets): Remove the deezer plugin (it was a mere crutch) This plugin /does/ simplify auto-tagging, but in the end this results in sub-par results as the metadata obtained from Deezer does not necessarily match up with the one from music brainz. This results in instances of the same artist being added with different capitalization. --- modules/home/conf/beets/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/home/conf/beets/default.nix') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 6a83831a..88073143 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -202,7 +202,7 @@ "lyrics" # Allow beets to understand deezer id's - "deezer" + # "deezer" "mpdstats" # Transfer MPD stats to beets "mpdupdate" # Update MPD database on import @@ -210,9 +210,9 @@ musicbrainz = { # Search for deezer id's and use them in the autotagger - external_ids = { - deezer = true; - }; + # external_ids = { + # deezer = true; + # }; }; # Log-on config -- cgit 1.4.1