Skip to content

Commit

Permalink
fix(beets): languages is a sub-option of import
Browse files Browse the repository at this point in the history
  • Loading branch information
montchr committed Nov 21, 2024
1 parent b9fa36a commit c5e3d41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions home/profiles/media/beets/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ in
copy = false;
duplicate_action = "ask";
incremental = true;
languages = "en";
move = true;
resume = true;
write = true;
Expand All @@ -66,11 +67,6 @@ in
# Use the original release date instead of the edition release date.
original_date = true;

# FIXME: MusicBrainz generally does not respect this setting! Many
# Japanese artist names are saved as kanji characters instead of their
# transliterations. E.G. Haroumi Hosono => 細野 晴臣
languages = "en";

per_disc_numbering = true;
item_fields = {
multidisc = "1 if disctotal > 1 else 0";
Expand Down

0 comments on commit c5e3d41

Please sign in to comment.