Seasonal Collections¶
The seasonal
Default Collection File is used to dynamically create seasonal collections based on holidays.
Requirements & Recommendations¶
Supported Library Types: Movie, Show
Collections Section 090¶
Collection | Key | Description |
---|---|---|
Seasonal Collections |
separator |
Separator Collection to denote the Section of Collections. |
Asian American Pacific Islander Movies |
aapi |
Collection of Movies related to Asian American Pacific Islander Month |
Black History Month Movies |
black_history |
Collection of Movies related to Black History Month |
Christmas Movies |
christmas |
Collection of Movies related to Christmas. |
Disability Month Movies |
disabilities |
Collection of Movies related to Disability Month |
Easter Movies |
easter |
Collection of Movies related to Easter. |
Father's Day Movies |
father |
Collection of Movies related to Father's Day. |
Halloween Movies |
halloween |
Collection of Movies related to Halloween. |
Independence Day Movies |
independence |
Collection of Movies related to Independence Day. |
Labor Day Movies |
labor |
Collection of Movies related to Labor Day. |
LGBTQ Month Movies |
lgbtq |
Collection of Movies related to LGBTQ Month |
Memorial Day Movies |
memorial |
Collection of Movies related to Memorial Day. |
Mother's Day Movies |
mother |
Collection of Movies related to Mother's Day. |
National Hispanic Heritage Movies |
latinx |
Collection of Movies related to National Hispanic Heritage Month |
New Year's Day Movies |
years |
Collection of Movies related to New Year's Day. |
St. Patrick's Day Movies |
patrick |
Collection of Movies related to St. Patrick's Day. |
Thanksgiving Movies |
thanksgiving |
Collection of Movies related to Thanksgiving. |
Valentine's Day Movies |
valentine |
Collection of Movies related to Valentine's Day. |
Veteran's Day Movies |
veteran |
Collection of Movies related to Veteran's Day. |
Women's History Month Movies |
women |
Collection of Movies related to Women's History Month |
Config¶
The below YAML in your config.yml will create the collections:
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.
Example Template Variable Amendments (Click to Expand)
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: seasonal
template_variables:
use_independence: false #(1)!
schedule_thanksgiving: range(10/01-10/30) #(2)!
sort_by: random #(3)!
tmdb_collection_years: #(4)!
- 1234
- 5678
tmdb_movie_valentine: #(5)!
- 4321
- 8765
imdb_list_patrick: https://www.imdb.com/list/ls089196478/ #(6)!
imdb_search_easter: #(7)!
list.any:
- ls075298827
- ls000099714
trakt_list_mother: #(8)!
- https://trakt.tv/users/robertsnorlax/lists/arizona-westerns
- https://trakt.tv/users/pullsa/lists/the-96th-academy-awards-oscars-2024
mdblist_list_memorial: https://mdblist.com/lists/rizreflects/world-war-related-movies #(9)!
letterboxd_list_father: https://letterboxd.com/patrickb15/list/fathers-day/ #(10)!
append_data:
apes: Planet of the Apes Day #(11)!
schedule_apes: range(11/24-11/26) #(12)!
imdb_list_apes: https://www.imdb.com/list/ls005126084/ #(13)!
emoji_apes: "🐵 " #(14)!
- Do not create the "Independence Day" collection
- Set a custom schedule for the Thanksgiving Day collection
- Sort the collections created by this file in random order
- Add two TMDB collections to the "New Year's Day" collection
- Add two movies to the "Valentine's Day" collection
- Replace the IMDb List for the "St. Patrick's Day" collection
- Add the contents of two IMDB lists to the "Easter" collection
- Replace the lists for the "Mother's Day" collection with two Trakt lists
- Replace the source list for the "Memorial Day" collection with a MDBList
- Replace the source list for the "Father's Day" collection with a Letterboxd list
- Create a new Seasonal collection called "Planet of the Apes Day", and set the key for this collection to
apes
- Set a scheduled range for the "Planet of the Apes Day" collection. Planet Of The Apes Day is 11/25.
- Add an IMDb List to be used for the "Planet of the Apes Day" collection
- Add the 🐵 emoji to the "Planet of the Apes Day" collection so that the title in Plex is "🐵 Planet of the Apes Day Movies"
-
File-Specific Template Variables are variables available specifically for this Kometa Defaults File.
-
Shared Template Variables are additional variables shared across the Kometa Defaults.
-
Shared Separator Variables are additional variables available since this Default contains a Separator.
Variable | Description & Values | ||||
---|---|---|---|---|---|
emoji |
Description: Prefix an emoji to the title of Collections. Values: Any emoji followed by a space, all wrapped in quotes (i.e. "🎅 ") |
||||
emoji_<<key>> 1 |
Description: Prefix an emoji to the title of the specified key's collection. Overrides the default emoji for that collection if used. Values: Any emoji followed by a space, all wrapped in quotes (i.e. "🔥 ") |
||||
imdb_list_<<key>> 1 |
Description: Adds the Movies in the IMDb List to the specified key's collection. Values: List of IMDb List URLs |
||||
imdb_search_<<key>> 1 |
Description: Adds the Movies in the IMDb Search to the specified key's collection. Overrides the default imdb_search for that collection if used. Values: List of IMDb List URLs |
||||
letterboxd_list_<<key>> 1 |
Description: Adds the Movies in the Letterboxd List to the specified key's collection. Values: List of Letterboxd List URLs |
||||
mdblist_list_<<key>> 1 |
Description: Adds the Movies in the MDb List to the specified key's collection. Overrides the default mdblist_list for that collection if used. Values: List of MDBList URLs |
||||
tmdb_collection_<<key>> 1 |
Description: Adds the TMDb Collection IDs given to the specified key's collection. Overrides the default tmdb_collection for that collection if used. Values: List of TMDb Collection IDs |
||||
tmdb_movie_<<key>> 1 |
Description: Adds the TMDb Movie IDs given to the specified key's collection. Overrides the default tmdb_movie for that collection if used. Values: List of TMDb Movie IDs |
||||
trakt_list_<<key>> 1 |
Description: Adds the Movies in the Trakt List to the specified key's collection. Overrides the default trakt_list for that collection if used. Values: List of Trakt List URLs |
||||
schedule |
Description: Changes the Schedule for all collections in this file. Use daily to have all collections show.Values: Any Schedule Option |
||||
schedule_<<key>> 1 |
Description: Changes the Schedule of the specified key's collection. Overrides the default schedule for that collection if used. Values: Any Schedule Option |
||||
data |
Description: Overrides the default data dictionary. Defines the data that the custom dynamic collection processes. Values: Dictionary List of keys/names |
||||
append_data |
Description: Appends to the default data dictionary. Values: Dictionary List of keys/names |
||||
remove_data |
Description: Removes from the default data dictionary. Values: List of keys to remove |
||||
exclude |
Description: Exclude these Seasons from creating a Dynamic Collection. Values: List of Seasons Keys |
||||
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 key's collection. Default: limit Values: Number Greater than 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 key's collection. Default: sort_by Values: Any smart_filter Sort Option |
||||
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 key's collection. Default: sync_mode Values:
|
||||
name_format |
Description: Changes the title format of the Dynamic Collections. Default: <<key_name>> <<library_translationU>>s Values: Any string with <<key_name>> in it. |
||||
summary_format |
Description: Changes the summary format of the Dynamic Collections. Default: A collection of <<key_name>> <<library_translation>>s that may relate to the season. Values: Any string with <<key_name>> in it. |
- Each default collection has a
key
that you must replace<<key>>
with when using this Template Variable. These keys are found in the table at the top of this page.
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 | ||||||||
---|---|---|---|---|---|---|---|---|---|
collection_mode |
Description: Controls the collection mode of all collections in a Defaults File. Values:
|
||||||||
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 |
||||||||
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 |
||||||||
file_background_<<key>> 1 |
Description: Sets the background filepath of the key's collection. Values: Filepath directly to the Image |
||||||||
file_background |
Description: Sets the background filepath for all collections. Values: Filepath directly to the Image |
||||||||
file_poster_<<key>> 1 |
Description: Sets the poster filepath of the key's collection. Values: Filepath directly to the Image |
||||||||
file_poster |
Description: Sets the poster filepath for all collections. Values: Filepath directly to the Image |
||||||||
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 |
||||||||
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 key's collection. Default: item_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_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 key's collection. Default: item_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 |
||||||||
language |
Description: Set the language of Collection Names and Summaries Default: default Values: default (English), fr (French), or de (German) |
||||||||
minimum_items_<<key>> 1 |
Description: Set the number of minimum items for a collection to be created for the key's collection. Values: Any number greater than 0 |
||||||||
minimum_items |
Description: Set the number of minimum items for a collection to be created for all collections. Values: Any number greater than 0 |
||||||||
name_<<key>> 1 |
Description: Changes the name of the key's collection. Values: New Collection Name |
||||||||
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 |
||||||||
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 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 key's collection.Default: radarr_folder Values: Folder Path |
||||||||
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 key's collection.Values: true or false |
||||||||
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 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 key's collection.Default: radarr_tag Values: List or comma-separated string of tags |
||||||||
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 key's collection.Values: true or false |
||||||||
schedule_<<key>> |
Description: Set the schedule for a specific key's collection. Values: Any Scheduling Option |
||||||||
schedule |
Description: Set the schedule for all of the collections in a Defaults File. Values: Any Scheduling Option |
||||||||
sonarr_add_missing_<<key>> 1 |
Description: Override Sonarr add_missing attribute of the key's collection.Default: sonarr_add_missing 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_folder_<<key>> 1 |
Description: Override Sonarr root_folder_path attribute of the key's collection.Default: sonarr_folder Values: Folder Path |
||||||||
sonarr_folder |
Description: Override Sonarr root_folder_path attribute for all collections in a Defaults File.Values: Folder Path |
||||||||
sonarr_monitor_existing_<<key>> 1 |
Description: Override Sonarr monitor_existing attribute of the 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_search_<<key>> 1 |
Description: Override Sonarr search attribute of the key's collection.Default: sonarr_search Values: true or false |
||||||||
sonarr_search |
Description: Override Sonarr search attribute or all collections in a Defaults File.Values: true or false |
||||||||
sonarr_tag_<<key>> 1 |
Description: Override Sonarr tag attribute of the key's collection.Default: sonarr_tag Values: List or comma-separated string of tags |
||||||||
sonarr_tag |
Description: Override Sonarr tag attribute for all collections in a Defaults File.Values: List or comma-separated string of tags |
||||||||
sonarr_upgrade_existing_<<key>> 1 |
Description: Override Sonarr upgrade_existing attribute of the key's collection.Values: true or false |
||||||||
sonarr_upgrade_existing |
Description: Override Sonarr upgrade_existing attribute for all collections in a Defaults File.Values: true or false |
||||||||
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 |
||||||||
summary_<<key>> 1 |
Description: Changes the summary of the key's collection. Values: New Collection Summary |
||||||||
url_background_<<key>> 1 |
Description: Sets the background url of the key's collection. Values: URL directly to the Image |
||||||||
url_background |
Description: Sets the background url for all collections. Values: URL directly to the Image |
||||||||
url_poster_<<key>> 1 |
Description: Changes the poster url of the key's collection. Values: URL directly to the Image |
||||||||
url_poster |
Description: Changes the poster url for all collections. Values: URL directly to the Image |
||||||||
use_<<key>> 1 |
Description: Turns off individual Collections in a Defaults File. Values: false to turn off the collection |
||||||||
use_all |
Description: Turns off all Collections in a Defaults File. Values: false to turn off the collection |
||||||||
visible_home_<<key>> 1 |
Description: Controls visible on Home Tab of the key's collection. (Only works with Plex Pass) Default: visible_home Values:
|
||||||||
visible_home |
Description: Controls visible on Home 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 key's collection. (Only works with Plex Pass) Default: visible_library Values:
|
||||||||
visible_library |
Description: Controls visible on Library Recommended 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 key's collection. (Only works with Plex Pass) Default: visible_shared Values:
|
||||||||
visible_shared |
Description: Controls visible on Shared Users' Home Tab for all collections in a Defaults File. (Only works with Plex Pass) Values:
|
- Each default collection has a
key
that when calling to effect a specific collection you must replace<<key>>
with when calling.
Variable | Description & Values | ||||||||
---|---|---|---|---|---|---|---|---|---|
collection_mode |
Description: Controls the collection mode of all collections in a Defaults File. Values:
|
||||||||
collection_section |
Description: Changes the sort order of the collection sections against other default collection sections. Values: Any number |
||||||||
name_separator |
Description: Changes the name of the key's collection. Values: New Collection Name |
||||||||
placeholder_imdb_id |
Description: Add a placeholder Movie/Show to the Separator. Valid for Movie or Show libraries assuming the ID points to an item of the correct type. Values: IMDb ID |
||||||||
placeholder_tmdb_movie |
Description: Add a placeholder Movie to the Separator. Only valid for Movie libraries. Values: TMDb Movie ID |
||||||||
placeholder_tvdb_show |
Description: Add a placeholder Show to the Separator. Only valid for Show libraries. Values: TVDb Show ID |
||||||||
sep_style |
Description: Choose the Separator Style. Default: orig Values: amethyst , aqua , blue , forest , fuchsia , gold , gray , green , navy , ocean , olive , orchid , orig , pink , plum , purple , red , rust , salmon , sand , stb , or tan |
||||||||
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>>_!<<title>> Values: Any String |
||||||||
summary_separator |
Description: Changes the summary of the key's collection. Values: New Collection Summary |
||||||||
url_poster_separator |
Description: Changes the poster url of the key's collection. Values: URL directly to the Image |
||||||||
use_separator |
Description: Turn the Separator Collection off. Values: false to turn of the collection |
Default Value Source¶
This is a reference showing the source of the data used in this Defaults File.
Nothing in this section is required for using the Defaults File, but it can be useful for understanding where the data comes from.
Nothing in this section is directly useful for customizing this Defaults File.
Nothing here is a code example for end user use. It all looks like code, since it is taken directly from the Kometa source code to ensure it is up-to-date and accurate, but it is not intended for end user use, and is expressed in a different format to the way you would customize the defaults via Template Variables.
I want to customize this default
To learn how to customize any Defaults File using Template Variables see the Defaults Usage Guide.
Each Defaults File has its own set of Template Variables, which are used to control the behavior of that default. The Template Variables for this file can be found here.
I want to know what's behind the defaults
The lists provided here are for reference to show what values will be in use if no customization is done.
These do not show how to customize the defaults.
Nothing here is a code example for end user use. It all looks like code, since it is taken directly from the Kometa source code to ensure it is up-to-date and accurate, but it is not intended for end user use.
These lists are provided for reference only.
If you want to customize these collections, refer to the Defaults Usage Guide to learn how to use Template Variables.
The Seasonal collections are based on lists from a few different sources.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
data:
years: New Year's Day
valentine: Valentine's Day
patrick: St. Patrick's Day
easter: Easter
mother: Mother's Day
memorial: Memorial Day
father: Father's Day
independence: Independence Day
labor: Labor Day
halloween: Halloween
veteran: Veteran's Day
thanksgiving: Thanksgiving
christmas: Christmas
aapi: Asian American & Pacific Islander Heritage Month
disabilities: Day of Persons with Disabilities
black_history: Black History Month
lgbtq: LGBTQ+ Pride Month
latinx: Latinx Heritage Month
women: Women's History Month
Tip
Pass schedule_<<key>>
to the file as Template Variables to change this value per collection.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
schedule:
years: range(12/26-01/04)
valentine: range(02/01-02/29)
patrick: range(03/01-03/18)
easter: range(03/20-04/30)
mother: range(05/05-05/10)
memorial: range(5/18-6/7)
father: range(06/15-06/20)
independence: range(06/23-07/11)
labor: range(09/01-09/10)
halloween: range(10/01-10/31)
veteran: range(11/01-11/30)
thanksgiving: range(11/01-11/30)
christmas: range(12/01-12/31)
aapi: range(04/30-05/31)
disabilities: range(12/02-12/04)
black_history: range(02/01-03/01)
lgbtq: range(05/31-06/30)
latinx: range(09/15-10/15)
women: range(02/28-03/31)
Tip
Pass imdb_search_<<key>>
to the file as Template Variables to change this value per collection.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
imdb_search:
years:
list.any: ls066838460
limit: 500
black_history:
list.any: ls023525790
limit: 500
disabilities:
keyword.any: disability
limit: 500
valentine:
list.any:
- ls032692441
- ls000094398
- ls057783436
- ls064427905
limit: 500
patrick:
list.any: ls067580975
limit: 500
easter:
list.any:
- ls062665509
- ls051733651
limit: 500
mother:
keyword.any: motherhood, pregnancy
limit: 500
memorial:
list.any: ls526590990
limit: 500
father:
keyword.any: fatherhood
limit: 500
independence:
list.any:
- ls561449172
- ls541213215
- ls068664510
- ls080925875
limit: 500
labor:
list.any: ls002014923
limit: 500
lgbtq:
list.any: ls080580859
limit: 500
halloween:
list.any:
- ls546214737
- ls023118929
- ls000099714
limit: 500
veteran:
list.any:
- ls526590990
- ls565595526
limit: 500
thanksgiving:
keyword.any: thanksgiving
limit: 500
women:
type: movie
keyword.any: women in film, women's rights, women's suffrage, womens rights, womens suffrage
sort_by: rating.desc
limit: 500
Tip
Pass tmdb_collection_<<key>>
to the file as Template Variables to change this value per collection.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
tmdb_collection:
halloween:
- 185103 # Hotel Transylvania
- 11716 # Addams Family
- 750822 # Addams Family Animated
- 313086 # Conjuring
- 91361 # Halloween Collection
- 8581 # A Nightmare on Elm Street Collection
- 1733 # The Mummy Collection
- 8091 # Alien Collection
- 2980 # Ghostbusters
- 751156 # Hocus Pocus
Tip
Pass tmdb_movie_<<key>>
to the file as Template Variables to change this value per collection.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
tmdb_movie:
halloween:
- 23437 # A Nightmare on Elm Street (2010)
Tip
Pass mdblist_list_<<key>>
to the file as Template Variables to change this value per collection.
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
mdblist_list:
aapi:
- https://mdblist.com/lists/k0meta/asian-american-pacific-islander-heritage-month
christmas:
- https://mdblist.com/lists/k0meta/external/46597
disabilities:
- https://mdblist.com/lists/k0meta/day-of-persons-with-disabilities
lgbtq:
- https://mdblist.com/lists/k0meta/lgbtq-pride-month
latinx:
- https://mdblist.com/lists/k0meta/latinx-heritage-month
Tip
Pass letterboxd_list_<<key>>
to the file as Template Variables to change this value per collection.
- default: seasonal
template_variables:
letterboxd_list_christmas: https://letterboxd.com/patrickb15/list/christmas
These lists are provided for reference only. If you want to customize this default, refer to "I want to customize this default".
###############################################################################
################################## 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 ############
###############################################################################
letterboxd_list:
black_history:
- https://letterboxd.com/mardarrius/list/black-is-beautiful/