Plex-Meta-Manager/defaults/movie/seasonal.yml

220 lines
7 KiB
YAML
Raw Normal View History

2022-10-10 20:56:05 +00:00
##############################################################################
# Seasonal Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
2024-01-05 21:06:39 +00:00
# https://metamanager.wiki/en/latest/defaults/movie/seasonal #
2022-10-10 20:56:05 +00:00
##############################################################################
2022-09-27 06:19:29 +00:00
external_templates:
2022-10-01 07:45:58 +00:00
pmm: templates
2022-09-27 06:19:29 +00:00
templates:
2022-10-01 07:45:58 +00:00
holiday:
2022-09-27 06:19:29 +00:00
default:
2022-12-09 16:30:18 +00:00
sync_mode: sync
sync_mode_<<key>>: <<sync_mode>>
2022-09-27 06:19:29 +00:00
sort_by: title.asc
sort_by_<<key>>: <<sort_by>>
2022-10-01 07:45:58 +00:00
schedule_<<key>>: <<schedule>>
2022-10-10 20:56:05 +00:00
limit_<<key>>: <<limit>>
2022-10-12 14:02:58 +00:00
tmdb_collection_<<key>>: <<tmdb_collection>>
tmdb_movie_<<key>>: <<tmdb_movie>>
imdb_list_<<key>>: <<imdb_list>>
2023-12-26 22:07:38 +00:00
imdb_search_<<key>>: <<imdb_search>>
2022-10-12 14:02:58 +00:00
trakt_list_<<key>>: <<trakt_list>>
2022-12-06 16:34:31 +00:00
mdblist_list_<<key>>: <<mdblist_list>>
summary_<<key>>: <<summary_format>>
name_<<key>>: <<name_format>>
2023-03-30 19:51:04 +00:00
emoji: ""
2022-10-12 14:02:58 +00:00
emoji_<<key>>: <<emoji>>
2022-09-27 06:19:29 +00:00
optional:
2022-10-01 07:45:58 +00:00
- schedule
- tmdb_collection
- tmdb_movie
2022-10-10 20:56:05 +00:00
- limit
2022-10-12 14:02:58 +00:00
- imdb_list
2023-12-26 22:07:38 +00:00
- imdb_search
2022-10-12 14:02:58 +00:00
- trakt_list
2022-12-06 16:34:31 +00:00
- mdblist_list
2023-04-07 20:03:59 +00:00
- summary_format
- name_format
2023-03-30 19:51:04 +00:00
- key_name
- translation_key
- limit
2022-10-10 20:56:05 +00:00
smart_label:
sort_by: <<sort_by_<<key>>>>
limit: <<limit_<<key>>>>
all:
label: <<smart_label>>
2022-09-27 06:19:29 +00:00
schedule: <<schedule_<<key>>>>
delete_not_scheduled: true
2022-12-09 16:30:18 +00:00
sync_mode: <<sync_mode_<<key>>>>
2022-10-12 14:02:58 +00:00
tmdb_collection: <<tmdb_collection_<<key>>>>
tmdb_movie: <<tmdb_movie_<<key>>>>
imdb_list: <<imdb_list_<<key>>>>
2023-12-26 22:07:38 +00:00
imdb_search: <<imdb_search_<<key>>>>
2022-10-12 14:02:58 +00:00
trakt_list: <<trakt_list_<<key>>>>
2022-12-06 16:34:31 +00:00
mdblist_list: <<mdblist_list_<<key>>>>
2022-10-01 07:45:58 +00:00
cache_builders: 1
2023-03-30 19:51:04 +00:00
translation_key: <<translation_key>>
key_name: <<key_name>>
2022-10-12 14:02:58 +00:00
summary: <<summary_<<key>>>>
2023-03-30 19:51:04 +00:00
name: <<name_<<key>>>>
limit: <<limit_<<key>>>>
translation_prefix: <<emoji_<<key>>>>
2022-09-27 06:19:29 +00:00
collections:
Seasonal Collections:
template:
2022-10-12 14:02:58 +00:00
- name: separator
2022-09-27 06:19:29 +00:00
separator: seasonal
2022-10-12 14:02:58 +00:00
use_separator: false
key_name: Seasonal
translation_key: separator
2022-09-27 06:19:29 +00:00
2022-10-01 07:45:58 +00:00
dynamic_collections:
Seasonal:
type: custom
data:
2022-10-12 14:02:58 +00:00
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
2022-10-12 14:02:58 +00:00
thanksgiving: Thanksgiving
christmas: Christmas
2023-06-16 21:59:31 +00:00
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
2022-10-04 19:24:01 +00:00
title_format: <<key_name>> <<library_typeU>>s
2022-09-27 06:19:29 +00:00
template:
2022-10-01 07:45:58 +00:00
- holiday
- shared
- arr
template_variables:
2024-01-07 08:07:13 +00:00
# check1
2022-10-12 14:02:58 +00:00
emoji:
years: "🎊 "
valentine: "💘 "
patrick: "☘ "
easter: "🐰 "
mother: "🤱 "
memorial: "🪖 "
father: "👨 "
independence: "🎆 "
labor: "⚒ "
halloween: "🎃 "
veteran: "🎖"
2022-10-12 14:02:58 +00:00
thanksgiving: "🦃 "
christmas: "🎅 "
2023-06-16 21:59:31 +00:00
aapi: "🌊🌺 "
disabilities: "♿ "
lgbtq: "🏳️‍🌈 "
latinx: "🪅 "
women: "🚺 "
black_history: "✊ 🏿 "
2024-01-07 08:07:13 +00:00
# check2
2022-10-01 07:45:58 +00:00
schedule:
years: range(12/26-01/04)
valentine: range(02/01-02/29)
patrick: range(03/01-03/18)
2022-10-03 13:13:06 +00:00
easter: range(03/20-04/30)
2022-10-03 19:32:50 +00:00
mother: range(05/05-05/10)
2022-10-03 13:13:06 +00:00
memorial: range(5/18-6/7)
2022-10-01 07:45:58 +00:00
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)
2022-10-01 07:45:58 +00:00
thanksgiving: range(11/01-11/30)
christmas: range(12/01-12/31)
2023-06-16 21:59:31 +00:00
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)
2024-01-07 08:07:13 +00:00
# check3
2022-10-01 07:45:58 +00:00
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/ls561621160/
2022-10-01 07:45:58 +00:00
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/
veteran:
- https://www.imdb.com/list/ls565595526/
2022-10-01 07:45:58 +00:00
thanksgiving:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
christmas: https://www.imdb.com/list/ls000096828/
2024-01-07 08:07:13 +00:00
# check4
2023-12-26 22:07:38 +00:00
imdb_search:
2023-06-16 21:59:31 +00:00
women:
2024-01-05 21:06:39 +00:00
keyword.any: women in film, womens rights, womens suffrage
sort_by: rating.desc
limit: 500
2024-01-07 08:07:13 +00:00
# check5
2022-10-01 07:45:58 +00:00
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
2024-01-07 08:07:13 +00:00
# check6
2022-10-01 07:45:58 +00:00
tmdb_movie:
halloween:
- 23437 # A Nightmare on Elm Street (2010)
2024-01-07 08:07:13 +00:00
# check7
2023-06-16 21:59:31 +00:00
mdblist_list:
aapi:
- https://mdblist.com/lists/plexmetamanager/asian-american-pacific-islander-heritage-month
disabilities:
- https://mdblist.com/lists/plexmetamanager/day-of-persons-with-disabilities
lgbtq:
- https://mdblist.com/lists/plexmetamanager/lgbtq-pride-month
latinx:
- https://mdblist.com/lists/plexmetamanager/latinx-heritage-month
2024-01-07 08:07:13 +00:00
# check8
2023-06-16 21:59:31 +00:00
trakt_list:
black_history:
- https://trakt.tv/users/hoochzilla/lists/black-cinema?display=movie&sort=title,asc
- https://trakt.tv/users/bluephi8/lists/black-history?display=movie&sort=title,asc
2024-01-07 08:07:13 +00:00
# check9
visible_home:
2022-10-01 07:45:58 +00:00
default: true
visible_shared:
2022-10-01 07:45:58 +00:00
default: true
image:
default: seasonal/<<key>>
translation_key:
2023-04-02 15:38:14 +00:00
default: seasonal