You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.0 KiB
98 lines
3.0 KiB
######################################################
|
|
# Seasonal CA Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# #
|
|
# Call this from your config.yml (Movie only): #
|
|
# metadata_path: #
|
|
# - git: PMM/movie/seasonal #
|
|
######################################################
|
|
|
|
templates:
|
|
Holiday:
|
|
smart_label: title.asc
|
|
summary: |-
|
|
A timed collection of <<collection_name>> and other movies that may relate to the season.
|
|
|
|
NOTE: this collection will only be around until <<end_date>>.
|
|
sort_title: +00_<<collection_name>>
|
|
schedule: range(<<start_date>>-<<end_date>>)
|
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/seasonal/<<season>>.jpg
|
|
delete_not_scheduled: true
|
|
visible_home: true
|
|
visible_shared: true
|
|
collections:
|
|
Independence Day Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 06/23
|
|
end_date: 07/11
|
|
season: independence
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls068664510/
|
|
- https://www.imdb.com/list/ls080925875/
|
|
Easter Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 03/22
|
|
end_date: 04/25
|
|
season: easter
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls062665509/
|
|
- https://www.imdb.com/list/ls051733651/
|
|
Valentine's Day Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 02/01
|
|
end_date: 02/29
|
|
season: valentine
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls000094398/
|
|
- https://www.imdb.com/list/ls057783436/
|
|
- https://www.imdb.com/list/ls064427905/
|
|
St. Patrick's Day Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 03/01
|
|
end_date: 03/18
|
|
season: patrick
|
|
imdb_list: https://www.imdb.com/list/ls063934595/
|
|
Thanksgiving Movies:
|
|
template:
|
|
name: Holiday
|
|
###USA###
|
|
start_date: 11/01
|
|
end_date: 11/30
|
|
season: thanksgiving
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls000835734/
|
|
- https://www.imdb.com/list/ls091597850/
|
|
Halloween Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 10/01
|
|
end_date: 10/31
|
|
season: halloween
|
|
imdb_list:
|
|
- https://www.imdb.com/list/ls023118929/
|
|
- https://www.imdb.com/list/ls000099714/
|
|
tmdb_collection:
|
|
- 91361 # Halloween Collection
|
|
- 8581 # A Nightmare on Elm Street Collection
|
|
- 1733 # The Mummy Collection
|
|
- 8091 # Alien Collection
|
|
tmdb_movie:
|
|
- 23437 # A Nightmare on Elm Street (2010)
|
|
Christmas Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 12/01
|
|
end_date: 12/31
|
|
season: christmas
|
|
imdb_list: https://www.imdb.com/list/ls000096828/
|
|
New Year's Day Movies:
|
|
template:
|
|
name: Holiday
|
|
start_date: 12/26
|
|
end_date: 01/04
|
|
season: years
|
|
imdb_list: https://www.imdb.com/list/ls066838460/ |