moved files

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

@ -1,77 +1,77 @@
###################################################### ######################################################
# Chart Collections # # Chart Collections #
###################################################### ######################################################
templates: templates:
Chart: Chart:
sort_title: +1_<<num>><<collection_name>> sort_title: +1_<<num>><<collection_name>>
sync_mode: sync sync_mode: sync
smart_label: random smart_label: random
Best of: Best of:
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>>
sort_title: +1_Best of <<year>> sort_title: +1_Best of <<year>>
sync_mode: sync sync_mode: sync
summary: Rotten Tomatoes Best Movies of <<year>> summary: Rotten Tomatoes Best Movies of <<year>>
smart_label: audience_rating.desc smart_label: audience_rating.desc
collections: collections:
Popular Collections: Popular Collections:
template: template:
- name: separator - name: separator
separator: movies separator: movies
# Plex Popular: # Plex Popular:
# template: { name: Chart, num: 1 } # template: { name: Chart, num: 1 }
# tautulli_popular: # tautulli_popular:
# list_days: 30 # list_days: 30
# list_size: 20 # list_size: 20
# list_buffer: 20 # list_buffer: 20
# tautulli_watched: # tautulli_watched:
# list_days: 30 # list_days: 30
# list_size: 20 # list_size: 20
# list_buffer: 20 # list_buffer: 20
# url_poster: https://theposterdb.com/api/assets/213575 # url_poster: https://theposterdb.com/api/assets/213575
# summary: Movies Popular on Plex # summary: Movies Popular on Plex
Trending: Trending:
template: { name: Chart, num: 2 } template: { name: Chart, num: 2 }
trakt_trending: 20 trakt_trending: 20
tmdb_trending_daily: 20 tmdb_trending_daily: 20
tmdb_trending_weekly: 20 tmdb_trending_weekly: 20
url_poster: https://theposterdb.com/api/assets/213570 url_poster: https://theposterdb.com/api/assets/213570
summary: Movies Trending across the internet summary: Movies Trending across the internet
Popular: Popular:
template: { name: Chart, num: 3 } template: { name: Chart, num: 3 }
tmdb_popular: 50 tmdb_popular: 50
imdb_list: imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
limit: 40 limit: 40
url_poster: https://theposterdb.com/api/assets/213570 url_poster: https://theposterdb.com/api/assets/213570
summary: Popular Movies across the internet summary: Popular Movies across the internet
Top Rated: Top Rated:
template: { name: Chart, num: 4 } template: { name: Chart, num: 4 }
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
tmdb_top_rated: 250 tmdb_top_rated: 250
url_poster: https://theposterdb.com/api/assets/213605 url_poster: https://theposterdb.com/api/assets/213605
summary: Top Rated Movies across the internet summary: Top Rated Movies across the internet
# Oscars: # Oscars:
# template: { name: Chart, num: 5 } # template: { name: Chart, num: 5 }
# imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner # imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
# summary: Oscar Winning Movies # summary: Oscar Winning Movies
# Best of 2014: # Best of 2014:
# template: { name: Best of, year: 2014 } # template: { name: Best of, year: 2014 }
Best of 2018: Best of 2018:
template: { name: Best of, year: 2018 } template: { name: Best of, year: 2018 }
url_poster: https://theposterdb.com/api/assets/136350 url_poster: https://theposterdb.com/api/assets/136350
Best of 2019: Best of 2019:
template: { name: Best of, year: 2019 } template: { name: Best of, year: 2019 }
url_poster: https://theposterdb.com/api/assets/136349 url_poster: https://theposterdb.com/api/assets/136349
Best of 2020: Best of 2020:
template: { name: Best of, year: 2020 } template: { name: Best of, year: 2020 }
url_poster: https://theposterdb.com/api/assets/136348 url_poster: https://theposterdb.com/api/assets/136348
Best of 2021: Best of 2021:
template: { name: Best of, year: 2021 } template: { name: Best of, year: 2021 }
url_poster: https://theposterdb.com/api/assets/136347 url_poster: https://theposterdb.com/api/assets/136347
Best of 2022: Best of 2022:
template: { name: Best of, year: 2022 } template: { name: Best of, year: 2022 }
url_poster: https://theposterdb.com/api/assets/199947 url_poster: https://theposterdb.com/api/assets/199947

@ -1,102 +1,102 @@
############################################################# #############################################################
# IMDb Chart Collections # # IMDb Chart Collections #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
############################################################# #############################################################
# Call this from your config.yml (Movie or Show) # # Call this from your config.yml (Movie or Show) #
# If nothing is specified these are the defaults # # If nothing is specified these are the defaults #
# # # #
# metadata_path: # # metadata_path: #
# - git: PMM/chart/imdb # # - git: PMM/chart/imdb #
# template_variables: # # template_variables: #
# # Sets the collection mode of the collection # # # Sets the collection mode of the collection #
# collection_mode: # # collection_mode: #
# # Sets the value at the start of the sort title # # # Sets the value at the start of the sort title #
# collection_section: "01" # # collection_section: "01" #
# # # #
# # For each collection use the "key" to set # # # For each collection use the "key" to set #
# # the options. # # # the options. #
# # Available collections # # # Available collections #
# # KEY COLLECTION # # # KEY COLLECTION #
# # popular IMDb Popular # # # popular IMDb Popular #
# # top IMDb Top 250 # # # top IMDb Top 250 #
# # lowest IMDb Lowest Rated # # # lowest IMDb Lowest Rated #
# # # #
# # Available options. Replace "key" with the # # # Available options. Replace "key" with the #
# # desired collection's key from the chart above. # # # desired collection's key from the chart above. #
# # # #
# # Customize summary of collection # # # Customize summary of collection #
# summary_key: A collection of ... # # summary_key: A collection of ... #
# # Turn the collection on/off # # # Turn the collection on/off #
# use_key: true # # use_key: true #
# # Determines collection order in its section # # # Determines collection order in its section #
# order_key: # # order_key: #
# # Determines collection order of the collection # # # Determines collection order of the collection #
# collection_order_key: custom # # collection_order_key: custom #
# # Set visible_library for the collection # # # Set visible_library for the collection #
# visible_library_key: # # visible_library_key: #
# # Set visible_home for the collection # # # Set visible_home for the collection #
# visible_home_key: # # visible_home_key: #
# # Set visible_shared for the collection # # # Set visible_shared for the collection #
# visible_shared_key: # # visible_shared_key: #
# # Adds missing from the collection to radarr # # # Adds missing from the collection to radarr #
# radarr_add_missing_key: # # radarr_add_missing_key: #
# # Adds missing from the collection to sonarr # # # Adds missing from the collection to sonarr #
# sonarr_add_missing_key: # # sonarr_add_missing_key: #
# # Radarr Folder to add to # # # Radarr Folder to add to #
# radarr_folder_key: # # radarr_folder_key: #
# # Sonarr Folder to add to # # # Sonarr Folder to add to #
# sonarr_folder_key: # # sonarr_folder_key: #
# # Radarr Tag for added missing # # # Radarr Tag for added missing #
# radarr_tag_key: # # radarr_tag_key: #
# # Sonarr Tag for added missing # # # Sonarr Tag for added missing #
# sonarr_tag_key: # # sonarr_tag_key: #
# # Radarr Tag for existing items # # # Radarr Tag for existing items #
# item_radarr_tag_key: # # item_radarr_tag_key: #
# # Sonarr Tag for existing items # # # Sonarr Tag for existing items #
# item_sonarr_tag_key: # # item_sonarr_tag_key: #
############################################################# #############################################################
external_templates: external_templates:
git: PMM/templates git: PMM/templates
template_variables: template_variables:
collection_section: "01" collection_section: "01"
templates: templates:
imdb: imdb:
default: default:
summary_<<key>>: "List of <<collection_name>> <<library_type>>s" summary_<<key>>: "List of <<collection_name>> <<library_type>>s"
imdb_chart: <<chart>>_<<library_type>>s imdb_chart: <<chart>>_<<library_type>>s
summary: <<summary_<<key>>>> summary: <<summary_<<key>>>>
collections: collections:
IMDb Popular: IMDb Popular:
variables: variables:
key: popular key: popular
template: template:
- name: imdb - name: imdb
chart: popular chart: popular
- name: shared - name: shared
- name: arr - name: arr
- name: custom - name: custom
IMDb Top 250: IMDb Top 250:
variables: variables:
key: top key: top
template: template:
- name: imdb - name: imdb
chart: top chart: top
- name: shared - name: shared
- name: arr - name: arr
- name: custom - name: custom
# IMDb Lowest Rated: # IMDb Lowest Rated:
# variables: # variables:
# key: lowest # key: lowest
# imdb_chart: lowest_rated # imdb_chart: lowest_rated
# template: # template:
# - name: shared # - name: shared
# allowed_libraries: movie # allowed_libraries: movie
# - name: arr # - name: arr
# - name: custom # - name: custom

@ -1,135 +1,135 @@
############################################################# #############################################################
# Streaming Overlay # # Streaming Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro # # Created by Yozora, Bullmoose20, & Sohjiro #
# Credit to Magic815 for base images # # Credit to Magic815 for base images #
############################################################# #############################################################
# Call this from your config.yml (Movie or Show): # # Call this from your config.yml (Movie or Show): #
# If nothing is specified these are the defaults # # If nothing is specified these are the defaults #
# # # #
# overlay_path: # # overlay_path: #
# - git: PMM/overlays/streaming # # - git: PMM/overlays/streaming #
# template_variables: # # template_variables: #
# # Set the horizontal offset for the overlay # # # Set the horizontal offset for the overlay #
# horizontal_offset: 15 # # horizontal_offset: 15 #
# # Set the horizontal align for the overlay # # # Set the horizontal align for the overlay #
# horizontal_align: left # # horizontal_align: left #
# # Set the vertical offset for the overlay # # # Set the vertical offset for the overlay #
# vertical_offset: 150 # # vertical_offset: 150 #
# # Set the vertical align for the overlay # # # Set the vertical align for the overlay #
# vertical_align: bottom # # vertical_align: bottom #
# # Set the back color for the overlay # # # Set the back color for the overlay #
# back_color: "#00000099" # # back_color: "#00000099" #
# # Set the back radius for the overlay # # # Set the back radius for the overlay #
# back_radius: 30 # # back_radius: 30 #
# # Set the back width for the overlay # # # Set the back width for the overlay #
# back_width: 305 # # back_width: 305 #
# # Set the back height for the overlay # # # Set the back height for the overlay #
# back_height: 105 # # back_height: 105 #
# # # #
# # Use the Amazon overlay # # # Use the Amazon overlay #
# use_amazon: true # # use_amazon: true #
# # Use the AppleTV overlay # # # Use the AppleTV overlay #
# use_appletv: true # # use_appletv: true #
# # Use the Disney overlay # # # Use the Disney overlay #
# use_disney: true # # use_disney: true #
# # Use the HBO-Max overlay # # # Use the HBO-Max overlay #
# use_hbomax: true # # use_hbomax: true #
# # Use the Hulu overlay # # # Use the Hulu overlay #
# use_hulu: true # # use_hulu: true #
# # Use the Netflix overlay # # # Use the Netflix overlay #
# use_netflix: true # # use_netflix: true #
# # Use the Paramount overlay # # # Use the Paramount overlay #
# use_paramount: true # # use_paramount: true #
# # Use the Peacock overlay # # # Use the Peacock overlay #
# use_peacock: true # # use_peacock: true #
# # Use the YouTube overlay # # # Use the YouTube overlay #
# use_youtube: true # # use_youtube: true #
############################################################# #############################################################
templates: templates:
Streaming: Streaming:
optional: optional:
- overlay_level - overlay_level
- use_<<slug>> - use_<<slug>>
default: default:
overlay: <<overlay_name>> overlay: <<overlay_name>>
horizontal_offset: 15 horizontal_offset: 15
horizontal_align: left horizontal_align: left
vertical_offset: 150 vertical_offset: 150
vertical_align: bottom vertical_align: bottom
back_color: "#00000099" back_color: "#00000099"
back_radius: 30 back_radius: 30
back_width: 305 back_width: 305
back_height: 105 back_height: 105
allowed_library_types: <<use_<<slug>>>> allowed_library_types: <<use_<<slug>>>>
ignore_blank_results: true ignore_blank_results: true
overlay: overlay:
name: <<overlay_name>> name: <<overlay_name>>
git: PMM/overlays/images/raw/<<overlay>> git: PMM/overlays/images/raw/<<overlay>>
group: streaming group: streaming
weight: <<weight>> weight: <<weight>>
horizontal_offset: <<horizontal_offset>> horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>> horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>> vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>> vertical_align: <<vertical_align>>
back_color: <<back_color>> back_color: <<back_color>>
back_radius: <<back_radius>> back_radius: <<back_radius>>
back_width: <<back_width>> back_width: <<back_width>>
back_height: <<back_height>> back_height: <<back_height>>
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<slug>>-<<library_type>>s mdblist_list: https://mdblist.com/lists/plexmetamanager/<<slug>>-<<library_type>>s
overlays: overlays:
AppleTV: AppleTV:
template: template:
- name: Streaming - name: Streaming
weight: 200 weight: 200
slug: appletv slug: appletv
Disney: Disney:
template: template:
- name: Streaming - name: Streaming
weight: 190 weight: 190
slug: disney slug: disney
HBO-Max: HBO-Max:
template: template:
- name: Streaming - name: Streaming
weight: 180 weight: 180
slug: hbomax slug: hbomax
Hulu: Hulu:
template: template:
- name: Streaming - name: Streaming
weight: 170 weight: 170
slug: hulu slug: hulu
Netflix: Netflix:
template: template:
- name: Streaming - name: Streaming
weight: 160 weight: 160
slug: netflix slug: netflix
Paramount: Paramount:
template: template:
- name: Streaming - name: Streaming
weight: 150 weight: 150
slug: paramount slug: paramount
Peacock: Peacock:
template: template:
- name: Streaming - name: Streaming
weight: 140 weight: 140
slug: peacock slug: peacock
Amazon: Amazon:
template: template:
- name: Streaming - name: Streaming
weight: 130 weight: 130
slug: amazon slug: amazon
YouTube: # YouTube:
template: # template:
- name: Streaming # - name: Streaming
weight: 120 # weight: 120
slug: youtube # slug: youtube
Loading…
Cancel
Save