Plex-Meta-Manager/defaults/overlays/templates.yml

111 lines
3.4 KiB
YAML
Raw Permalink Normal View History

templates:
standard:
default:
font: fonts/Inter-Medium.ttf
font_size: 55
font_color: "#FFFFFF"
back_radius: 30
weight_<<key>>: <<weight>>
2022-12-21 16:30:11 +00:00
file_<<key>>: <<file>>
url_<<key>>: <<url>>
git_<<key>>: <<git>>
repo_<<key>>: <<repo>>
2024-04-22 14:20:12 +00:00
default: <<pmm>>
pmm_<<key>>: <<default>>
default_<<key>>: <<pmm_<<key>>>>
2022-12-21 16:30:11 +00:00
font_<<key>>: <<font>>
font_size_<<key>>: <<font_size>>
font_color_<<key>>: <<font_color>>
font_style_<<key>>: <<font_style>>
2023-01-24 06:35:39 +00:00
final_horizontal_offset: <<horizontal_offset>>
horizontal_offset_<<key>>: <<final_horizontal_offset>>
2022-12-21 16:30:11 +00:00
horizontal_align_<<key>>: <<horizontal_align>>
2023-01-24 06:35:39 +00:00
final_vertical_offset: <<vertical_offset>>
vertical_offset_<<key>>: <<final_vertical_offset>>
2022-12-21 16:30:11 +00:00
vertical_align_<<key>>: <<vertical_align>>
stroke_width_<<key>>: <<stroke_width>>
stroke_color_<<key>>: <<stroke_color>>
back_color_<<key>>: <<back_color>>
back_width_<<key>>: <<back_width>>
back_height_<<key>>: <<back_height>>
back_align_<<key>>: <<back_align>>
back_radius_<<key>>: <<back_radius>>
back_padding_<<key>>: <<back_padding>>
back_line_color_<<key>>: <<back_line_color>>
back_line_width_<<key>>: <<back_line_width>>
final_name: <<overlay_name>>
builder_level: <<overlay_level>>
optional:
- overlay_level
- use_<<key>>
- use_<<alt>>
- allowed_libraries
- suppress_overlays
- file
- url
- git
- repo
- pmm
- group
- queue
- weight
- font_style
2022-10-31 16:28:26 +00:00
- horizontal_offset
- horizontal_align
- vertical_offset
- vertical_align
- stroke_width
- stroke_color
2022-10-18 13:43:09 +00:00
- back_color
- back_width
- back_height
- back_align
- back_padding
- back_line_color
- back_line_width
- addon_offset
- addon_position
2023-08-18 15:45:13 +00:00
conditionals:
final_use:
conditions:
- use_<<key>>.exists: true
value: <<use_<<key>>>>
- use_all: false
value: false
builder_level: <<builder_level>>
run_definition:
2023-08-18 15:45:13 +00:00
- <<final_use>>
- <<use_<<alt>>>>
- <<allowed_libraries>>
suppress_overlays: <<suppress_overlays>>
overlay:
name: <<final_name>>
2022-12-21 16:30:11 +00:00
file: <<file_<<key>>>>
url: <<url_<<key>>>>
git: <<git_<<key>>>>
repo: <<repo_<<key>>>>
2024-04-22 14:20:12 +00:00
default: <<default_<<key>>>>
group: <<group>>
queue: <<queue>>
weight: <<weight_<<key>>>>
2022-12-21 16:30:11 +00:00
horizontal_offset: <<horizontal_offset_<<key>>>>
horizontal_align: <<horizontal_align_<<key>>>>
vertical_offset: <<vertical_offset_<<key>>>>
vertical_align: <<vertical_align_<<key>>>>
font: <<font_<<key>>>>
font_style: <<font_style_<<key>>>>
font_size: <<font_size_<<key>>>>
font_color: <<font_color_<<key>>>>
stroke_width: <<stroke_width_<<key>>>>
stroke_color: <<stroke_color_<<key>>>>
back_color: <<back_color_<<key>>>>
back_width: <<back_width_<<key>>>>
back_height: <<back_height_<<key>>>>
back_align: <<back_align_<<key>>>>
back_padding: <<back_padding_<<key>>>>
back_radius: <<back_radius_<<key>>>>
back_line_color: <<back_line_color_<<key>>>>
back_line_width: <<back_line_width_<<key>>>>
addon_offset: <<addon_offset>>
addon_position: <<addon_position>>