We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acbfb7 commit 24a9fbbCopy full SHA for 24a9fbb
harmonizer/release_types.ts
@@ -21,8 +21,7 @@ const releaseGroupTypeMatchers: Array<{ type?: ReleaseGroupType; pattern: RegExp
21
// Common soundtrack title: "Official/Original <Medium> Soundtrack" and "Original Score"
22
{
23
type: 'Soundtrack',
24
- pattern:
25
- /(?:Original|Official)\s(?:(?:(?:Video\s)?Game|Motion Picture|Film|Movie|Television|TV|(?:(?:TV|Television)[\s-]?)?(?:Mini[\s-]?)?Series?|Musical)[\s-])?(?:Soundtrack|Score)/i,
+ pattern: /(?:Original|Official)(?:.*?)(?:Soundtrack|Score)/i,
26
},
27
// Common soundtrack title: "Soundtrack from the <Medium>", should also match "Soundtrack from the <Streaming service> <Medium>"
28
0 commit comments