[164] snorkrat additions for 4khdr10plus

This commit is contained in:
bullmoose20 2023-04-04 19:20:14 -04:00
parent 7325788530
commit 4b38916e94
3 changed files with 13 additions and 4 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -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_<<key>>
@ -201,9 +206,13 @@ templates:
hdr: <<hdr>>
filters:
has_dolby_vision: <<dolby_vision>>
- filepath.regex: <<hdr10plus>>
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]