diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 01:16:37 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 01:25:48 +0200 |
commit | d773c31b8c616bce528530e24ea3bc81f0aff8e8 (patch) | |
tree | 99c3778aa5fe00228b2c125e329953b249081b42 /modules | |
parent | fix(home/beets): Don't try to normalize fields (diff) | |
download | nixos-config-d773c31b8c616bce528530e24ea3bc81f0aff8e8.tar.gz nixos-config-d773c31b8c616bce528530e24ea3bc81f0aff8e8.zip |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/beets/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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 |