Skip to content

Commit

Permalink
PICARD-2634: Use standardized artist names by default
Browse files Browse the repository at this point in the history
It only changes the default value (from False to True), so it has no impact on existing configurations.
  • Loading branch information
zas authored and phw committed Apr 17, 2023
1 parent 1008340 commit 5a9d6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions picard/ui/options/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Copyright (C) 2008-2009, 2018-2022 Philipp Wolfer
# Copyright (C) 2011 Johannes Weißl
# Copyright (C) 2011-2013 Michael Wiencek
# Copyright (C) 2013, 2018, 2020-2021 Laurent Monin
# Copyright (C) 2013, 2018, 2020-2023 Laurent Monin
# Copyright (C) 2014 Wieland Hoffmann
# Copyright (C) 2017 Sambhav Kothari
# Copyright (C) 2021 Vladislav Karbovskii
Expand Down Expand Up @@ -91,7 +91,7 @@ class MetadataOptionsPage(OptionsPage):
BoolOption("setting", "release_ars", True),
BoolOption("setting", "track_ars", False),
BoolOption("setting", "convert_punctuation", False),
BoolOption("setting", "standardize_artists", False),
BoolOption("setting", "standardize_artists", True),
BoolOption("setting", "standardize_instruments", True),
BoolOption("setting", "guess_tracknumber_and_title", True),
]
Expand Down

0 comments on commit 5a9d6b9

Please sign in to comment.