diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/beets/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index ac42d5b9..03f58c45 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -27,6 +27,16 @@ # 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 |