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.
321 lines
8.7 KiB
321 lines
8.7 KiB
2 years ago
|
##############################################################################
|
||
2 years ago
|
# Audio/Subtitle Language Flags Overlays #
|
||
2 years ago
|
# Created by Yozora, Bullmoose20, Cpt Kuesel, & Sohjiro #
|
||
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||
|
# https://metamanager.wiki/en/latest/defaults/overlays/languages.html #
|
||
|
##############################################################################
|
||
|
|
||
|
external_templates:
|
||
|
pmm: templates
|
||
|
template_variables:
|
||
2 years ago
|
conditionals:
|
||
|
final_text:
|
||
|
default: <<text>>
|
||
|
conditions:
|
||
|
- use_lowercase: true
|
||
|
value: <<key>>
|
||
|
final_style:
|
||
|
default: round
|
||
|
conditions:
|
||
|
- style: [square, half]
|
||
|
value: square
|
||
|
back_radius:
|
||
|
conditions:
|
||
|
- style: [round, half]
|
||
|
value: 26
|
||
|
- style: square
|
||
|
value:
|
||
2 years ago
|
style: round
|
||
|
country: <<key>>
|
||
2 years ago
|
queue: position
|
||
2 years ago
|
pmm: flag/<<final_style>>/<<country>>
|
||
2 years ago
|
addon_position: left
|
||
2 years ago
|
offset: 10
|
||
|
addon_offset: <<offset>>
|
||
2 years ago
|
back_color: "#00000099"
|
||
|
back_width: 190
|
||
2 years ago
|
back_radius: <<back_radius>>
|
||
2 years ago
|
back_align: left
|
||
|
font: fonts/Inter-Bold.ttf
|
||
|
font_size: 50
|
||
2 years ago
|
final_name: text(<<final_text>>)
|
||
2 years ago
|
|
||
|
queues:
|
||
|
position:
|
||
2 years ago
|
default:
|
||
|
horizontal_align: left
|
||
|
vertical_align: top
|
||
|
horizontal_offset: 15
|
||
|
vertical_offset: 15
|
||
2 years ago
|
left:
|
||
2 years ago
|
-
|
||
|
- vertical_offset: 75
|
||
|
- vertical_offset: 135
|
||
|
- vertical_offset: 195
|
||
|
- vertical_offset: 255
|
||
2 years ago
|
right:
|
||
|
- horizontal_align: right
|
||
2 years ago
|
- vertical_offset: 75
|
||
|
- vertical_offset: 135
|
||
|
- vertical_offset: 195
|
||
|
- vertical_offset: 255
|
||
2 years ago
|
|
||
|
templates:
|
||
|
flags:
|
||
|
conditionals:
|
||
|
search_attribute:
|
||
|
default: audio_language
|
||
|
conditions:
|
||
|
- use_subtitles: true
|
||
|
value: subtitle_language
|
||
|
ignore_blank_results: true
|
||
|
plex_search:
|
||
|
all:
|
||
|
<<search_attribute>>: <<key>>
|
||
|
|
||
|
overlays:
|
||
2 years ago
|
|
||
2 years ago
|
german:
|
||
2 years ago
|
variables: {key: de, text: DE, weight: 610}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
english:
|
||
2 years ago
|
variables: {key: en, text: EN, weight: 600, country: us}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
french:
|
||
2 years ago
|
variables: {key: fr, text: FR, weight: 590}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
japanese:
|
||
2 years ago
|
variables: {key: ja, text: JA, weight: 580, country: jp}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
korean:
|
||
2 years ago
|
variables: {key: ko, text: KO, weight: 570, country: kr}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
chinese:
|
||
2 years ago
|
variables: {key: zh, text: ZH, weight: 560, country: cn}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
danish:
|
||
2 years ago
|
variables: {key: da, text: DA, weight: 550, country: dk}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
russian:
|
||
2 years ago
|
variables: {key: ru, text: RU, weight: 540}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
spanish:
|
||
2 years ago
|
variables: {key: es, text: ES, weight: 530}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
italian:
|
||
2 years ago
|
variables: {key: it, text: IT, weight: 520}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
portuguese:
|
||
2 years ago
|
variables: {key: pt, text: PT, weight: 510}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
hindi:
|
||
2 years ago
|
variables: {key: hi, text: HI, weight: 500, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
telugu:
|
||
2 years ago
|
variables: {key: te, text: TE, weight: 490, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
farsi:
|
||
2 years ago
|
variables: {key: fa, text: FA, weight: 480, country: ir}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
thai:
|
||
2 years ago
|
variables: {key: th, text: TH, weight: 470}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
dutch:
|
||
2 years ago
|
variables: {key: nl, text: NL, weight: 460}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
norwegian:
|
||
2 years ago
|
variables: {key: no, text: NO, weight: 450}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
icelandic:
|
||
2 years ago
|
variables: {key: is, text: IS, weight: 440}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
swedish:
|
||
2 years ago
|
variables: {key: sv, text: SV, weight: 430, country: se}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
turkish:
|
||
2 years ago
|
variables: {key: tr, text: TR, weight: 420}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
polish:
|
||
2 years ago
|
variables: {key: pl, text: PL, weight: 410}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
czech:
|
||
2 years ago
|
variables: {key: cs, text: CS, weight: 400, country: cz}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
ukrainian:
|
||
2 years ago
|
variables: {key: uk, text: UK, weight: 390, country: ua}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
hungarian:
|
||
2 years ago
|
variables: {key: hu, text: HU, weight: 380}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
2 years ago
|
|
||
2 years ago
|
arabic:
|
||
2 years ago
|
variables: {key: ar, text: AR, weight: 370, country: eg}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
2 years ago
|
|
||
|
bulgarian:
|
||
2 years ago
|
variables: {key: bg, text: BG, weight: 360}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
bengali:
|
||
2 years ago
|
variables: {key: bn, text: BN, weight: 350, country: bd}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
bosnian:
|
||
2 years ago
|
variables: {key: bs, text: BS, weight: 340, country: ba}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
catalan:
|
||
2 years ago
|
variables: {key: ca, text: CA, weight: 330, country: es}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
welsh:
|
||
2 years ago
|
variables: {key: cy, text: CY, weight: 320, country: uk}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
greek:
|
||
2 years ago
|
variables: {key: el, text: EL, weight: 310, country: gr}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
estonian:
|
||
2 years ago
|
variables: {key: et, text: ET, weight: 300, country: ee}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
basque:
|
||
2 years ago
|
variables: {key: eu, text: EU, weight: 290, country: es}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
finnish:
|
||
2 years ago
|
variables: {key: fi, text: FI, weight: 280}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
filipino:
|
||
2 years ago
|
variables: {key: fil, text: FL, weight: 270, country: ph}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
galician:
|
||
2 years ago
|
variables: {key: gl, text: GL, weight: 260, country: es}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
hebrew:
|
||
2 years ago
|
variables: {key: he, text: HE, weight: 250, country: il}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
croatian:
|
||
2 years ago
|
variables: {key: hr, text: HR, weight: 240}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
indonesian:
|
||
2 years ago
|
variables: {key: id, text: ID, weight: 230}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
georgian:
|
||
2 years ago
|
variables: {key: ka, text: KA, weight: 220, country: ge}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
kazakh:
|
||
2 years ago
|
variables: {key: kk, text: KK, weight: 210, country: kz}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
kannada:
|
||
2 years ago
|
variables: {key: kn, text: KN, weight: 200, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
latin:
|
||
2 years ago
|
variables: {key: la, text: LA, weight: 190, country: it}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
lithuanian:
|
||
2 years ago
|
variables: {key: lt, text: LT, weight: 180}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
latvian:
|
||
2 years ago
|
variables: {key: lv, text: LV, weight: 170}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
macedonian:
|
||
2 years ago
|
variables: {key: mk, text: MK, weight: 160}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
malayalam:
|
||
2 years ago
|
variables: {key: ml, text: ML, weight: 150, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
marathi:
|
||
2 years ago
|
variables: {key: mr, text: MR, weight: 140, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
2 years ago
|
malay:
|
||
2 years ago
|
variables: {key: ms, text: MS, weight: 130, country: my}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
2 years ago
|
|
||
|
norwegian bokmål:
|
||
2 years ago
|
variables: {key: nb, text: NB, weight: 120, country: no}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
norwegian nynorsk:
|
||
2 years ago
|
variables: {key: nn, text: NN, weight: 110, country: no}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
punjabi:
|
||
2 years ago
|
variables: {key: pa, text: PA, weight: 100, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
romanian:
|
||
2 years ago
|
variables: {key: ro, text: RO, weight: 90}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
slovak:
|
||
2 years ago
|
variables: {key: sk, text: SK, weight: 80}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
slovenian:
|
||
2 years ago
|
variables: {key: sv, text: SV, weight: 70, country: si}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
albanian:
|
||
2 years ago
|
variables: {key: sq, text: SQ, weight: 60, country: al}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
serbian:
|
||
2 years ago
|
variables: {key: sr, text: SR, weight: 50, country: rs}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
2 years ago
|
swahili:
|
||
2 years ago
|
variables: {key: sw, text: SW, weight: 40, country: tz}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
2 years ago
|
|
||
|
tamil:
|
||
2 years ago
|
variables: {key: ta, text: TA, weight: 30, country: in}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
urdu:
|
||
2 years ago
|
variables: {key: ur, text: UR, weight: 20, country: pk}
|
||
2 years ago
|
template: [name: standard, name: flags]
|
||
|
|
||
|
vietnamese:
|
||
2 years ago
|
variables: {key: vi, text: VI, weight: 10, country: vn}
|
||
2 years ago
|
template: [name: standard, name: flags]
|