Fix track import with multiple artists and mixed separators (#3065)
authorOzGav <gavnosp@hotmail.com>
Mon, 2 Feb 2026 08:37:27 +0000 (19:37 +1100)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 08:37:27 +0000 (09:37 +0100)
commitf9dbf101332363be593d9d5fbcb18275693fd0a3
treea8cde67495d755140e3fa0ce26f5d51ed8f25dc0
parentb5e9f93f9809131bd84c794614f29c0acf0d9544
Fix track import with multiple artists and mixed separators (#3065)

* Fix metadata with triple artist track

* Increase robustness of artist name parsing logic

* Add TODO comment
music_assistant/helpers/tags.py
tests/core/test_tags.py