From 858ce8914beab932a66eb7ff4b01edec26a01162 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 8 Aug 2024 14:01:43 +0200 Subject: fix(home/beets): Tell beets to look for deezer id's --- modules/home/conf/beets/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 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 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 = { -- cgit 1.4.1