@ -0,0 +1,101 @@
|
||||
##############################################################################
|
||||
# Aspect Ratio Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS url_poster MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/both/aspect.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: "125"
|
||||
|
||||
translations:
|
||||
pmm: translations
|
||||
|
||||
templates:
|
||||
aspect:
|
||||
template:
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/aspect/<<mapping_name>>.jpg
|
||||
summary: A collection of media items with the aspect ratio of <<mapping_name>>.
|
||||
|
||||
collections:
|
||||
Aspect Ratio Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: aspect
|
||||
key_name: Aspect Ratio
|
||||
translation_key: separator
|
||||
|
||||
1.33:
|
||||
plex_all: true
|
||||
name: 1.33 - Academy Aperture
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 1.32
|
||||
aspect.lt: 1.34
|
||||
1.65:
|
||||
plex_all: true
|
||||
name: 1.65 - Early Widescreen
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 1.64
|
||||
aspect.lt: 1.66
|
||||
1.66:
|
||||
plex_all: true
|
||||
name: 1.66 - European Widescreen
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 1.65
|
||||
aspect.lt: 1.67
|
||||
1.78:
|
||||
plex_all: true
|
||||
name: 1.78 - Widescreen TV
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 1.77
|
||||
aspect.lt: 1.79
|
||||
1.85:
|
||||
plex_all: true
|
||||
name: 1.85 - American Widescreen
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 1.84
|
||||
aspect.lt: 1.86
|
||||
2.2:
|
||||
plex_all: true
|
||||
name: 2.2 - 70mm Frame
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 2.1
|
||||
aspect.lt: 2.3
|
||||
2.35:
|
||||
plex_all: true
|
||||
name: 2.35 - Anamorphic Projection
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 2.34
|
||||
aspect.lt: 2.36
|
||||
2.77:
|
||||
plex_all: true
|
||||
name: 2.77 - Cinerama
|
||||
template:
|
||||
- name: aspect
|
||||
- name: shared
|
||||
filters:
|
||||
aspect.gt: 2.76
|
||||
aspect.lt: 2.78
|
@ -0,0 +1,100 @@
|
||||
##############################################################################
|
||||
# Aspect Ratio Overlay #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/overlays/aspect.html #
|
||||
##############################################################################
|
||||
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
default:
|
||||
text_<<key>>: <<overlay_name>>
|
||||
horizontal_align: center
|
||||
vertical_align: bottom
|
||||
conditionals:
|
||||
vertical_offset:
|
||||
default: 15
|
||||
conditions:
|
||||
- vertical_align: center
|
||||
value: 0
|
||||
- vertical_align: top
|
||||
value: 15
|
||||
- vertical_align: bottom
|
||||
value: 150
|
||||
horizontal_offset:
|
||||
default: 15
|
||||
conditions:
|
||||
- horizontal_align: center
|
||||
value: 0
|
||||
- horizontal_align: [left, right]
|
||||
value: 15
|
||||
group: aspect
|
||||
font: fonts/Inter-Medium.ttf
|
||||
font_size: 63
|
||||
back_color: "#00000099"
|
||||
back_width: 305
|
||||
back_height: 105
|
||||
final_name: text(<<text_<<key>>>>)
|
||||
|
||||
templates:
|
||||
aspect:
|
||||
ignore_blank_results: true
|
||||
plex_all: true
|
||||
|
||||
overlays:
|
||||
1.33:
|
||||
variables: {key: 1.33, weight: 80}
|
||||
template: [name: standard, name: aspect]
|
||||
filters:
|
||||
aspect.gt: 1.32
|
||||
aspect.lt: 1.34
|
||||
1.65:
|
||||
variables: {key: 1.65, weight: 70}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 1.64
|
||||
aspect.lt: 1.66
|
||||
1.66:
|
||||
variables: {key: 1.66, weight: 60}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 1.65
|
||||
aspect.lt: 1.67
|
||||
1.78:
|
||||
variables: {key: 1.78, weight: 50}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 1.77
|
||||
aspect.lt: 1.79
|
||||
1.85:
|
||||
variables: {key: 1.85, weight: 40}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 1.84
|
||||
aspect.lt: 1.86
|
||||
2.2:
|
||||
variables: {key: 2.2, weight: 30}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 2.1
|
||||
aspect.lt: 2.3
|
||||
2.35:
|
||||
variables: {key: 2.35, weight: 20}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 2.34
|
||||
aspect.lt: 2.36
|
||||
2.77:
|
||||
variables: {key: 2.77, weight: 10}
|
||||
template: [name: standard, name: aspect]
|
||||
plex_all: true
|
||||
filters:
|
||||
aspect.gt: 2.76
|
||||
aspect.lt: 2.78
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |