|
|
|
@ -79,45 +79,11 @@ templates:
|
|
|
|
|
key: <<collection_name>>
|
|
|
|
|
sort_by: title.asc
|
|
|
|
|
sort_by_<<key>>: <<sort_by>>
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
radarr_add_missing_<<key>>: <<radarr_add_missing>>
|
|
|
|
|
sonarr_add_missing_<<key>>: <<sonarr_add_missing>>
|
|
|
|
|
radarr_folder_<<key>>: <<radarr_folder>>
|
|
|
|
|
sonarr_folder_<<key>>: <<sonarr_folder>>
|
|
|
|
|
radarr_tag_<<key>>: <<radarr_tag>>
|
|
|
|
|
sonarr_tag_<<key>>: <<sonarr_tag>>
|
|
|
|
|
item_radarr_tag_<<key>>: <<item_radarr_tag>>
|
|
|
|
|
item_sonarr_tag_<<key>>: <<item_sonarr_tag>>
|
|
|
|
|
optional:
|
|
|
|
|
- use_<<key>>
|
|
|
|
|
- schedule_<<key>>
|
|
|
|
|
- visible_library_<<key>>
|
|
|
|
|
- radarr_add_missing
|
|
|
|
|
- sonarr_add_missing
|
|
|
|
|
- radarr_folder
|
|
|
|
|
- sonarr_folder
|
|
|
|
|
- radarr_tag
|
|
|
|
|
- sonarr_tag
|
|
|
|
|
- item_radarr_tag
|
|
|
|
|
- item_sonarr_tag
|
|
|
|
|
allowed_library_types:
|
|
|
|
|
- <<use_<<key>>>>
|
|
|
|
|
schedule: <<schedule_<<key>>>>
|
|
|
|
|
visible_library: <<visible_library_<<key>>>>
|
|
|
|
|
visible_home: <<visible_home_<<key>>>>
|
|
|
|
|
visible_shared: <<visible_shared_<<key>>>>
|
|
|
|
|
radarr_add_missing: <<radarr_add_missing_<<key>>>>
|
|
|
|
|
sonarr_add_missing: <<sonarr_add_missing_<<key>>>>
|
|
|
|
|
radarr_folder: <<radarr_folder_<<key>>>>
|
|
|
|
|
sonarr_folder: <<sonarr_folder_<<key>>>>
|
|
|
|
|
radarr_tag: <<radarr_tag_<<key>>>>
|
|
|
|
|
sonarr_tag: <<sonarr_tag_<<key>>>>
|
|
|
|
|
item_radarr_tag: <<item_radarr_tag_<<key>>>>
|
|
|
|
|
item_sonarr_tag: <<item_sonarr_tag_<<key>>>>
|
|
|
|
|
smart_label: <<sort_by_<<key>>>>
|
|
|
|
|
summary: A collection of <<collection_name>> and other movies that may relate to the season.
|
|
|
|
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/seasonal/<<key>>.jpg
|
|
|
|
|
delete_not_scheduled: true
|
|
|
|
|
|
|
|
|
|
collections:
|
|
|
|
@ -127,54 +93,90 @@ collections:
|
|
|
|
|
separator: seasonal
|
|
|
|
|
|
|
|
|
|
Independence Day:
|
|
|
|
|
variables:
|
|
|
|
|
key: independence
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: independence
|
|
|
|
|
schedule_independence: range(06/23-07/11)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list:
|
|
|
|
|
- https://www.imdb.com/list/ls068664510/
|
|
|
|
|
- https://www.imdb.com/list/ls080925875/
|
|
|
|
|
|
|
|
|
|
Easter:
|
|
|
|
|
variables:
|
|
|
|
|
key: easter
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: easter
|
|
|
|
|
schedule_easter: range(03/15-04/30)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list:
|
|
|
|
|
- https://www.imdb.com/list/ls062665509/
|
|
|
|
|
- https://www.imdb.com/list/ls051733651/
|
|
|
|
|
|
|
|
|
|
Valentine's Day:
|
|
|
|
|
variables:
|
|
|
|
|
key: valentine
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: valentine
|
|
|
|
|
schedule_valentine: range(02/01-02/29)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list:
|
|
|
|
|
- https://www.imdb.com/list/ls000094398/
|
|
|
|
|
- https://www.imdb.com/list/ls057783436/
|
|
|
|
|
- https://www.imdb.com/list/ls064427905/
|
|
|
|
|
|
|
|
|
|
St. Patrick's Day:
|
|
|
|
|
variables:
|
|
|
|
|
key: patrick
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: patrick
|
|
|
|
|
schedule_patrick: range(03/01-03/18)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list: https://www.imdb.com/list/ls063934595/
|
|
|
|
|
|
|
|
|
|
Thanksgiving:
|
|
|
|
|
variables:
|
|
|
|
|
key: thanksgiving
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: thanksgiving
|
|
|
|
|
schedule_thanksgiving: range(11/01-11/30)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list:
|
|
|
|
|
- https://www.imdb.com/list/ls000835734/
|
|
|
|
|
- https://www.imdb.com/list/ls091597850/
|
|
|
|
|
|
|
|
|
|
Halloween:
|
|
|
|
|
variables:
|
|
|
|
|
key: halloween
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: halloween
|
|
|
|
|
schedule_halloween: range(10/01-10/31)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list:
|
|
|
|
|
- https://www.imdb.com/list/ls023118929/
|
|
|
|
|
- https://www.imdb.com/list/ls000099714/
|
|
|
|
@ -187,15 +189,27 @@ collections:
|
|
|
|
|
- 23437 # A Nightmare on Elm Street (2010)
|
|
|
|
|
|
|
|
|
|
Christmas:
|
|
|
|
|
variables:
|
|
|
|
|
key: christmas
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: christmas
|
|
|
|
|
schedule_christmas: range(12/01-12/31)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list: https://www.imdb.com/list/ls000096828/
|
|
|
|
|
|
|
|
|
|
New Year's Day:
|
|
|
|
|
variables:
|
|
|
|
|
key: years
|
|
|
|
|
template:
|
|
|
|
|
- name: Holiday
|
|
|
|
|
key: years
|
|
|
|
|
schedule_years: range(12/26-01/04)
|
|
|
|
|
- name: shared
|
|
|
|
|
visible_home_<<key>>: true
|
|
|
|
|
visible_shared_<<key>>: true
|
|
|
|
|
image: seasonal/<<key>>
|
|
|
|
|
- name: arr
|
|
|
|
|
imdb_list: https://www.imdb.com/list/ls066838460/
|