Continent Collections¶
The continent
Default Collection File is used to dynamically create collections based on the countries within your library. The collection aims to be inclusive, with all 230 countries incorporated into seven continents.
This file has a Movie Library Counterpart..
Requirements & Recommendations¶
Supported Library Types: Show
Collections Section 082¶
Collection | Key | Description |
---|---|---|
Continent Collections |
separator |
Separator Collection to denote the Section of Collections. |
<<Continent>> Example: South America |
<<2 digit ISO 3166-1 code>> Example: br |
Collection of TV Shows that have this Continent. |
Other Continents |
other |
Collection of TV Shows that are in other uncommon Continents. |
Config¶
The below YAML in your config.yml will create the collections:
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 will use its default value if it has one if not it's just ignored.
Click to expand
The below template variables are available specifically for this Kometa Defaults file.
Be sure to also check out the "Shared Template Variables" tab for additional variables.
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 than 0 |
|||||
limit_<<key>> 1 |
Description: Changes the Builder Limit of the specified key's collection. Default: limit Values: Number Greater than 0 |
|||||
sync_mode |
Description: Changes the Sync Mode for all collections in a Defaults file. Default: sync Values:
|
|||||
sync_mode_<<key>> 1 |
Description: Changes the Sync Mode of the specified key's collection. Default: sync_mode Values:
|
|||||
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 2 digit ISO 3166-1 codes |
|||||
append_include |
Description: Appends to the default include list. Values: List of 2 digit ISO 3166-1 codes |
|||||
remove_include |
Description: Removes from the default include list. Values: List of 2 digit ISO 3166-1 codes |
|||||
exclude |
Description: Exclude these Countries from creating a Dynamic Collection. Values: List of 2 digit ISO 3166-1 codes |
|||||
addons |
Description: 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 2 digit ISO 3166-1 codes |
|||||
append_addons |
Description: Appends to the default addons dictionary. Values: Dictionary List of 2 digit ISO 3166-1 codes |
|||||
remove_addons |
Description: Removes from the default addons dictionary. Values: Dictionary List of 2 digit ISO 3166-1 codes |
|||||
key_name_override |
Description: Overrides the default key_name_override dictionary. Values: Dictionary with key: new_key_name entries |
|||||
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.
File paths need to be valid in the context where Kometa is running; this is primarily an issue when running in docker, as Kometa inside the container cannot see host paths.
Variable | Description & Values | ||||||||
---|---|---|---|---|---|---|---|---|---|
language |
Description: Set the language of Collection Names and Summaries Default: default Values: default (English), fr (French), or de (German) |
||||||||
use_all |
Description: Turns off all Collections in a Defaults file. Values: false to turn off the collection |
||||||||
use_<<key>> 1 |
Description: Turns off individual Collections in a Defaults file. Values: false to turn off the collection |
||||||||
name_<<key>> 1 |
Description: Changes the name of the specified key's collection. Values: New Collection Name |
||||||||
summary_<<key>> 1 |
Description: Changes the summary of the specified key's collection. Values: New Collection Summary |
||||||||
collection_section |
Description: Changes the sort order of the collection sections against other default collection sections. (Use quotes to not lose leading zeros "05" )Values: Any number |
||||||||
sort_prefix |
Description: Changes the prefix of the sort title. Default: ! Values: Any String |
||||||||
sort_title |
Description: Changes the sort title of all collections. Default: <<sort_prefix>><<collection_section>><<pre>><<order_<<key>>>><<title>> Values: Any String |
||||||||
name_mapping |
Description: Changes the name_mapping of all collections.Default: <<title>> Values: Any String with <<key_name>> in it. |
||||||||
order_<<key>> 1 |
Description: Controls the sort order of the collections in their collection section. Values: Any number |
||||||||
collection_mode |
Description: Controls the collection mode of all collections in a Defaults file. Values:
|
||||||||
ignore_ids |
Description: Set a list or comma-separated string of TMDb/TVDb IDs to ignore in all collections. Values: List or comma-separated string of TMDb/TVDb IDs |
||||||||
ignore_imdb_ids |
Description: Set a list or comma-separated string of IMDb IDs to ignore in all collections. Values: List or comma-separated string of IMDb IDs |
||||||||
minimum_items |
Description: Set the number of minimum items for a collection to be created for all collections. Values: Any number greater than 0 |
||||||||
minimum_items_<<key>> 1 |
Description: Set the number of minimum items for a collection to be created for the specified key's collection. Values: Any number greater than 0 |
||||||||
schedule |
Description: Set the schedule for all of the collections in a Defaults file. Values: Any Scheduling Option |
||||||||
schedule_<<key>> |
Description: Set the schedule for a specific key's collection. Values: Any Scheduling Option |
||||||||
delete_collections_named |
Description: Used to delete any collections in your plex named one of the given collections. Values: List of Collection Names to delete |
||||||||
url_poster |
Description: Changes the poster url for all collections. Values: URL directly to the Image |
||||||||
url_poster_<<key>> 1 |
Description: Changes the poster url of the specified key's collection. Values: URL directly to the Image |
||||||||
file_poster |
Description: Sets the poster filepath for all collections. Values: Filepath directly to the Image |
||||||||
file_poster_<<key>> 1 |
Description: Sets the poster filepath of the specified key's collection. Values: Filepath directly to the Image |
||||||||
url_background |
Description: Sets the background url for all collections. Values: URL directly to the Image |
||||||||
url_background_<<key>> 1 |
Description: Sets the background url of the specified key's collection. Values: URL directly to the Image |
||||||||
file_background |
Description: Sets the background filepath for all collections. Values: Filepath directly to the Image |
||||||||
file_background_<<key>> 1 |
Description: Sets the background filepath of the specified key's collection. Values: Filepath directly to the Image |
||||||||
visible_library |
Description: Controls visible on Library Recommended Tab for all collections in a Defaults file. (Only works with Plex Pass) Values:
|
||||||||
visible_library_<<key>> 1 |
Description: Controls visible on Library Recommended Tab of the specified key's collection. (Only works with Plex Pass) Default: visible_library Values:
|
||||||||
visible_home |
Description: Controls visible on Home Tab for all collections in a Defaults file. (Only works with Plex Pass) Values:
|
||||||||
visible_home_<<key>> 1 |
Description: Controls visible on Home Tab of the specified key's collection. (Only works with Plex Pass) Default: visible_home Values:
|
||||||||
visible_shared |
Description: Controls visible on Shared Users' Home Tab for all collections in a Defaults file. (Only works with Plex Pass) Values:
|
||||||||
visible_shared_<<key>> 1 |
Description: Controls visible on Shared Users' Home Tab of the specified key's collection. (Only works with Plex Pass) Default: visible_shared Values:
|
||||||||
radarr_upgrade_existing |
Description: Override Radarr upgrade_existing attribute for all collections in a Defaults file.Values: true or false |
||||||||
radarr_upgrade_existing_<<key>> 1 |
Description: Override Radarr upgrade_existing attribute of the specified key's collection.Values: true or false |
||||||||
radarr_monitor_existing |
Description: Override Radarr monitor_existing attribute for all collections in a Defaults file.Values: true or false |
||||||||
radarr_monitor_existing_<<key>> 1 |
Description: Override Radarr monitor_existing attribute of the specified key's collection.Values: true or false |
||||||||
radarr_add_missing |
Description: Override Radarr add_missing attribute for all collections in a Defaults file.Values: true or false |
||||||||
radarr_add_missing_<<key>> 1 |
Description: Override Radarr add_missing attribute of the specified key's collection.Default: radarr_add_missing Values: true or false |
||||||||
radarr_folder |
Description: Override Radarr root_folder_path attribute for all collections in a Defaults file.Values: Folder Path |
||||||||
radarr_folder_<<key>> 1 |
Description: Override Radarr root_folder_path attribute of the specified key's collection.Default: radarr_folder Values: Folder Path |
||||||||
radarr_search |
Description: Override Radarr search attribute or all collections in a Defaults file.Values: true or false |
||||||||
radarr_search_<<key>> 1 |
Description: Override Radarr search attribute of the specified key's collection.Default: radarr_search Values: true or false |
||||||||
radarr_tag |
Description: Override Radarr tag attribute for all collections in a Defaults file.Values: List or comma-separated string of tags |
||||||||
radarr_tag_<<key>> 1 |
Description: Override Radarr tag attribute of the specified key's collection.Default: radarr_tag Values: List or comma-separated string of tags |
||||||||
item_radarr_tag |
Description: Used to append a tag in Radarr for every movie found by the builders that's in Radarr for all collections in a Defaults file. Values: List or comma-separated string of tags |
||||||||
item_radarr_tag_<<key>> 1 |
Description: Used to append a tag in Radarr for every movie found by the builders that's in Radarr of the specified key's collection. Default: item_radarr_tag Values: List or comma-separated string of tags |
||||||||
sonarr_upgrade_existing |
Description: Override Sonarr upgrade_existing attribute for all collections in a Defaults file.Values: true or false |
||||||||
sonarr_upgrade_existing_<<key>> 1 |
Description: Override Sonarr upgrade_existing attribute of the specified key's collection.Values: true or false |
||||||||
sonarr_monitor_existing |
Description: Override Sonarr monitor_existing attribute for all collections in a Defaults file.Values: true or false |
||||||||
sonarr_monitor_existing_<<key>> 1 |
Description: Override Sonarr monitor_existing attribute of the specified key's collection.Values: true or false |
||||||||
sonarr_add_missing |
Description: Override Sonarr add_missing attribute for all collections in a Defaults file.Values: true or false |
||||||||
sonarr_add_missing_<<key>> 1 |
Description: Override Sonarr add_missing attribute of the specified key's collection.Default: sonarr_add_missing Values: true or false |
||||||||
sonarr_folder |
Description: Override Sonarr root_folder_path attribute for all collections in a Defaults file.Values: Folder Path |
||||||||
sonarr_folder_<<key>> 1 |
Description: Override Sonarr root_folder_path attribute of the specified key's collection.Default: sonarr_folder Values: Folder Path |
||||||||
sonarr_search |
Description: Override Sonarr search attribute or all collections in a Defaults file.Values: true or false |
||||||||
sonarr_search_<<key>> 1 |
Description: Override Sonarr search attribute of the specified key's collection.Default: sonarr_search Values: true or false |
||||||||
sonarr_tag |
Description: Override Sonarr tag attribute for all collections in a Defaults file.Values: List or comma-separated string of tags |
||||||||
sonarr_tag_<<key>> 1 |
Description: Override Sonarr tag attribute of the specified key's collection.Default: sonarr_tag Values: List or comma-separated string of tags |
||||||||
item_sonarr_tag |
Description: Used to append a tag in Sonarr for every series found by the builders that's in Sonarr for all collections in a Defaults file. Values: List or comma-separated string of tags |
||||||||
item_sonarr_tag_<<key>> 1 |
Description: Used to append a tag in Sonarr for every series found by the builders that's in Sonarr of the specified key's collection. Default: item_sonarr_tag Values: List or comma-separated string of tags |
- Each default collection has a
key
that when calling to effect a specific collection you must replace<<key>>
with when calling.
Example Template Variable Amendments
The below is an example config.yml extract with some Template Variables added in to change how the file works.
Click the icon to learn more
libraries:
Movies:
collection_files:
- default: continent
template_variables:
use_other: false #(1)!
use_separator: false #(2)!
style: color #(3)!
exclude:
- Europe #(4)!
sort_by: title.asc
- Do not create the "Other Continents" collection
- Do not create a "Continent Collections" separator
- Set the Color Style
- Exclude "Europe" from the list of collections that are created
Default Values¶
These are lists provided for reference to show what values will be in use if you do no customization. These do not show how to change a name or a list.
If you want to customize these values, use the methods described above.
Default include
(click to expand) ¶
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
include:
- Africa
- Americas
- Antarctica
- Asia
- Europe
- Oceania
Default addons
(click to expand) ¶
###############################################################################
################################## IMPORTANT ##################################
##################### THIS DATA IS PROVIDED FOR REFERENCE ####################
## DO NOT COPY/PASTE THIS INTO YOUR CONFIG FILE, IT WILL ONLY CAUSE ERRORS ###
############# SEE ABOVE FOR HOW TO MODIFY OR AUGMENT THESE VALUES ############
###############################################################################
addons:
Africa:
# Northern Africa:
- dz # Algeria
- eg # Egypt
- ly # Libya
- ma # Morocco
- sd # Sudan
- tn # Tunisia
- eh # Western Sahara
# Eastern Africa:
- io # British Indian Ocean Territory
- bi # Burundi
- km # Comoros
- dj # Djibouti
- er # Eritrea
- et # Ethiopia
- tf # French Southern Territories
- ke # Kenya
- mg # Madagascar
- mw # Malawi
- mu # Mauritius
- yt # Mayotte
- mz # Mozambique
- re # Réunion
- rw # Rwanda
- sc # Seychelles
- so # Somalia
- ss # South Sudan
- ug # Uganda
- tz # Tanzania [United Republic of Tanzania]
- zm # Zambia
- zw # Zimbabwe
# Central Africa:
- ao # Angola
- cm # Cameroon
- cf # Central African Republic
- td # Chad
- cg # Republic of the Congo [Congo]
- cd # Democratic Republic of the Congo
- zr # Zaire
- gq # Equatorial Guinea
- ga # Gabon
- st # São Tomé and Príncipe [Sao Tome and Principe]
# Southern Africa:
- bw # Botswana
- sz # Eswatini [Swaziland]
- ls # Lesotho
- na # Namibia
- za # South Africa
# Western Africa:
- bj # Benin
- bf # Burkina Faso
- cv # Cape Verde [Cabo Verde]
- ci # Côte d'Ivoire [Côte d’Ivoire] [Ivory Coast]
- gm # Gambia
- gh # Ghana
- gn # Guinea
- gw # Guinea-Bissau
- lr # Liberia
- ml # Mali
- mr # Mauritania
- ne # Niger
- ng # Nigeria
- sh # Saint Helena, Ascension and Tristan da Cunha [Ascension] [Tristan da Cunha] [Saint Helena]
- sn # Senegal
- sl # Sierra Leone
- tg # Togo
Americas:
# Caribbean:
- ai # Anguilla
- ag # Antigua and Barbuda [Antigua] [Barbuda]
- aw # Aruba
- bs # Bahamas
- bb # Barbados
- bq # Bonaire, Sint Eustatius and Saba [Bonaire] [Sint Eustatius] [Saba]
- an # Netherlands Antilles
- vg # British Virgin Islands
- ky # Cayman Islands
- cu # Cuba
- cw # Curaçao
- dm # Dominica
- do # Dominican Republic
- gd # Grenada
- gp # Guadeloupe
- ht # Haiti
- jm # Jamaica
- mq # Martinique
- ms # Montserrat
- pr # Puerto Rico
- bl # Saint Barthélemy
- kn # Saint Kitts and Nevis
- lc # Saint Lucia
- mf # Saint Martin
- vc # Saint Vincent and the Grenadines
- sx # Sint Maarten
- tt # Trinidad and Tobago
- tc # Turks and Caicos Islands
- vi # US Virgin Islands [U.S. Virgin Islands] [United States Virgin Islands]
# Central America:
- bz # Belize
- cr # Costa Rica
- sv # El Salvador
- gt # Guatemala
- hn # Honduras
- mx # Mexico
- ni # Nicaragua
- pa # Panama
# South America:
- ar # Argentina
- bo # Bolivia [Plurinational State of Bolivia]
- bv # Bouvet Island
- br # Brazil
- cl # Chile
- co # Colombia
- ec # Ecuador
- fk # Falkland Islands [Malvinas]
- gf # French Guiana
- gy # Guyana
- py # Paraguay
- pe # Peru
- gs # South Georgia and the South Sandwich Islands [South Georgia] [South Sandwich Islands]
- sr # Suriname
- uy # Uruguay
- ve # Venezuela [Bolivarian Republic of Venezuela]
# North America:
- bm # Bermuda
- ca # Canada
- gl # Greenland
- pm # Saint Pierre and Miquelon
- us # United States [United States of America]
Antarctica:
- aq # Antarctica
Asia:
# Central Asia:
- kz # Kazakhstan
- kg # Kyrgyzstan
- tj # Tajikistan
- tm # Turkmenistan
- uz # Uzbekistan
# Eastern Asia:
- cn # China
- hk # Hong Kong
- mo # Macao
- kp # North Korea [Democratic People's Republic of Korea]
- jp # Japan
- mn # Mongolia
- kr # South Korea [Republic of Korea] [Korea]
- tw # Taiwan [Taiwan, Province of China]
# South-Eastern Asia:
- bn # Brunei [Brunei Darussalam]
- kh # Cambodia
- id # Indonesia
- la # Laos [Lao People's Democratic Republic] [Lao]
- my # Malaysia
- mm # Myanmar
- bu # Burma
- ph # Philippines
- sg # Singapore
- th # Thailand
- tp # East Timor
- tl # Timor-Leste
- vn # Vietnam [Viet Nam]
# Southern Asia:
- af # Afghanistan
- bd # Bangladesh
- bt # Bhutan
- in # India
- ir # Iran [Islamic Republic of Iran]
- mv # Maldives
- np # Nepal
- pk # Pakistan
- lk # Sri Lanka
# Western Asia:
- am # Armenia
- az # Azerbaijan
- bh # Bahrain
- cy # Cyprus
- ge # Georgia
- iq # Iraq
- il # Israel
- jo # Jordan
- kw # Kuwait
- lb # Lebanon
- om # Oman
- qa # Qatar
- sa # Saudi Arabia
- ps # Palestine [State of Palestine]
- sy # Syria [Syrian Arab Republic]
- tr # Turkey [Türkiye]
- ae # United Arab Emirates
- ye # Yemen
Europe:
# Eastern Europe:
- by # Belarus
- bg # Bulgaria
- cz # Czech Republic [Czechia]
- cs # Czechoslovakia
- hu # Hungary
- pl # Poland
- md # Moldova [Republic of Moldova]
- ro # Romania
- ru # Russia [Russian Federation]
- su # Soviet Union
- sk # Slovakia
- ua # Ukraine
# Northern Europe:
- ax # Åland Islands
- gg # Guernsey
- je # Jersey
- cq # Sark
- dk # Denmark
- ee # Estonia
- fo # Faroe Islands
- fi # Finland
- is # Iceland
- ie # Ireland
- im # Isle of Man
- lv # Latvia
- lt # Lithuania
- no # Norway
- sj # Svalbard and Jan Mayen Islands [Svalbard and Jan Mayen]
- se # Sweden
- gb # United Kingdom
# Southern Europe:
- al # Albania
- ad # Andorra
- ba # Bosnia and Herzegovina
- hr # Croatia
- gi # Gibraltar
- gr # Greece
- xk # Kosovo
- va # Vatican City [Holy See]
- it # Italy
- mt # Malta
- me # Montenegro
- mk # North Macedonia [Macedonia] [Republic of North Macedonia]
- pt # Portugal
- sm # San Marino
- rs # Serbia
- si # Slovenia
- es # Spain
- yu # Yugoslavia
# Western Europe:
- at # Austria
- be # Belgium
- fr # France [French Republic]
- de # Germany
- dd # East Germany
- li # Liechtenstein
- lu # Luxembourg
- mc # Monaco
- nl # Netherlands
- ch # Switzerland
Oceania:
# Australia and New Zealand:
- au # Australia
- cx # Christmas Island
- cc # Cocos (Keeling) Islands
- hm # Heard Island and McDonald Islands
- nz # New Zealand
- nf # Norfolk Island
# Melanesia:
- fj # Fiji
- nc # New Caledonia
- pg # Papua New Guinea [New Guinea]
- sb # Solomon Islands
- vu # Vanuatu
# Micronesia:
- gu # Guam
- ki # Kiribati
- mh # Marshall Islands
- fm # Micronesia [Federated States of Micronesia]
- nr # Nauru
- mp # Northern Mariana Islands
- pw # Palau
- um # US Minor Outlying Islands
# Polynesia:
- as # American Samoa
- ck # Cook Islands
- pf # French Polynesia
- nu # Niue
- pn # Pitcairn [Pitcairn Islands]
- ws # Samoa
- tk # Tokelau
- to # Tonga
- tv # Tuvalu
- wf # Wallis and Futuna Islands