Closed abcdefghijorngarbosaxyz closed 1 year ago
Windows
3.10 (CPython)
pip / PyPi
v4.2.0-dev
Expected to return a new list of settings with different options set.
Actual behavior returns a list of setting set duplicated.
poetry install
poetry shell
spotdl web
genius
musixmatch
azlyrics
Applying settings
INFO: Applying settings: {'audio_providers': ['youtube'], 'lyrics_providers': ['azlyrics', 'azlyrics', 'musixmatch'], 'playlist_numbering': False, 'scan_for_songs': False, 'm3u': None, 'output': '{artists} - {title}.{output-ext}', 'overwrite': 'skip', 'search_query': None, 'ffmpeg': 'ffmpeg', 'bitrate': None, 'ffmpeg_args': None, 'format': 'mp3', 'save_file': None, 'filter_results': True, 'threads': 4, 'cookie_file': None, 'restrict': 'False', 'print_errors': False, 'sponsor_block': False, 'preload': False, 'archive': None, 'load_config': True, 'log_level': 'INFO', 'simple_tui': True, 'fetch_albums': False, 'id3_separator': '/', 'ytm_data': False, 'add_unavailable': False, 'generate_lrc': False, 'force_update_metadata': False, 'only_verified_results': False, 'sync_without_deleting': False, 'max_filename_length': None, 'yt_dlp_args': None, 'detect_formats': None}
Logger screenshot
Closing this issue as I have traced that the issue is not on spotdl but on the web-ui.
System OS
Windows
Python Version
3.10 (CPython)
Install Source
pip / PyPi
Install version / commit hash
v4.2.0-dev
Expected Behavior vs Actual Behavior
Expected to return a new list of settings with different options set.
Actual behavior returns a list of setting set duplicated.
Steps to reproduce - Ensure to include actual links!
poetry install
poetry shell
spotdl web
genius
which is the first one on the list. i.e.musixmatch
,azlyrics
Applying settings
followed by a json and see the lyrics provider has duplicate value.Traceback
Other details
Logger screenshot