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.
110 lines
4.4 KiB
110 lines
4.4 KiB
#############################################################
|
|
# AniList Chart Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
#############################################################
|
|
# Call this from your config.yml (Movie or Show) #
|
|
# If nothing is specified these are the defaults #
|
|
# #
|
|
# metadata_path: #
|
|
# - git: PMM/chart/anilist #
|
|
# template_variables: #
|
|
# # Sets the collection mode of the collection #
|
|
# collection_mode: #
|
|
# # Sets the value at the start of the sort title #
|
|
# collection_section: "01" #
|
|
# #
|
|
# # For each collection use the "key" to set #
|
|
# # the options. #
|
|
# # Available collections #
|
|
# # KEY COLLECTION #
|
|
# # popular AniList Popular #
|
|
# # top AniList Top Rated #
|
|
# # trending AniList Trending #
|
|
# # season AniList Season #
|
|
# #
|
|
# # Available options. Replace "key" with the #
|
|
# # desired collection's key from the chart above. #
|
|
# #
|
|
# # Turn the collection on/off #
|
|
# use_key: true #
|
|
# # Determines collection order in it's section #
|
|
# order_key: #
|
|
# # Determines collection order of the collection #
|
|
# collection_order_key: custom #
|
|
# # Set visible_library for the collection #
|
|
# visible_library_key: #
|
|
# # Set visible_home for the collection #
|
|
# visible_home_key: #
|
|
# # Set visible_shared for the collection #
|
|
# visible_shared_key: #
|
|
# # Set limit for the collection #
|
|
# limit_key: 100 #
|
|
# # Adds missing from the collection to radarr #
|
|
# radarr_add_missing_key: #
|
|
# # Adds missing from the collection to sonarr #
|
|
# sonarr_add_missing_key: #
|
|
# # Radarr Tag for added missing #
|
|
# radarr_tag_key: #
|
|
# # Sonarr Tag for added missing #
|
|
# sonarr_tag_key: #
|
|
# # Radarr Tag for existing items #
|
|
# item_radarr_tag_key: #
|
|
# # Sonarr Tag for existing items #
|
|
# item_sonarr_tag_key: #
|
|
#############################################################
|
|
|
|
external_templates:
|
|
git: PMM/templates
|
|
template_variables:
|
|
collection_section: "01"
|
|
|
|
templates:
|
|
|
|
popular:
|
|
default:
|
|
limit_popular: 100
|
|
anilist_popular: <<limit_popular>>
|
|
summary: A collection of the most popular Anime according to AniList.
|
|
|
|
top:
|
|
default:
|
|
limit_top: 100
|
|
anilist_top_rated: <<limit_top>>
|
|
summary: A collection of the top rated Anime according to AniList.
|
|
|
|
trending:
|
|
default:
|
|
limit_trending: 100
|
|
anilist_trending: <<limit_trending>>
|
|
summary: A collection of trending Anime according to AniList.
|
|
|
|
collections:
|
|
|
|
AniList Popular:
|
|
template:
|
|
- name: popular
|
|
- name: chart_shared
|
|
key: popular
|
|
|
|
AniList Top Rated:
|
|
template:
|
|
- name: top
|
|
- name: chart_shared
|
|
key: top
|
|
|
|
AniList Trending:
|
|
template:
|
|
- name: trending
|
|
- name: chart_shared
|
|
key: trending
|
|
|
|
AniList Season:
|
|
anilist_search:
|
|
season: current
|
|
year:
|
|
sort_by: popular
|
|
summary: A collection of Anime from the Current Season according to AniList.
|
|
template:
|
|
- name: chart_shared
|
|
key: season
|