diff --git a/VERSION b/VERSION index b7a00633..79fdab29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop163 +1.18.3-develop164 diff --git a/defaults/overlays/images/resolution/4khdr10plus.png b/defaults/overlays/images/resolution/4khdr10plus.png new file mode 100644 index 00000000..ad6216d2 Binary files /dev/null and b/defaults/overlays/images/resolution/4khdr10plus.png differ diff --git a/defaults/overlays/resolution.yml b/defaults/overlays/resolution.yml index e3ecbe22..99d08739 100644 --- a/defaults/overlays/resolution.yml +++ b/defaults/overlays/resolution.yml @@ -15,6 +15,7 @@ external_templates: conditions: - type: edition_dovetail value: + - 4K-HDR10PLUS - 4K-DV - 4K-HDR - 4K @@ -179,6 +180,10 @@ templates: conditions: - alt: hdr value: true + hdr10plus: + conditions: + - alt: hdr10plus + value: '(?i)HDR10\+|HDR10PLUS' optional: - all - use_<> @@ -201,9 +206,13 @@ templates: hdr: <> filters: has_dolby_vision: <> + - filepath.regex: <> overlays: + 4K-HDR10PLUS-Dovetail: + variables: {key: 4k, alt: hdr10plus, weight: 160, type: resolution_dovetail, allowed_libraries: movie} + template: [name: resolution, name: standard] 4K-DV-Dovetail: variables: {key: 4k, alt: dv, weight: 150, type: resolution_dovetail, allowed_libraries: movie} template: [name: resolution, name: standard] @@ -314,6 +323,9 @@ overlays: variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} template: [name: edition, name: standard] + 4K-HDR10PLUS: + variables: {key: 4k, alt: hdr10plus, weight: 160, type: resolution} + template: [name: resolution, name: standard] 4K-DV: variables: {key: 4k, alt: dv, weight: 150, type: resolution} template: [name: resolution, name: standard] @@ -423,6 +435,3 @@ overlays: Criterion: variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} template: [name: edition, name: standard] - - -