You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
2.4 KiB
80 lines
2.4 KiB
##############################################################################
|
|
# Versions Overlay #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# Credit to Magic815 for base images #
|
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
# https://metamanager.wiki/en/latest/defaults/overlays/versions.html #
|
|
##############################################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
default:
|
|
vertical_align: top
|
|
conditionals:
|
|
horizontal_align:
|
|
default: right
|
|
conditions:
|
|
- builder_level: episode
|
|
value: center
|
|
- overlay_level: episode
|
|
value: center
|
|
vertical_offset:
|
|
default: 15
|
|
conditions:
|
|
- vertical_align.exists: false
|
|
builder_level.not: episode
|
|
value: 1060
|
|
- vertical_align.exists: false
|
|
overlay_level.not: episode
|
|
value: 1060
|
|
- vertical_align: center
|
|
value: 0
|
|
- vertical_align: top
|
|
value: 15
|
|
- vertical_align: bottom
|
|
value: 30
|
|
horizontal_offset:
|
|
default: 15
|
|
conditions:
|
|
- horizontal_align.exists: false
|
|
builder_level: episode
|
|
value: 235
|
|
- horizontal_align.exists: false
|
|
overlay_level: episode
|
|
value: 235
|
|
- horizontal_align: center
|
|
value: 0
|
|
- horizontal_align: [left, right]
|
|
value: 15
|
|
pmm:
|
|
conditions:
|
|
- file.exists: false
|
|
file_<<key>>.exists: false
|
|
url.exists: false
|
|
url_<<key>>.exists: false
|
|
git.exists: false
|
|
git_<<key>>.exists: false
|
|
repo.exists: false
|
|
repo_<<key>>.exists: false
|
|
value: <<overlay_name>>
|
|
back_color: "#00000099"
|
|
back_width: 105
|
|
back_height: 105
|
|
|
|
templates:
|
|
versions:
|
|
conditionals:
|
|
version_style:
|
|
default: "duplicate"
|
|
conditions:
|
|
- library_type: "show"
|
|
value: "episode_duplicate"
|
|
plex_search:
|
|
all:
|
|
<<version_style>>: true
|
|
ignore_blank_results: true
|
|
|
|
overlays:
|
|
versions:
|
|
template: [name: standard, name: versions] |