parent
fa9d64dc93
commit
65b33b2da5
@ -0,0 +1,69 @@
|
|||||||
|
templates:
|
||||||
|
Chart Alpha:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: alpha
|
||||||
|
collection_minimum: 3
|
||||||
|
delete_below_minimum: true
|
||||||
|
Chart:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
network:
|
||||||
|
optional:
|
||||||
|
- network
|
||||||
|
tmdb_network: <<network>>
|
||||||
|
sort_title: +2_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
|
||||||
|
collections:
|
||||||
|
# 4K Overlay:
|
||||||
|
# plex_search:
|
||||||
|
# all:
|
||||||
|
# resolution: 4K
|
||||||
|
# item_overlay: 4K-Mini
|
||||||
|
# item_assets: true
|
||||||
|
# build_collection: false
|
||||||
|
######################################################
|
||||||
|
# Charts #
|
||||||
|
######################################################
|
||||||
|
Plex Popular:
|
||||||
|
template: { name: Chart, num: 2 }
|
||||||
|
tautulli_popular:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
tautulli_watched:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
summary: Popular Shows on Plex
|
||||||
|
url_poster: https://i.imgur.com/0xmqc5a.png
|
||||||
|
schedule: daily
|
||||||
|
Trending:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
trakt_trending: 40
|
||||||
|
tmdb_trending_daily: 40
|
||||||
|
tmdb_trending_weekly: 40
|
||||||
|
summary: Movies Trending across the internet, according to https://trakt.tv/movies/trending.
|
||||||
|
url_poster: https://i.imgur.com/oOS46kt.jpg
|
||||||
|
schedule: daily
|
||||||
|
Popular:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
tmdb_popular: 40
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
||||||
|
limit: 40
|
||||||
|
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
||||||
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
|
schedule: daily
|
||||||
|
Top Rated:
|
||||||
|
template: {name: Chart Alpha, num: 5}
|
||||||
|
tmdb_top_rated: 250
|
||||||
|
summary: Top Rated Movies across the internet
|
||||||
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
|
schedule: daily
|
||||||
|
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
|
||||||
|
schedule: weekly (sunday)
|
@ -0,0 +1,66 @@
|
|||||||
|
######################################################
|
||||||
|
# Genre Collections #
|
||||||
|
######################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
genre:
|
||||||
|
sort_title: +3_<<collection_name>>
|
||||||
|
smart_filter:
|
||||||
|
sort_by: release.desc
|
||||||
|
validate: false
|
||||||
|
all:
|
||||||
|
genre.not: <<exclude>>
|
||||||
|
genre: <<genre>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Action:
|
||||||
|
template: { name: genre, genre: action, exclude: drama, romance, comedy, familie, documentary, horror }
|
||||||
|
url_poster: https://i.imgur.com/K7IiF8q.jpg
|
||||||
|
Animation:
|
||||||
|
template: { name: genre, genre: animation }
|
||||||
|
url_poster: https://i.imgur.com/ZCcF1HG.jpg
|
||||||
|
Biography:
|
||||||
|
template: { name: genre, genre: biography }
|
||||||
|
url_poster: https://i.imgur.com/rb4YZN3.jpg
|
||||||
|
Comedy:
|
||||||
|
template: { name: genre, genre: comedy, exclude: action, adventure, biography, drama, documentary, horror }
|
||||||
|
url_poster: https://i.imgur.com/jf1pcuI.jpg
|
||||||
|
Crime:
|
||||||
|
template: { name: genre, genre: krimi, exclude: horror, action, adventure, thriller }
|
||||||
|
url_poster: https://i.imgur.com/EoLAdb9.jpg
|
||||||
|
Documentary:
|
||||||
|
template: { name: genre, genre: documentary }
|
||||||
|
url_poster: https://i.imgur.com/yFTyunc.png
|
||||||
|
Drama:
|
||||||
|
template: { name: genre, genre: drama, exclude: action, adventure, horror, comedy, science fiction, thriller }
|
||||||
|
url_poster: https://i.imgur.com/ZgXfgqe.jpg
|
||||||
|
Family:
|
||||||
|
template: { name: genre, genre: familie, exclude: horror, documentary, biography }
|
||||||
|
url_poster: https://i.imgur.com/4SDka6v.jpg
|
||||||
|
Fantasy:
|
||||||
|
template: { name: genre, genre: fantasy, exclude: action, comedy, biography, documentary }
|
||||||
|
url_poster: https://i.imgur.com/S54VDlq.jpg
|
||||||
|
History:
|
||||||
|
template: { name: genre, genre: historie }
|
||||||
|
url_poster: https://i.imgur.com/WRNOtr1.jpg
|
||||||
|
Horror:
|
||||||
|
template: { name: genre, genre: horror, exclude: action, familie, comedy, romance }
|
||||||
|
url_poster: https://i.imgur.com/F7wMYZs.jpg
|
||||||
|
Mystery:
|
||||||
|
template: { name: genre, genre: mystery, exclude: action, familie, comedy, romance, horror }
|
||||||
|
url_poster: https://i.imgur.com/y2QkxUk.jpg
|
||||||
|
Romance:
|
||||||
|
template: { name: genre, genre: romance }
|
||||||
|
url_poster: https://i.imgur.com/K9o62rV.jpg
|
||||||
|
Science Fiction:
|
||||||
|
template: { name: genre, genre: "Science Fiction" }
|
||||||
|
url_poster: https://i.imgur.com/6jd8jh5.jpg
|
||||||
|
Thriller:
|
||||||
|
template: { name: genre, genre: thriller, exclude: drama, horror }
|
||||||
|
url_poster: https://i.imgur.com/gTG9Za2.jpg
|
||||||
|
War:
|
||||||
|
template: { name: genre, genre: war, exclude: horror }
|
||||||
|
url_poster: https://i.imgur.com/UxKonpJ.jpg
|
||||||
|
Western:
|
||||||
|
template: { name: genre, genre: western, exclude: horror }
|
||||||
|
url_poster: https://i.imgur.com/OcRCrwk.jpg
|
@ -0,0 +1,69 @@
|
|||||||
|
templates:
|
||||||
|
Chart Alpha:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: alpha
|
||||||
|
collection_minimum: 3
|
||||||
|
delete_below_minimum: true
|
||||||
|
Chart:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
network:
|
||||||
|
optional:
|
||||||
|
- network
|
||||||
|
tmdb_network: <<network>>
|
||||||
|
sort_title: +2_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
|
||||||
|
collections:
|
||||||
|
# 4K Overlay:
|
||||||
|
# plex_search:
|
||||||
|
# all:
|
||||||
|
# resolution: 4K
|
||||||
|
# item_overlay: 4K-Mini
|
||||||
|
# item_assets: true
|
||||||
|
# build_collection: false
|
||||||
|
######################################################
|
||||||
|
# Charts #
|
||||||
|
######################################################
|
||||||
|
Plex Popular:
|
||||||
|
template: { name: Chart, num: 2 }
|
||||||
|
tautulli_popular:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
tautulli_watched:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
summary: Popular Shows on Plex
|
||||||
|
url_poster: https://i.imgur.com/0xmqc5a.png
|
||||||
|
schedule: daily
|
||||||
|
Trending:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
trakt_trending: 40
|
||||||
|
tmdb_trending_daily: 40
|
||||||
|
tmdb_trending_weekly: 40
|
||||||
|
summary: Movies Trending across the internet, according to https://trakt.tv/movies/trending.
|
||||||
|
url_poster: https://i.imgur.com/oOS46kt.jpg
|
||||||
|
schedule: daily
|
||||||
|
Popular:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
tmdb_popular: 40
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
||||||
|
limit: 40
|
||||||
|
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
||||||
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
|
schedule: daily
|
||||||
|
Top Rated:
|
||||||
|
template: {name: Chart Alpha, num: 5}
|
||||||
|
tmdb_top_rated: 250
|
||||||
|
summary: Top Rated Movies across the internet
|
||||||
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
|
schedule: daily
|
||||||
|
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
|
||||||
|
schedule: weekly (sunday)
|
@ -0,0 +1,69 @@
|
|||||||
|
templates:
|
||||||
|
Chart Alpha:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
collection_order: alpha
|
||||||
|
collection_minimum: 3
|
||||||
|
delete_below_minimum: true
|
||||||
|
Chart:
|
||||||
|
sort_title: +<<num>>_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
network:
|
||||||
|
optional:
|
||||||
|
- network
|
||||||
|
tmdb_network: <<network>>
|
||||||
|
sort_title: +2_<<collection_name>>
|
||||||
|
sync_mode: sync
|
||||||
|
|
||||||
|
collections:
|
||||||
|
# 4K Overlay:
|
||||||
|
# plex_search:
|
||||||
|
# all:
|
||||||
|
# resolution: 4K
|
||||||
|
# item_overlay: 4K-Mini
|
||||||
|
# item_assets: true
|
||||||
|
# build_collection: false
|
||||||
|
######################################################
|
||||||
|
# Charts #
|
||||||
|
######################################################
|
||||||
|
Plex Popular:
|
||||||
|
template: { name: Chart, num: 2 }
|
||||||
|
tautulli_popular:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
tautulli_watched:
|
||||||
|
list_days: 30
|
||||||
|
list_size: 20
|
||||||
|
list_buffer: 20
|
||||||
|
summary: Popular Shows on Plex
|
||||||
|
url_poster: https://i.imgur.com/0xmqc5a.png
|
||||||
|
schedule: daily
|
||||||
|
Trending:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
trakt_trending: 40
|
||||||
|
tmdb_trending_daily: 40
|
||||||
|
tmdb_trending_weekly: 40
|
||||||
|
summary: Movies Trending across the internet, according to https://trakt.tv/movies/trending.
|
||||||
|
url_poster: https://i.imgur.com/oOS46kt.jpg
|
||||||
|
schedule: daily
|
||||||
|
Popular:
|
||||||
|
template: {name: Chart Alpha, num: 4}
|
||||||
|
tmdb_popular: 40
|
||||||
|
imdb_list:
|
||||||
|
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short
|
||||||
|
limit: 40
|
||||||
|
summary: Popular Movies across the internet, according to https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short.
|
||||||
|
url_poster: https://i.imgur.com/U3OaYtB.jpg
|
||||||
|
schedule: daily
|
||||||
|
Top Rated:
|
||||||
|
template: {name: Chart Alpha, num: 5}
|
||||||
|
tmdb_top_rated: 250
|
||||||
|
summary: Top Rated Movies across the internet
|
||||||
|
url_poster: https://i.imgur.com/VvfdUHn.jpg
|
||||||
|
schedule: daily
|
||||||
|
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
|
||||||
|
schedule: weekly (sunday)
|
@ -0,0 +1,364 @@
|
|||||||
|
## This file is a template remove the .template to use the file
|
||||||
|
|
||||||
|
libraries:
|
||||||
|
4K Movies:
|
||||||
|
schedule: hourly(11),hourly(19)
|
||||||
|
#schedule: hourly(9),hourly(19)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Movies.yml
|
||||||
|
#- file: config/collections.yml
|
||||||
|
overlay_path:
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_offset: 255
|
||||||
|
back_width: 230
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: left
|
||||||
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_align: center
|
||||||
|
horizontal_offset: 140
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_movies.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: true
|
||||||
|
4K: false
|
||||||
|
operations:
|
||||||
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
Movies:
|
||||||
|
schedule: hourly(11),hourly(19)
|
||||||
|
#schedule: hourly(9),hourly(19)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Movies.yml
|
||||||
|
#- file: config/collections.yml
|
||||||
|
overlay_path:
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_offset: 255
|
||||||
|
back_width: 230
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: left
|
||||||
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_align: center
|
||||||
|
horizontal_offset: 140
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_movies.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: false
|
||||||
|
4K: false
|
||||||
|
operations:
|
||||||
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
Kids Movies:
|
||||||
|
schedule: hourly(11),hourly(19)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Movies.yml
|
||||||
|
#- file: config/Genre.yml
|
||||||
|
overlay_path:
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_offset: 255
|
||||||
|
back_width: 230
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: left
|
||||||
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_align: center
|
||||||
|
horizontal_offset: 140
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_movies.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: false
|
||||||
|
4K: false
|
||||||
|
operations:
|
||||||
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
Anime:
|
||||||
|
schedule: hourly(11),hourly(19)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/Movies.yml
|
||||||
|
#- file: config/Genre.yml
|
||||||
|
overlay_path:
|
||||||
|
- pmm: commonsense
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_offset: 255
|
||||||
|
back_width: 230
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: left
|
||||||
|
vertical_position: bottom
|
||||||
|
style: square
|
||||||
|
back_color: '#00000099'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
vertical_offset: 37
|
||||||
|
horizontal_align: center
|
||||||
|
horizontal_offset: 140
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_movies.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: false
|
||||||
|
4K: false
|
||||||
|
operations:
|
||||||
|
mass_content_rating_update: mdb_commonsense
|
||||||
|
TV Shows:
|
||||||
|
schedule: hourly(11)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/TVShows.yml
|
||||||
|
#- file: config/Genre.yml
|
||||||
|
overlay_path:
|
||||||
|
#- reapply_overlays: true
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: right
|
||||||
|
vertical_position: bottom
|
||||||
|
- pmm: status
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 0
|
||||||
|
horizontal_offset: 0
|
||||||
|
back_height: 85
|
||||||
|
back_width: 1100
|
||||||
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
|
font_size: 60
|
||||||
|
back_color_airing: '#016920'
|
||||||
|
back_color_returning: '#81007F'
|
||||||
|
back_color_canceled: '#ed1f1f'
|
||||||
|
back_color_ended: '#000847'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
horizontal_align: left
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_tv.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K: false
|
||||||
|
4K_banner: false
|
||||||
|
Kids Shows:
|
||||||
|
schedule: hourly(11)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/KidsShows.yml
|
||||||
|
overlay_path:
|
||||||
|
#- reapply_overlays: true
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: right
|
||||||
|
vertical_position: bottom
|
||||||
|
- pmm: status
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 0
|
||||||
|
horizontal_offset: 0
|
||||||
|
back_height: 85
|
||||||
|
back_width: 1100
|
||||||
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
|
font_size: 60
|
||||||
|
back_color_airing: '#016920'
|
||||||
|
back_color_returning: '#81007F'
|
||||||
|
back_color_canceled: '#ed1f1f'
|
||||||
|
back_color_ended: '#000847'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
horizontal_align: left
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_tv.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: false
|
||||||
|
4K: false
|
||||||
|
Anime Shows:
|
||||||
|
schedule: hourly(11)
|
||||||
|
metadata_path:
|
||||||
|
- file: config/AnimeShows.yml
|
||||||
|
overlay_path:
|
||||||
|
#- reapply_overlays: true
|
||||||
|
- pmm: languages
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
overlay_limit: 5
|
||||||
|
horizontal_position: right
|
||||||
|
vertical_position: bottom
|
||||||
|
- pmm: status
|
||||||
|
template_variables:
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_align: top
|
||||||
|
vertical_offset: 0
|
||||||
|
horizontal_offset: 0
|
||||||
|
back_height: 85
|
||||||
|
back_width: 1100
|
||||||
|
font: config/fonts/Avenir_95_Black.ttf
|
||||||
|
font_size: 60
|
||||||
|
back_color_airing: '#016920'
|
||||||
|
back_color_returning: '#81007F'
|
||||||
|
back_color_canceled: '#ed1f1f'
|
||||||
|
back_color_ended: '#000847'
|
||||||
|
- file: config/runtimes.yml
|
||||||
|
template_variables:
|
||||||
|
overlay_level: episode
|
||||||
|
horizontal_align: left
|
||||||
|
- remove_overlays: false
|
||||||
|
- file: config/overlays_tv.yml
|
||||||
|
template_variables:
|
||||||
|
# Which overlay(s) should be used?
|
||||||
|
# Posters
|
||||||
|
4K_banner: false
|
||||||
|
4K: false
|
||||||
|
playlist_files:
|
||||||
|
- file: config/playlist.yml
|
||||||
|
template_variables:
|
||||||
|
use_walking: true
|
||||||
|
radarr_add_missing_walking: false
|
||||||
|
sonarr_add_missing_walking: false
|
||||||
|
settings: # Can be individually specified per library as well
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
asset_directory: config/assets
|
||||||
|
asset_folders: false
|
||||||
|
assets_for_all: false
|
||||||
|
sync_mode: sync
|
||||||
|
show_unmanaged: false
|
||||||
|
create_asset_folders: false
|
||||||
|
delete_below_minimum: false
|
||||||
|
tvdb_language: default
|
||||||
|
show_missing_assets: false
|
||||||
|
minimum_items: 1
|
||||||
|
asset_depth: 0
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: false
|
||||||
|
show_missing_season_assets: false
|
||||||
|
default_collection_order:
|
||||||
|
delete_not_scheduled: false
|
||||||
|
only_filter_missing: false
|
||||||
|
show_options: false
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
verify_ssl: true
|
||||||
|
playlist_sync_to_users: all
|
||||||
|
show_missing_episode_assets: false
|
||||||
|
show_asset_not_needed: true
|
||||||
|
item_refresh_delay: 0
|
||||||
|
custom_repo:
|
||||||
|
prioritize_assets: false
|
||||||
|
playlist_report: false
|
||||||
|
check_nightly: false
|
||||||
|
show_unconfigured: true
|
||||||
|
playlist_exclude_users:
|
||||||
|
run_again_delay: 0
|
||||||
|
missing_only_released: false
|
||||||
|
show_filtered: false
|
||||||
|
show_missing: true
|
||||||
|
save_report: false
|
||||||
|
plex: # Can be individually specified per library as well
|
||||||
|
url: http://plex:32400
|
||||||
|
token:
|
||||||
|
timeout: 360
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
db_cache:
|
||||||
|
webhooks:
|
||||||
|
error:
|
||||||
|
version:
|
||||||
|
run_start:
|
||||||
|
run_end:
|
||||||
|
delete:
|
||||||
|
tmdb:
|
||||||
|
apikey:
|
||||||
|
language: en
|
||||||
|
cache_expiration: 60
|
||||||
|
region:
|
||||||
|
tautulli: # Can be individually specified per library as well
|
||||||
|
url: http://tautulli:8181
|
||||||
|
apikey:
|
||||||
|
omdb:
|
||||||
|
apikey:
|
||||||
|
cache_expiration: 60
|
||||||
|
radarr: # Can be individually specified per library as well
|
||||||
|
url: http://radarr:7878
|
||||||
|
token:
|
||||||
|
version: v4
|
||||||
|
root_folder_path: /mnt/unionfs/Movies
|
||||||
|
monitor: false
|
||||||
|
availability: announced
|
||||||
|
quality_profile: 1080p
|
||||||
|
tag: pmm
|
||||||
|
search: false
|
||||||
|
add_existing: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
add_missing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
ignore_cache: false
|
||||||
|
sonarr: # Can be individually specified per library as well
|
||||||
|
url: http://sonarr:8989
|
||||||
|
token:
|
||||||
|
version: v4
|
||||||
|
root_folder_path: /mnt/unionfs/Shows
|
||||||
|
monitor: false
|
||||||
|
quality_profile: 1080p - DE Only
|
||||||
|
language_profile: German
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag: pmm
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
add_existing: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
add_missing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
ignore_cache: false
|
||||||
|
trakt:
|
||||||
|
client_id:
|
||||||
|
client_secret:
|
||||||
|
authorization:
|
||||||
|
access_token:
|
||||||
|
token_type: Bearer
|
||||||
|
expires_in: 7889237
|
||||||
|
refresh_token:
|
||||||
|
scope: public
|
||||||
|
created_at: 1696698036
|
||||||
|
pin:
|
||||||
|
mdblist:
|
||||||
|
apikey:
|
||||||
|
cache_expiration: 60
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 32 KiB |
@ -0,0 +1,119 @@
|
|||||||
|
templates:
|
||||||
|
4K_banner:
|
||||||
|
default:
|
||||||
|
4K_banner: false
|
||||||
|
allowed_library_types: <<4K_banner>>
|
||||||
|
|
||||||
|
4K:
|
||||||
|
default:
|
||||||
|
4K: false
|
||||||
|
allowed_library_types: <<4K>>
|
||||||
|
|
||||||
|
overlays:
|
||||||
|
4K_banner:
|
||||||
|
template:
|
||||||
|
name: 4K_banner
|
||||||
|
overlay:
|
||||||
|
name: 4K_banner
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: '4K'
|
||||||
|
|
||||||
|
4K:
|
||||||
|
template:
|
||||||
|
name: 4K
|
||||||
|
overlay:
|
||||||
|
name: 4K
|
||||||
|
horizontal_offset: 15
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_offset: 15
|
||||||
|
vertical_align: top
|
||||||
|
collection_level: episode
|
||||||
|
plex_search:
|
||||||
|
type: episodes
|
||||||
|
all:
|
||||||
|
resolution: '4K'
|
||||||
|
|
||||||
|
rating_high:
|
||||||
|
overlay:
|
||||||
|
name: Rating_High_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_High.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 6.5
|
||||||
|
|
||||||
|
rating_mid:
|
||||||
|
overlay:
|
||||||
|
name: Rating_Mid_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Mid.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 4.5
|
||||||
|
audience_rating.lte: 6.4
|
||||||
|
|
||||||
|
rating_low:
|
||||||
|
overlay:
|
||||||
|
name: Rating_Low_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Low.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 0.1
|
||||||
|
audience_rating.lte: 4.4
|
||||||
|
|
||||||
|
user_rating_black:
|
||||||
|
overlay:
|
||||||
|
group: rating_text
|
||||||
|
weight: 20
|
||||||
|
rating_type: audience_rating
|
||||||
|
name: text(audience_rating)
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 70
|
||||||
|
vertical_align: bottom
|
||||||
|
font: config/fonts/CircularStd-Bold.otf
|
||||||
|
font_size: 85
|
||||||
|
font_color: "#282a2d"
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 4.5
|
||||||
|
audience_rating.lte: 6.4
|
||||||
|
|
||||||
|
user_rating:
|
||||||
|
overlay:
|
||||||
|
group: rating_text
|
||||||
|
weight: 10
|
||||||
|
rating_type: audience_rating
|
||||||
|
name: text(audience_rating)
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 70
|
||||||
|
vertical_align: bottom
|
||||||
|
font: config/fonts/CircularStd-Bold.otf
|
||||||
|
font_size: 85
|
||||||
|
font_color: "#FFFFFF"
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 0.1
|
||||||
|
|
||||||
|
Force-Filter:
|
||||||
|
overlay:
|
||||||
|
name: Force-Filter
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/Force-Filter.png
|
||||||
|
vertical_align: bottom
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
year.not: 1800
|
||||||
|
filters:
|
||||||
|
has_dolby_vision: true
|
@ -0,0 +1,108 @@
|
|||||||
|
templates:
|
||||||
|
4K_banner:
|
||||||
|
default:
|
||||||
|
4K_banner: false
|
||||||
|
allowed_library_types: <<4K_banner>>
|
||||||
|
|
||||||
|
4K:
|
||||||
|
default:
|
||||||
|
4K: false
|
||||||
|
allowed_library_types: <<4K>>
|
||||||
|
|
||||||
|
overlays:
|
||||||
|
4K_banner:
|
||||||
|
template:
|
||||||
|
name: 4K_banner
|
||||||
|
overlay:
|
||||||
|
name: 4K_banner
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
resolution: '4K'
|
||||||
|
|
||||||
|
4K:
|
||||||
|
template:
|
||||||
|
name: 4K
|
||||||
|
overlay:
|
||||||
|
name: 4K
|
||||||
|
horizontal_offset: 15
|
||||||
|
horizontal_align: left
|
||||||
|
vertical_offset: 15
|
||||||
|
vertical_align: top
|
||||||
|
collection_level: episode
|
||||||
|
plex_search:
|
||||||
|
type: episodes
|
||||||
|
all:
|
||||||
|
resolution: '4K'
|
||||||
|
|
||||||
|
rating_high:
|
||||||
|
overlay:
|
||||||
|
name: Rating_High_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_High.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 6.5
|
||||||
|
|
||||||
|
rating_mid:
|
||||||
|
overlay:
|
||||||
|
name: Rating_Mid_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Mid.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 4.5
|
||||||
|
audience_rating.lte: 6.4
|
||||||
|
|
||||||
|
rating_low:
|
||||||
|
overlay:
|
||||||
|
name: Rating_Low_BG
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 0
|
||||||
|
vertical_align: bottom
|
||||||
|
url: https://raw.githubusercontent.com/FatPancake-14/plex-meta-manager/main/config/overlays/ratings/Rating_Low.png
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 0.1
|
||||||
|
audience_rating.lte: 4.4
|
||||||
|
|
||||||
|
user_rating_black:
|
||||||
|
overlay:
|
||||||
|
group: rating_text
|
||||||
|
weight: 20
|
||||||
|
rating_type: audience_rating
|
||||||
|
name: text(audience_rating)
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 70
|
||||||
|
vertical_align: bottom
|
||||||
|
font: config/fonts/CircularStd-Bold.otf
|
||||||
|
font_size: 85
|
||||||
|
font_color: "#282a2d"
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 4.5
|
||||||
|
audience_rating.lte: 6.4
|
||||||
|
|
||||||
|
user_rating:
|
||||||
|
overlay:
|
||||||
|
group: rating_text
|
||||||
|
weight: 10
|
||||||
|
rating_type: audience_rating
|
||||||
|
name: text(audience_rating)
|
||||||
|
horizontal_offset: 375
|
||||||
|
horizontal_align: center
|
||||||
|
vertical_offset: 70
|
||||||
|
vertical_align: bottom
|
||||||
|
font: config/fonts/CircularStd-Bold.otf
|
||||||
|
font_size: 85
|
||||||
|
font_color: "#FFFFFF"
|
||||||
|
plex_search:
|
||||||
|
all:
|
||||||
|
audience_rating.gte: 0.1
|
@ -0,0 +1,91 @@
|
|||||||
|
#############################################################
|
||||||
|
|
||||||
|
# Playlist #
|
||||||
|
|
||||||
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||||
|
#############################################################
|
||||||
|
# REQUIRES TRAKT AUTHENTICATION #
|
||||||
|
# https://metamanager.wiki/en/latest/config/trakt.html #
|
||||||
|
# #
|
||||||
|
# Use the libraries template variable to adjust the names #
|
||||||
|
# #
|
||||||
|
# Call this from your config.yml (Movie or Show) #
|
||||||
|
# If nothing is specified these are the defaults #
|
||||||
|
# #
|
||||||
|
# playlist_files: #
|
||||||
|
# - git: PMM/playlist #
|
||||||
|
# template_variables: #
|
||||||
|
# # Sets the names of the libraries to use #
|
||||||
|
# libraries: Movies, TV Shows #
|
||||||
|
# #
|
||||||
|
# # For each playlist use the "key" to set #
|
||||||
|
# # the options. #
|
||||||
|
# # Available collections #
|
||||||
|
# # KEY PLAYLIST #
|
||||||
|
# # arrow Arrowverse #
|
||||||
|
# # mcu Marvel Cinematic Universe #
|
||||||
|
# # dcau DC Animated Universe #
|
||||||
|
# # pokemon Pokémon #
|
||||||
|
# # startrek Star Trek #
|
||||||
|
# # starwars Star Wars #
|
||||||
|
# # clonewars Star Wars The Clone Wars #
|
||||||
|
# # xmen X-Men #
|
||||||
|
# #
|
||||||
|
# # Available options. Replace "key" with the #
|
||||||
|
# # desired playlist's key from the chart above. #
|
||||||
|
# #
|
||||||
|
# # Turn the playlist on/off #
|
||||||
|
# use_key: true #
|
||||||
|
# # Radarr Add Missing #
|
||||||
|
# radarr_add_missing_key: true #
|
||||||
|
# # Sonarr Add Missing #
|
||||||
|
# sonarr_add_missing_key: true #
|
||||||
|
# # Radarr Tag for missing items #
|
||||||
|
# radarr_tag_key: #
|
||||||
|
# # Sonarr Tag for missing items #
|
||||||
|
# sonarr_tag_key: #
|
||||||
|
# # Radarr Tag for existing items #
|
||||||
|
# item_radarr_tag_key: #
|
||||||
|
# # Sonarr Tag for existing items #
|
||||||
|
# item_sonarr_tag_key: #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
playlist:
|
||||||
|
default:
|
||||||
|
libraries: Movies, TV Shows, Anime, Kids Movies, Anime Shows
|
||||||
|
radarr_add_missing_<<key>>: <<radarr_add_missing>>
|
||||||
|
sonarr_add_missing_<<key>>: <<sonarr_add_missing>>
|
||||||
|
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>>
|
||||||
|
- radarr_add_missing
|
||||||
|
- sonarr_add_missing
|
||||||
|
- radarr_tag
|
||||||
|
- sonarr_tag
|
||||||
|
- item_radarr_tag
|
||||||
|
- item_sonarr_tag
|
||||||
|
allowed_library_types:
|
||||||
|
- <<use_<<key>>>>
|
||||||
|
radarr_add_missing: <<radarr_add_missing_<<key>>>>
|
||||||
|
sonarr_add_missing: <<sonarr_add_missing_<<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>>>>
|
||||||
|
cache_builders: 1
|
||||||
|
sync_to_users: all
|
||||||
|
sync_mode: sync
|
||||||
|
libraries: <<libraries>>
|
||||||
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/playlist/<<playlist_name_encoded>>.jpg
|
||||||
|
|
||||||
|
playlists:
|
||||||
|
The Walking Dead Universe (Timeline Order):
|
||||||
|
template:
|
||||||
|
- name: playlist
|
||||||
|
key: walking
|
||||||
|
trakt_list: https://trakt.tv/users/fs-corrupt/lists/the-walking-dead-universe
|
||||||
|
summary: Chronological order as the story develops.
|
@ -0,0 +1,72 @@
|
|||||||
|
#############################################################
|
||||||
|
# Episodes Runtime Overlay #
|
||||||
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||||
|
# Credit to Magic815 for base images #
|
||||||
|
#############################################################
|
||||||
|
# Call this from your config.yml (Show): #
|
||||||
|
# overlay_path: #
|
||||||
|
# - git: PMM/overlays/runtimes #
|
||||||
|
# template_variables: #
|
||||||
|
# # Set episode or season to overlay #
|
||||||
|
# overlay_level: #
|
||||||
|
# # Set the horizontal offset for the overlay #
|
||||||
|
# horizontal_offset: 15 #
|
||||||
|
# # Set the horizontal align for the overlay #
|
||||||
|
# horizontal_align: right #
|
||||||
|
# # Set the vertical offset for the overlay #
|
||||||
|
# vertical_offset: 30 #
|
||||||
|
# # Set the vertical align for the overlay #
|
||||||
|
# vertical_align: bottom #
|
||||||
|
# # Set the font for the overlay #
|
||||||
|
# font: fonts/Inter-Medium.ttf #
|
||||||
|
# # Set the font size for the overlay #
|
||||||
|
# font_size: 55 #
|
||||||
|
# # Set the font color for the overlay #
|
||||||
|
# font_color: "#FFFFFF" #
|
||||||
|
# # 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: 600 #
|
||||||
|
# # Set the back height for the overlay #
|
||||||
|
# back_height: 105 #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
templates:
|
||||||
|
text_runtime_info:
|
||||||
|
optional:
|
||||||
|
- overlay_level
|
||||||
|
default:
|
||||||
|
overlay: <<overlay_name>>
|
||||||
|
horizontal_offset: 40
|
||||||
|
horizontal_align: right
|
||||||
|
vertical_offset: 15
|
||||||
|
vertical_align: bottom
|
||||||
|
font: fonts/Inter-Medium.ttf
|
||||||
|
font_size: 55
|
||||||
|
font_color: "#FFFFFF"
|
||||||
|
back_color: "#00000099"
|
||||||
|
back_radius: 30
|
||||||
|
back_width: 205
|
||||||
|
back_height: 105
|
||||||
|
collection_level: <<overlay_level>>
|
||||||
|
overlay:
|
||||||
|
name: "text(<<runtimeH>>h <<runtimeM>>m)"
|
||||||
|
horizontal_offset: <<horizontal_offset>>
|
||||||
|
horizontal_align: <<horizontal_align>>
|
||||||
|
vertical_offset: <<vertical_offset>>
|
||||||
|
vertical_align: <<vertical_align>>
|
||||||
|
font: <<font>>
|
||||||
|
font_size: <<font_size>>
|
||||||
|
font_color: <<font_color>>
|
||||||
|
back_color: <<back_color>>
|
||||||
|
back_radius: <<back_radius>>
|
||||||
|
back_width: <<back_width>>
|
||||||
|
back_height: <<back_height>>
|
||||||
|
|
||||||
|
overlays:
|
||||||
|
runtime_info:
|
||||||
|
template:
|
||||||
|
- name: text_runtime_info
|
||||||
|
plex_all: true
|
Loading…
Reference in new issue