moved files

pull/528/head
jpc496 1 year ago
parent df13eb2130
commit 98a2bdee7f

@ -1,77 +1,77 @@
######################################################
# Chart Collections #
######################################################
templates:
Chart:
sort_title: +1_<<num>><<collection_name>>
sync_mode: sync
smart_label: random
Best of:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>>
sort_title: +1_Best of <<year>>
sync_mode: sync
summary: Rotten Tomatoes Best Movies of <<year>>
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_<<num>><<collection_name>>
sync_mode: sync
smart_label: random
Best of:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>>
sort_title: +1_Best of <<year>>
sync_mode: sync
summary: Rotten Tomatoes Best Movies of <<year>>
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

@ -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_<<key>>: "List of <<collection_name>> <<library_type>>s"
imdb_chart: <<chart>>_<<library_type>>s
summary: <<summary_<<key>>>>
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_<<key>>: "List of <<collection_name>> <<library_type>>s"
imdb_chart: <<chart>>_<<library_type>>s
summary: <<summary_<<key>>>>
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

@ -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_<<slug>>
default:
overlay: <<overlay_name>>
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: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/raw/<<overlay>>
group: streaming
weight: <<weight>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
back_color: <<back_color>>
back_radius: <<back_radius>>
back_width: <<back_width>>
back_height: <<back_height>>
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<slug>>-<<library_type>>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
#############################################################
# 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_<<slug>>
default:
overlay: <<overlay_name>>
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: <<use_<<slug>>>>
ignore_blank_results: true
overlay:
name: <<overlay_name>>
git: PMM/overlays/images/raw/<<overlay>>
group: streaming
weight: <<weight>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
back_color: <<back_color>>
back_radius: <<back_radius>>
back_width: <<back_width>>
back_height: <<back_height>>
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<slug>>-<<library_type>>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
Loading…
Cancel
Save