mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[164] snorkrat additions for 4khdr10plus
This commit is contained in:
parent
7325788530
commit
4b38916e94
3 changed files with 13 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.18.3-develop163
|
||||
1.18.3-develop164
|
||||
|
|
BIN
defaults/overlays/images/resolution/4khdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/4khdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
|
@ -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]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue