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.
72 lines
1.7 KiB
72 lines
1.7 KiB
##############################################################################
|
|
# Trakt Charts Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
# https://metamanager.wiki/en/latest/defaults/chart/trakt #
|
|
##############################################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
collection_section: "020"
|
|
image: chart/<<mapping_name_encoded>>
|
|
|
|
templates:
|
|
trakt:
|
|
default:
|
|
limit: 100
|
|
limit_<<key>>: <<limit>>
|
|
trakt_chart:
|
|
chart: <<key>>
|
|
limit: <<limit_<<key>>>>
|
|
|
|
collections:
|
|
Trakt Collected:
|
|
variables:
|
|
key: collected
|
|
template:
|
|
- name: trakt
|
|
- name: shared
|
|
translation_key: trakt_collected
|
|
- name: arr
|
|
- name: custom
|
|
|
|
Trakt Popular:
|
|
variables:
|
|
key: popular
|
|
template:
|
|
- name: trakt
|
|
- name: shared
|
|
translation_key: trakt_popular
|
|
- name: arr
|
|
- name: custom
|
|
|
|
Trakt Recommended:
|
|
variables:
|
|
key: recommended
|
|
template:
|
|
- name: trakt
|
|
- name: shared
|
|
translation_key: trakt_recommended
|
|
- name: arr
|
|
- name: custom
|
|
|
|
Trakt Trending:
|
|
variables:
|
|
key: trending
|
|
template:
|
|
- name: trakt
|
|
- name: shared
|
|
translation_key: trakt_trending
|
|
- name: arr
|
|
- name: custom
|
|
|
|
Trakt Watched:
|
|
variables:
|
|
key: watched
|
|
template:
|
|
- name: trakt
|
|
- name: shared
|
|
translation_key: trakt_watched
|
|
- name: arr
|
|
- name: custom |