mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Add artist split ignore file configuration and create empty file on setup
- Introduced `_artist_split_ignore_file_name` in `UserConfig` for better configuration management. - Updated `create_config_dir` to create an empty `artist_split_ignore.txt` file if it doesn't exist. - Added "Belle & Sebastian" to the existing artist split ignore list.
This commit is contained in:
@@ -41,6 +41,7 @@ def load_user_artist_ignore_list() -> set[str]:
|
||||
@dataclass
|
||||
class UserConfig:
|
||||
_config_path: str = ""
|
||||
_artist_split_ignore_file_name: str = "artist_split_ignore.txt"
|
||||
# NOTE: only auth stuff are used (the others are still reading/writing to db)
|
||||
# TODO: Move the rest of the settings to the config file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user