Skip to content

Commit

Permalink
fix(other): fix Open Matte when written as is (#689)
Browse files Browse the repository at this point in the history
Close #689
  • Loading branch information
Toilal committed Apr 29, 2021
1 parent dba9cef commit ddf8e77
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guessit/config/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
"Read NFO": {"regex": "Read-?NFO"},
"Converted": {"string": "CONVERT", "tags": "has-neighbor"},
"Documentary": {"string": ["DOCU", "DOKU"], "tags": "has-neighbor"},
"Open Matte": {"string": "OM", "tags": "has-neighbor"},
"Open Matte": {"string": ["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"},
Expand Down
19 changes: 19 additions & 0 deletions guessit/test/movies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,25 @@
release_group: Seven
type: movie

? Maze.Runner.The.Scorch.Trials.OM.2015.WEB-DLRip.by.Seven
: title: Maze Runner The Scorch Trials
other: [Open Matte, Rip]
year: 2015
source: Web
release_group: Seven
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
Expand Down

0 comments on commit ddf8e77

Please sign in to comment.