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.
43 lines
1.2 KiB
43 lines
1.2 KiB
2 years ago
|
##############################################################################
|
||
2 years ago
|
# Language Count Overlay #
|
||
2 years ago
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||
|
# Credit to Magic815 for base images #
|
||
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||
2 years ago
|
# https://metamanager.wiki/en/latest/defaults/overlays/language_count.html #
|
||
2 years ago
|
##############################################################################
|
||
|
|
||
|
external_templates:
|
||
|
pmm: templates
|
||
|
template_variables:
|
||
2 years ago
|
group: language
|
||
2 years ago
|
horizontal_offset: 0
|
||
|
horizontal_align: center
|
||
|
vertical_offset: 30
|
||
|
vertical_align: bottom
|
||
2 years ago
|
back_color: "#00000099"
|
||
2 years ago
|
back_width: 188
|
||
|
back_height: 105
|
||
|
pmm: <<overlay_name>>
|
||
2 years ago
|
|
||
|
templates:
|
||
2 years ago
|
language:
|
||
2 years ago
|
default:
|
||
|
minimum: 2
|
||
2 years ago
|
optional:
|
||
2 years ago
|
- lt
|
||
2 years ago
|
ignore_blank_results: true
|
||
2 years ago
|
plex_all: true
|
||
|
filters:
|
||
2 years ago
|
audio_language.count_gte: <<minimum>>
|
||
2 years ago
|
audio_language.count_lt: <<lt>>
|
||
2 years ago
|
|
||
|
overlays:
|
||
|
|
||
|
Dual-Audio:
|
||
2 years ago
|
variables: {key: dual, weight: 20, lt: 3}
|
||
2 years ago
|
template: [name: standard, name: language]
|
||
2 years ago
|
|
||
|
Multi-Audio:
|
||
2 years ago
|
variables: {key: multi, weight: 10}
|
||
2 years ago
|
template: [name: standard, name: language]
|