Enhance soundtrack indicators (#2490)
authorOzGav <gavnosp@hotmail.com>
Tue, 7 Oct 2025 22:55:44 +0000 (08:55 +1000)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 22:55:44 +0000 (00:55 +0200)
This will now catch "Music from the Miramax Motion Picture" for example.

music_assistant/constants.py

index 5cc940f0d69e9e675ca433be32fba928fcbe53bd..c2a3ae9b649e4109f53f3499df287df730099451 100644 (file)
@@ -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",