mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 12:33:10 +00:00
[166] Merge remote-tracking branch 'bullmoose20/nightly' into nightly
This commit is contained in:
commit
d15ab560aa
8 changed files with 48 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.18.3-develop163
|
1.18.3-develop166
|
||||||
|
|
BIN
defaults/overlays/images/resolution/1080phdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/1080phdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
BIN
defaults/overlays/images/resolution/480phdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/480phdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
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.3 KiB |
BIN
defaults/overlays/images/resolution/576phdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/576phdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
defaults/overlays/images/resolution/720phdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/720phdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
BIN
defaults/overlays/images/resolution/hdr10plus.png
Normal file
BIN
defaults/overlays/images/resolution/hdr10plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
|
@ -15,21 +15,27 @@ external_templates:
|
||||||
conditions:
|
conditions:
|
||||||
- type: edition_dovetail
|
- type: edition_dovetail
|
||||||
value:
|
value:
|
||||||
|
- 4K-HDR10PLUS
|
||||||
- 4K-DV
|
- 4K-DV
|
||||||
- 4K-HDR
|
- 4K-HDR
|
||||||
- 4K
|
- 4K
|
||||||
|
- 1080P-HDR10PLUS
|
||||||
- 1080P-DV
|
- 1080P-DV
|
||||||
- 1080P-HDR
|
- 1080P-HDR
|
||||||
- 1080P
|
- 1080P
|
||||||
|
- 720P-HDR10PLUS
|
||||||
- 720P-DV
|
- 720P-DV
|
||||||
- 720P-HDR
|
- 720P-HDR
|
||||||
- 720P
|
- 720P
|
||||||
|
- 576P-HDR10PLUS
|
||||||
- 576P-DV
|
- 576P-DV
|
||||||
- 576P-HDR
|
- 576P-HDR
|
||||||
- 576P
|
- 576P
|
||||||
|
- 480P-HDR10PLUS
|
||||||
- 480P-DV
|
- 480P-DV
|
||||||
- 480P-HDR
|
- 480P-HDR
|
||||||
- 480P
|
- 480P
|
||||||
|
- HDR10PLUS
|
||||||
- DV
|
- DV
|
||||||
- HDR
|
- HDR
|
||||||
- type: resolution_dovetail
|
- type: resolution_dovetail
|
||||||
|
@ -183,6 +189,10 @@ templates:
|
||||||
conditions:
|
conditions:
|
||||||
- alt: hdr
|
- alt: hdr
|
||||||
value: true
|
value: true
|
||||||
|
hdr10plus:
|
||||||
|
conditions:
|
||||||
|
- alt: hdr10plus
|
||||||
|
value: '(?i)\bHDR10(\+|P(lus)?\b)'
|
||||||
optional:
|
optional:
|
||||||
- all
|
- all
|
||||||
- use_<<key>>
|
- use_<<key>>
|
||||||
|
@ -205,9 +215,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]
|
||||||
|
@ -217,6 +231,9 @@ overlays:
|
||||||
4K-Dovetail:
|
4K-Dovetail:
|
||||||
variables: {key: 4k, alt: "", weight: 130, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 4k, alt: "", weight: 130, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
1080P-HDR10PLUS-Dovetail:
|
||||||
|
variables: {key: 1080p, alt: hdr10plus, weight: 125, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
1080P-DV-Dovetail:
|
1080P-DV-Dovetail:
|
||||||
variables: {key: 1080p, alt: dv, weight: 120, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 1080p, alt: dv, weight: 120, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -226,6 +243,9 @@ overlays:
|
||||||
1080P-Dovetail:
|
1080P-Dovetail:
|
||||||
variables: {key: 1080p, alt: "", weight: 100, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 1080p, alt: "", weight: 100, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
720P-HDR10PLUS-Dovetail:
|
||||||
|
variables: {key: 720p, alt: hdr10plus, weight: 95, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
720P-DV-Dovetail:
|
720P-DV-Dovetail:
|
||||||
variables: {key: 720p, alt: dv, weight: 90, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 720p, alt: dv, weight: 90, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -235,6 +255,9 @@ overlays:
|
||||||
720P-Dovetail:
|
720P-Dovetail:
|
||||||
variables: {key: 720p, alt: "", weight: 70, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 720p, alt: "", weight: 70, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
576P-HDR10PLUS-Dovetail:
|
||||||
|
variables: {key: 576p, alt: hdr10plus, weight: 65, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
576P-DV-Dovetail:
|
576P-DV-Dovetail:
|
||||||
variables: {key: 576p, alt: dv, weight: 60, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 576p, alt: dv, weight: 60, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -244,6 +267,9 @@ overlays:
|
||||||
576P-Dovetail:
|
576P-Dovetail:
|
||||||
variables: {key: 576p, alt: "", weight: 40, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 576p, alt: "", weight: 40, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
480P-HDR10PLUS-Dovetail:
|
||||||
|
variables: {key: 480p, alt: hdr10plus, weight: 35, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
480P-DV-Dovetail:
|
480P-DV-Dovetail:
|
||||||
variables: {key: 480p, alt: dv, weight: 30, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 480p, alt: dv, weight: 30, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -253,6 +279,9 @@ overlays:
|
||||||
480P-Dovetail:
|
480P-Dovetail:
|
||||||
variables: {key: 480p, alt: "", weight: 10, type: resolution_dovetail, allowed_libraries: movie}
|
variables: {key: 480p, alt: "", weight: 10, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
HDR10PLUS-Dovetail:
|
||||||
|
variables: {key: "", alt: hdr10plus, weight: 7, type: resolution_dovetail, allowed_libraries: movie}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
DV-Dovetail:
|
DV-Dovetail:
|
||||||
variables: {key: "", alt: dv, weight: 5, type: resolution_dovetail, all: true, allowed_libraries: movie}
|
variables: {key: "", alt: dv, weight: 5, type: resolution_dovetail, all: true, allowed_libraries: movie}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -330,6 +359,9 @@ overlays:
|
||||||
variables: {key: ulysses, weight: 6, search: Ulysses, type: edition_dovetail, allowed_libraries: movie}
|
variables: {key: ulysses, weight: 6, search: Ulysses, 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]
|
||||||
|
@ -339,6 +371,9 @@ overlays:
|
||||||
4K:
|
4K:
|
||||||
variables: {key: 4k, alt: "", weight: 130, type: resolution}
|
variables: {key: 4k, alt: "", weight: 130, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
1080P-HDR10PLUS:
|
||||||
|
variables: {key: 1080p, alt: hdr10plus, weight: 125, type: resolution}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
1080P-DV:
|
1080P-DV:
|
||||||
variables: {key: 1080p, alt: dv, weight: 120, type: resolution}
|
variables: {key: 1080p, alt: dv, weight: 120, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -348,6 +383,9 @@ overlays:
|
||||||
1080P:
|
1080P:
|
||||||
variables: {key: 1080p, alt: "", weight: 100, type: resolution}
|
variables: {key: 1080p, alt: "", weight: 100, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
720P-HDR10PLUS:
|
||||||
|
variables: {key: 720p, alt: hdr10plus, weight: 95, type: resolution}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
720P-DV:
|
720P-DV:
|
||||||
variables: {key: 720p, alt: dv, weight: 90, type: resolution}
|
variables: {key: 720p, alt: dv, weight: 90, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -357,6 +395,9 @@ overlays:
|
||||||
720P:
|
720P:
|
||||||
variables: {key: 720p, alt: "", weight: 70, type: resolution}
|
variables: {key: 720p, alt: "", weight: 70, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
576P-HDR10PLUS:
|
||||||
|
variables: {key: 576p, alt: hdr10plus, weight: 65, type: resolution}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
576P-DV:
|
576P-DV:
|
||||||
variables: {key: 576p, alt: dv, weight: 60, type: resolution}
|
variables: {key: 576p, alt: dv, weight: 60, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -366,6 +407,9 @@ overlays:
|
||||||
576P:
|
576P:
|
||||||
variables: {key: 576p, alt: "", weight: 40, type: resolution}
|
variables: {key: 576p, alt: "", weight: 40, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
480P-HDR10PLUS:
|
||||||
|
variables: {key: 480p, alt: hdr10plus, weight: 35, type: resolution}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
480P-DV:
|
480P-DV:
|
||||||
variables: {key: 480p, alt: dv, weight: 30, type: resolution}
|
variables: {key: 480p, alt: dv, weight: 30, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -375,6 +419,9 @@ overlays:
|
||||||
480P:
|
480P:
|
||||||
variables: {key: 480p, alt: "", weight: 10, type: resolution}
|
variables: {key: 480p, alt: "", weight: 10, type: resolution}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
HDR10PLUS:
|
||||||
|
variables: {key: "", alt: hdr10plus, weight: 7, type: resolution}
|
||||||
|
template: [name: resolution, name: standard]
|
||||||
DV:
|
DV:
|
||||||
variables: {key: "", alt: dv, weight: 5, type: resolution, all: true}
|
variables: {key: "", alt: dv, weight: 5, type: resolution, all: true}
|
||||||
template: [name: resolution, name: standard]
|
template: [name: resolution, name: standard]
|
||||||
|
@ -451,5 +498,3 @@ overlays:
|
||||||
Ulysses:
|
Ulysses:
|
||||||
variables: {key: ulysses, weight: 6, search: Ulysses, type: edition, allowed_libraries: movie}
|
variables: {key: ulysses, weight: 6, search: Ulysses, type: edition, allowed_libraries: movie}
|
||||||
template: [name: edition, name: standard]
|
template: [name: edition, name: standard]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue