From d65bca88572cc32f1f958eb030ae5ae92d774aea Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 11 Aug 2024 01:02:59 +0200 Subject: fix(home/beets): Don't try to normalize fields Normalization should occur in form of change request to music brainz as these songs otherwise get their old tag back, once a mbupdate is performed. --- modules/home/conf/beets/default.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'modules/home/conf') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 7cb2b257..6a83831a 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -27,16 +27,6 @@ # Show more detail, when beet needs to ask for something detail = true; - set_fields = { - # Normalize the author field to be Title Cased. - artist = "%title{$artist}"; - artist_sort = "%title{artist_sort}"; - artist_credit = "%title{artist_credit}"; - albumartist = "%title{albumartist}"; - albumartist_sort = "%title{albumartist_sort}"; - albumartist_credit = "%title{albumartist_credit}"; - }; - incremental = false; # Write the metadata to the files -- cgit 1.4.1