From df13eb213019bb4c86b7004c77231c7c0c7102dc Mon Sep 17 00:00:00 2001 From: jpcoker3 <111995337+jpcoker3@users.noreply.github.com> Date: Fri, 25 Nov 2022 13:02:14 -0600 Subject: [PATCH 1/3] Add files via upload --- jpcoker3/Movie/streaming.yml | 117 +++++++++++++++++++++ jpcoker3/Movie/studio.yml | 173 +++++++++++++++++++++++++++++++ jpcoker3/Movies.yml | 77 ++++++++++++++ jpcoker3/TV/TVShows.yml | 44 ++++++++ jpcoker3/TV/streaming.yml | 121 +++++++++++++++++++++ jpcoker3/TV/studio.yml | 173 +++++++++++++++++++++++++++++++ jpcoker3/imdb.yml | 102 ++++++++++++++++++ jpcoker3/streaming.yml | 135 ++++++++++++++++++++++++ jpcoker3/templates/templates.yml | 105 +++++++++++++++++++ 9 files changed, 1047 insertions(+) create mode 100644 jpcoker3/Movie/streaming.yml create mode 100644 jpcoker3/Movie/studio.yml create mode 100644 jpcoker3/Movies.yml create mode 100644 jpcoker3/TV/TVShows.yml create mode 100644 jpcoker3/TV/streaming.yml create mode 100644 jpcoker3/TV/studio.yml create mode 100644 jpcoker3/imdb.yml create mode 100644 jpcoker3/streaming.yml create mode 100644 jpcoker3/templates/templates.yml diff --git a/jpcoker3/Movie/streaming.yml b/jpcoker3/Movie/streaming.yml new file mode 100644 index 0000000..8378fa3 --- /dev/null +++ b/jpcoker3/Movie/streaming.yml @@ -0,0 +1,117 @@ +############################################################# +# Streaming Service Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/streaming # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "03" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # all4 All 4 # +# # appletv Apple TV+ # +# # bet BET+ # +# # britbox BritBox # +# # disney Disney+ # +# # hayu hayu # +# # hbomax HBO Max # +# # hulu Hulu # +# # netflix Netflix # +# # now NOW # +# # paramount Paramount+ # +# # peacock Peacock # +# # amazon Prime Video # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # 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: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "03" + +templates: + streaming: + default: + sort_by: release.desc + sort_by_<>: <> + ignore_blank_results: true + cache_builders: 1 + smart_label: <>>> + sync_mode: sync + mdblist_list: https://mdblist.com/lists/plexmetamanager/<>-<>s + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/<>.jpg + +collections: + Streaming Collections: + template: + - name: separator + separator: streaming + +dynamic_collections: + Streaming: + type: custom + data: + appletv: Apple TV+ + disney: Disney+ + hbomax: HBO Max + hulu: Hulu + netflix: Netflix + paramount: Paramount+ + peacock: Peacock + amazon: Prime Video + youtube: YouTube + title_format: <> <>s + template_variables: + use: + hayu: show + template: + - streaming + - shared + - arr \ No newline at end of file diff --git a/jpcoker3/Movie/studio.yml b/jpcoker3/Movie/studio.yml new file mode 100644 index 0000000..402f68e --- /dev/null +++ b/jpcoker3/Movie/studio.yml @@ -0,0 +1,173 @@ +############################################################# +# Dynamic Studio Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/studio # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "07" # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "07" + +templates: + studio_dynamic: + default: + sort_by: release.desc + optional: + - contains + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/<>.jpg + smart_filter: + sort_by: <> + any: + studio.is: <> + studio: <> + +collections: + Studio Collections: + template: + - name: separator + separator: studio + +dynamic_collections: + Studio: + type: studio + title_format: <> + template: + - studio_dynamic + - shared + include: + - 20th Century Studios + - Amazon Studios + - Amblin Entertainment + - Blue Sky Studios + - Blumhouse Productions + - Chernin Entertainment + - Columbia Pictures + - Constantin Film + - DreamWorks Studios + - Grindstone Entertainment Group + - Happy Madison Productions + - Illumination Entertainment + - Ingenious Media + - Legendary Pictures + - Lionsgate + - Lucasfilm Ltd + - Malevolent Films + - Marvel Studios + - Metro-Goldwyn-Mayer + - Millennium Films + - Miramax + - New Line Cinema + - Original Film + - Orion Pictures + - Paramount Pictures + - Pixar + - PlanB Entertainment + - Sony Pictures + - Studio Ghibli + - Summit Entertainment + - Universal Pictures + - Village Roadshow Pictures + - Walt Disney Pictures + - Warner Bros. Pictures + addons: + 20th Century Studios: + - 20th Century + - 20th Century Animation + - 20th Century Fox + Amazon Studios: + - Amazon + Amblin Entertainment: + - Amblin Entertainment + Blue Sky Studios: + - Blue Sky Films + Blumhouse Productions: + - Blumhouse Productions + Chernin Entertainment: + - Chernin Entertainment + Columbia Pictures: + - Columbia TriStar + - TriStar + Constantin Film: + - Constantin Film + DreamWorks Studios: + - DreamWorks + - DreamWorks Animation + Grindstone Entertainment Group: + - Grindstone Entertainment Group + Happy Madison Productions: + - Happy Madison Productions + Illumination Entertainment: + - Illumination Films + Ingenious Media: + - Ingenious Media + Legendary Pictures: + - Legendary Pictures + Lucasfilm Ltd: + - Lucasfilm + Malevolent Films: + - Malevolent Films + Marvel Studios: + - Marvel Animation + - Marvel Enterprises + - Marvel Entertainment + - Marvel + Metro-Goldwyn-Mayer: + - MGM + Millennium Films: + - Millennium Films + Miramax: + - Miramax + New Line Cinema: + - New Line + Original Film: + - Original Film + Orion Pictures: + - Orion Pictures + Paramount Pictures: + - Paramount + - Paramount Animation + Pixar: + - Pixar Animation Studios + PlanB Entertainment: + - PlanB Entertainment + Sony Pictures: + - Sony + - Sony Pictures Animation + Summit Entertainment: + - Summit Entertainment + Universal Pictures: + - Universal + - Universal Animation Studios + Village Roadshow Pictures: + - Village Roadshow Pictures + Walt Disney Pictures: + - Disney + - Walt Disney Animation Studios + Warner Bros. Pictures: + - Warner + - Warner Animation Group + template_variables: + contains: + 20th Century Studios: 20th Century \ No newline at end of file diff --git a/jpcoker3/Movies.yml b/jpcoker3/Movies.yml new file mode 100644 index 0000000..ba019fa --- /dev/null +++ b/jpcoker3/Movies.yml @@ -0,0 +1,77 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<><> + sync_mode: sync + smart_label: random + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<> + sort_title: +1_Best of <> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <> + smart_label: audience_rating.desc + +collections: + Popular Collections: + template: + - name: separator + separator: movies + + # Plex Popular: + # template: { name: Chart, num: 1 } + # tautulli_popular: + # list_days: 30 + # list_size: 20 + # list_buffer: 20 + # tautulli_watched: + # list_days: 30 + # list_size: 20 + # list_buffer: 20 + # url_poster: https://theposterdb.com/api/assets/213575 + # summary: Movies Popular on Plex + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 20 + tmdb_trending_daily: 20 + tmdb_trending_weekly: 20 + url_poster: https://theposterdb.com/api/assets/213570 + summary: Movies Trending across the internet + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 50 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + url_poster: https://theposterdb.com/api/assets/213570 + summary: Popular Movies across the internet + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + url_poster: https://theposterdb.com/api/assets/213605 + summary: Top Rated Movies across the internet + + # Oscars: + # template: { name: Chart, num: 5 } + # imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + # summary: Oscar Winning Movies + # Best of 2014: + # template: { name: Best of, year: 2014 } + + Best of 2018: + template: { name: Best of, year: 2018 } + url_poster: https://theposterdb.com/api/assets/136350 + Best of 2019: + template: { name: Best of, year: 2019 } + url_poster: https://theposterdb.com/api/assets/136349 + Best of 2020: + template: { name: Best of, year: 2020 } + url_poster: https://theposterdb.com/api/assets/136348 + Best of 2021: + template: { name: Best of, year: 2021 } + url_poster: https://theposterdb.com/api/assets/136347 + Best of 2022: + template: { name: Best of, year: 2022 } + url_poster: https://theposterdb.com/api/assets/199947 \ No newline at end of file diff --git a/jpcoker3/TV/TVShows.yml b/jpcoker3/TV/TVShows.yml new file mode 100644 index 0000000..2f22e83 --- /dev/null +++ b/jpcoker3/TV/TVShows.yml @@ -0,0 +1,44 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<><> + sync_mode: sync + smart_label: random +collections: + Plex Popular: + template: { name: Chart, num: 1 } + tautulli_popular: + list_days: 30 + list_size: 20 + list_buffer: 20 + tautulli_watched: + list_days: 30 + list_size: 20 + list_buffer: 20 + summary: Shows Popular on Plex + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Shows Trending across the internet + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 40 + summary: Popular Shows across the internet + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Shows across the internet + Emmy Winners: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner + summary: Emmy Winning Shows \ No newline at end of file diff --git a/jpcoker3/TV/streaming.yml b/jpcoker3/TV/streaming.yml new file mode 100644 index 0000000..4e11a38 --- /dev/null +++ b/jpcoker3/TV/streaming.yml @@ -0,0 +1,121 @@ +############################################################# +# Streaming Service Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/streaming # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "03" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # all4 All 4 # +# # appletv Apple TV+ # +# # bet BET+ # +# # britbox BritBox # +# # disney Disney+ # +# # hayu hayu # +# # hbomax HBO Max # +# # hulu Hulu # +# # netflix Netflix # +# # now NOW # +# # paramount Paramount+ # +# # peacock Peacock # +# # amazon Prime Video # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # 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: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "03" + +templates: + streaming: + default: + sort_by: release.desc + sort_by_<>: <> + ignore_blank_results: true + cache_builders: 1 + smart_label: <>>> + sync_mode: sync + mdblist_list: https://mdblist.com/lists/plexmetamanager/<>-<>s + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/streaming/<>.jpg + +collections: + Streaming Collections: + template: + - name: separator + separator: streaming + +dynamic_collections: + Streaming: + type: custom + data: + #all4: All 4 + appletv: Apple TV+ + #bet: BET+ + #britbox: BritBox + disney: Disney+ + #hayu: hayu + hbomax: HBO Max + hulu: Hulu + netflix: Netflix + #now: NOW + paramount: Paramount+ + peacock: Peacock + amazon: Prime Video + title_format: <> <>s + template_variables: + use: + hayu: show + template: + - streaming + - shared + - arr \ No newline at end of file diff --git a/jpcoker3/TV/studio.yml b/jpcoker3/TV/studio.yml new file mode 100644 index 0000000..402f68e --- /dev/null +++ b/jpcoker3/TV/studio.yml @@ -0,0 +1,173 @@ +############################################################# +# Dynamic Studio Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/studio # +# template_variables: # +# # Turn the separator collection on/off # +# use_separator: true # +# # Separator style (red, blue, green, gray, # +# purple, stb, orig) # +# sep_style: orig # +# # Sets how the collection is sorted # +# sort_by: release.desc # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "07" # +# # Radarr Tag for existing items # +# item_radarr_tag: # +# # Sonarr Tag for existing items # +# item_sonarr_tag: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "07" + +templates: + studio_dynamic: + default: + sort_by: release.desc + optional: + - contains + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/studio/<>.jpg + smart_filter: + sort_by: <> + any: + studio.is: <> + studio: <> + +collections: + Studio Collections: + template: + - name: separator + separator: studio + +dynamic_collections: + Studio: + type: studio + title_format: <> + template: + - studio_dynamic + - shared + include: + - 20th Century Studios + - Amazon Studios + - Amblin Entertainment + - Blue Sky Studios + - Blumhouse Productions + - Chernin Entertainment + - Columbia Pictures + - Constantin Film + - DreamWorks Studios + - Grindstone Entertainment Group + - Happy Madison Productions + - Illumination Entertainment + - Ingenious Media + - Legendary Pictures + - Lionsgate + - Lucasfilm Ltd + - Malevolent Films + - Marvel Studios + - Metro-Goldwyn-Mayer + - Millennium Films + - Miramax + - New Line Cinema + - Original Film + - Orion Pictures + - Paramount Pictures + - Pixar + - PlanB Entertainment + - Sony Pictures + - Studio Ghibli + - Summit Entertainment + - Universal Pictures + - Village Roadshow Pictures + - Walt Disney Pictures + - Warner Bros. Pictures + addons: + 20th Century Studios: + - 20th Century + - 20th Century Animation + - 20th Century Fox + Amazon Studios: + - Amazon + Amblin Entertainment: + - Amblin Entertainment + Blue Sky Studios: + - Blue Sky Films + Blumhouse Productions: + - Blumhouse Productions + Chernin Entertainment: + - Chernin Entertainment + Columbia Pictures: + - Columbia TriStar + - TriStar + Constantin Film: + - Constantin Film + DreamWorks Studios: + - DreamWorks + - DreamWorks Animation + Grindstone Entertainment Group: + - Grindstone Entertainment Group + Happy Madison Productions: + - Happy Madison Productions + Illumination Entertainment: + - Illumination Films + Ingenious Media: + - Ingenious Media + Legendary Pictures: + - Legendary Pictures + Lucasfilm Ltd: + - Lucasfilm + Malevolent Films: + - Malevolent Films + Marvel Studios: + - Marvel Animation + - Marvel Enterprises + - Marvel Entertainment + - Marvel + Metro-Goldwyn-Mayer: + - MGM + Millennium Films: + - Millennium Films + Miramax: + - Miramax + New Line Cinema: + - New Line + Original Film: + - Original Film + Orion Pictures: + - Orion Pictures + Paramount Pictures: + - Paramount + - Paramount Animation + Pixar: + - Pixar Animation Studios + PlanB Entertainment: + - PlanB Entertainment + Sony Pictures: + - Sony + - Sony Pictures Animation + Summit Entertainment: + - Summit Entertainment + Universal Pictures: + - Universal + - Universal Animation Studios + Village Roadshow Pictures: + - Village Roadshow Pictures + Walt Disney Pictures: + - Disney + - Walt Disney Animation Studios + Warner Bros. Pictures: + - Warner + - Warner Animation Group + template_variables: + contains: + 20th Century Studios: 20th Century \ No newline at end of file diff --git a/jpcoker3/imdb.yml b/jpcoker3/imdb.yml new file mode 100644 index 0000000..8de49a8 --- /dev/null +++ b/jpcoker3/imdb.yml @@ -0,0 +1,102 @@ +############################################################# +# IMDb Chart Collections # +# Created by Yozora, Bullmoose20, & Sohjiro # +############################################################# +# Call this from your config.yml (Movie or Show) # +# If nothing is specified these are the defaults # +# # +# metadata_path: # +# - git: PMM/chart/imdb # +# template_variables: # +# # Sets the collection mode of the collection # +# collection_mode: # +# # Sets the value at the start of the sort title # +# collection_section: "01" # +# # +# # For each collection use the "key" to set # +# # the options. # +# # Available collections # +# # KEY COLLECTION # +# # popular IMDb Popular # +# # top IMDb Top 250 # +# # lowest IMDb Lowest Rated # +# # +# # Available options. Replace "key" with the # +# # desired collection's key from the chart above. # +# # +# # Customize summary of collection # +# summary_key: A collection of ... # +# # Turn the collection on/off # +# use_key: true # +# # Determines collection order in its section # +# order_key: # +# # Determines collection order of the collection # +# collection_order_key: custom # +# # 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: # +# # Adds missing from the collection to sonarr # +# sonarr_add_missing_key: # +# # Radarr Folder to add to # +# radarr_folder_key: # +# # Sonarr Folder to add to # +# sonarr_folder_key: # +# # Radarr Tag for added missing # +# radarr_tag_key: # +# # Sonarr Tag for added missing # +# sonarr_tag_key: # +# # Radarr Tag for existing items # +# item_radarr_tag_key: # +# # Sonarr Tag for existing items # +# item_sonarr_tag_key: # +############################################################# + +external_templates: + git: PMM/templates + template_variables: + collection_section: "01" + +templates: + + imdb: + default: + summary_<>: "List of <> <>s" + imdb_chart: <>_<>s + summary: <>>> + +collections: + + IMDb Popular: + variables: + key: popular + template: + - name: imdb + chart: popular + - name: shared + - name: arr + - name: custom + + IMDb Top 250: + variables: + key: top + template: + - name: imdb + chart: top + - name: shared + - name: arr + - name: custom + + # IMDb Lowest Rated: + # variables: + # key: lowest + # imdb_chart: lowest_rated + # template: + # - name: shared + # allowed_libraries: movie + # - name: arr + # - name: custom \ No newline at end of file diff --git a/jpcoker3/streaming.yml b/jpcoker3/streaming.yml new file mode 100644 index 0000000..b33ea83 --- /dev/null +++ b/jpcoker3/streaming.yml @@ -0,0 +1,135 @@ +############################################################# +# Streaming Overlay # +# Created by Yozora, Bullmoose20, & Sohjiro # +# Credit to Magic815 for base images # +############################################################# +# Call this from your config.yml (Movie or Show): # +# If nothing is specified these are the defaults # +# # +# overlay_path: # +# - git: PMM/overlays/streaming # +# template_variables: # +# # Set the horizontal offset for the overlay # +# horizontal_offset: 15 # +# # Set the horizontal align for the overlay # +# horizontal_align: left # +# # Set the vertical offset for the overlay # +# vertical_offset: 150 # +# # Set the vertical align for the overlay # +# vertical_align: bottom # +# # Set the back color for the overlay # +# back_color: "#00000099" # +# # Set the back radius for the overlay # +# back_radius: 30 # +# # Set the back width for the overlay # +# back_width: 305 # +# # Set the back height for the overlay # +# back_height: 105 # +# # +# # Use the Amazon overlay # +# use_amazon: true # +# # Use the AppleTV overlay # +# use_appletv: true # +# # Use the Disney overlay # +# use_disney: true # +# # Use the HBO-Max overlay # +# use_hbomax: true # +# # Use the Hulu overlay # +# use_hulu: true # +# # Use the Netflix overlay # +# use_netflix: true # +# # Use the Paramount overlay # +# use_paramount: true # +# # Use the Peacock overlay # +# use_peacock: true # +# # Use the YouTube overlay # +# use_youtube: true # +############################################################# + +templates: + Streaming: + optional: + - overlay_level + - use_<> + default: + overlay: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 150 + vertical_align: bottom + back_color: "#00000099" + back_radius: 30 + back_width: 305 + back_height: 105 + allowed_library_types: <>>> + ignore_blank_results: true + overlay: + name: <> + git: PMM/overlays/images/raw/<> + group: streaming + weight: <> + horizontal_offset: <> + horizontal_align: <> + vertical_offset: <> + vertical_align: <> + back_color: <> + back_radius: <> + back_width: <> + back_height: <> + mdblist_list: https://mdblist.com/lists/plexmetamanager/<>-<>s + +overlays: + + AppleTV: + template: + - name: Streaming + weight: 200 + slug: appletv + + Disney: + template: + - name: Streaming + weight: 190 + slug: disney + + HBO-Max: + template: + - name: Streaming + weight: 180 + slug: hbomax + + Hulu: + template: + - name: Streaming + weight: 170 + slug: hulu + + Netflix: + template: + - name: Streaming + weight: 160 + slug: netflix + + Paramount: + template: + - name: Streaming + weight: 150 + slug: paramount + + Peacock: + template: + - name: Streaming + weight: 140 + slug: peacock + + Amazon: + template: + - name: Streaming + weight: 130 + slug: amazon + + YouTube: + template: + - name: Streaming + weight: 120 + slug: youtube \ No newline at end of file diff --git a/jpcoker3/templates/templates.yml b/jpcoker3/templates/templates.yml new file mode 100644 index 0000000..515ea16 --- /dev/null +++ b/jpcoker3/templates/templates.yml @@ -0,0 +1,105 @@ +templates: + + separator: + default: + sep_style: orig + collection_section: "00" + optional: + - use_separator + - collection_mode + allowed_library_types: <> + collection_mode: <> + sort_title: "!<>_!<>" + blank_collection: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<>/<>.jpg + + separator off: + default: + sep_style: orig + collection_section: "00" + use_separator: false + optional: + - collection_mode + allowed_library_types: <> + collection_mode: <> + sort_title: "!<>_!<>" + blank_collection: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/<>/<>.jpg + + shared: + default: + collection_section: "00" + sort: <> + key: <> + pre: "_" + order_<>: "" + image: chart/<> + item_radarr_tag_<>: <> + item_sonarr_tag_<>: <> + optional: + - use_<> + - allowed_libraries + - collection_mode + - visible_library_<> + - visible_home_<> + - visible_shared_<> + - item_radarr_tag + - item_sonarr_tag + allowed_library_types: + - <>>> + - <> + ignore_blank_results: true + collection_mode: <> + visible_library: <>>> + visible_home: <>>> + visible_shared: <>>> + item_radarr_tag: <>>> + item_sonarr_tag: <>>> + sort_title: "!<><
><>>><>"
+    url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/<>.jpg
+
+  arr:
+    default:
+      key: <>
+      radarr_add_missing_<>: <>
+      sonarr_add_missing_<>: <>
+      radarr_folder_<>: <>
+      sonarr_folder_<>: <>
+      radarr_tag_<>: <>
+      sonarr_tag_<>: <>
+    optional:
+      - radarr_add_missing
+      - sonarr_add_missing
+      - radarr_folder
+      - sonarr_folder
+      - radarr_tag
+      - sonarr_tag
+    radarr_add_missing: <>>>
+    sonarr_add_missing: <>>>
+    radarr_folder: <>>>
+    sonarr_folder: <>>>
+    radarr_tag: <>>>
+    sonarr_tag: <>>>
+
+  custom:
+    default:
+      collection_order: custom
+      collection_order_<>: <>
+    collection_order: <>>>
+    sync_mode: sync
+    cache_builders: 1
+
+  other_collection:
+    default:
+      collection_section: "00"
+      sort: <>
+      pre: "_~"
+    optional:
+      - use_other
+    allowed_library_types: <>
+    sort_title: "!<><
><>"
+
+  use_year_collections:
+    optional:
+      - use_year_collections
+    allowed_library_types: <>
\ No newline at end of file

From 98a2bdee7f65caafdd9d8b66addf525efd19c12a Mon Sep 17 00:00:00 2001
From: jpc496 
Date: Fri, 25 Nov 2022 13:51:25 -0600
Subject: [PATCH 2/3] moved files

---
 jpcoker3/{ => Movie}/Movies.yml       | 152 +++++++--------
 jpcoker3/{ => Overlays}/imdb.yml      | 202 +++++++++----------
 jpcoker3/{ => Overlays}/streaming.yml | 270 +++++++++++++-------------
 3 files changed, 312 insertions(+), 312 deletions(-)
 rename jpcoker3/{ => Movie}/Movies.yml (95%)
 rename jpcoker3/{ => Overlays}/imdb.yml (97%)
 rename jpcoker3/{ => Overlays}/streaming.yml (95%)

diff --git a/jpcoker3/Movies.yml b/jpcoker3/Movie/Movies.yml
similarity index 95%
rename from jpcoker3/Movies.yml
rename to jpcoker3/Movie/Movies.yml
index ba019fa..7a31029 100644
--- a/jpcoker3/Movies.yml
+++ b/jpcoker3/Movie/Movies.yml
@@ -1,77 +1,77 @@
-######################################################
-#                Chart Collections                   #
-######################################################
-templates:
-  Chart:
-    sort_title: +1_<><>
-    sync_mode: sync
-    smart_label: random
-  Best of:
-    trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<>
-    sort_title: +1_Best of <>
-    sync_mode: sync
-    summary: Rotten Tomatoes Best Movies of <>
-    smart_label: audience_rating.desc
-
-collections:
-  Popular Collections:
-    template:
-      - name: separator
-        separator: movies
-
-  # Plex Popular:
-  #   template: { name: Chart, num: 1 }
-  #   tautulli_popular:
-  #     list_days: 30
-  #     list_size: 20
-  #     list_buffer: 20
-  #   tautulli_watched:
-  #     list_days: 30
-  #     list_size: 20
-  #     list_buffer: 20
-  #   url_poster: https://theposterdb.com/api/assets/213575
-  #   summary: Movies Popular on Plex
-  Trending:
-    template: { name: Chart, num: 2 }
-    trakt_trending: 20
-    tmdb_trending_daily: 20
-    tmdb_trending_weekly: 20
-    url_poster: https://theposterdb.com/api/assets/213570
-    summary: Movies Trending across the internet
-  Popular:
-    template: { name: Chart, num: 3 }
-    tmdb_popular: 50
-    imdb_list:
-      url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
-      limit: 40
-    url_poster: https://theposterdb.com/api/assets/213570
-    summary: Popular Movies across the internet
-  Top Rated:
-    template: { name: Chart, num: 4 }
-    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
-    tmdb_top_rated: 250
-    url_poster: https://theposterdb.com/api/assets/213605
-    summary: Top Rated Movies across the internet
-    
-  # Oscars:
-  #   template: { name: Chart, num: 5 }
-  #   imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
-  #   summary: Oscar Winning Movies
-  # Best of 2014:
-  #   template: { name: Best of, year: 2014 }
-
-  Best of 2018:
-     template: { name: Best of, year: 2018 }
-      url_poster: https://theposterdb.com/api/assets/136350
-  Best of 2019:
-    template: { name: Best of, year: 2019 }
-    url_poster: https://theposterdb.com/api/assets/136349
-  Best of 2020:
-    template: { name: Best of, year: 2020 }
-    url_poster: https://theposterdb.com/api/assets/136348
-  Best of 2021:
-    template: { name: Best of, year: 2021 }
-    url_poster: https://theposterdb.com/api/assets/136347
-  Best of 2022:
-    template: { name: Best of, year: 2022 }
+######################################################
+#                Chart Collections                   #
+######################################################
+templates:
+  Chart:
+    sort_title: +1_<><>
+    sync_mode: sync
+    smart_label: random
+  Best of:
+    trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<>
+    sort_title: +1_Best of <>
+    sync_mode: sync
+    summary: Rotten Tomatoes Best Movies of <>
+    smart_label: audience_rating.desc
+
+collections:
+  Popular Collections:
+    template:
+      - name: separator
+        separator: movies
+
+  # Plex Popular:
+  #   template: { name: Chart, num: 1 }
+  #   tautulli_popular:
+  #     list_days: 30
+  #     list_size: 20
+  #     list_buffer: 20
+  #   tautulli_watched:
+  #     list_days: 30
+  #     list_size: 20
+  #     list_buffer: 20
+  #   url_poster: https://theposterdb.com/api/assets/213575
+  #   summary: Movies Popular on Plex
+  Trending:
+    template: { name: Chart, num: 2 }
+    trakt_trending: 20
+    tmdb_trending_daily: 20
+    tmdb_trending_weekly: 20
+    url_poster: https://theposterdb.com/api/assets/213570
+    summary: Movies Trending across the internet
+  Popular:
+    template: { name: Chart, num: 3 }
+    tmdb_popular: 50
+    imdb_list:
+      url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
+      limit: 40
+    url_poster: https://theposterdb.com/api/assets/213570
+    summary: Popular Movies across the internet
+  Top Rated:
+    template: { name: Chart, num: 4 }
+    imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
+    tmdb_top_rated: 250
+    url_poster: https://theposterdb.com/api/assets/213605
+    summary: Top Rated Movies across the internet
+    
+  # Oscars:
+  #   template: { name: Chart, num: 5 }
+  #   imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
+  #   summary: Oscar Winning Movies
+  # Best of 2014:
+  #   template: { name: Best of, year: 2014 }
+
+  Best of 2018:
+     template: { name: Best of, year: 2018 }
+      url_poster: https://theposterdb.com/api/assets/136350
+  Best of 2019:
+    template: { name: Best of, year: 2019 }
+    url_poster: https://theposterdb.com/api/assets/136349
+  Best of 2020:
+    template: { name: Best of, year: 2020 }
+    url_poster: https://theposterdb.com/api/assets/136348
+  Best of 2021:
+    template: { name: Best of, year: 2021 }
+    url_poster: https://theposterdb.com/api/assets/136347
+  Best of 2022:
+    template: { name: Best of, year: 2022 }
     url_poster: https://theposterdb.com/api/assets/199947
\ No newline at end of file
diff --git a/jpcoker3/imdb.yml b/jpcoker3/Overlays/imdb.yml
similarity index 97%
rename from jpcoker3/imdb.yml
rename to jpcoker3/Overlays/imdb.yml
index 8de49a8..a695f85 100644
--- a/jpcoker3/imdb.yml
+++ b/jpcoker3/Overlays/imdb.yml
@@ -1,102 +1,102 @@
-#############################################################
-#                  IMDb Chart Collections                   #
-#         Created by Yozora, Bullmoose20, & Sohjiro         #
-#############################################################
-#  Call this from your config.yml (Movie or Show)           #
-#  If nothing is specified these are the defaults           #
-#                                                           #
-#    metadata_path:                                         #
-#      - git: PMM/chart/imdb                                #
-#        template_variables:                                #
-#          # Sets the collection mode of the collection     #
-#          collection_mode:                                 #
-#          # Sets the value at the start of the sort title  #
-#          collection_section: "01"                         #
-#                                                           #
-#          # For each collection use the "key" to set       #
-#          # the options.                                   #
-#          # Available collections                          #
-#          #   KEY              COLLECTION                  #
-#          #   popular          IMDb Popular                #
-#          #   top              IMDb Top 250                #
-#          #   lowest           IMDb Lowest Rated           #
-#                                                           #
-#          # Available options. Replace "key" with the      #
-#          # desired collection's key from the chart above. #
-#                                                           #
-#          # Customize summary of collection                #
-#          summary_key: A collection of ...                 #
-#          # Turn the collection on/off                     #
-#          use_key: true                                    #
-#          # Determines collection order in its section     #
-#          order_key:                                       #
-#          # Determines collection order of the collection  #
-#          collection_order_key: custom                     #
-#          # 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:                          #
-#          # Adds missing from the collection to sonarr     #
-#          sonarr_add_missing_key:                          #
-#          # Radarr Folder to add to                        #
-#          radarr_folder_key:                               #
-#          # Sonarr Folder to add to                        #
-#          sonarr_folder_key:                               #
-#          # Radarr Tag for added missing                   #
-#          radarr_tag_key:                                  #
-#          # Sonarr Tag for added missing                   #
-#          sonarr_tag_key:                                  #
-#          # Radarr Tag for existing items                  #
-#          item_radarr_tag_key:                             #
-#          # Sonarr Tag for existing items                  #
-#          item_sonarr_tag_key:                             #
-#############################################################
-
-external_templates:
-  git: PMM/templates
-  template_variables:
-    collection_section: "01"
-
-templates:
-
-  imdb:
-    default:
-      summary_<>: "List of <> <>s"  
-    imdb_chart: <>_<>s
-    summary: <>>>
-
-collections:
-
-  IMDb Popular:
-    variables:
-      key: popular
-    template:
-      - name: imdb
-        chart: popular
-      - name: shared
-      - name: arr
-      - name: custom
-
-  IMDb Top 250:
-    variables:
-      key: top
-    template:
-      - name: imdb
-        chart: top
-      - name: shared
-      - name: arr
-      - name: custom
-
-  # IMDb Lowest Rated:
-  #   variables:
-  #     key: lowest
-  #   imdb_chart: lowest_rated
-  #   template:
-  #     - name: shared
-  #       allowed_libraries: movie
-  #     - name: arr
+#############################################################
+#                  IMDb Chart Collections                   #
+#         Created by Yozora, Bullmoose20, & Sohjiro         #
+#############################################################
+#  Call this from your config.yml (Movie or Show)           #
+#  If nothing is specified these are the defaults           #
+#                                                           #
+#    metadata_path:                                         #
+#      - git: PMM/chart/imdb                                #
+#        template_variables:                                #
+#          # Sets the collection mode of the collection     #
+#          collection_mode:                                 #
+#          # Sets the value at the start of the sort title  #
+#          collection_section: "01"                         #
+#                                                           #
+#          # For each collection use the "key" to set       #
+#          # the options.                                   #
+#          # Available collections                          #
+#          #   KEY              COLLECTION                  #
+#          #   popular          IMDb Popular                #
+#          #   top              IMDb Top 250                #
+#          #   lowest           IMDb Lowest Rated           #
+#                                                           #
+#          # Available options. Replace "key" with the      #
+#          # desired collection's key from the chart above. #
+#                                                           #
+#          # Customize summary of collection                #
+#          summary_key: A collection of ...                 #
+#          # Turn the collection on/off                     #
+#          use_key: true                                    #
+#          # Determines collection order in its section     #
+#          order_key:                                       #
+#          # Determines collection order of the collection  #
+#          collection_order_key: custom                     #
+#          # 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:                          #
+#          # Adds missing from the collection to sonarr     #
+#          sonarr_add_missing_key:                          #
+#          # Radarr Folder to add to                        #
+#          radarr_folder_key:                               #
+#          # Sonarr Folder to add to                        #
+#          sonarr_folder_key:                               #
+#          # Radarr Tag for added missing                   #
+#          radarr_tag_key:                                  #
+#          # Sonarr Tag for added missing                   #
+#          sonarr_tag_key:                                  #
+#          # Radarr Tag for existing items                  #
+#          item_radarr_tag_key:                             #
+#          # Sonarr Tag for existing items                  #
+#          item_sonarr_tag_key:                             #
+#############################################################
+
+external_templates:
+  git: PMM/templates
+  template_variables:
+    collection_section: "01"
+
+templates:
+
+  imdb:
+    default:
+      summary_<>: "List of <> <>s"  
+    imdb_chart: <>_<>s
+    summary: <>>>
+
+collections:
+
+  IMDb Popular:
+    variables:
+      key: popular
+    template:
+      - name: imdb
+        chart: popular
+      - name: shared
+      - name: arr
+      - name: custom
+
+  IMDb Top 250:
+    variables:
+      key: top
+    template:
+      - name: imdb
+        chart: top
+      - name: shared
+      - name: arr
+      - name: custom
+
+  # IMDb Lowest Rated:
+  #   variables:
+  #     key: lowest
+  #   imdb_chart: lowest_rated
+  #   template:
+  #     - name: shared
+  #       allowed_libraries: movie
+  #     - name: arr
   #     - name: custom
\ No newline at end of file
diff --git a/jpcoker3/streaming.yml b/jpcoker3/Overlays/streaming.yml
similarity index 95%
rename from jpcoker3/streaming.yml
rename to jpcoker3/Overlays/streaming.yml
index b33ea83..ba14d4e 100644
--- a/jpcoker3/streaming.yml
+++ b/jpcoker3/Overlays/streaming.yml
@@ -1,135 +1,135 @@
-#############################################################
-#                    Streaming Overlay                      #
-#         Created by Yozora, Bullmoose20, & Sohjiro         #
-#            Credit to Magic815 for base images             #
-#############################################################
-#  Call this from your config.yml (Movie or Show):          #
-#  If nothing is specified these are the defaults           #
-#                                                           #
-#    overlay_path:                                          #
-#      - git: PMM/overlays/streaming                        #
-#        template_variables:                                #
-#          # Set the horizontal offset for the overlay      #
-#          horizontal_offset: 15                            #
-#          # Set the horizontal align for the overlay       #
-#          horizontal_align: left                           #
-#          # Set the vertical offset for the overlay        #
-#          vertical_offset: 150                             #
-#          # Set the vertical align for the overlay         #
-#          vertical_align: bottom                           #
-#          # Set the back color for the overlay             #
-#          back_color: "#00000099"                          #
-#          # Set the back radius for the overlay            #
-#          back_radius: 30                                  #
-#          # Set the back width for the overlay             #
-#          back_width: 305                                  #
-#          # Set the back height for the overlay            #
-#          back_height: 105                                 #
-#                                                           #
-#          # Use the Amazon overlay                         #
-#          use_amazon: true                                 #
-#          # Use the AppleTV overlay                        #
-#          use_appletv: true                                #
-#          # Use the Disney overlay                         #
-#          use_disney: true                                 #
-#          # Use the HBO-Max overlay                        #
-#          use_hbomax: true                                 #
-#          # Use the Hulu overlay                           #
-#          use_hulu: true                                   #
-#          # Use the Netflix overlay                        #
-#          use_netflix: true                                #
-#          # Use the Paramount overlay                      #
-#          use_paramount: true                              #
-#          # Use the Peacock overlay                        #
-#          use_peacock: true                                #
-#          # Use the YouTube overlay                        #
-#          use_youtube: true                                #
-#############################################################
-
-templates:
-  Streaming:
-    optional:
-      - overlay_level
-      - use_<>
-    default:
-      overlay: <>
-      horizontal_offset: 15
-      horizontal_align: left
-      vertical_offset: 150
-      vertical_align: bottom
-      back_color: "#00000099"
-      back_radius: 30
-      back_width: 305
-      back_height: 105
-    allowed_library_types: <>>>
-    ignore_blank_results: true
-    overlay:
-      name: <>
-      git: PMM/overlays/images/raw/<>
-      group: streaming
-      weight: <>
-      horizontal_offset: <>
-      horizontal_align: <>
-      vertical_offset: <>
-      vertical_align: <>
-      back_color: <>
-      back_radius: <>
-      back_width: <>
-      back_height: <>
-    mdblist_list: https://mdblist.com/lists/plexmetamanager/<>-<>s
-
-overlays:
-
-  AppleTV:
-    template:
-      - name: Streaming
-        weight: 200
-        slug: appletv
-
-  Disney:
-    template:
-      - name: Streaming
-        weight: 190
-        slug: disney
-
-  HBO-Max:
-    template:
-      - name: Streaming
-        weight: 180
-        slug: hbomax
-        
-  Hulu:
-    template:
-      - name: Streaming
-        weight: 170
-        slug: hulu
-
-  Netflix:
-    template:
-      - name: Streaming
-        weight: 160
-        slug: netflix
-
-  Paramount:
-    template:
-      - name: Streaming
-        weight: 150
-        slug: paramount
-
-  Peacock:
-    template:
-      - name: Streaming
-        weight: 140
-        slug: peacock
-
-  Amazon:
-    template:
-      - name: Streaming
-        weight: 130
-        slug: amazon
-
-  YouTube:
-    template:
-      - name: Streaming
-        weight: 120
-        slug: youtube
\ No newline at end of file
+#############################################################
+#                    Streaming Overlay                      #
+#         Created by Yozora, Bullmoose20, & Sohjiro         #
+#            Credit to Magic815 for base images             #
+#############################################################
+#  Call this from your config.yml (Movie or Show):          #
+#  If nothing is specified these are the defaults           #
+#                                                           #
+#    overlay_path:                                          #
+#      - git: PMM/overlays/streaming                        #
+#        template_variables:                                #
+#          # Set the horizontal offset for the overlay      #
+#          horizontal_offset: 15                            #
+#          # Set the horizontal align for the overlay       #
+#          horizontal_align: left                           #
+#          # Set the vertical offset for the overlay        #
+#          vertical_offset: 150                             #
+#          # Set the vertical align for the overlay         #
+#          vertical_align: bottom                           #
+#          # Set the back color for the overlay             #
+#          back_color: "#00000099"                          #
+#          # Set the back radius for the overlay            #
+#          back_radius: 30                                  #
+#          # Set the back width for the overlay             #
+#          back_width: 305                                  #
+#          # Set the back height for the overlay            #
+#          back_height: 105                                 #
+#                                                           #
+#          # Use the Amazon overlay                         #
+#          use_amazon: true                                 #
+#          # Use the AppleTV overlay                        #
+#          use_appletv: true                                #
+#          # Use the Disney overlay                         #
+#          use_disney: true                                 #
+#          # Use the HBO-Max overlay                        #
+#          use_hbomax: true                                 #
+#          # Use the Hulu overlay                           #
+#          use_hulu: true                                   #
+#          # Use the Netflix overlay                        #
+#          use_netflix: true                                #
+#          # Use the Paramount overlay                      #
+#          use_paramount: true                              #
+#          # Use the Peacock overlay                        #
+#          use_peacock: true                                #
+#          # Use the YouTube overlay                        #
+#          use_youtube: true                                #
+#############################################################
+
+templates:
+  Streaming:
+    optional:
+      - overlay_level
+      - use_<>
+    default:
+      overlay: <>
+      horizontal_offset: 15
+      horizontal_align: left
+      vertical_offset: 150
+      vertical_align: bottom
+      back_color: "#00000099"
+      back_radius: 30
+      back_width: 305
+      back_height: 105
+    allowed_library_types: <>>>
+    ignore_blank_results: true
+    overlay:
+      name: <>
+      git: PMM/overlays/images/raw/<>
+      group: streaming
+      weight: <>
+      horizontal_offset: <>
+      horizontal_align: <>
+      vertical_offset: <>
+      vertical_align: <>
+      back_color: <>
+      back_radius: <>
+      back_width: <>
+      back_height: <>
+    mdblist_list: https://mdblist.com/lists/plexmetamanager/<>-<>s
+
+overlays:
+
+  AppleTV:
+    template:
+      - name: Streaming
+        weight: 200
+        slug: appletv
+
+  Disney:
+    template:
+      - name: Streaming
+        weight: 190
+        slug: disney
+
+  HBO-Max:
+    template:
+      - name: Streaming
+        weight: 180
+        slug: hbomax
+        
+  Hulu:
+    template:
+      - name: Streaming
+        weight: 170
+        slug: hulu
+
+  Netflix:
+    template:
+      - name: Streaming
+        weight: 160
+        slug: netflix
+
+  Paramount:
+    template:
+      - name: Streaming
+        weight: 150
+        slug: paramount
+
+  Peacock:
+    template:
+      - name: Streaming
+        weight: 140
+        slug: peacock
+
+  Amazon:
+    template:
+      - name: Streaming
+        weight: 130
+        slug: amazon
+
+  # YouTube:
+  #   template:
+  #     - name: Streaming
+  #       weight: 120
+  #       slug: youtube
\ No newline at end of file

From 9156b56d40bcbf83ad172f23c21c825529d799e7 Mon Sep 17 00:00:00 2001
From: SegueChris <{ID}+{username}@users.noreply.github.com>
Date: Sun, 27 Nov 2022 08:02:36 -0600
Subject: [PATCH 3/3] Holiday movies based on keywords

---
 SegueChris/Movies.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 SegueChris/Movies.yml

diff --git a/SegueChris/Movies.yml b/SegueChris/Movies.yml
new file mode 100644
index 0000000..c77d54d
--- /dev/null
+++ b/SegueChris/Movies.yml
@@ -0,0 +1,16 @@
+templates:
+  Holiday:
+    summary: "Christmas is coming, countdown the nights with a collection of Christmas movies to get you into the festive mood."
+    tmdb_keyword: <>
+    delete_not_scheduled: true
+    run_again: false
+    visible_home: true
+    visible_shared: true
+    sync_mode: sync
+
+collections:
+  Christmas Movies:
+    schedule: range(11/25-12/31)
+    sort_title: '!AB'
+    template: { name: Holiday, keyword: "207317, 65" }
+    collection_order: title.asc
\ No newline at end of file