diff --git a/defaults/overlays/images/resolution/4kdv_hdr_hybrid.png b/defaults/overlays/images/resolution/4kdv_hdr_hybrid.png new file mode 100644 index 00000000..99fd6275 Binary files /dev/null and b/defaults/overlays/images/resolution/4kdv_hdr_hybrid.png differ diff --git a/defaults/overlays/resolution.yml b/defaults/overlays/resolution.yml index 2e10a79f..774a5371 100644 --- a/defaults/overlays/resolution.yml +++ b/defaults/overlays/resolution.yml @@ -15,6 +15,7 @@ external_templates: conditions: - type: edition_dovetail value: + - 4K-DV-HDR - 4K-Plus - 4K-DV - 4K-HDR @@ -201,6 +202,10 @@ templates: conditions: - alt: plus value: '(?i)\bhdr10(\+|p(lus)?\b)' + dolby_vision_hdr_hybrid: + conditions: + - alt: dv_hdr_hybrid + value: '(?i)\bdv(\.hdr10?\b)' optional: - all - use_<> @@ -223,10 +228,15 @@ templates: hdr: <> filters: has_dolby_vision: <> - filepath.regex: <> + filepath.regex: + - <> + - <> overlays: + 4K-DV-HDR-Dovetail: + variables: {key: 4k, alt: dv_hdr_hybrid, weight: 170, type: resolution_dovetail, allowed_libraries: movie} + template: [name: resolution, name: standard] 4K-Plus-Dovetail: variables: {key: 4k, alt: plus, weight: 160, type: resolution_dovetail, allowed_libraries: movie} template: [name: resolution, name: standard] @@ -367,6 +377,9 @@ overlays: variables: {key: ulysses, weight: 6, search: Ulysses, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] + 4K-DV-HDR: + variables: {key: 4k, alt: dv_hdr_hybrid, weight: 170, type: resolution} + template: [name: resolution, name: standard] 4K-Plus: variables: {key: 4k, alt: plus, weight: 160, type: resolution} template: [name: resolution, name: standard] diff --git a/docs/defaults/overlays/resolution.md b/docs/defaults/overlays/resolution.md index 2d3a9db2..300a571c 100644 --- a/docs/defaults/overlays/resolution.md +++ b/docs/defaults/overlays/resolution.md @@ -14,6 +14,7 @@ Recommendations: Editions overlay is designed to use the Editions field within P | Resolution | Key | Weight | |:-------------|:-------------|:-------| +| 4K DV/HDR | `4k_dv_hdr_hybrid` | `170` | | 4K HDR10+ | `4k_plus` | `160` | | 4K DV | `4k_dv` | `150` | | 4K HDR | `4k_hdr` | `140` |