commit
f20eda7477
@ -0,0 +1,78 @@
|
|||||||
|
templates:
|
||||||
|
Actor:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
actor: tmdb
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: "!09_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>'s Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
collections:
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# #
|
||||||
|
# Actors #
|
||||||
|
# #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
Alan Rickman:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 4566
|
||||||
|
|
||||||
|
Brittany Murphy:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 328
|
||||||
|
|
||||||
|
Chris Farley:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 58198
|
||||||
|
|
||||||
|
Christopher Lee:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 113
|
||||||
|
|
||||||
|
Heath Ledger:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 1810
|
||||||
|
|
||||||
|
John Candy:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 7180
|
||||||
|
|
||||||
|
John Hurt:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 5049
|
||||||
|
|
||||||
|
Philip Seymour Hoffman:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 1233
|
||||||
|
|
||||||
|
Ray Liotta:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 11477
|
||||||
|
|
||||||
|
Richard Griffiths:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 10983
|
||||||
|
|
||||||
|
Robin Williams:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 2157
|
||||||
|
|
||||||
|
Sean Connery:
|
||||||
|
template:
|
||||||
|
name: Actor
|
||||||
|
person: 738
|
@ -0,0 +1,214 @@
|
|||||||
|
templates:
|
||||||
|
Director:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
director: tmdb
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: "!08_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>'s Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
Tarantino:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
director: tmdb
|
||||||
|
writer: tmdb
|
||||||
|
title.isnot: Four Rooms
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: "!08_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>'s Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
Brothers:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
director: tmdb
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: {<<person1>>, <<person2>>}
|
||||||
|
sort_title: "!08_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>' Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
Writer-or-Director:
|
||||||
|
smart_filter:
|
||||||
|
any:
|
||||||
|
director: tmdb
|
||||||
|
writer: tmdb
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: "!08_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>'s Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
Writer-and-Director:
|
||||||
|
smart_filter:
|
||||||
|
all:
|
||||||
|
director: tmdb
|
||||||
|
writer: tmdb
|
||||||
|
sort_by: year.asc
|
||||||
|
tmdb_person: <<person>>
|
||||||
|
sort_title: "!08_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: <<collection_name>>'s Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
collections:
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# #
|
||||||
|
# Directors #
|
||||||
|
# #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
# Alfred Hitchcock:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 2636
|
||||||
|
|
||||||
|
Chris Columbus:
|
||||||
|
template:
|
||||||
|
name: Writer-or-Director
|
||||||
|
person: 10965
|
||||||
|
|
||||||
|
Christopher Nolan:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 525
|
||||||
|
|
||||||
|
Clint Eastwood:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 190
|
||||||
|
|
||||||
|
Coen Brothers:
|
||||||
|
template:
|
||||||
|
name: Brothers
|
||||||
|
person1: 1223
|
||||||
|
person2: 1224
|
||||||
|
|
||||||
|
# Darren Aronofsky:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 6431
|
||||||
|
|
||||||
|
# Francis Ford Coppola:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 1776
|
||||||
|
|
||||||
|
Guillermo del Toro:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 10828
|
||||||
|
|
||||||
|
James Cameron:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 2710
|
||||||
|
|
||||||
|
John Carpenter:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 11770
|
||||||
|
|
||||||
|
John Hughes:
|
||||||
|
template:
|
||||||
|
name: Writer-or-Director
|
||||||
|
person: 11505
|
||||||
|
|
||||||
|
# Jordan Peele:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 291263
|
||||||
|
|
||||||
|
# Kevin Smith:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 19303
|
||||||
|
|
||||||
|
Lars von Trier:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 42
|
||||||
|
|
||||||
|
M. Night Shyamalan:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 11614
|
||||||
|
|
||||||
|
Martin Scorsese:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 1032
|
||||||
|
|
||||||
|
Mel Brooks:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 14639
|
||||||
|
|
||||||
|
# Peter Jackson:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 108
|
||||||
|
|
||||||
|
Quentin Tarantino:
|
||||||
|
template:
|
||||||
|
name: Tarantino
|
||||||
|
person: 138
|
||||||
|
|
||||||
|
# Richard Linklater:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 564
|
||||||
|
|
||||||
|
Ridley Scott:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 578
|
||||||
|
|
||||||
|
# Rob Zombie:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 16848
|
||||||
|
|
||||||
|
# Russo Brothers:
|
||||||
|
# template:
|
||||||
|
# name: Brothers
|
||||||
|
# person1: 19271
|
||||||
|
# person2: 19272
|
||||||
|
|
||||||
|
# Sam Raimi:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 7623
|
||||||
|
|
||||||
|
# Sergio Leone:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 4385
|
||||||
|
|
||||||
|
Stanley Kubrick:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 240
|
||||||
|
|
||||||
|
Steven Spielberg:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 488
|
||||||
|
|
||||||
|
# Taika Waititi:
|
||||||
|
# template:
|
||||||
|
# name: Director
|
||||||
|
# person: 55934
|
||||||
|
|
||||||
|
Tim Burton:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 510
|
||||||
|
|
||||||
|
Zack Snyder:
|
||||||
|
template:
|
||||||
|
name: Director
|
||||||
|
person: 15217
|
@ -0,0 +1,70 @@
|
|||||||
|
templates:
|
||||||
|
Company:
|
||||||
|
imdb_list:
|
||||||
|
url: <<list>>
|
||||||
|
sort_title: "!06_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: All <<collection_name>> Films Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
smart_label: originally_available.asc
|
||||||
|
collections:
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# #
|
||||||
|
# Production Companies #
|
||||||
|
# #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
# Template for company search (with co#######)
|
||||||
|
# https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_special,documentary,video,tv_short&genres=!animation&countries=us&languages=en&sort=release_date,asc&count=250&companies=
|
||||||
|
|
||||||
|
Aardman Animations:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566233964/
|
||||||
|
|
||||||
|
Disney Channel Original Movies:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566453346/
|
||||||
|
|
||||||
|
DreamWorks Animation:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566431928/
|
||||||
|
|
||||||
|
Happy Madison Productions:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/search/title/?title_type=feature,tv_special&countries=us&languages=en&sort=release_date,asc&companies=co0059609
|
||||||
|
|
||||||
|
Pixar Animation Studios:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566265980/
|
||||||
|
|
||||||
|
Rankin-Bass Christmas Classics:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566226151/
|
||||||
|
|
||||||
|
SNL Studios:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566961171/
|
||||||
|
|
||||||
|
Studio Ghibli:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566277942/
|
||||||
|
|
||||||
|
Walt Disney Animation Studios:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566238962/
|
||||||
|
|
||||||
|
Warner Bros. Animation:
|
||||||
|
template:
|
||||||
|
name: Company
|
||||||
|
list: https://www.imdb.com/list/ls566967458/
|
@ -0,0 +1,157 @@
|
|||||||
|
##############################################################################
|
||||||
|
# Seasonal Collections #
|
||||||
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||||
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||||
|
# https://metamanager.wiki/en/latest/defaults/movie/seasonal.html #
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
external_templates:
|
||||||
|
pmm: templates
|
||||||
|
|
||||||
|
translations:
|
||||||
|
pmm: translations
|
||||||
|
|
||||||
|
templates:
|
||||||
|
holiday:
|
||||||
|
default:
|
||||||
|
sort_by: title.asc
|
||||||
|
sort_by_<<key>>: <<sort_by>>
|
||||||
|
schedule_<<key>>: <<schedule>>
|
||||||
|
limit_<<key>>: <<limit>>
|
||||||
|
tmdb_collection_<<key>>: <<tmdb_collection>>
|
||||||
|
tmdb_movie_<<key>>: <<tmdb_movie>>
|
||||||
|
imdb_list_<<key>>: <<imdb_list>>
|
||||||
|
trakt_list_<<key>>: <<trakt_list>>
|
||||||
|
summary_<<key>>: <<seasonal_summary>>
|
||||||
|
name_<<key>>: <<seasonal_name>>
|
||||||
|
emoji_<<key>>: <<emoji>>
|
||||||
|
optional:
|
||||||
|
- schedule
|
||||||
|
- tmdb_collection
|
||||||
|
- tmdb_movie
|
||||||
|
- limit
|
||||||
|
- imdb_list
|
||||||
|
- trakt_list
|
||||||
|
smart_label:
|
||||||
|
sort_by: <<sort_by_<<key>>>>
|
||||||
|
limit: <<limit_<<key>>>>
|
||||||
|
all:
|
||||||
|
label: <<smart_label>>
|
||||||
|
schedule: <<schedule_<<key>>>>
|
||||||
|
delete_not_scheduled: true
|
||||||
|
tmdb_collection: <<tmdb_collection_<<key>>>>
|
||||||
|
tmdb_movie: <<tmdb_movie_<<key>>>>
|
||||||
|
imdb_list: <<imdb_list_<<key>>>>
|
||||||
|
trakt_list: <<trakt_list_<<key>>>>
|
||||||
|
cache_builders: 1
|
||||||
|
summary: <<summary_<<key>>>>
|
||||||
|
name: <<emoji_<<key>>>><<name_<<key>>>>
|
||||||
|
|
||||||
|
collections:
|
||||||
|
Seasonal Collections:
|
||||||
|
template:
|
||||||
|
- name: separator
|
||||||
|
separator: seasonal
|
||||||
|
use_separator: false
|
||||||
|
- name: translation
|
||||||
|
key_name: Seasonal
|
||||||
|
translation_key: separator
|
||||||
|
|
||||||
|
dynamic_collections:
|
||||||
|
Seasonal:
|
||||||
|
type: custom
|
||||||
|
data:
|
||||||
|
years: New Year's Day
|
||||||
|
valentine: Valentine's Day
|
||||||
|
patrick: St. Patrick's Day
|
||||||
|
easter: Easter
|
||||||
|
mother: Mother's Day
|
||||||
|
memorial: Memorial Day
|
||||||
|
father: Father's Day
|
||||||
|
independence: Independence Day
|
||||||
|
labor: Labor Day
|
||||||
|
halloween: Halloween
|
||||||
|
thanksgiving: Thanksgiving
|
||||||
|
christmas: Christmas
|
||||||
|
title_format: <<key_name>> <<library_typeU>>s
|
||||||
|
template:
|
||||||
|
- holiday
|
||||||
|
- shared
|
||||||
|
- arr
|
||||||
|
template_variables:
|
||||||
|
emoji:
|
||||||
|
years: "🎊 "
|
||||||
|
valentine: "💘 "
|
||||||
|
patrick: "☘ "
|
||||||
|
easter: "🐰 "
|
||||||
|
mother: "🤱 "
|
||||||
|
memorial: "🪖 "
|
||||||
|
father: "👨 "
|
||||||
|
independence: "🎆 "
|
||||||
|
labor: "⚒ "
|
||||||
|
halloween: "🎃 "
|
||||||
|
thanksgiving: "🦃 "
|
||||||
|
christmas: "🎅 "
|
||||||
|
schedule:
|
||||||
|
years: range(12/26-01/04)
|
||||||
|
valentine: range(02/01-02/29)
|
||||||
|
patrick: range(03/01-03/18)
|
||||||
|
easter: range(03/20-04/30)
|
||||||
|
mother: range(05/05-05/10)
|
||||||
|
memorial: range(5/18-6/7)
|
||||||
|
father: range(06/15-06/20)
|
||||||
|
independence: range(06/23-07/11)
|
||||||
|
labor: range(09/01-09/10)
|
||||||
|
halloween: range(10/01-10/31)
|
||||||
|
thanksgiving: range(11/01-11/30)
|
||||||
|
christmas: range(12/01-12/31)
|
||||||
|
imdb_list:
|
||||||
|
years: https://www.imdb.com/list/ls066838460/
|
||||||
|
valentine:
|
||||||
|
- https://www.imdb.com/list/ls000094398/
|
||||||
|
- https://www.imdb.com/list/ls057783436/
|
||||||
|
- https://www.imdb.com/list/ls064427905/
|
||||||
|
patrick: https://www.imdb.com/list/ls063934595/
|
||||||
|
easter:
|
||||||
|
- https://www.imdb.com/list/ls062665509/
|
||||||
|
- https://www.imdb.com/list/ls051733651/
|
||||||
|
mother: https://www.imdb.com/list/ls072551197/
|
||||||
|
memorial: https://www.imdb.com/list/ls002014923/
|
||||||
|
father: https://www.imdb.com/list/ls020471057/
|
||||||
|
independence:
|
||||||
|
- https://www.imdb.com/list/ls068664510/
|
||||||
|
- https://www.imdb.com/list/ls080925875/
|
||||||
|
labor: https://www.imdb.com/list/ls002014923/
|
||||||
|
halloween:
|
||||||
|
- https://www.imdb.com/list/ls023118929/
|
||||||
|
- https://www.imdb.com/list/ls000099714/
|
||||||
|
thanksgiving:
|
||||||
|
- https://www.imdb.com/list/ls000835734/
|
||||||
|
- https://www.imdb.com/list/ls091597850/
|
||||||
|
christmas:
|
||||||
|
- https://www.imdb.com/list/ls000096828/
|
||||||
|
- https://www.imdb.com/list/ls031382358/
|
||||||
|
- https://www.imdb.com/list/ls025976544/
|
||||||
|
tmdb_collection:
|
||||||
|
halloween:
|
||||||
|
- 185103 # Hotel Transylvania
|
||||||
|
- 11716 # Addams Family
|
||||||
|
- 750822 # Addams Family Animated
|
||||||
|
- 313086 # Conjuring
|
||||||
|
- 91361 # Halloween Collection
|
||||||
|
- 8581 # A Nightmare on Elm Street Collection
|
||||||
|
- 1733 # The Mummy Collection
|
||||||
|
- 8091 # Alien Collection
|
||||||
|
- 2980 # Ghostbusters
|
||||||
|
- 751156 # Hocus Pocus
|
||||||
|
tmdb_movie:
|
||||||
|
halloween:
|
||||||
|
- 23437 # A Nightmare on Elm Street (2010)
|
||||||
|
visible_home_<<key>>:
|
||||||
|
default: true
|
||||||
|
visible_shared_<<key>>:
|
||||||
|
default: true
|
||||||
|
image:
|
||||||
|
default: seasonal/<<key>>
|
||||||
|
translation_key:
|
||||||
|
default: season
|
@ -0,0 +1,65 @@
|
|||||||
|
templates:
|
||||||
|
Originals:
|
||||||
|
imdb_list:
|
||||||
|
url: <<list>>
|
||||||
|
sort_title: "!05_<<collection_name>>"
|
||||||
|
sync_mode: sync
|
||||||
|
summary: All <<collection_name>> Available on Plex
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: true
|
||||||
|
smart_label: originally_available.desc
|
||||||
|
collections:
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# #
|
||||||
|
# Streaming Originals #
|
||||||
|
# #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
# Template for company search (with co#######)
|
||||||
|
# https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_special,documentary,video,tv_short&genres=!animation&countries=us&languages=en&sort=release_date,asc&count=250&companies=
|
||||||
|
|
||||||
|
Apple TV+ Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls500844597/
|
||||||
|
|
||||||
|
Disney+ Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls098575307/
|
||||||
|
|
||||||
|
HBO Max Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls500844000/
|
||||||
|
|
||||||
|
Hulu Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls088307360/
|
||||||
|
|
||||||
|
Netflix Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls093350982/
|
||||||
|
|
||||||
|
Paramount+ Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls539683997/
|
||||||
|
|
||||||
|
Peacock Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls539683997/
|
||||||
|
|
||||||
|
Prime Video Originals:
|
||||||
|
template:
|
||||||
|
name: Originals
|
||||||
|
list: https://www.imdb.com/list/ls098565773/
|
||||||
|
|
||||||
|
# Showtime Originals:
|
||||||
|
# template:
|
||||||
|
# name: Originals
|
||||||
|
# list: https://www.imdb.com/list/ls000000000/
|
@ -0,0 +1,16 @@
|
|||||||
|
collections:
|
||||||
|
|
||||||
|
#############################################################
|
||||||
|
# Template for company search (with co#######)
|
||||||
|
# https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_special,documentary,video,tv_short&genres=!animation&countries=us&languages=en&sort=release_date,asc&count=250&companies=
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
Aardman Animations:
|
||||||
|
smart_label: originally_available.asc
|
||||||
|
collection_mode: hide
|
||||||
|
visible_home: false
|
||||||
|
sync_mode: sync
|
||||||
|
sort_title: "!06_Aardman Animations"
|
||||||
|
imdb_list: https://www.imdb.com/list/ls566233964/
|
||||||
|
summary: All Aardman Animations Movies Available on Plex
|
||||||
|
radarr_add_missing: false
|
@ -0,0 +1,835 @@
|
|||||||
|
libraries:
|
||||||
|
Movies:
|
||||||
|
radarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path: P:\Movies
|
||||||
|
monitor: true
|
||||||
|
availability: released
|
||||||
|
quality_profile: 1080p
|
||||||
|
tag: pmm
|
||||||
|
search: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
report_path: /config/Movies_report.yml
|
||||||
|
metadata_path:
|
||||||
|
# - file: config/Movies.yml
|
||||||
|
# - folder: config/Movies/
|
||||||
|
|
||||||
|
- git: PMM/chart/basic
|
||||||
|
asset_directory: config/assets/basic
|
||||||
|
template_variables:
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# Separator style (red, blue, green, gray, purple, stb, orig)
|
||||||
|
sep_style: orig
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode:
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '00'
|
||||||
|
###################################################
|
||||||
|
## Available collections #
|
||||||
|
## KEY COLLECTION #
|
||||||
|
## released Newly Released #
|
||||||
|
## episodes New Episodes #
|
||||||
|
###################################################
|
||||||
|
# Customize summary of collection
|
||||||
|
# summary_key: A collection of ...
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key:
|
||||||
|
use_episodes: false
|
||||||
|
# Determines collection order in it's section
|
||||||
|
# order_key:
|
||||||
|
# Set visible_library for the collection
|
||||||
|
# visible_library_key:
|
||||||
|
visible_library_released: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_released: true
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_released: true
|
||||||
|
|
||||||
|
- file: config/Movies/seasonal.yml
|
||||||
|
asset_directory: config/assets/seasonal
|
||||||
|
template_variables:
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode: hide
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '01'
|
||||||
|
# Sets how all collections are sorted
|
||||||
|
sort_by: title.asc
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# Separator style (red, blue, green, gray, purple, stb, orig)
|
||||||
|
sep_style: orig
|
||||||
|
##################################################
|
||||||
|
# Available collections #
|
||||||
|
# KEY COLLECTION #
|
||||||
|
# years New Year's Day #
|
||||||
|
# valentine Valentine's Day #
|
||||||
|
# patrick St. Patrick's Day #
|
||||||
|
# easter Easter #
|
||||||
|
# mother Mother's Day #
|
||||||
|
# memorial Memorial Day #
|
||||||
|
# father Father's Day #
|
||||||
|
# independence Independence Day #
|
||||||
|
# labor Labor Day #
|
||||||
|
# halloween Halloween #
|
||||||
|
# thanksgiving Thanksgiving #
|
||||||
|
# christmas Christmas #
|
||||||
|
##################################################
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key: true
|
||||||
|
use_years: true
|
||||||
|
use_valentine: true
|
||||||
|
use_patrick: true
|
||||||
|
use_easter: true
|
||||||
|
use_mother: true
|
||||||
|
use_memorial: true
|
||||||
|
use_father: true
|
||||||
|
use_independence: true
|
||||||
|
use_labor: true
|
||||||
|
use_halloween: true
|
||||||
|
use_thanksgiving: true
|
||||||
|
use_christmas: true
|
||||||
|
##################################################
|
||||||
|
# Default Schedules #
|
||||||
|
# KEY SCHEDULE #
|
||||||
|
# years range(12/26-01/04) #
|
||||||
|
# valentine range(02/01-02/29) #
|
||||||
|
# patrick range(03/01-03/18) #
|
||||||
|
# easter range(03/20-04/30) #
|
||||||
|
# mother range(05/05-05/10) #
|
||||||
|
# memorial range(05/18-06/07) #
|
||||||
|
# father range(06/15-06/20) #
|
||||||
|
# independence range(06/23-07/11) #
|
||||||
|
# labor range(09/01-09/10) #
|
||||||
|
# halloween range(10/01-10/31) #
|
||||||
|
# thanksgiving range(11/01-11/30) #
|
||||||
|
# christmas range(12/01-12/31) #
|
||||||
|
##################################################
|
||||||
|
# Set the schedule of a collection.
|
||||||
|
# schedule_key:
|
||||||
|
schedule_years: range(12/26-01/07)
|
||||||
|
schedule_valentine: range(02/01-02/21)
|
||||||
|
# schedule_patrick: range(03/01-03/18)
|
||||||
|
# schedule_easter: range(03/20-04/30)
|
||||||
|
schedule_mother: range(05/10-05/18)
|
||||||
|
schedule_memorial: range(05/25-06/03)
|
||||||
|
schedule_father: range(06/14-06/22)
|
||||||
|
# schedule_independence: range(06/23-07/11)
|
||||||
|
# schedule_labor: range(09/01-09/10)
|
||||||
|
# schedule_halloween: range(10/01-10/31)
|
||||||
|
schedule_thanksgiving: range(11/01-11/24)
|
||||||
|
schedule_christmas: range(11/24-12/31)
|
||||||
|
# Sets how the collection is sorted
|
||||||
|
# sort_by_key: title.asc
|
||||||
|
# Set visible_library for the collection
|
||||||
|
# visible_library_key:
|
||||||
|
visible_library_years: false
|
||||||
|
visible_library_valentine: false
|
||||||
|
visible_library_patrick: false
|
||||||
|
visible_library_easter: false
|
||||||
|
visible_library_mother: false
|
||||||
|
visible_library_memorial: false
|
||||||
|
visible_library_father: false
|
||||||
|
visible_library_independence: false
|
||||||
|
visible_library_labor: false
|
||||||
|
visible_library_halloween: false
|
||||||
|
visible_library_thanksgiving: false
|
||||||
|
visible_library_christmas: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_years: true
|
||||||
|
visible_home_valentine: true
|
||||||
|
visible_home_patrick: true
|
||||||
|
visible_home_easter: true
|
||||||
|
visible_home_mother: true
|
||||||
|
visible_home_memorial: true
|
||||||
|
visible_home_father: true
|
||||||
|
visible_home_independence: true
|
||||||
|
visible_home_labor: true
|
||||||
|
visible_home_halloween: true
|
||||||
|
visible_home_thanksgiving: true
|
||||||
|
visible_home_christmas: true
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_years: true
|
||||||
|
visible_shared_valentine: true
|
||||||
|
visible_shared_patrick: true
|
||||||
|
visible_shared_easter: true
|
||||||
|
visible_shared_mother: true
|
||||||
|
visible_shared_memorial: true
|
||||||
|
visible_shared_father: true
|
||||||
|
visible_shared_independence: true
|
||||||
|
visible_shared_labor: true
|
||||||
|
visible_shared_halloween: true
|
||||||
|
visible_shared_thanksgiving: true
|
||||||
|
visible_shared_christmas: true
|
||||||
|
|
||||||
|
- git: PMM/resolution
|
||||||
|
template_variables:
|
||||||
|
asset_directory: config/assets/resolution
|
||||||
|
style: default
|
||||||
|
include:
|
||||||
|
- 4k
|
||||||
|
# - 1080
|
||||||
|
use_other: false
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '02'
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# 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: hide
|
||||||
|
|
||||||
|
- git: PMM/chart/imdb
|
||||||
|
asset_directory: config/assets/imdb
|
||||||
|
template_variables:
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode: hide
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '03'
|
||||||
|
##################################################
|
||||||
|
# Available collections #
|
||||||
|
# KEY COLLECTION #
|
||||||
|
# popular IMDb Popular #
|
||||||
|
# top IMDb Top 250 #
|
||||||
|
# lowest IMDb Lowest Rated #
|
||||||
|
##################################################
|
||||||
|
# Customize summary of collection
|
||||||
|
# summary_key: A collection of ...
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key: true
|
||||||
|
use_popular: true
|
||||||
|
use_top: true
|
||||||
|
use_lowest: 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:
|
||||||
|
visible_library_popular: false
|
||||||
|
visible_library_top: false
|
||||||
|
visible_library_lowest: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_popular: true
|
||||||
|
visible_home_top: true
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_popular: true
|
||||||
|
visible_shared_top: true
|
||||||
|
|
||||||
|
- git: PMM/streaming
|
||||||
|
asset_directory: config/assets/streaming
|
||||||
|
template_variables:
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# 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: '04'
|
||||||
|
##################################################
|
||||||
|
# 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 #
|
||||||
|
# showtime Showtime #
|
||||||
|
##################################################
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key: true
|
||||||
|
use_all4: false
|
||||||
|
use_appletv: true
|
||||||
|
use_bet: false
|
||||||
|
use_britbox: false
|
||||||
|
use_disney: true
|
||||||
|
use_hayu: false
|
||||||
|
use_hbomax: true
|
||||||
|
use_hulu: true
|
||||||
|
use_netflix: true
|
||||||
|
use_now: false
|
||||||
|
use_paramount: true
|
||||||
|
use_peacock: true
|
||||||
|
use_amazon: true
|
||||||
|
use_showtime: false
|
||||||
|
# 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:
|
||||||
|
visible_library_appletv: false
|
||||||
|
visible_library_disney: false
|
||||||
|
visible_library_hbomax: false
|
||||||
|
visible_library_hulu: false
|
||||||
|
visible_library_netflix: false
|
||||||
|
visible_library_paramount: false
|
||||||
|
visible_library_peacock: false
|
||||||
|
visible_library_amazon: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_appletv: false
|
||||||
|
visible_home_disney: false
|
||||||
|
visible_home_hbomax: false
|
||||||
|
visible_home_hulu: false
|
||||||
|
visible_home_netflix: false
|
||||||
|
visible_home_paramount: false
|
||||||
|
visible_home_peacock: false
|
||||||
|
visible_home_amazon: false
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_appletv: false
|
||||||
|
visible_shared_disney: false
|
||||||
|
visible_shared_hbomax: false
|
||||||
|
visible_shared_hulu: false
|
||||||
|
visible_shared_netflix: false
|
||||||
|
visible_shared_paramount: false
|
||||||
|
visible_shared_peacock: false
|
||||||
|
visible_shared_amazon: false
|
||||||
|
|
||||||
|
- file: config/Movies/streaming_originals.yml
|
||||||
|
asset_directory: config/assets/streaming_originals
|
||||||
|
|
||||||
|
- file: config/Movies/production_companies.yml
|
||||||
|
asset_directory: config/assets/production_companies
|
||||||
|
|
||||||
|
- git: PMM/award/oscars
|
||||||
|
asset_directory: config/assets/awards
|
||||||
|
template_variables:
|
||||||
|
# Turn the individual year collections on/off
|
||||||
|
use_year_collections: false
|
||||||
|
# Sets the sort of the IMDb Search
|
||||||
|
imdb_sort: year,desc
|
||||||
|
collection_order: year.desc
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode:
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '07_0'
|
||||||
|
|
||||||
|
- git: PMM/award/golden
|
||||||
|
asset_directory: config/assets/awards
|
||||||
|
template_variables:
|
||||||
|
# Turn the individual year collections on/off
|
||||||
|
use_year_collections: false
|
||||||
|
# Sets the sort of the IMDb Search
|
||||||
|
imdb_sort: year,desc
|
||||||
|
collection_order: year.desc
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode: hide
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '07_1'
|
||||||
|
|
||||||
|
- file: config/Movies/directors.yml
|
||||||
|
asset_directory: config/assets/directors
|
||||||
|
|
||||||
|
- file: config/Movies/actors.yml
|
||||||
|
asset_directory: config/assets/actors
|
||||||
|
|
||||||
|
overlay_path:
|
||||||
|
- reapply_overlays: false
|
||||||
|
- remove_overlays: false
|
||||||
|
# - file: config/Overlays.yml
|
||||||
|
|
||||||
|
# - git: PMM/overlays/imdb_top_250
|
||||||
|
# template_variables:
|
||||||
|
# # Set episode or season to overlay
|
||||||
|
# overlay_level:
|
||||||
|
# # Set the weight for the overlay
|
||||||
|
# weight: 30
|
||||||
|
|
||||||
|
- git: PMM/overlays/resolution
|
||||||
|
asset_directory: config/assets/overlays
|
||||||
|
filters:
|
||||||
|
edition.isnot: Despecialized Edition
|
||||||
|
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: left
|
||||||
|
# Set the vertical offset for the overlay
|
||||||
|
vertical_offset: 15
|
||||||
|
# Set the vertical align for the overlay
|
||||||
|
vertical_align: top
|
||||||
|
# Use the 4K overlay
|
||||||
|
use_4k: true
|
||||||
|
# Use the 1080P overlay
|
||||||
|
use_1080p: false
|
||||||
|
# Use the 720P overlay
|
||||||
|
use_720p: false
|
||||||
|
# Use the 576P overlay
|
||||||
|
use_576p: false
|
||||||
|
# Use the 480P overlay
|
||||||
|
use_480p: false
|
||||||
|
# Use the DV overlay
|
||||||
|
use_dv: true
|
||||||
|
# Use the HDR overlay
|
||||||
|
use_hdr: true
|
||||||
|
|
||||||
|
- git: PMM/overlays/audio_codec
|
||||||
|
asset_directory: config/assets/overlays
|
||||||
|
template_variables:
|
||||||
|
# Set episode or season to overlay
|
||||||
|
# overlay_level:
|
||||||
|
# Set the horizontal offset for the overlay
|
||||||
|
horizontal_offset: 0
|
||||||
|
# Set the horizontal align for the overlay
|
||||||
|
horizontal_align: center
|
||||||
|
# Set the vertical offset for the overlay
|
||||||
|
vertical_offset: 15
|
||||||
|
# Set the vertical align for the overlay
|
||||||
|
vertical_align: top
|
||||||
|
# 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: 300
|
||||||
|
# Sets the style of overlay: standard or compact
|
||||||
|
style: compact
|
||||||
|
# Use the Opus overlay
|
||||||
|
use_opus: false
|
||||||
|
# Use the MP3 overlay
|
||||||
|
use_mp3: false
|
||||||
|
# Use the Dolby-Digital overlay
|
||||||
|
use_digital: false
|
||||||
|
# Use the AAC overlay
|
||||||
|
use_aac: false
|
||||||
|
# Use the DTS overlay
|
||||||
|
use_dts: false
|
||||||
|
# Use the DTS-ES overlay
|
||||||
|
use_es: false
|
||||||
|
# Use the Dolby-Digital-Plus overlay
|
||||||
|
use_plus: false
|
||||||
|
# Use the DTS-HD-HRA overlay
|
||||||
|
use_hra: false
|
||||||
|
# Use the PCM overlay
|
||||||
|
use_pcm: false
|
||||||
|
# Use the FLAC overlay
|
||||||
|
use_flac: false
|
||||||
|
# Use the DTS-HD-MA overlay
|
||||||
|
use_hd: false
|
||||||
|
# Use the Dolby-TrueHD overlay
|
||||||
|
use_truehd: false
|
||||||
|
# Use the DD+/E-AC3 Atmos overlay
|
||||||
|
use_plus-atmos: true
|
||||||
|
# Use the Dolby-Atmos (undefined) overlay
|
||||||
|
use_atmos: true
|
||||||
|
# Use the DTS-X overlay
|
||||||
|
use_x: true
|
||||||
|
# Use the Dolby TrueHD Atmos overlay
|
||||||
|
use_truehd-atmos: true
|
||||||
|
|
||||||
|
TV Shows:
|
||||||
|
sonarr:
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
root_folder_path: P:\TV Shows
|
||||||
|
monitor: all
|
||||||
|
quality_profile: 1080p
|
||||||
|
language_profile: English
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag: pmm
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
upgrade_existing: false
|
||||||
|
report_path: /config/TVShows_report.yml
|
||||||
|
metadata_path:
|
||||||
|
# - file: config/TVShows.yml
|
||||||
|
# - folder: config/TV Shows/
|
||||||
|
|
||||||
|
- git: PMM/chart/basic
|
||||||
|
asset_directory: config/assets/basic
|
||||||
|
template_variables:
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# Separator style (red, blue, green, gray, purple, stb, orig)
|
||||||
|
sep_style: orig
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode:
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '00'
|
||||||
|
###################################################
|
||||||
|
## Available collections #
|
||||||
|
## KEY COLLECTION #
|
||||||
|
## released Newly Released #
|
||||||
|
## episodes New Episodes #
|
||||||
|
###################################################
|
||||||
|
# Customize summary of collection
|
||||||
|
# summary_key: A collection of ...
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key:
|
||||||
|
use_released: false
|
||||||
|
use_episodes: true
|
||||||
|
# Determines collection order in it's section
|
||||||
|
# order_key:
|
||||||
|
# Set visible_library for the collection
|
||||||
|
# visible_library_key:
|
||||||
|
visible_library_released: false
|
||||||
|
visible_library_episodes: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_released: false
|
||||||
|
visible_home_episodes: true
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_released: false
|
||||||
|
visible_shared_episodes: true
|
||||||
|
|
||||||
|
- git: PMM/chart/imdb
|
||||||
|
asset_directory: config/assets/awards
|
||||||
|
template_variables:
|
||||||
|
# Sets the collection mode of the collection
|
||||||
|
collection_mode: hide
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '01'
|
||||||
|
##################################################
|
||||||
|
# Available collections #
|
||||||
|
# KEY COLLECTION #
|
||||||
|
# popular IMDb Popular #
|
||||||
|
# top IMDb Top 250 #
|
||||||
|
# lowest IMDb Lowest Rated #
|
||||||
|
##################################################
|
||||||
|
# Customize summary of collection
|
||||||
|
# summary_key: A collection of ...
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key: true
|
||||||
|
use_popular: false
|
||||||
|
use_top: true
|
||||||
|
use_lowest: false
|
||||||
|
# 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:
|
||||||
|
# visible_library_popular: false
|
||||||
|
visible_library_top: false
|
||||||
|
# visible_library_lowest: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
# visible_home_popular: false
|
||||||
|
visible_home_top: false
|
||||||
|
# visible_home_lowest: false
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_top: false
|
||||||
|
|
||||||
|
- git: PMM/streaming
|
||||||
|
asset_directory: config/assets/streaming
|
||||||
|
template_variables:
|
||||||
|
# Turn the separator collection on/off
|
||||||
|
use_separator: false
|
||||||
|
# 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: hide
|
||||||
|
# Sets the value at the start of the sort title
|
||||||
|
collection_section: '02'
|
||||||
|
##################################################
|
||||||
|
# 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 #
|
||||||
|
# showtime Showtime #
|
||||||
|
##################################################
|
||||||
|
# Turn the collection on/off
|
||||||
|
# use_key: true
|
||||||
|
use_all4: false
|
||||||
|
use_appletv: true
|
||||||
|
use_bet: false
|
||||||
|
use_britbox: false
|
||||||
|
use_disney: true
|
||||||
|
use_hayu: false
|
||||||
|
use_hbomax: true
|
||||||
|
use_hulu: true
|
||||||
|
use_netflix: true
|
||||||
|
use_now: false
|
||||||
|
use_paramount: true
|
||||||
|
use_peacock: true
|
||||||
|
use_amazon: true
|
||||||
|
use_showtime: false
|
||||||
|
# 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:
|
||||||
|
visible_library_appletv: false
|
||||||
|
visible_library_disney: false
|
||||||
|
visible_library_hbomax: false
|
||||||
|
visible_library_hulu: false
|
||||||
|
visible_library_netflix: false
|
||||||
|
visible_library_paramount: false
|
||||||
|
visible_library_peacock: false
|
||||||
|
visible_library_amazon: false
|
||||||
|
# Set visible_home for the collection
|
||||||
|
# visible_home_key:
|
||||||
|
visible_home_appletv: false
|
||||||
|
visible_home_disney: false
|
||||||
|
visible_home_hbomax: false
|
||||||
|
visible_home_hulu: false
|
||||||
|
visible_home_netflix: false
|
||||||
|
visible_home_paramount: false
|
||||||
|
visible_home_peacock: false
|
||||||
|
visible_home_amazon: false
|
||||||
|
# Set visible_shared for the collection
|
||||||
|
# visible_shared_key:
|
||||||
|
visible_shared_appletv: false
|
||||||
|
visible_shared_disney: false
|
||||||
|
visible_shared_hbomax: false
|
||||||
|
visible_shared_hulu: false
|
||||||
|
visible_shared_netflix: false
|
||||||
|
visible_shared_paramount: false
|
||||||
|
visible_shared_peacock: false
|
||||||
|
visible_shared_amazon: false
|
||||||
|
|
||||||
|
- file: config/TV Shows/production_companies.yml
|
||||||
|
asset_directory: config/assets/production_companies
|
||||||
|
|
||||||
|
overlay_path:
|
||||||
|
- reapply_overlays: false
|
||||||
|
- remove_overlays: false
|
||||||
|
# - file: config/Overlays.yml
|
||||||
|
|
||||||
|
- git: PMM/overlays/resolution
|
||||||
|
asset_directory: config/assets/overlays
|
||||||
|
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: left
|
||||||
|
# Set the vertical offset for the overlay
|
||||||
|
vertical_offset: 15
|
||||||
|
# Set the vertical align for the overlay
|
||||||
|
vertical_align: top
|
||||||
|
# Use the 4K overlay
|
||||||
|
use_4k: true
|
||||||
|
# Use the 1080P overlay
|
||||||
|
use_1080p: false
|
||||||
|
# Use the 720P overlay
|
||||||
|
use_720p: false
|
||||||
|
# Use the 576P overlay
|
||||||
|
use_576p: false
|
||||||
|
# Use the 480P overlay
|
||||||
|
use_480p: false
|
||||||
|
# Use the DV overlay
|
||||||
|
use_dv: true
|
||||||
|
# Use the HDR overlay
|
||||||
|
use_hdr: true
|
||||||
|
|
||||||
|
- git: PMM/overlays/audio_codec
|
||||||
|
asset_directory: config/assets/overlays
|
||||||
|
template_variables:
|
||||||
|
# Set episode or season to overlay
|
||||||
|
# overlay_level:
|
||||||
|
# Set the horizontal offset for the overlay
|
||||||
|
horizontal_offset: 0
|
||||||
|
# Set the horizontal align for the overlay
|
||||||
|
horizontal_align: center
|
||||||
|
# Set the vertical offset for the overlay
|
||||||
|
vertical_offset: 15
|
||||||
|
# Set the vertical align for the overlay
|
||||||
|
vertical_align: top
|
||||||
|
# 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: 300
|
||||||
|
# Sets the style of overlay: standard or compact
|
||||||
|
style: compact
|
||||||
|
# Use the Opus overlay
|
||||||
|
use_opus: false
|
||||||
|
# Use the MP3 overlay
|
||||||
|
use_mp3: false
|
||||||
|
# Use the Dolby-Digital overlay
|
||||||
|
use_digital: false
|
||||||
|
# Use the AAC overlay
|
||||||
|
use_aac: false
|
||||||
|
# Use the DTS overlay
|
||||||
|
use_dts: false
|
||||||
|
# Use the DTS-ES overlay
|
||||||
|
use_es: false
|
||||||
|
# Use the Dolby-Digital-Plus overlay
|
||||||
|
use_plus: false
|
||||||
|
# Use the DTS-HD-HRA overlay
|
||||||
|
use_hra: false
|
||||||
|
# Use the PCM overlay
|
||||||
|
use_pcm: false
|
||||||
|
# Use the FLAC overlay
|
||||||
|
use_flac: false
|
||||||
|
# Use the DTS-HD-MA overlay
|
||||||
|
use_hd: false
|
||||||
|
# Use the Dolby-TrueHD overlay
|
||||||
|
use_truehd: false
|
||||||
|
# Use the DD+/E-AC3 Atmos overlay
|
||||||
|
use_plus-atmos: true
|
||||||
|
# Use the Dolby-Atmos (undefined) overlay
|
||||||
|
use_atmos: true
|
||||||
|
# Use the DTS-X overlay
|
||||||
|
use_x: true
|
||||||
|
# Use the Dolby TrueHD Atmos overlay
|
||||||
|
use_truehd-atmos: true
|
||||||
|
|
||||||
|
playlist_files:
|
||||||
|
# - file: config/playlists.yml
|
||||||
|
# - folder: config/playlists
|
||||||
|
# - git: PMM/playlist
|
||||||
|
- file: config/playlists/musicals.yml
|
||||||
|
asset_directory: config/assets/musicals
|
||||||
|
|
||||||
|
settings:
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
asset_directory: config/assets
|
||||||
|
asset_folders: true
|
||||||
|
asset_depth: 1
|
||||||
|
create_asset_folders: true
|
||||||
|
prioritize_assets: true
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: true
|
||||||
|
show_missing_season_assets: false
|
||||||
|
show_missing_episode_assets: false
|
||||||
|
show_asset_not_needed: false
|
||||||
|
sync_mode: append
|
||||||
|
minimum_items: 0
|
||||||
|
default_collection_order:
|
||||||
|
delete_below_minimum: true
|
||||||
|
delete_not_scheduled: false
|
||||||
|
run_again_delay: 2
|
||||||
|
missing_only_released: true
|
||||||
|
only_filter_missing: false
|
||||||
|
show_unmanaged: false
|
||||||
|
show_filtered: false
|
||||||
|
show_options: false
|
||||||
|
show_missing: false
|
||||||
|
show_missing_assets: true
|
||||||
|
save_report: true
|
||||||
|
tvdb_language: eng
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
item_refresh_delay: 0
|
||||||
|
playlist_sync_to_user: all
|
||||||
|
playlist_report: false
|
||||||
|
verify_ssl: true
|
||||||
|
custom_repo:
|
||||||
|
check_nightly: false
|
||||||
|
show_unconfigured: true
|
||||||
|
|
||||||
|
playlist_exclude_users:
|
||||||
|
webhooks: # Can be individually specified per library as well
|
||||||
|
error:
|
||||||
|
version:
|
||||||
|
run_start:
|
||||||
|
run_end:
|
||||||
|
changes:
|
||||||
|
|
||||||
|
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
||||||
|
url:
|
||||||
|
token:
|
||||||
|
timeout: 60
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
|
||||||
|
tmdb: # REQUIRED for the script to run
|
||||||
|
apikey:
|
||||||
|
language: en
|
||||||
|
cache_expiration: 60
|
||||||
|
region:
|
||||||
|
|
||||||
|
trakt:
|
||||||
|
client_id:
|
||||||
|
client_secret:
|
||||||
|
pin:
|
||||||
|
authorization:
|
||||||
|
# everything below is autofilled by the script
|
||||||
|
access_token:
|
||||||
|
token_type:
|
||||||
|
expires_in:
|
||||||
|
refresh_token:
|
||||||
|
scope: public
|
||||||
|
created_at:
|
||||||
|
|
||||||
|
tautulli: # Can be individually specified per library as well
|
||||||
|
url:
|
||||||
|
apikey:
|
||||||
|
|
||||||
|
# radarr: # Can be individually specified per library as well
|
||||||
|
# url:
|
||||||
|
# token:
|
||||||
|
# add_missing: false
|
||||||
|
# add_existing: false
|
||||||
|
# root_folder_path: P:\Movies
|
||||||
|
# monitor: true
|
||||||
|
# availability: released
|
||||||
|
# quality_profile: 1080p
|
||||||
|
# tag: pmm
|
||||||
|
# search: false
|
||||||
|
# radarr_path:
|
||||||
|
# plex_path:
|
||||||
|
# upgrade_existing: false
|
||||||
|
|
||||||
|
# sonarr: # Can be individually specified per library as well
|
||||||
|
# url:
|
||||||
|
# token:
|
||||||
|
# add_missing: false
|
||||||
|
# add_existing: false
|
||||||
|
# root_folder_path: P:\TV Shows
|
||||||
|
# monitor: all
|
||||||
|
# quality_profile: 1080p
|
||||||
|
# language_profile: English
|
||||||
|
# series_type: standard
|
||||||
|
# season_folder: true
|
||||||
|
# tag: pmm
|
||||||
|
# search: false
|
||||||
|
# cutoff_search: false
|
||||||
|
# sonarr_path:
|
||||||
|
# plex_path:
|
||||||
|
# upgrade_existing: false
|
@ -0,0 +1,13 @@
|
|||||||
|
#############################################################
|
||||||
|
# #
|
||||||
|
# Musicals #
|
||||||
|
# #
|
||||||
|
#############################################################
|
||||||
|
|
||||||
|
playlists:
|
||||||
|
Musicals:
|
||||||
|
libraries: Movies
|
||||||
|
sync_mode: sync
|
||||||
|
sync_to_users: all
|
||||||
|
imdb_list:
|
||||||
|
- https://www.imdb.com/search/title/?title_type=feature&num_votes=1500,&genres=musical
|
Loading…
Reference in new issue