mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 17:53:08 +00:00
fix(other): detect "Open Matte" with non-space separator
This commit is contained in:
@@ -503,7 +503,7 @@
|
||||
"Read NFO": {"regex": "Read-?NFO"},
|
||||
"Converted": {"string": "CONVERT", "tags": "has-neighbor"},
|
||||
"Documentary": {"string": ["DOCU", "DOKU"], "tags": "has-neighbor"},
|
||||
"Open Matte": {"string": ["OM", "Open Matte"], "tags": "has-neighbor"},
|
||||
"Open Matte": {"regex": "(?:OM|Open-?Matte)", "tags": "has-neighbor"},
|
||||
"Straight to Video": {"string": "STV", "tags": "has-neighbor"},
|
||||
"Original Aspect Ratio": {"string": "OAR", "tags": "has-neighbor"},
|
||||
"East Coast Feed": {"regex": "(?:Live-)?(?:Episode-)?East-?(?:Coast-)?Feed"},
|
||||
|
||||
@@ -1079,6 +1079,17 @@
|
||||
video_codec: H.264
|
||||
type: movie
|
||||
|
||||
? foo.bar.2015.open.matte.1080p.web-dl.dd+5.1.h.264
|
||||
: title: foo bar
|
||||
year: 2015
|
||||
other: Open Matte
|
||||
screen_size: 1080p
|
||||
source: Web
|
||||
audio_codec: Dolby Digital Plus
|
||||
audio_channels: '5.1'
|
||||
video_codec: H.264
|
||||
type: movie
|
||||
|
||||
? Kampen Om Tungtvannet aka The Heavy Water War COMPLETE 720p x265 HEVC-Lund
|
||||
: title: Kampen Om Tungtvannet aka The Heavy Water War
|
||||
other: Complete
|
||||
|
||||
Reference in New Issue
Block a user