diff options
Diffstat (limited to 'modules/home/conf')
-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 |