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 d8d23e6d..8b756867 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 @@ -193,6 +194,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_<> @@ -215,10 +220,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] @@ -359,6 +369,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]