|
|
@ -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]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|