17 KiB
Country Collections
The country
Default Metadata File is used to dynamically create collections based on the countries available in your library.
This file has a Show Library Counterpart.
Requirements & Recommendations
Supported Library Types: Movie
Collections Section 080
Collection | Key | Description |
---|---|---|
Country Collections |
separator |
Separator Collection to denote the Section of Collections. |
<<Country>> Example: Germany |
<<Country>> Example: Germany |
Collection of Movies that have this Country. |
Other Countries |
other |
Collection of Movies that are in other uncommon Countries. |
Config
The below YAML in your config.yml will create the collections:
libraries:
Movies:
metadata_path:
- pmm: country
Color Style
Below is a screenshot of the alternative Color (color
) style which can be set via the style
template variable.
Template Variables
Template Variables can be used to manipulate the file in various ways to slightly change how it works without having to make your own local copy.
Note that the template_variables:
section only needs to be used if you do want to actually change how the defaults work. Any value not specified is its default value if it has one if not it's just ignored.
All Shared Collection Variables are available as well as the additional Variables below which can be used to customize the file.
This file contains a Separator so all Shared Separator Variables are available as well.
Variable | Description & Values | |||||
---|---|---|---|---|---|---|
style |
Description: Controls the visual theme of the collections created
|
|||||
limit |
Description: Changes the Builder Limit for all collections in a Defaults file. Values: Number Greater then 0 |
|||||
limit_<<key>> 1 |
Description: Changes the Builder Limit of the specified key's collection. Default: limit Values: Number Greater then 0 |
|||||
sort_by |
Description: Changes the Smart Filter Sort for all collections in a Defaults file. Default: release.desc Values: Any smart_filter Sort Option |
|||||
sort_by_<<key>> 1 |
Description: Changes the Smart Filter Sort of the specified key's collection. Default: sort_by Values: Any smart_filter Sort Option |
|||||
include |
Description: Overrides the default include list. Values: List of Countries found in your library |
|||||
exclude |
Description: Exclude these Countries from creating a Dynamic Collection. Values: List of Countries found in your library |
|||||
addons |
Description: Overrides the default addons dictionary. Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex Values: Dictionary List of Countries found in your library |
|||||
append_include |
Description: Appends to the default include list. Values: List of Countries found in your library |
|||||
remove_include |
Description: Removes from the default include list. Values: List of Countries found in your library |
|||||
append_addons |
Description: Appends to the default addons dictionary. Values: Dictionary List of Countries found in your library |
|||||
remove_addons |
Description: Removes from the default addons dictionary. Values: Dictionary List of Countries found in your library |
|||||
name_format |
Description: Changes the title format of the Dynamic Collections. Default: <<key_name>> Values: Any string with <<key_name>> in it. |
|||||
summary_format |
Description: Changes the summary format of the Dynamic Collections. Default: <<library_translationU>>s filmed in <<key_name>>. Values: Any string. |
- Each default collection has a
key
that when calling to effect a specific collection you must replace<<key>>
with when calling.
The below is an example config.yml extract with some Template Variables added in to change how the file works.
libraries:
Movies:
metadata_path:
- pmm: country
template_variables:
use_other: false
use_separator: false
style: color
sep_style: purple
exclude:
- France
sort_by: title.asc
Default values
These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list.
Default include
include:
# Northern Africa:
- Algeria
- Egypt
- Libya
- Morocco
- Sudan
- Tunisia
- Western Sahara
# Eastern Africa:
- British Indian Ocean Territory
- Burundi
- Comoros
- Djibouti
- Eritrea
- Ethiopia
- French Southern Territories
- Kenya
- Madagascar
- Malawi
- Mauritius
- Mayotte
- Mozambique
- Réunion
- Rwanda
- Seychelles
- Somalia
- South Sudan
- Uganda
- United Republic of Tanzania
- Zambia
- Zimbabwe
# Middle Africa:
- Angola
- Cameroon
- Central African Republic
- Chad
- Republic of the Congo
- Democratic Republic of the Congo
- Equatorial Guinea
- Gabon
- Sao Tome and Principe
# Southern Africa:
- Botswana
- Eswatini
- Lesotho
- Namibia
- South Africa
# Western Africa:
- Benin
- Burkina Faso
- Cabo Verde
- Côte d'Ivoire
- Gambia
- Ghana
- Guinea
- Guinea-Bissau
- Liberia
- Mali
- Mauritania
- Niger
- Nigeria
- Saint Helena, Ascension and Tristan da Cunha
- Senegal
- Sierra Leone
- Togo
# Caribbean:
- Anguilla
- Antigua and Barbuda
- Aruba
- Bahamas
- Barbados
- Bonaire, Sint Eustatius and Saba
- Netherlands Antilles
- British Virgin Islands
- Cayman Islands
- Cuba
- Curaçao
- Dominica
- Dominican Republic
- Grenada
- Guadeloupe
- Haiti
- Jamaica
- Martinique
- Montserrat
- Puerto Rico
- Saint Barthélemy
- Saint Kitts and Nevis
- Saint Lucia
- Saint Martin
- Saint Vincent and the Grenadines
- Sint Maarten
- Trinidad and Tobago
- Turks and Caicos Islands
- U.S. Virgin Islands
# Central America:
- Belize
- Costa Rica
- El Salvador
- Guatemala
- Honduras
- Mexico
- Nicaragua
- Panama
# South America:
- Argentina
- Plurinational State of Bolivia
- Bouvet Island
- Brazil
- Chile
- Colombia
- Ecuador
- Falkland Islands
- French Guiana
- Guyana
- Paraguay
- Peru
- South Georgia and the South Sandwich Islands
- Suriname
- Uruguay
- Bolivarian Republic of Venezuela
# North America:
- Bermuda
- Canada
- Greenland
- Saint Pierre and Miquelon
- United States of America
# Antarctica:
- Antarctica
# Central Asia:
- Kazakhstan
- Kyrgyzstan
- Tajikistan
- Turkmenistan
- Uzbekistan
# Eastern Asia:
- China
- Hong Kong
- Macao
- Democratic People's Republic of Korea
- Japan
- Mongolia
- Republic of Korea
- Taiwan
# South-Eastern Asia:
- Brunei
- Cambodia
- Indonesia
- Lao People's Democratic Republic
- Malaysia
- Myanmar
- Philippines
- Singapore
- Thailand
- Timor-Leste
- Viet Nam
# Southern Asia:
- Afghanistan
- Bangladesh
- Bhutan
- India
- Islamic Republic of Iran
- Maldives
- Nepal
- Pakistan
- Sri Lanka
# Western Asia:
- Armenia
- Azerbaijan
- Bahrain
- Cyprus
- Georgia
- Iraq
- Israel
- Jordan
- Kuwait
- Lebanon
- Oman
- Qatar
- Saudi Arabia
- State of Palestine
- Syrian Arab Republic
- Türkiye
- United Arab Emirates
- Yemen
# Eastern Europe:
- Belarus
- Bulgaria
- Czech Republic
- Hungary
- Poland
- Republic of Moldova
- Romania
- Russian Federation
- Slovakia
- Ukraine
# Northern Europe:
- Åland Islands
- Guernsey
- Jersey
- Sark
- Denmark
- Estonia
- Faroe Islands
- Finland
- Iceland
- Ireland
- Northern Ireland
- Isle of Man
- Latvia
- Lithuania
- Norway
- Svalbard and Jan Mayen Islands
- Sweden
- United Kingdom
# Southern Europe:
- Albania
- Andorra
- Bosnia and Herzegovina
- Croatia
- Gibraltar
- Greece
- Kosovo
- Holy See
- Italy
- Malta
- Montenegro
- North Macedonia
- Portugal
- San Marino
- Serbia
- Serbia and Montenegro
- Slovenia
- Spain
- Yugoslavia
# Western Europe:
- Austria
- Belgium
- France
- Germany
- East Germany
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands
- Switzerland
#Australia and New Zealand:
- Australia
- Christmas Island
- Cocos (Keeling) Islands
- Heard Island and McDonald Islands
- Heard and McDonald Islands # Heard Island and McDonald Islands
- New Zealand
- Norfolk Island
# Melanesia:
- Fiji
- New Caledonia
- Papua New Guinea
- New Guinea # Papua New Guinea
- Solomon Islands
- Vanuatu
# Micronesia:
- Guam
- Kiribati
- Marshall Islands
- Federated States of Micronesia
- Micronesia # Federated States of Micronesia
- Nauru
- Northern Mariana Islands
- Palau
- United States Minor Outlying Islands
- U.S. Outlying Islands # United States Minor Outlying Islands
# Polynesia:
- American Samoa
- Cook Islands
- French Polynesia
- Niue
- Pitcairn Islands
- Pitcairn # Pitcairn Islands
- Samoa
- Tokelau
- Tonga
- Tuvalu
- Wallis and Futuna Islands
- Wallis and Futuna # Wallis and Futuna Islands
Default addons
addons:
Tanzania:
- United Republic of Tanzania
Republic of the Congo:
- Congo
Democratic Republic of the Congo:
- Zaire
Sao Tome and Principe:
- São Tomé and Príncipe
Eswatini:
- Swaziland
Cabo Verde:
- Cape Verde
Côte d'Ivoire:
- Côte d’Ivoire
- Ivory Coast
Saint Helena, Ascension and Tristan da Cunha:
- Saint Helena
- St. Helena
- Ascension
- Tristan da Cunha
Antigua and Barbuda:
- Antigua
- Barbuda
Bonaire, Sint Eustatius and Saba:
- Bonaire
- Sint Eustatius
- Saba
Saint Kitts and Nevis:
- St. Kitts and Nevis
Saint Lucia:
- St. Lucia
Saint Vincent and the Grenadines:
- Saint Vincent and Grenadines
- St. Vincent and the Grenadines
- St. Vincent and Grenadines
U.S. Virgin Islands:
- United States Virgin Islands
Plurinational State of Bolivia:
- Bolivia
Falkland Islands:
- Malvinas
South Georgia and the South Sandwich Islands:
- South Georgia and South Sandwich Islands
- South Georgia
- South Sandwich Islands
Bolivarian Republic of Venezuela:
- Venezuela
Saint Pierre and Miquelon:
- St. Pierre and Miquelon
United States of America:
- United States
Hong Kong:
- Hong Kong SAR China
Macao:
- Macau
- Macau SAR China
Democratic People's Republic of Korea:
- North Korea
Republic of Korea:
- South Korea
- Korea
Taiwan:
- Taiwan, Province of China
Brunei:
- Brunei Darussalam
Lao People's Democratic Republic:
- Lao
- Laos
Myanmar:
- Burma
Timor-Leste:
- East Timor
Viet Nam:
- Vietnam
Islamic Republic of Iran:
- Iran
State of Palestine:
- Palestine
Syrian Arab Republic:
- Syria
Türkiye:
- Turkey
Czech Republic:
- Czechia
- Czechoslovakia
Republic of Moldova:
- Moldova
Russian Federation:
- Russia
- Soviet Union
Svalbard and Jan Mayen Islands:
- Svalbard and Jan Mayen
Holy See:
- Vatican City
North Macedonia:
- Macedonia
- Republic of North Macedonia
France:
- French Republic
Heard Island and McDonald Islands:
- Heard and McDonald Islands
Papua New Guinea:
- New Guinea
Federated States of Micronesia:
- Micronesia
United States Minor Outlying Islands:
- U.S. Outlying Islands
Pitcairn Islands:
- Pitcairn
Wallis and Futuna Islands:
- Wallis and Futuna