Fix track name stripping too agressive (#2901)
authorOzGav <gavnosp@hotmail.com>
Fri, 2 Jan 2026 14:38:25 +0000 (00:38 +1000)
committerGitHub <noreply@github.com>
Fri, 2 Jan 2026 14:38:25 +0000 (15:38 +0100)
commitcfbe1f1147755ee10f50df9ac0009c7537cd1f5e
tree2feadf95c7e5ea9eea6f1f94f08063835670a500
parent6c69f943621cd73d699b1a54acf6f548ad46ebcb
Fix track name stripping too agressive (#2901)

* Fix track name stripping too agressive

* Preserve capitalisation

* Optimise

* Adjust comment

* Simplify WITH_TITLE_WORDS

* Add tests

* Test for version words in song title
music_assistant/helpers/util.py
tests/core/test_helpers.py