[164] snorkrat additions for 4khdr10plus

pull/1363/head
bullmoose20 2 years ago
parent 7325788530
commit 4b38916e94

@ -1 +1 @@
1.18.3-develop163 1.18.3-develop164

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -15,6 +15,7 @@ external_templates:
conditions: conditions:
- type: edition_dovetail - type: edition_dovetail
value: value:
- 4K-HDR10PLUS
- 4K-DV - 4K-DV
- 4K-HDR - 4K-HDR
- 4K - 4K
@ -179,6 +180,10 @@ templates:
conditions: conditions:
- alt: hdr - alt: hdr
value: true value: true
hdr10plus:
conditions:
- alt: hdr10plus
value: '(?i)HDR10\+|HDR10PLUS'
optional: optional:
- all - all
- use_<<key>> - use_<<key>>
@ -201,9 +206,13 @@ templates:
hdr: <<hdr>> hdr: <<hdr>>
filters: filters:
has_dolby_vision: <<dolby_vision>> has_dolby_vision: <<dolby_vision>>
- filepath.regex: <<hdr10plus>>
overlays: 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: 4K-DV-Dovetail:
variables: {key: 4k, alt: dv, weight: 150, type: resolution_dovetail, allowed_libraries: movie} variables: {key: 4k, alt: dv, weight: 150, type: resolution_dovetail, allowed_libraries: movie}
template: [name: resolution, name: standard] template: [name: resolution, name: standard]
@ -314,6 +323,9 @@ overlays:
variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie} variables: {key: criterion, weight: 10, search: Criterion, type: edition_dovetail, allowed_libraries: movie}
template: [name: edition, name: standard] template: [name: edition, name: standard]
4K-HDR10PLUS:
variables: {key: 4k, alt: hdr10plus, weight: 160, type: resolution}
template: [name: resolution, name: standard]
4K-DV: 4K-DV:
variables: {key: 4k, alt: dv, weight: 150, type: resolution} variables: {key: 4k, alt: dv, weight: 150, type: resolution}
template: [name: resolution, name: standard] template: [name: resolution, name: standard]
@ -423,6 +435,3 @@ overlays:
Criterion: Criterion:
variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie} variables: {key: criterion, weight: 10, search: Criterion, type: edition, allowed_libraries: movie}
template: [name: edition, name: standard] template: [name: edition, name: standard]

Loading…
Cancel
Save