mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-09 01:38:53 -05:00
update streaming and seasonal
This commit is contained in:
parent
b891f24fcd
commit
3a0ffd214f
@ -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/
|
||||
@ -35,12 +35,12 @@ templates:
|
||||
minimum_items: 2
|
||||
optional:
|
||||
- sonarr_add_missing
|
||||
- name_mapping
|
||||
- sort_title
|
||||
- build_collection
|
||||
- sonarr_folder
|
||||
- sonarr_tag
|
||||
- item_sonarr_tag
|
||||
- name_mapping
|
||||
- sort_title
|
||||
- build_collection
|
||||
minimum_items: <<minimum_items>>
|
||||
tmdb_show: <<value>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/franchise/<<key_name_encoded>>.jpg
|
||||
|
||||
@ -80,20 +80,9 @@ templates:
|
||||
streaming:
|
||||
default:
|
||||
sort_by: release.desc
|
||||
key: <<collection_name>>
|
||||
optional:
|
||||
- use_<<key>>
|
||||
- visible_library_<<key>>
|
||||
- visible_home_<<key>>
|
||||
- visible_shared_<<key>>
|
||||
allowed_library_types:
|
||||
- <<use_<<key>>>>
|
||||
visible_library: <<visible_library_<<key>>>>
|
||||
visible_home: <<visible_home_<<key>>>>
|
||||
visible_shared: <<visible_shared_<<key>>>>
|
||||
ignore_blank_results: true
|
||||
cache_builders: 1
|
||||
smart_label: <<sort_by>>
|
||||
smart_label: <<sort_by_<<key>>>>
|
||||
sync_mode: sync
|
||||
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<key>>-<<library_type>>s
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/<<key_name_encoded>>.jpg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user