- Initial commit for PMM configs

This commit is contained in:
nwithan8
2023-11-15 13:36:44 -07:00
committed by cpt-kuesel
parent 06763244d4
commit eae14911d8
55 changed files with 3356 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
Per-Country DC Movies: # mapping name does not matter just needs to be unique
type: country
title_format: <<key_name>>
key_name_override:
Plurinational State of Bolivia: Bolivia
Russian Federation: Russia
Taiwan, Province of China: Taiwan
Turks and Caicos Islands: Turks and Caicos
Syrian Arab Republic: Syria
Viet Nam: Vietnam
State of Palestine: Palestine
Republic of North Macedonia: North Macedonia
Papua New Guinea: Guinea
Lao People's Democratic Republic: Lao
Islamic Republic of Iran: Iran
French Polynesia: Polynesia
Federated States of Micronesia: Micronesia
Bolivarian Republic of Venezuela: Venezuela
Republic of Korea: South Korea
template:
- Per_Country

View File

@@ -0,0 +1,13 @@
external_templates:
- repo: templates/collections
- repo: templates/dynamic_collections
dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
Per-Country DC Shows: # mapping name does not matter just needs to be unique
type: origin_country
title_format: <<key_name>>
template:
- Per_Country