Skip to content

Commit

Permalink
Merge pull request #755 from plotski/feat-dv
Browse files Browse the repository at this point in the history
feat(other): Detect "Dolby Vision" from "DV"
  • Loading branch information
Toilal authored Dec 13, 2023
2 parents 0f40bbf + 6e08770 commit 342aec4
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -516,7 +516,7 @@
"Hardcoded Subtitles": ["HC", "vost"],
"Standard Dynamic Range": {"string": "SDR", "tags": "uhdbluray-neighbor"},
"HDR10": {"regex": "HDR(?:10)?", "tags": "uhdbluray-neighbor"},
"Dolby Vision": {"regex": "Dolby-?Vision", "tags": "uhdbluray-neighbor"},
"Dolby Vision": {"regex": "(?:Dolby-?Vision|DV)", "tags": "uhdbluray-neighbor"},
"BT.2020": {"regex": "BT-?2020","tags": "uhdbluray-neighbor"},
"Sample": {"string": "Sample", "tags": ["at-end", "not-a-release-group"]},
"Extras": [
Expand Down
8 changes: 8 additions & 0 deletions guessit/test/movies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,14 @@
release_group: VISIONPLUSHDR1000
type: movie

? Foo.Bar.2021.DV.2160p.WEB-DL.x265-ASDF
: title: Foo Bar
screen_size: 2160p
other: [Dolby Vision]
video_codec: H.265
release_group: ASDF
type: movie

? How To Steal A Dog.2014.BluRay.1080p.12bit.HEVC.OPUS 5.1-Hn1Dr2.mkv
: title: How To Steal A Dog
year: 2014
Expand Down

0 comments on commit 342aec4

Please sign in to comment.