Update with radarr/sonarr folders

This commit is contained in:
meisnate12
2022-09-20 11:54:13 -04:00
parent 4eb85510cf
commit 92f44d534d
43 changed files with 395 additions and 183 deletions

View File

@@ -21,6 +21,8 @@
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 14 #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -24,6 +24,8 @@
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: "09" #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -21,6 +21,8 @@
# collection_section: 12 #
# # Sets the number of items per collection #
# limit: 100 #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -21,6 +21,8 @@
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 18 #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -8,8 +8,6 @@
# metadata_path: #
# - git: PMM/movie/franchise #
# template_variables: #
# # Add Missing Movies to Radarr #
# radarr_add_missing: true #
# # Sets the collection order of the collection #
# collection_order: alpha #
# # Sets the sort title #
@@ -18,6 +16,14 @@
# minimum_items: 2 #
# # Sets whether to actually build the collection #
# build_collection: true #
# # Adds missing from the collection to radarr #
# radarr_add_missing: #
# # Radarr Folder to add to #
# radarr_folder: #
# # Radarr Tag for added missing #
# radarr_tag: #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
templates:

View File

@@ -21,6 +21,8 @@
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 19 #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -8,33 +8,66 @@
# 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 #
# # Turn the Independence Day collection on/off #
# schedule_independence: range(06/23-07/11) #
# # Turn the Easter collection on/off #
# schedule_easter: range(03/15-04/30) #
# # Turn the Valentine's Day collection on/off #
# schedule_valentine: range(02/01-02/29) #
# # Turn the St. Patrick's Day collection on/off #
# schedule_patrick: range(03/01-03/18) #
# # Turn the Thanksgiving collection on/off #
# schedule_thanksgiving: range(11/01-11/30) #
# # Turn the Halloween collection on/off #
# schedule_halloween: range(10/01-10/31) #
# # Turn the Christmas collection on/off #
# schedule_christmas: range(12/01-12/31) #
# # Turn the New Year's Day collection on/off #
# schedule_years: range(12/26-01/04) #
# #
# # 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: title.asc #
# # Sets the collection mode of the collection #
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: "00" #
# 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:
@@ -43,19 +76,48 @@ external_templates:
templates:
Holiday:
default:
key: <<collection_name>>
sort_by: title.asc
visible_home_<<season>>: true
visible_shared_<<season>>: true
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:
- schedule_<<season>>
- visible_library_<<season>>
schedule: <<schedule_<<season>>>>
visible_library: <<visible_library_<<season>>>>
visible_home: <<visible_home_<<season>>>>
visible_shared: <<visible_shared_<<season>>>>
smart_label: <<sort_by>>
- 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/<<season>>.jpg
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/seasonal/<<key>>.jpg
delete_not_scheduled: true
collections:
@@ -67,7 +129,7 @@ collections:
Independence Day:
template:
- name: Holiday
season: independence
key: independence
schedule_independence: range(06/23-07/11)
- name: shared
imdb_list:
@@ -77,7 +139,7 @@ collections:
Easter:
template:
- name: Holiday
season: easter
key: easter
schedule_easter: range(03/15-04/30)
- name: shared
imdb_list:
@@ -87,7 +149,7 @@ collections:
Valentine's Day:
template:
- name: Holiday
season: valentine
key: valentine
schedule_valentine: range(02/01-02/29)
- name: shared
imdb_list:
@@ -98,16 +160,15 @@ collections:
St. Patrick's Day:
template:
- name: Holiday
season: patrick
key: patrick
schedule_patrick: range(03/01-03/18)
- name: shared
imdb_list: https://www.imdb.com/list/ls063934595/
Thanksgiving:
collection_name: Thanksgiving
template:
- name: Holiday
season: thanksgiving
key: thanksgiving
schedule_thanksgiving: range(11/01-11/30)
- name: shared
imdb_list:
@@ -117,7 +178,7 @@ collections:
Halloween:
template:
- name: Holiday
season: halloween
key: halloween
schedule_halloween: range(10/01-10/31)
- name: shared
imdb_list:
@@ -134,7 +195,7 @@ collections:
Christmas:
template:
- name: Holiday
season: christmas
key: christmas
schedule_christmas: range(12/01-12/31)
- name: shared
imdb_list: https://www.imdb.com/list/ls000096828/
@@ -142,7 +203,7 @@ collections:
New Year's Day:
template:
- name: Holiday
season: years
key: years
schedule_years: range(12/26-01/04)
- name: shared
imdb_list: https://www.imdb.com/list/ls066838460/

View File

@@ -16,10 +16,16 @@
# # Separator style (red, blue, green, gray, #
# purple, stb, orig) #
# sep_style: orig #
# # Add Missing Movies to Radarr #
# radarr_add_missing: true #
# # Sets the collection order of the collection #
# collection_order: alpha #
# # Adds missing from the collection to radarr #
# radarr_add_missing: #
# # Radarr Folder to add to #
# radarr_folder: #
# # Radarr Tag for added missing #
# radarr_tag: #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates:

View File

@@ -21,6 +21,8 @@
# collection_mode: #
# # Sets the value at the start of the sort title #
# collection_section: 20 #
# # Radarr Tag for existing items #
# item_radarr_tag: #
#############################################################
external_templates: