diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 01:02:59 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-11 01:02:59 +0200 |
commit | d65bca88572cc32f1f958eb030ae5ae92d774aea (patch) | |
tree | 84f8d8c29dc48d280198c6e283ed86394a5a7b1c /modules | |
parent | fix(home/beets): Don't actually run the replaygain command but notify (diff) | |
download | nixos-config-d65bca88572cc32f1f958eb030ae5ae92d774aea.tar.gz nixos-config-d65bca88572cc32f1f958eb030ae5ae92d774aea.zip |
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.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/beets/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
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 |