diff --git a/custom_formats/UHD Bluray (Efficient).yml b/custom_formats/UHD Bluray (Efficient).yml new file mode 100644 index 0000000..a69dc64 --- /dev/null +++ b/custom_formats/UHD Bluray (Efficient).yml @@ -0,0 +1,83 @@ +name: UHD Bluray (Efficient) +description: UHD Blu-ray is a digital optical disc format released in 2016. It stores + 66GB on triple-layer discs or 100GB on quad-layer discs, compared to standard Blu-ray's + 25GB/50GB capacity. The format delivers 3840x2160 (4K) resolution video using HEVC + (H.265) encoding at bitrates up to 128Mbps. All UHD Blu-rays include HDR10 support, + with some releases adding Dolby Vision or HDR10+. The format uses the BT.2020 color + space and 10-bit color depth, while supporting audio formats like Dolby Atmos, DTS:X, + DTS-HD MA, and Dolby TrueHD. UHD Blu-ray players require HDMI 2.0a and HDCP 2.2 + compliant displays to show 4K HDR content. +tags: +- 2160p +- Storage +conditions: +- name: 1080p + negate: false + required: true + resolution: 1080p + type: resolution +- name: UHD Bluray + negate: false + pattern: UHD Bluray (Efficient) + required: true + type: release_title +- name: HDR + negate: false + pattern: Basic HDR Formats + required: true + type: release_title +tests: +- conditionResults: + - matches: false + name: UHD Blu-ray + negate: false + pattern: UHD Blu-ray + required: true + type: release_title + - matches: true + name: HDR + negate: false + pattern: Basic HDR Formats + required: true + type: release_title + expected: false + id: 2 + input: 'Avatar: The Way of Water [2022] 2160p HEVC WEB-DL HDR10+ -CMRG' + lastRun: '2025-01-13T08:53:49.334557' + passes: true +- conditionResults: + - matches: true + name: UHD Blu-ray + negate: false + pattern: UHD Blu-ray + required: true + type: release_title + - matches: true + name: HDR + negate: false + pattern: Basic HDR Formats + required: true + type: release_title + expected: true + id: 3 + input: Avatar.The.Way.of.Water.2022.1080p.UHD.BluRay.DDP7.1.HDR10.x265-GALAXY + lastRun: '2025-01-13T08:53:49.334557' + passes: true +- conditionResults: + - matches: true + name: UHD Blu-ray + negate: false + pattern: UHD Blu-ray + required: true + type: release_title + - matches: true + name: HDR + negate: false + pattern: Basic HDR Formats + required: true + type: release_title + expected: true + id: 4 + input: Blade Runner 2049 2017 1080p UHD BluRay DTS HDR x265 D-Z0N3 + lastRun: '2025-01-13T08:53:49.334557' + passes: true diff --git a/profiles/1080p Efficient+.yml b/profiles/1080p Efficient+.yml index 73fabdf..4feddc3 100644 --- a/profiles/1080p Efficient+.yml +++ b/profiles/1080p Efficient+.yml @@ -157,9 +157,7 @@ custom_formats: score: -999999 - name: Remux score: -999999 -- name: UHD Bluray - score: -999999 -- name: UHD Bluray (Missing) +- name: UHD Bluray (Efficient) score: -999999 - name: VP9 score: -999999 diff --git a/profiles/1080p Efficient.yml b/profiles/1080p Efficient.yml index a3db6db..fde33f9 100644 --- a/profiles/1080p Efficient.yml +++ b/profiles/1080p Efficient.yml @@ -151,9 +151,7 @@ custom_formats: score: -999999 - name: Remux score: -999999 -- name: UHD Bluray - score: -999999 -- name: UHD Bluray (Missing) +- name: UHD Bluray (Efficient) score: -999999 - name: VP9 score: -999999 diff --git a/regex_patterns/UHD Bluray (Efficient).yml b/regex_patterns/UHD Bluray (Efficient).yml new file mode 100644 index 0000000..134edb1 --- /dev/null +++ b/regex_patterns/UHD Bluray (Efficient).yml @@ -0,0 +1,9 @@ +name: UHD Bluray (Efficient) +pattern: \b(UHD[-_.\s]?Blu[-]?Ray)|(UHD[-_.\s]?BD?Rip)\b +description: Matches "UHD Bluray" or "UHD Blu-Ray" with a hyphen, space, dot or underscore + between them +tags: [] +tests: +- id: 1 + input: 'Avatar: The Way of Water 2022 1080p UHD BluRay DDP 7.1 HDR10 x265-GALAXY' + expected: true