mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
1.5 KiB
1.5 KiB
Alternate Geography Collections and Audio Language Overlay
Adding these two YMLs will create collections for a seven continent configuration (as opposed to the six UN regions used by the default continent.yml) and a version of the countries.yml which groups countries with low output that are culturally similar - such as 'Balkans', 'Nordic', 'Middle East' and 'Pacific Island'.
The entry overlay file adds a country flag defined by the audio language of the entry. So Mayan gets a Mexican flag, and English gets an English flag for instance.
libraries:
Movies:
metadata_path:
- git: Geography/Movies/continents.yml
template_variables:
style:color # default. Can change to white
collection_section: "078"
- git: Geography/Movies/regions.yml
template_variables:
style:color # default. Can change to white
collection_section: "079"
TV Shows:
metadata_path:
- git: Geography/TV/continents.yml
template_variables:
style:color # default. Can change to white
collection_section: "078"
- git: Geography/TV/regions.yml
template_variables:
style:color # default. Can change to white
collection_section: "079"


