projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aecefe1
)
Enhance soundtrack indicators (#2490)
author
OzGav
<gavnosp@hotmail.com>
Tue, 7 Oct 2025 22:55:44 +0000
(08:55 +1000)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/music_assistant/constants.py
b/music_assistant/constants.py
index 5cc940f0d69e9e675ca433be32fba928fcbe53bd..c2a3ae9b649e4109f53f3499df287df730099451 100644
(file)
--- 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",