mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 10:05:31 +00:00
feat(other): detect "Dolby Vision" from "DV"
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user