From: OzGav Date: Tue, 7 Oct 2025 22:55:44 +0000 (+1000) Subject: Enhance soundtrack indicators (#2490) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=1f33a6e1981cec5a594299c5c36df3117ecdfdcb;p=music-assistant-server.git Enhance soundtrack indicators (#2490) This will now catch "Music from the Miramax Motion Picture" for example. --- diff --git a/music_assistant/constants.py b/music_assistant/constants.py index 5cc940f0..c2a3ae9b 100644 --- a/music_assistant/constants.py +++ b/music_assistant/constants.py @@ -993,7 +993,7 @@ LIVE_INDICATORS = [ SOUNDTRACK_INDICATORS = [ r"\bsoundtrack\b", # Catches all soundtrack variations - r"\bmusic from the motion picture\b", + r"\bmusic from the .* motion picture\b", r"\boriginal score\b", r"\bthe score\b", r"\bfilm score\b",