diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home/conf/beets/default.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index b5063b24..cb28ede9 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -104,10 +104,14 @@ "mpdupdate" # Update MPD database on import ]; + musicbrainz = { + # Search for deezer id's and use them in the autotagger + external_ids = { + deezer = true; + }; + }; + # Log-on config - # musicbrainz: - # external_ids: - # deezer: true # TODO: Add this, to upload the generated fingerprints (to help improve their # database) <2024-08-07> # acoustid = { |