commit
960b5a315f
@ -0,0 +1,54 @@
|
||||
external_templates:
|
||||
pmm: templates
|
||||
template_variables:
|
||||
collection_section: "01"
|
||||
|
||||
translations:
|
||||
pmm: translations
|
||||
|
||||
templates:
|
||||
flixpatrol:
|
||||
default:
|
||||
location: united_states
|
||||
location_<<key>>: <<location>>
|
||||
time_window: last_week
|
||||
time_window_<<key>>: <<time_window>>
|
||||
limit: 10
|
||||
limit_<<key>>: <<limit>>
|
||||
flixpatrol_top:
|
||||
platform: <<platform>>
|
||||
location: <<location_<<key>>>>
|
||||
time_window: <<time_window_<<key>>>>
|
||||
limit: <<limit_<<key>>>>
|
||||
|
||||
collections:
|
||||
Top 10 Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: Top10
|
||||
|
||||
dynamic_collections:
|
||||
Top 10:
|
||||
type: custom
|
||||
data:
|
||||
netflix: Netflix
|
||||
disney: Disney
|
||||
hbo: HBO
|
||||
hulu: Hulu
|
||||
paramount: Paramount Plus
|
||||
prime: Prime Video
|
||||
template:
|
||||
- Top10
|
||||
- translation
|
||||
- shared
|
||||
- arr
|
||||
- custom
|
||||
template_variables:
|
||||
platform:
|
||||
default: <<key>>
|
||||
paramount: paramount_plus
|
||||
prime: amazon_prime
|
||||
image:
|
||||
default: chart/<<key>>_top
|
||||
translation_key:
|
||||
default: flixpatrol
|
@ -0,0 +1,87 @@
|
||||
queues:
|
||||
top10:
|
||||
- horizontal_offset: 30 # This is the first position
|
||||
horizontal_align: right
|
||||
vertical_offset: 465
|
||||
vertical_align: top
|
||||
- horizontal_offset: 30 # This is the second position
|
||||
horizontal_align: right
|
||||
vertical_offset: 670
|
||||
vertical_align: top
|
||||
- horizontal_offset: 30 # This is the third position
|
||||
horizontal_align: right
|
||||
vertical_offset: 875
|
||||
vertical_align: top
|
||||
|
||||
templates:
|
||||
Top10:
|
||||
optional:
|
||||
- use_<<key>>
|
||||
- time_window_<<key>>
|
||||
- location_<<key>>
|
||||
default:
|
||||
style: round
|
||||
overlay: <<overlay_name>>
|
||||
horizontal_offset: 15
|
||||
horizontal_align: left
|
||||
vertical_offset: 15
|
||||
vertical_align: top
|
||||
font: fonts/Inter-Bold.ttf
|
||||
font_size: 50
|
||||
font_color: "#FFFFFF"
|
||||
back_color: "#00000099"
|
||||
back_radius: 30
|
||||
back_width: 165
|
||||
back_height: 165
|
||||
back_align: center
|
||||
back_padding: 15
|
||||
addon_position: top
|
||||
addon_offset: 30
|
||||
time_window: last_week
|
||||
time_window_<<key>>: <<time_window>>
|
||||
location: united_states
|
||||
location_<<key>>: <<location>>
|
||||
limit: 10
|
||||
limit_<<key>>: <<limit>>
|
||||
weight_<<key>>: <<weight>>
|
||||
ignore_blank_results: true
|
||||
allowed_library_types: <<use_<<key>>>>
|
||||
overlay:
|
||||
name: text(TOP<<limit>>)
|
||||
queue: top10
|
||||
weight: <<weight_<<key>>>>
|
||||
horizontal_offset: <<horizontal_offset>>
|
||||
horizontal_align: <<horizontal_align>>
|
||||
vertical_offset: <<vertical_offset>>
|
||||
vertical_align: <<vertical_align>>
|
||||
font: <<font>>
|
||||
font_size: <<font_size>>
|
||||
font_color: <<font_color>>
|
||||
back_radius: <<back_radius>>
|
||||
back_color: <<back_color>>
|
||||
back_width: <<back_width>>
|
||||
back_height: <<back_height>>
|
||||
back_align: <<back_align>>
|
||||
back_padding: <<back_padding>>
|
||||
pmm: logo/<<style>>/<<key>>
|
||||
addon_position: <<addon_position>>
|
||||
addon_offset: <<addon_offset>>
|
||||
flixpatrol_top:
|
||||
platform: <<slug>>
|
||||
location: <<location_<<key>>>>
|
||||
time_window: <<time_window_<<key>>>>
|
||||
limit: <<limit_<<key>>>>
|
||||
|
||||
overlays:
|
||||
Netflix:
|
||||
template: {name: Top10, weight: 600, key: netflix}
|
||||
Disney:
|
||||
template: {name: Top10, weight: 500, key: disney}
|
||||
HBO:
|
||||
template: {name: Top10, weight: 400, key: hbo}
|
||||
Hulu:
|
||||
template: {name: Top10, weight: 300, key: hulu}
|
||||
Paramount:
|
||||
template: {name: Top10, weight: 200, key: paramount, slug: paramount_plus}
|
||||
Prime:
|
||||
template: {name: Top10, weight: 100, key: prime, slug: amazon_prime}
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 17 KiB |
Loading…
Reference in new issue