mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 15:04:21 +00:00
update yml
This commit is contained in:
parent
350a6799fc
commit
266b83679e
1 changed files with 15 additions and 5 deletions
|
@ -9,10 +9,23 @@ external_templates:
|
||||||
pmm: templates
|
pmm: templates
|
||||||
template_variables:
|
template_variables:
|
||||||
default:
|
default:
|
||||||
|
width_value: 465
|
||||||
|
height_value: 120
|
||||||
key: <<overlay_name>>
|
key: <<overlay_name>>
|
||||||
horizontal_align: left
|
horizontal_align: left
|
||||||
vertical_align: bottom
|
vertical_align: bottom
|
||||||
|
style: standard
|
||||||
conditionals:
|
conditionals:
|
||||||
|
back_height:
|
||||||
|
default: 105
|
||||||
|
conditions:
|
||||||
|
- style: bigger
|
||||||
|
value: <<height_value>>
|
||||||
|
back_width:
|
||||||
|
default: 305
|
||||||
|
conditions:
|
||||||
|
- style: bigger
|
||||||
|
value: <<width_value>>
|
||||||
vertical_offset:
|
vertical_offset:
|
||||||
default: 15
|
default: 15
|
||||||
conditions:
|
conditions:
|
||||||
|
@ -31,17 +44,14 @@ external_templates:
|
||||||
value: 0
|
value: 0
|
||||||
- horizontal_align: [left, right]
|
- horizontal_align: [left, right]
|
||||||
value: 15
|
value: 15
|
||||||
pmm:
|
url:
|
||||||
conditions:
|
conditions:
|
||||||
- file.exists: false
|
- file.exists: false
|
||||||
url.exists: false
|
|
||||||
git.exists: false
|
git.exists: false
|
||||||
repo.exists: false
|
repo.exists: false
|
||||||
value: studio/<<key>>
|
value: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/mmaster/studio/overlays/<<style>>/<<key>>.png
|
||||||
back_color: "#00000099"
|
back_color: "#00000099"
|
||||||
back_radius: 30
|
back_radius: 30
|
||||||
back_width: 305
|
|
||||||
back_height: 105
|
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
studios:
|
studios:
|
||||||
|
|
Loading…
Reference in a new issue