add "C&C Music Factory" and "FO&O" to the artist split ignore file.

This commit is contained in:
cwilvx
2025-06-09 18:39:41 +03:00
parent 54f3fa67b7
commit cdc150ec01
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ class UserConfig:
excludeDirs: list[str] = field(default_factory=list) excludeDirs: list[str] = field(default_factory=list)
artistSeparators: set[str] = field(default_factory=lambda: {";", "/"}) artistSeparators: set[str] = field(default_factory=lambda: {";", "/"})
artistSplitIgnoreList: set[str] = field( artistSplitIgnoreList: set[str] = field(
# TODO: in the future, maybe setup a server where users can contribute to the global ignore list?
default_factory=lambda: load_default_artist_ignore_list().union( default_factory=lambda: load_default_artist_ignore_list().union(
load_user_artist_ignore_list() load_user_artist_ignore_list()
) )
+2
View File
@@ -7,3 +7,5 @@ Simon & Garfunkel
Judy & Mary Judy & Mary
Florence & The Machine Florence & The Machine
Belle & Sebastian Belle & Sebastian
C&C Music Factory
FO&O