mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
* Update config.yml * Create ReadMe.md * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update README.md * Update config.yml * Add files via upload * Update continents.yml * Update musictemplates.yml * Add files via upload * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update config.yml * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update 3_topics.yml * Add files via upload * Update config.yml * Update 3_topics.yml * Update 2_subgenre.yml * Update 4_based_on.yml * Update 6_holidays.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Add files via upload * Add files via upload * Update 5_critics_other.yml
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
##############################################################################
|
|
# Year Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
# https://metamanager.wiki/en/latest/defaults/both/year.html #
|
|
##############################################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
collection_section: "105"
|
|
|
|
dynamic_collections:
|
|
Year:
|
|
type: number
|
|
sync: true
|
|
data:
|
|
starting: current_year-5
|
|
ending: current_year
|
|
title_format: Best of <<key_name>>
|
|
template:
|
|
- smart_filter
|
|
- shared
|
|
template_variables:
|
|
search_term:
|
|
default: year
|
|
sort_by:
|
|
default: critic_rating.desc
|
|
limit:
|
|
default: 50
|
|
image:
|
|
default: year/best/<<key>>
|
|
translation_key:
|
|
default: year
|
|
dynamic:
|
|
default: true |