|
|
|
#############################################################
|
|
|
|
# Seasonal Collections #
|
|
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
|
|
#############################################################
|
|
|
|
# Call this from your config.yml (Movie only) #
|
|
|
|
# If nothing is specified these are the defaults #
|
|
|
|
# #
|
|
|
|
# metadata_path: #
|
|
|
|
# - git: PMM/movie/seasonal #
|
|
|
|
# template_variables: #
|
|
|
|
# # Sets the collection mode of the collection #
|
|
|
|
# collection_mode: #
|
|
|
|
# # Sets the value at the start of the sort title #
|
|
|
|
# collection_section: "00" #
|
|
|
|
# # Sets how all collections are sorted #
|
|
|
|
# sort_by: title.asc #
|
|
|
|
# # Turn the separator collection on/off #
|
|
|
|
# use_separator: false #
|
|
|
|
# # Separator style (red, blue, green, gray, #
|
|
|
|
# purple, stb, orig) #
|
|
|
|
# sep_style: orig #
|
|
|
|
# #
|
|
|
|
# # For each collection use the "key" to set #
|
|
|
|
# # the options. #
|
|
|
|
# # Available collections #
|
|
|
|
# # KEY COLLECTION #
|
|
|
|
# # independence Independence Day #
|
|
|
|
# # easter Easter #
|
|
|
|
# # valentine Valentine's Day #
|
|
|
|
# # patrick St. Patrick's Day #
|
|
|
|
# # thanksgiving Thanksgiving #
|
|
|
|
# # halloween Halloween #
|
|
|
|
# # christmas Christmas #
|
|
|
|
# # years New Year's Day #
|
|
|
|
# #
|
|
|
|
# # Available options. Replace "key" with the #
|
|
|
|
# # desired collection's key from the chart above. #
|
|
|
|
# #
|
|
|
|
# # Turn the collection on/off #
|
|
|
|
# use_key: true #
|
|
|
|
# # Set the schedule of a collection. #
|
|
|
|
# schedule_key: #
|
|
|
|
# #
|
|
|
|
# # Default Schedules #
|
|
|
|
# # KEY COLLECTION #
|
|
|
|
# # independence range(06/23-07/11) #
|
|
|
|
# # easter range(03/15-04/30) #
|
|
|
|
# # valentine range(02/01-02/29) #
|
|
|
|
# # patrick range(03/01-03/18) #
|
|
|
|
# # thanksgiving range(11/01-11/30) #
|
|
|
|
# # halloween range(10/01-10/31) #
|
|
|
|
# # christmas range(12/01-12/31) #
|
|
|
|
# # years range(12/26-01/04) #
|
|
|
|
# #
|
|
|
|
# # Sets how the collection is sorted #
|
|
|
|
# sort_by_key: title.asc #
|
|
|
|
# # Set visible_library for the collection #
|
|
|
|
# visible_library_key: #
|
|
|
|
# # Set visible_home for the collection #
|
|
|
|
# visible_home_key: #
|
|
|
|
# # Set visible_shared for the collection #
|
|
|
|
# visible_shared_key: #
|
|
|
|
# # Adds missing from the collection to radarr #
|
|
|
|
# radarr_add_missing_key: #
|
|
|
|
# # Radarr Folder to add to #
|
|
|
|
# radarr_folder_key: #
|
|
|
|
# # Radarr Tag for added missing #
|
|
|
|
# radarr_tag_key: #
|
|
|
|
# # Radarr Tag for existing items #
|
|
|
|
# item_radarr_tag_key: #
|
|
|
|
#############################################################
|
|
|
|
|
|
|
|
external_templates:
|
|
|
|
pmm: templates
|
|
|
|
|
|
|
|
translations:
|
|
|
|
pmm: translations
|
|
|
|
|
|
|
|
templates:
|
|
|
|
holiday:
|
|
|
|
default:
|
|
|
|
key: <<collection_name>>
|
|
|
|
sort_by: title.asc
|
|
|
|
sort_by_<<key>>: <<sort_by>>
|
|
|
|
schedule_<<key>>: <<schedule>>
|
|
|
|
optional:
|
|
|
|
- schedule
|
|
|
|
- tmdb_collection
|
|
|
|
- tmdb_movie
|
|
|
|
schedule: <<schedule_<<key>>>>
|
|
|
|
smart_label: <<sort_by_<<key>>>>
|
|
|
|
delete_not_scheduled: true
|
|
|
|
tmdb_collection: <<tmdb_collection>>
|
|
|
|
tmdb_movie: <<tmdb_movie>>
|
|
|
|
cache_builders: 1
|
|
|
|
|
|
|
|
collections:
|
|
|
|
Seasonal Collections:
|
|
|
|
template:
|
|
|
|
- name: separator off
|
|
|
|
separator: seasonal
|
|
|
|
|
|
|
|
dynamic_collections:
|
|
|
|
Seasonal:
|
|
|
|
type: custom
|
|
|
|
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
|
|
|
|
thanksgiving: Thanksgiving
|
|
|
|
christmas: Christmas
|
|
|
|
title_format: <<key_name>> <<library_typeU>>s
|
|
|
|
template:
|
|
|
|
- holiday
|
|
|
|
- translation
|
|
|
|
- shared
|
|
|
|
- arr
|
|
|
|
- imdb
|
|
|
|
template_variables:
|
|
|
|
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)
|
|
|
|
thanksgiving: range(11/01-11/30)
|
|
|
|
christmas: range(12/01-12/31)
|
|
|
|
imdb_list:
|
|
|
|
years: https://www.imdb.com/list/ls066838460/
|
|
|
|
valentine:
|
|
|
|
- https://www.imdb.com/list/ls000094398/
|
|
|
|
- https://www.imdb.com/list/ls057783436/
|
|
|
|
- https://www.imdb.com/list/ls064427905/
|
|
|
|
patrick: https://www.imdb.com/list/ls063934595/
|
|
|
|
easter:
|
|
|
|
- https://www.imdb.com/list/ls062665509/
|
|
|
|
- https://www.imdb.com/list/ls051733651/
|
|
|
|
mother: https://www.imdb.com/list/ls072551197/
|
|
|
|
memorial: https://www.imdb.com/list/ls002014923/
|
|
|
|
father: https://www.imdb.com/list/ls020471057/
|
|
|
|
independence:
|
|
|
|
- https://www.imdb.com/list/ls068664510/
|
|
|
|
- https://www.imdb.com/list/ls080925875/
|
|
|
|
labor: https://www.imdb.com/list/ls002014923/
|
|
|
|
halloween:
|
|
|
|
- https://www.imdb.com/list/ls023118929/
|
|
|
|
- https://www.imdb.com/list/ls000099714/
|
|
|
|
thanksgiving:
|
|
|
|
- https://www.imdb.com/list/ls000835734/
|
|
|
|
- https://www.imdb.com/list/ls091597850/
|
|
|
|
christmas: https://www.imdb.com/list/ls000096828/
|
|
|
|
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
|
|
|
|
tmdb_movie:
|
|
|
|
halloween:
|
|
|
|
- 23437 # A Nightmare on Elm Street (2010)
|
|
|
|
visible_home_<<key>>:
|
|
|
|
default: true
|
|
|
|
visible_shared_<<key>>:
|
|
|
|
default: true
|
|
|
|
image:
|
|
|
|
default: seasonal/<<key>>
|
|
|
|
translation_key:
|
|
|
|
default: season
|
|
|
|
|