After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 438 KiB |
@ -0,0 +1,39 @@
|
||||
# Plex Meta Manager Configs
|
||||
|
||||
This repo contains configs from several people (meisnate12/Sohjiro, yozora, cpt-kuesel, chazlarson) and a bit of my own twist.
|
||||
|
||||
A full version of this including all the images/folders/xcf/psd and more that I use can be found here: http://tiny.cc/bullmoose20pmmstuff
|
||||
For ease of use just unzip everything in the bullmoose20-pmmsetup_<timestamp>.zip file to your docker container config folder and edit the config.yml to match your settings. Then run the container, open terminal/console, and use the following command ```python plex_meta_manager.py -r```
|
||||
|
||||
Playlists Preview: <br>
|
||||
![Playlists](Playlists.png)
|
||||
<br>
|
||||
<br>
|
||||
Movie Library With Overlays Preview: <br>
|
||||
![Movies with overlays](MovieLibrary.png)
|
||||
<br>
|
||||
<br>
|
||||
Movie Collections Preview: <br>
|
||||
![Movies with overlays](MovieCollection01.png)
|
||||
<br>
|
||||
<br>
|
||||
Movie Collections Preview Continued: <br>
|
||||
![Movies with overlays](MovieCollection02.png)
|
||||
<br>
|
||||
<br>
|
||||
Movie Collections Preview Continued: <br>
|
||||
![Movies with overlays](MovieCollection03.png)
|
||||
<br>
|
||||
<br>
|
||||
TV Shows Library with Overlays Preview: <br>
|
||||
![TV Shows with overlays](TVLibrary.png)<br>
|
||||
<br>
|
||||
<br>
|
||||
TV Shows Collections with Overlays Preview: <br>
|
||||
![TV Shows with overlays](TVCollections01.png)<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Please consider donating towards the project (https://github.com/sponsors/meisnate12).
|
||||
|
||||
NOTE: Some "people" folders will look strange because of Windows. For example: "Robert Downey Jr." has a trailing period which is not acceptable in Windows Folder names
|
After Width: | Height: | Size: 1.2 MiB |
After Width: | Height: | Size: 2.0 MiB |
@ -0,0 +1,165 @@
|
||||
## This file is a template remove the .template to use the file
|
||||
|
||||
playlist_files:
|
||||
- file: config/metadata/Playlists.yml
|
||||
libraries: # Library mappings must have a colon (:) placed after them
|
||||
Movies:
|
||||
metadata_path:
|
||||
#- file: config/metadata/movies/Movies.yml
|
||||
- file: config/metadata/movies/MovieCharts.yml
|
||||
- file: config/metadata/movies/Holidays.yml
|
||||
- file: config/metadata/movies/Studios.yml
|
||||
- file: config/metadata/movies/Genres-smart.yml
|
||||
- file: config/metadata/movies/Awards.yml
|
||||
- file: config/metadata/movies/GoldenGlobes.yml
|
||||
- file: config/metadata/movies/Director.yml
|
||||
- file: config/metadata/movies/Writing.yml
|
||||
- file: config/metadata/movies/People.yml
|
||||
- file: config/metadata/movies/Decades.yml
|
||||
- file: config/metadata/overlays.yml
|
||||
settings:
|
||||
missing_path: config/missing
|
||||
asset_directory:
|
||||
- config/assets/@movies
|
||||
- config/assets/charts
|
||||
- config/assets/studios
|
||||
- config/assets/holidays
|
||||
- config/assets/genres
|
||||
- config/assets/people_bw
|
||||
- config/assets/yearsanddecades
|
||||
- config/assets/playlists
|
||||
- config/assets/
|
||||
- config/overlays/
|
||||
operations:
|
||||
split_duplicates: true
|
||||
assets_for_all: true
|
||||
mass_trakt_rating_update: true
|
||||
mass_critic_rating_update: tmdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_genre_update: tmdb
|
||||
tmdb_collections:
|
||||
template:
|
||||
tmdb_collection_details: <<collection_id>>
|
||||
sort_title: <<collection_name>>
|
||||
collection_mode: hide
|
||||
TV Shows:
|
||||
metadata_path:
|
||||
#- file: config/metadata/shows/TVShows.yml
|
||||
- file: config/metadata/shows/ShowCharts.yml
|
||||
- file: config/metadata/shows/Studios.yml
|
||||
- file: config/metadata/shows/Genres-smart.yml
|
||||
- file: config/metadata/shows/Networks-smart.yml
|
||||
- file: config/metadata/shows/Decades.yml
|
||||
- file: config/metadata/overlays.yml
|
||||
settings:
|
||||
missing_path: config/missing
|
||||
asset_directory:
|
||||
- config/assets/@tvshows
|
||||
- config/assets/charts
|
||||
- config/assets/networks
|
||||
- config/assets/genres
|
||||
- config/assets/studios
|
||||
- config/assets/yearsanddecades
|
||||
- config/assets/playlists
|
||||
- config/assets/
|
||||
operations:
|
||||
split_duplicates: true
|
||||
assets_for_all: true
|
||||
mass_trakt_rating_update: true
|
||||
mass_critic_rating_update: tmdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_genre_update: tmdb
|
||||
settings: # Can be individually specified per library as well
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
asset_folders: true
|
||||
asset_depth: 3
|
||||
create_asset_folders: false
|
||||
dimensional_asset_rename: true
|
||||
sync_mode: sync
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
run_again_delay: 2
|
||||
missing_only_released: true
|
||||
only_filter_missing: false
|
||||
show_unmanaged: true
|
||||
show_filtered: true
|
||||
show_options: true
|
||||
show_missing: true
|
||||
show_missing_assets: true
|
||||
show_missing_season_assets: true
|
||||
save_missing: true
|
||||
tvdb_language: eng
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
minimum_items: 1
|
||||
default_collection_order:
|
||||
download_url_assets: false
|
||||
verify_ssl: true
|
||||
item_refresh_delay: 0
|
||||
asset_directory: config/assets
|
||||
missing_path: config/missing
|
||||
playlist_sync_to_users: all
|
||||
show_missing_episode_assets: false
|
||||
show_asset_not_needed: true
|
||||
custom_repo:
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: notifiarr
|
||||
run_start: notifiarr
|
||||
run_end: notifiarr
|
||||
changes:
|
||||
- notifiarr
|
||||
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
||||
url: http://192.168.2.242:32400
|
||||
token: p*********************2
|
||||
timeout: 60
|
||||
clean_bundles: true
|
||||
empty_trash: true
|
||||
optimize: true
|
||||
tmdb: # REQUIRED for the script to run
|
||||
apikey: 1*********************8
|
||||
language: en
|
||||
tautulli: # Can be individually specified per library as well
|
||||
url: http://192.168.2.242:8181
|
||||
apikey: 6*********************9
|
||||
notifiarr:
|
||||
apikey: d*********************6
|
||||
radarr: # Can be individually specified per library as well
|
||||
url: http://192.168.2.242:7878
|
||||
token: 3*********************4
|
||||
root_folder_path: /data/media/movies
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile: Any
|
||||
tag: pmm
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
sonarr: # Can be individually specified per library as well
|
||||
url: http://192.168.2.242:8989
|
||||
token: a*********************8
|
||||
root_folder_path: /data/media/tv
|
||||
monitor: all
|
||||
quality_profile: Any
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag: pmm
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
add_existing: false
|
||||
add_missing: false
|
||||
trakt:
|
||||
client_id: f*********************4
|
||||
client_secret: 6*********************d
|
||||
authorization:
|
||||
access_token: b*********************6
|
||||
token_type: Bearer
|
||||
expires_in: 7889238
|
||||
refresh_token: e*********************6
|
||||
scope: public
|
||||
created_at: 1640705880
|
@ -0,0 +1,52 @@
|
||||
playlists:
|
||||
Marvel Cinematic Universe:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
||||
summary: Marvel Cinematic Universe In Order
|
||||
X-Men Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
||||
Star Wars Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/movistapp/lists/star-wars?sort=rank,asc
|
||||
Walt Disney Animated Feature Films:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/movistapp/lists/walt-disney-animated-feature-films?sort=rank,asc
|
||||
James Bond Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc
|
||||
Fast & Furious Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc
|
||||
Harry Potter Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc
|
||||
Lord of the Rings Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc
|
||||
Jurassic Park Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc
|
||||
Hunger Games Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/gapunk78/lists/hunger-games?sort=rank,asc
|
@ -0,0 +1,59 @@
|
||||
#####################################################
|
||||
# Awards Collections #
|
||||
#####################################################
|
||||
|
||||
templates:
|
||||
Award:
|
||||
sort_title: +05_<<collection_name>>
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
smart_label: audience_rating.desc
|
||||
#schedule: weekly (monday)
|
||||
|
||||
collections:
|
||||
Oscars Winners:
|
||||
template: { name: Award}
|
||||
imdb_list: "https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner"
|
||||
summary: "Oscar Winning Movies"
|
||||
#schedule: yearly (03/28)
|
||||
|
||||
Oscars Best Picture Winners:
|
||||
template: { name: Award}
|
||||
imdb_list: https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year,desc
|
||||
summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929."
|
||||
#schedule: yearly (03/28)
|
||||
|
||||
Oscars Nominated:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022
|
||||
summary: 2022 Oscar nominations
|
||||
|
||||
Cannes - Palme d'or:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners
|
||||
summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee."
|
||||
#schedule: yearly (06/01)
|
||||
|
||||
Cesar:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film
|
||||
summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976."
|
||||
#schedule: yearly (03/14)
|
||||
|
||||
Berlinale:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||||
summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany."
|
||||
#schedule: yearly (02/21)
|
||||
|
||||
BAFTA Best Films:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film
|
||||
summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film."
|
||||
#schedule: yearly (02/21)
|
||||
|
||||
Venice:
|
||||
template: { name: Award}
|
||||
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|
||||
summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival"
|
||||
#schedule: yearly (02/21)
|
@ -0,0 +1,81 @@
|
||||
#####################################################
|
||||
# Decade Collections #
|
||||
#####################################################
|
||||
|
||||
collections:
|
||||
Best of 1960s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1960-01-01,1969-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/GZcR8rJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11960
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1970s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1970-01-01,1979-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/GZcR8rJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11970
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1980s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1980-01-01,1989-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/FK6ru1R.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11980
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1990s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=1990-01-01,1999-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/pZJdBSW.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11990
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2000s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2000-01-01,2009-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/VquakZx.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12000
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2010s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2010-01-01,2019-12-31&num_votes=10000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/NEPK2kG.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12010
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2020s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=feature,short&release_date=2020-01-01,2029-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/YWTD1gJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12020
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
@ -0,0 +1,209 @@
|
||||
######################################################
|
||||
# People Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
Person:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: false
|
||||
any:
|
||||
director: <<person>>
|
||||
sort_title: +10_<<collection_name>>
|
||||
collection_mode: hide
|
||||
|
||||
collections:
|
||||
Aaron Moorhead (Directing):
|
||||
template: { name: Person, person: "Aaron Moorhead" }
|
||||
Adam McKay (Directing):
|
||||
template: { name: Person, person: "Adam McKay" }
|
||||
Akira Kurosawa (Directing):
|
||||
template: { name: Person, person: "Akira Kurosawa" }
|
||||
Alan Parker (Directing):
|
||||
template: { name: Person, person: "Alan Parker" }
|
||||
Alejandro González Iñárritu (Directing):
|
||||
template: { name: Person, person: "Alejandro González Iñárritu" }
|
||||
Alejandro Jodorowsky (Directing):
|
||||
template: { name: Person, person: "Alejandro Jodorowsky" }
|
||||
Alfonso Cuarón (Directing):
|
||||
template: { name: Person, person: "Alfonso Cuarón" }
|
||||
Alfred Hitchcock (Directing):
|
||||
template: { name: Person, person: "Alfred Hitchcock" }
|
||||
Andrei Tarkovsky (Directing):
|
||||
template: { name: Person, person: "Andrei Tarkovsky" }
|
||||
Antoine Fuqua (Directing):
|
||||
template: { name: Person, person: "Antoine Fuqua" }
|
||||
Ari Aster (Directing):
|
||||
template: { name: Person, person: "Ari Aster" }
|
||||
Baz Luhrmann (Directing):
|
||||
template: { name: Person, person: "Baz Luhrmann" }
|
||||
Bong Joon-ho (Directing):
|
||||
template: { name: Person, person: "Bong Joon-ho" }
|
||||
Brian De Palma (Directing):
|
||||
template: { name: Person, person: "Brian De Palma" }
|
||||
Christopher Nolan (Directing):
|
||||
template: { name: Person, person: "Christopher Nolan" }
|
||||
Coen Brothers (Directing):
|
||||
template: { name: Person, person: "Coen Brothers" }
|
||||
Damien Chazelle (Directing):
|
||||
template: { name: Person, person: "Damien Chazelle" }
|
||||
Danny Boyle (Directing):
|
||||
template: { name: Person, person: "Danny Boyle" }
|
||||
Dario Argento (Directing):
|
||||
template: { name: Person, person: "Dario Argento" }
|
||||
Darren Aronofsky (Directing):
|
||||
template: { name: Person, person: "Darren Aronofsky" }
|
||||
David Cronenberg (Directing):
|
||||
template: { name: Person, person: "David Cronenberg" }
|
||||
David Fincher (Directing):
|
||||
template: { name: Person, person: "David Fincher" }
|
||||
David Lowery (Directing):
|
||||
template: { name: Person, person: "David Lowery" }
|
||||
David Lynch (Directing):
|
||||
template: { name: Person, person: "David Lynch" }
|
||||
David O. Russell (Directing):
|
||||
template: { name: Person, person: "David O. Russell" }
|
||||
Denis Villeneuve (Directing):
|
||||
template: { name: Person, person: "Denis Villeneuve" }
|
||||
Edgar Wright (Directing):
|
||||
template: { name: Person, person: "Edgar Wright" }
|
||||
Federico Fellini (Directing):
|
||||
template: { name: Person, person: "Federico Fellini" }
|
||||
Francis Ford Coppola (Directing):
|
||||
template: { name: Person, person: "Francis Ford Coppola" }
|
||||
Gaspar Noe (Directing):
|
||||
template: { name: Person, person: "Gaspar Noe" }
|
||||
George A. Romero (Directing):
|
||||
template: { name: Person, person: "George A. Romero" }
|
||||
George Lucas (Directing):
|
||||
template: { name: Person, person: "George Lucas" }
|
||||
Guillermo del Toro (Directing):
|
||||
template: { name: Person, person: "Guillermo del Toro" }
|
||||
Guy Ritchie (Directing):
|
||||
template: { name: Person, person: "Guy Ritchie" }
|
||||
Harmony Korine (Directing):
|
||||
template: { name: Person, person: "Harmony Korine" }
|
||||
Hayao Miyazaki (Directing):
|
||||
template: { name: Person, person: "Hayao Miyazaki" }
|
||||
Ingmar Bergman (Directing):
|
||||
template: { name: Person, person: "Ingmar Bergman" }
|
||||
Isao Takahata (Directing):
|
||||
template: { name: Person, person: "Isao Takahata" }
|
||||
J.J. Abrams (Directing):
|
||||
template: { name: Person, person: "J.J. Abrams" }
|
||||
James Cameron (Directing):
|
||||
template: { name: Person, person: "James Cameron" }
|
||||
Jean-Pierre Jeunet (Directing):
|
||||
template: { name: Person, person: "Jean-Pierre Jeunet" }
|
||||
Jim Jarmusch (Directing):
|
||||
template: { name: Person, person: "Jim Jarmusch" }
|
||||
John Carpenter (Directing):
|
||||
template: { name: Person, person: "John Carpenter" }
|
||||
John Landis (Directing):
|
||||
template: { name: Person, person: "John Landis" }
|
||||
John Woo (Directing):
|
||||
template: { name: Person, person: "John Woo" }
|
||||
Jonathan Demme (Directing):
|
||||
template: { name: Person, person: "Jonathan Demme" }
|
||||
Judd Apatow (Directing):
|
||||
template: { name: Person, person: "Judd Apatow" }
|
||||
Julia Ducournau (Directing):
|
||||
template: { name: Person, person: "Julia Ducournau" }
|
||||
Kathryn Bigelow (Directing):
|
||||
template: { name: Person, person: "Kathryn Bigelow" }
|
||||
Kevin Smith (Directing):
|
||||
template: { name: Person, person: "Kevin Smith" }
|
||||
Lars von Trier (Directing):
|
||||
template: { name: Person, person: "Lars von Trier" }
|
||||
Luc Besson (Directing):
|
||||
template: { name: Person, person: "Luc Besson" }
|
||||
M. Night Shyamalan (Directing):
|
||||
template: { name: Person, person: "M. Night Shyamalan" }
|
||||
Martin Scorsese (Directing):
|
||||
template: { name: Person, person: "Martin Scorsese" }
|
||||
Michael Bay (Directing):
|
||||
template: { name: Person, person: "Michael Bay" }
|
||||
Michael Mann (Directing):
|
||||
template: { name: Person, person: "Michael Mann" }
|
||||
Michel Gondry (Directing):
|
||||
template: { name: Person, person: "Michel Gondry" }
|
||||
Neil Breen (Directing):
|
||||
template: { name: Person, person: "Neil Breen" }
|
||||
Neill Blomkamp (Directing):
|
||||
template: { name: Person, person: "Neill Blomkamp" }
|
||||
Nicolas Winding (Directing):
|
||||
template: { name: Person, person: "Nicolas Winding" }
|
||||
Oliver Stone (Directing):
|
||||
template: { name: Person, person: "Oliver Stone" }
|
||||
Orson Welles (Directing):
|
||||
template: { name: Person, person: "Orson Welles" }
|
||||
Park Chan-wook (Directing):
|
||||
template: { name: Person, person: "Park Chan-wook" }
|
||||
Paul Thomas Anderson (Directing):
|
||||
template: { name: Person, person: "Paul Thomas Anderson" }
|
||||
Paul Verhoeven (Directing):
|
||||
template: { name: Person, person: "Paul Verhoeven" }
|
||||
Quentin Dupieux (Directing):
|
||||
template: { name: Person, person: "Quentin Dupieux" }
|
||||
Quentin Tarantino (Directing):
|
||||
template: { name: Person, person: "Quentin Tarantino" }
|
||||
Richard Linklater (Directing):
|
||||
template: { name: Person, person: "Richard Linklater" }
|
||||
Ridley Scott (Directing):
|
||||
template: { name: Person, person: "Ridley Scott" }
|
||||
Robert Rodriguez (Directing):
|
||||
template: { name: Person, person: "Robert Rodriguez" }
|
||||
Roman Polanski (Directing):
|
||||
template: { name: Person, person: "Roman Polanski" }
|
||||
Safdie Brothers (Directing):
|
||||
template: { name: Person, person: "Safdie Brothers" }
|
||||
Sam Mendes (Directing):
|
||||
template: { name: Person, person: "Sam Mendes" }
|
||||
Sergio Leone (Directing):
|
||||
template: { name: Person, person: "Sergio Leone" }
|
||||
Sidney Lumet (Directing):
|
||||
template: { name: Person, person: "Sidney Lumet" }
|
||||
Sofia Coppola (Directing):
|
||||
template: { name: Person, person: "Sofia Coppola" }
|
||||
Spike Jonze (Directing):
|
||||
template: { name: Person, person: "Spike Jonze" }
|
||||
Spike Lee (Directing):
|
||||
template: { name: Person, person: "Spike Lee" }
|
||||
Stanley Kubrick (Directing):
|
||||
template: { name: Person, person: "Stanley Kubrick" }
|
||||
Steven Soderbergh (Directing):
|
||||
template: { name: Person, person: "Steven Soderbergh" }
|
||||
Steven Spielberg (Directing):
|
||||
template: { name: Person, person: "Steven Spielberg" }
|
||||
Taika Waititi (Directing):
|
||||
template: { name: Person, person: "Taika Waititi" }
|
||||
Takashi Miike (Directing):
|
||||
template: { name: Person, person: "Takashi Miike" }
|
||||
Terrence Malick (Directing):
|
||||
template: { name: Person, person: "Terrence Malick" }
|
||||
Terry Gilliam (Directing):
|
||||
template: { name: Person, person: "Terry Gilliam" }
|
||||
The Wachowskis (Directing):
|
||||
template: { name: Person, person: "The Wachowskis" }
|
||||
Thomas Vinterberg (Directing):
|
||||
template: { name: Person, person: "Thomas Vinterberg" }
|
||||
Tim Burton (Directing):
|
||||
template: { name: Person, person: "Tim Burton" }
|
||||
Todd Phillips (Directing):
|
||||
template: { name: Person, person: "Todd Phillips" }
|
||||
Uwe Boll (Directing):
|
||||
template: { name: Person, person: "Uwe Boll" }
|
||||
Werner Herzog (Directing):
|
||||
template: { name: Person, person: "Werner Herzog" }
|
||||
Wes Anderson (Directing):
|
||||
template: { name: Person, person: "Wes Anderson" }
|
||||
Wes Craven (Directing):
|
||||
template: { name: Person, person: "Wes Craven" }
|
||||
Wong Kar-wai (Directing):
|
||||
template: { name: Person, person: "Wong Kar-wai" }
|
||||
Woody Allen (Directing):
|
||||
template: { name: Person, person: "Woody Allen" }
|
||||
Yorgos Lanthimos (Directing):
|
||||
template: { name: Person, person: "Yorgos Lanthimos" }
|
||||
Zack Snyder (Directing):
|
||||
template: { name: Person, person: "Zack Snyder" }
|
@ -0,0 +1,100 @@
|
||||
######################################################
|
||||
# Genre Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre:
|
||||
sort_title: +15_<<collection_name>>
|
||||
collection_mode: hide
|
||||
#url_background: https://wallpaper.dog/large/20509069.jpg
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: true
|
||||
any:
|
||||
genre: <<genre>>
|
||||
|
||||
collections:
|
||||
Action & adventure:
|
||||
template: { name: genre, genre: "Action & adventure" }
|
||||
#url_poster: https://i.imgur.com/5rP3mqc.jpg
|
||||
Action:
|
||||
template: { name: genre, genre: action }
|
||||
#url_poster: https://i.imgur.com/5rP3mqc.jpg
|
||||
Adventure:
|
||||
template: { name: genre, genre: adventure }
|
||||
#url_poster: https://i.imgur.com/fZMIfdy.jpg
|
||||
Animation:
|
||||
template: { name: genre, genre: animation }
|
||||
#url_poster: https://i.imgur.com/W9355wl.jpg
|
||||
Biography:
|
||||
template: { name: genre, genre: biography }
|
||||
#url_poster: https://i.imgur.com/KRH25hE.jpg
|
||||
Comedy:
|
||||
template: { name: genre, genre: comedy }
|
||||
#url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||
Competition:
|
||||
template: { name: genre, genre: "game show" }
|
||||
#url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||
Cooking:
|
||||
template: { name: genre, genre: "cooking, food" }
|
||||
#url_poster: https://i.imgur.com/dVXspVv.jpg
|
||||
Crime:
|
||||
template: { name: genre, genre: crime }
|
||||
#url_poster: https://i.imgur.com/1FYD7Cz.jpg
|
||||
Documentary:
|
||||
template: { name: genre, genre: documentary }
|
||||
#url_poster: https://i.imgur.com/KRH25hE.jpg
|
||||
Drama:
|
||||
template: { name: genre, genre: drama }
|
||||
#url_poster: https://i.imgur.com/RwOUFLI.jpg
|
||||
Family:
|
||||
template: { name: genre, genre: family }
|
||||
#url_poster: https://i.imgur.com/k4VAgNR.jpg
|
||||
Fantasy:
|
||||
template: { name: genre, genre: fantasy }
|
||||
#url_poster: https://i.imgur.com/IdeoNnr.jpg
|
||||
History:
|
||||
template: { name: genre, genre: history }
|
||||
#url_poster: https://i.imgur.com/1n070o0.jpg
|
||||
Horror:
|
||||
template: { name: genre, genre: horror }
|
||||
#url_poster: https://i.imgur.com/M6msOoq.jpg
|
||||
Music:
|
||||
template: { name: genre, genre: music }
|
||||
#url_poster: https://i.imgur.com/eCJZSue.jpg
|
||||
Musical:
|
||||
template: { name: genre, genre: musical }
|
||||
#url_poster: https://i.imgur.com/xBTTyNx.jpg
|
||||
Mystery:
|
||||
template: { name: genre, genre: mystery }
|
||||
#url_poster: https://i.imgur.com/t1ArisJ.jpg
|
||||
Reality:
|
||||
template: { name: genre, genre: reality }
|
||||
#url_poster: https://i.imgur.com/aDp1CZ9.jpg
|
||||
Romance:
|
||||
template: { name: genre, genre: romance }
|
||||
#url_poster: https://i.imgur.com/0Jm9Jck.jpg
|
||||
Romantic Comedy:
|
||||
template: { name: genre, genre: "romance,comedy" }
|
||||
#url_poster: https://i.imgur.com/7XVf34s.jpg
|
||||
Romantic Drama:
|
||||
template: { name: genre, genre: "romance,drama" }
|
||||
#url_poster: https://i.imgur.com/ccutmOd.jpg
|
||||
Sci-Fi & Fantasy:
|
||||
template: { name: genre, genre: "Sci-Fi & Fantasy" }
|
||||
#url_poster: https://i.imgur.com/EPi451Z.jpg
|
||||
Science Fiction:
|
||||
template: { name: genre, genre: "Science Fiction" }
|
||||
#url_poster: https://i.imgur.com/EPi451Z.jpg
|
||||
Sports:
|
||||
template: { name: genre, genre: sport }
|
||||
#url_poster: https://i.imgur.com/uGtTbYV.jpg
|
||||
Thriller:
|
||||
template: { name: genre, genre: thriller }
|
||||
#url_poster: https://i.imgur.com/i4K4wXI.jpg
|
||||
War:
|
||||
template: { name: genre, genre: war }
|
||||
#url_poster: https://i.imgur.com/tPgvWij.jpg
|
||||
Western:
|
||||
template: { name: genre, genre: western }
|
||||
#url_poster: https://i.imgur.com/NbiRkV6.jpg
|
@ -0,0 +1,29 @@
|
||||
######################################################
|
||||
# Golden Globes Collections #
|
||||
######################################################
|
||||
templates:
|
||||
GG Template:
|
||||
sort_title: '+06_Golden Globes <<year>>'
|
||||
collection_mode: hide
|
||||
smart_label: audience_rating.desc
|
||||
summary: 'Golden Globes <<year>>'
|
||||
sync_mode: append
|
||||
trakt_list: https://trakt.tv/users/pjcob/lists/<<year>>-golden-globes
|
||||
item_label: Golden Globes
|
||||
collections:
|
||||
Golden Globes 2021:
|
||||
template: { name: GG Template, year: 2021 }
|
||||
Golden Globes 2020:
|
||||
template: { name: GG Template, year: 2020 }
|
||||
Golden Globes 2019:
|
||||
template: { name: GG Template, year: 2019 }
|
||||
Golden Globes 2018:
|
||||
template: { name: GG Template, year: 2018 }
|
||||
Golden Globes 2017:
|
||||
template: { name: GG Template, year: 2017 }
|
||||
Golden Globes 2016:
|
||||
template: { name: GG Template, year: 2016 }
|
||||
Golden Globes 2015:
|
||||
template: { name: GG Template, year: 2015 }
|
||||
Golden Globes 2014:
|
||||
template: { name: GG Template, year: 2014 }
|
@ -0,0 +1,86 @@
|
||||
######################################################
|
||||
# Holiday Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Holiday:
|
||||
smart_label: title.asc
|
||||
summary: |-
|
||||
A timed collection of <<collection_name>> and other movies that may relate to the holiday.
|
||||
|
||||
NOTE: this collection will only be around until <<end_date>>.
|
||||
sort_title: +00_<<collection_name>>
|
||||
schedule: range(<<start_date>>-<<end_date>>)
|
||||
delete_not_scheduled: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
collections:
|
||||
Independence Day Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 06/23
|
||||
end_date: 07/11
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls068664510/
|
||||
- https://www.imdb.com/list/ls080925875/
|
||||
Easter Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 03/22
|
||||
end_date: 04/25
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
Valentine's Day Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 02/01
|
||||
end_date: 02/29
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls000094398/
|
||||
- https://www.imdb.com/list/ls057783436/
|
||||
- https://www.imdb.com/list/ls064427905/
|
||||
St. Patrick's Day Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 03/01
|
||||
end_date: 03/18
|
||||
imdb_list: https://www.imdb.com/list/ls063934595/
|
||||
Thanksgiving Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
###USA###
|
||||
#start_date: 11/01
|
||||
#end_date: 11/30
|
||||
###CAN###
|
||||
start_date: 10/01
|
||||
end_date: 10/15
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls000835734/
|
||||
- https://www.imdb.com/list/ls091597850/
|
||||
Halloween Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 10/01
|
||||
end_date: 10/31
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls023118929/
|
||||
- https://www.imdb.com/list/ls000099714/
|
||||
tmdb_collection:
|
||||
- 91361 # Halloween Collection
|
||||
- 8581 # A Nightmare on Elm Street Collection
|
||||
- 1733 # The Mummy Collection
|
||||
- 8091 # Alien Collection
|
||||
tmdb_movie:
|
||||
- 23437 # A Nightmare on Elm Street (2010)
|
||||
Christmas Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 12/01
|
||||
end_date: 12/31
|
||||
imdb_list: https://www.imdb.com/list/ls000096828/
|
||||
New Year's Day Movies:
|
||||
template:
|
||||
name: Holiday
|
||||
start_date: 12/26
|
||||
end_date: 01/04
|
||||
imdb_list: https://www.imdb.com/list/ls066838460/
|
@ -0,0 +1,73 @@
|
||||
######################################################
|
||||
# Chart Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +01_<<num>><<collection_name>>
|
||||
sync_mode: sync
|
||||
smart_label: random
|
||||
Best of:
|
||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>>
|
||||
sort_title: +19_Best of <<year>>
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
summary: Rotten Tomatoes Best Movies of <<year>>
|
||||
smart_label: audience_rating.desc
|
||||
collections:
|
||||
Plex Popular:
|
||||
template: { name: Chart, num: 1 }
|
||||
tautulli_popular:
|
||||
list_days: 30
|
||||
list_size: 20
|
||||
list_buffer: 20
|
||||
tautulli_watched:
|
||||
list_days: 30
|
||||
list_size: 20
|
||||
list_buffer: 20
|
||||
summary: Movies Popular on Plex
|
||||
Trending:
|
||||
template: { name: Chart, num: 2 }
|
||||
trakt_trending: 10
|
||||
tmdb_trending_daily: 10
|
||||
tmdb_trending_weekly: 10
|
||||
summary: Movies Trending across the internet
|
||||
Popular:
|
||||
template: { name: Chart, num: 3 }
|
||||
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
|
||||
Top Rated:
|
||||
template: { name: Chart, num: 4 }
|
||||
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/
|
||||
tmdb_top_rated: 250
|
||||
summary: Top Rated Movies across the internet
|
||||
Best of 2010:
|
||||
template: { name: Best of, year: 2010 }
|
||||
Best of 2011:
|
||||
template: { name: Best of, year: 2011 }
|
||||
Best of 2012:
|
||||
template: { name: Best of, year: 2012 }
|
||||
Best of 2013:
|
||||
template: { name: Best of, year: 2013 }
|
||||
Best of 2014:
|
||||
template: { name: Best of, year: 2014 }
|
||||
Best of 2015:
|
||||
template: { name: Best of, year: 2015 }
|
||||
Best of 2016:
|
||||
template: { name: Best of, year: 2016 }
|
||||
Best of 2017:
|
||||
template: { name: Best of, year: 2017 }
|
||||
Best of 2018:
|
||||
template: { name: Best of, year: 2018 }
|
||||
Best of 2019:
|
||||
template: { name: Best of, year: 2019 }
|
||||
Best of 2020:
|
||||
template: { name: Best of, year: 2020 }
|
||||
Best of 2021:
|
||||
template: { name: Best of, year: 2021 }
|
||||
Best of 2022:
|
||||
template: { name: Best of, year: 2022 }
|
||||
Best of 2023:
|
||||
template: { name: Best of, year: 2023 }
|
@ -0,0 +1,17 @@
|
||||
#####################################
|
||||
# Custom Collection Templates #
|
||||
#####################################
|
||||
templates:
|
||||
Movies:
|
||||
optional:
|
||||
- collection
|
||||
- tmdb_movie
|
||||
- trakt_list
|
||||
- tmdb_list
|
||||
trakt_list_details: <<trakt_list>>
|
||||
tmdb_collection_details: <<collection>>
|
||||
tmdb_movie: <<tmdb_movie>>
|
||||
tmdb_list: <<tmdb_list>>
|
||||
sort_title: +40_<<collection_name>>
|
||||
collection_order: release
|
||||
collection_mode: hide
|
@ -0,0 +1,484 @@
|
||||
######################################################
|
||||
# People Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
Person:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: false
|
||||
any:
|
||||
actor: <<person>>
|
||||
director: <<person>>
|
||||
writer: <<person>>
|
||||
producer: <<person>>
|
||||
sort_title: +30_<<collection_name>>
|
||||
collection_mode: hide
|
||||
|
||||
collections:
|
||||
Adam Driver:
|
||||
template: { name: Person, person: "Adam Driver" }
|
||||
Adam Sandler:
|
||||
template: { name: Person, person: "Adam Sandler" }
|
||||
Al Pacino:
|
||||
template: { name: Person, person: "Al Pacino" }
|
||||
Amanda Seyfried:
|
||||
template: { name: Person, person: "Amanda Seyfried" }
|
||||
Amber Heard:
|
||||
template: { name: Person, person: "Amber Heard" }
|
||||
Amy Adams:
|
||||
template: { name: Person, person: "Amy Adams" }
|
||||
Amy Schumer:
|
||||
template: { name: Person, person: "Amy Schumer" }
|
||||
Angelina Jolie:
|
||||
template: { name: Person, person: "Angelina Jolie" }
|
||||
Anne Hathaway:
|
||||
template: { name: Person, person: "Anne Hathaway" }
|
||||
Anthony Bourdain:
|
||||
template: { name: Person, person: "Anthony Bourdain" }
|
||||
Anthony Hopkins:
|
||||
template: { name: Person, person: "Anthony Hopkins" }
|
||||
Antonio Banderas:
|
||||
template: { name: Person, person: "Antonio Banderas" }
|
||||
Archie Bunker:
|
||||
template: { name: Person, person: "Archie Bunker" }
|
||||
Arnold Schwarzenegger:
|
||||
template: { name: Person, person: "Arnold Schwarzenegger" }
|
||||
Aubrey Plaza:
|
||||
template: { name: Person, person: "Aubrey Plaza" }
|
||||
Audrey Hepburn:
|
||||
template: { name: Person, person: "Audrey Hepburn" }
|
||||
Ben Affleck:
|
||||
template: { name: Person, person: "Ben Affleck" }
|
||||
Ben Stiller:
|
||||
template: { name: Person, person: "Ben Stiller" }
|
||||
Benedict Cumberbatch:
|
||||
template: { name: Person, person: "Benedict Cumberbatch" }
|
||||
Bette Davis:
|
||||
template: { name: Person, person: "Bette Davis" }
|
||||
Bill Murray:
|
||||
template: { name: Person, person: "Bill Murray" }
|
||||
Bill Paxton:
|
||||
template: { name: Person, person: "Bill Paxton" }
|
||||
Billy Bob Thornton:
|
||||
template: { name: Person, person: "Billy Bob Thornton" }
|
||||
Blake Lively:
|
||||
template: { name: Person, person: "Blake Lively" }
|
||||
Bo Burnham:
|
||||
template: { name: Person, person: "Bo Burnham" }
|
||||
Brad Pitt:
|
||||
template: { name: Person, person: "Brad Pitt" }
|
||||
Bradley Cooper:
|
||||
template: { name: Person, person: "Bradley Cooper" }
|
||||
Brendan Fraser:
|
||||
template: { name: Person, person: "Brendan Fraser" }
|
||||
Brie Larson:
|
||||
template: { name: Person, person: "Brie Larson" }
|
||||
Brittany Murphy:
|
||||
template: { name: Person, person: "Brittany Murphy" }
|
||||
Bruce Lee:
|
||||
template: { name: Person, person: "Bruce Lee" }
|
||||
Bruce Willis:
|
||||
template: { name: Person, person: "Bruce Willis" }
|
||||
Burt Reynolds:
|
||||
template: { name: Person, person: "Burt Reynolds" }
|
||||
Cameron Diaz:
|
||||
template: { name: Person, person: "Cameron Diaz" }
|
||||
Cara Delevingne:
|
||||
template: { name: Person, person: "Cara Delevingne" }
|
||||
Carrie Fisher:
|
||||
template: { name: Person, person: "Carrie Fisher" }
|
||||
Cary Grant:
|
||||
template: { name: Person, person: "Cary Grant" }
|
||||
Cate Blanchett:
|
||||
template: { name: Person, person: "Cate Blanchett" }
|
||||
Catherine Zeta-Jones:
|
||||
template: { name: Person, person: "Catherine Zeta-Jones" }
|
||||
Channing Tatum:
|
||||
template: { name: Person, person: "Channing Tatum" }
|
||||
Charles Bronson:
|
||||
template: { name: Person, person: "Charles Bronson" }
|
||||
Charlie Chaplin:
|
||||
template: { name: Person, person: "Charlie Chaplin" }
|
||||
Charlize Theron:
|
||||
template: { name: Person, person: "Charlize Theron" }
|
||||
Chevy Chase:
|
||||
template: { name: Person, person: "Chevy Chase" }
|
||||
Chiwetel Ejiofor:
|
||||
template: { name: Person, person: "Chiwetel Ejiofor" }
|
||||
Chris Evans:
|
||||
template: { name: Person, person: "Chris Evans" }
|
||||
Chris Farley:
|
||||
template: { name: Person, person: "Chris Farley" }
|
||||
Chris Hemsworth:
|
||||
template: { name: Person, person: "Chris Hemsworth" }
|
||||
Chris Pratt:
|
||||
template: { name: Person, person: "Chris Pratt" }
|
||||
Chris Rock:
|
||||
template: { name: Person, person: "Chris Rock" }
|
||||
Christian Bale:
|
||||
template: { name: Person, person: "Christian Bale" }
|
||||
Christopher Walken:
|
||||
template: { name: Person, person: "Christopher Walken" }
|
||||
Chuck Norris:
|
||||
template: { name: Person, person: "Chuck Norris" }
|
||||
Clint Eastwood:
|
||||
template: { name: Person, person: "Clint Eastwood" }
|
||||
Daisy Ridley:
|
||||
template: { name: Person, person: "Daisy Ridley" }
|
||||
Daniel Craig:
|
||||
template: { name: Person, person: "Daniel Craig" }
|
||||
Daniel Day-Lewis:
|
||||
template: { name: Person, person: "Daniel Day-Lewis" }
|
||||
Daniel Radcliffe:
|
||||
template: { name: Person, person: "Daniel Radcliffe" }
|
||||
Danny Trejo:
|
||||
template: { name: Person, person: "Danny Trejo" }
|
||||
Dave Bautista:
|
||||
template: { name: Person, person: "Dave Bautista" }
|
||||
Dave Chappelle:
|
||||
template: { name: Person, person: "Dave Chappelle" }
|
||||
David Attenborough:
|
||||
template: { name: Person, person: "David Attenborough" }
|
||||
Demetri Martin:
|
||||
template: { name: Person, person: "Demetri Martin" }
|
||||
Denzel Washington:
|
||||
template: { name: Person, person: "Denzel Washington" }
|
||||
Diane Keaton:
|
||||
template: { name: Person, person: "Diane Keaton" }
|
||||
Don Cheadle:
|
||||
template: { name: Person, person: "Don Cheadle" }
|
||||
Dustin Hoffman:
|
||||
template: { name: Person, person: "Dustin Hoffman" }
|
||||
Dwayne Johnson:
|
||||
template: { name: Person, person: "Dwayne Johnson" }
|
||||
Eddie Murphy:
|
||||
template: { name: Person, person: "Eddie Murphy" }
|
||||
Edward Norton:
|
||||
template: { name: Person, person: "Edward Norton" }
|
||||
Elizabeth Olsen:
|
||||
template: { name: Person, person: "Elizabeth Olsen" }
|
||||
Elizabeth Shue:
|
||||
template: { name: Person, person: "Elizabeth Shue" }
|
||||
Elliot Page:
|
||||
template: { name: Person, person: "Elliot Page" }
|
||||
Elvis Presley:
|
||||
template: { name: Person, person: "Elvis Presley" }
|
||||
Emilia Clarke:
|
||||
template: { name: Person, person: "Emilia Clarke" }
|
||||
Emily Blunt:
|
||||
template: { name: Person, person: "Emily Blunt" }
|
||||
Emma Stone:
|
||||
template: { name: Person, person: "Emma Stone" }
|
||||
Emma Watson:
|
||||
template: { name: Person, person: "Emma Watson" }
|
||||
Ewan McGregor:
|
||||
template: { name: Person, person: "Ewan McGregor" }
|
||||
Frances McDormand:
|
||||
template: { name: Person, person: "Frances McDormand" }
|
||||
Gal Gadot:
|
||||
template: { name: Person, person: "Gal Gadot" }
|
||||
Gary Oldman:
|
||||
template: { name: Person, person: "Gary Oldman" }
|
||||
Gene Hackman:
|
||||
template: { name: Person, person: "Gene Hackman" }
|
||||
Gene Wilder:
|
||||
template: { name: Person, person: "Gene Wilder" }
|
||||
George Carlin:
|
||||
template: { name: Person, person: "George Carlin" }
|
||||
George Clooney:
|
||||
template: { name: Person, person: "George Clooney" }
|
||||
Gerard Butler:
|
||||
template: { name: Person, person: "Gerard Butler" }
|
||||
Goldie Hawn:
|
||||
template: { name: Person, person: "Goldie Hawn" }
|
||||
Grace Kelly:
|
||||
template: { name: Person, person: "Grace Kelly" }
|
||||
Gregory Peck:
|
||||
template: { name: Person, person: "Gregory Peck" }
|
||||
Gwyneth Paltrow:
|
||||
template: { name: Person, person: "Gwyneth Paltrow" }
|
||||
Harrison Ford:
|
||||
template: { name: Person, person: "Harrison Ford" }
|
||||
Helen Mirren:
|
||||
template: { name: Person, person: "Helen Mirren" }
|
||||
Helena Bonham Carter:
|
||||
template: { name: Person, person: "Helena Bonham Carter" }
|
||||
Hugh Jackman:
|
||||
template: { name: Person, person: "Hugh Jackman" }
|
||||
Humphrey Bogart:
|
||||
template: { name: Person, person: "Humphrey Bogart" }
|
||||
Ian McKellen:
|
||||
template: { name: Person, person: "Ian McKellen" }
|
||||
Ice Cube:
|
||||
template: { name: Person, person: "Ice Cube" }
|
||||
Idris Elba:
|
||||
template: { name: Person, person: "Idris Elba" }
|
||||
Iliza Shlesinger:
|
||||
template: { name: Person, person: "Iliza Shlesinger" }
|
||||
Ingrid Bergman:
|
||||
template: { name: Person, person: "Ingrid Bergman" }
|
||||
Jack Black:
|
||||
template: { name: Person, person: "Jack Black" }
|
||||
Jack Nicholson:
|
||||
template: { name: Person, person: "Jack Nicholson" }
|
||||
Jackie Chan:
|
||||
template: { name: Person, person: "Jackie Chan" }
|
||||
James Dean:
|
||||
template: { name: Person, person: "James Dean" }
|
||||
James Franco:
|
||||
template: { name: Person, person: "James Franco" }
|
||||
James Stewart:
|
||||
template: { name: Person, person: "James Stewart" }
|
||||
Jamie Foxx:
|
||||
template: { name: Person, person: "Jamie Foxx" }
|
||||
Jason Bateman:
|
||||
template: { name: Person, person: "Jason Bateman" }
|
||||
Jason Statham:
|
||||
template: { name: Person, person: "Jason Statham" }
|
||||
Jeff Bridges:
|
||||
template: { name: Person, person: "Jeff Bridges" }
|
||||
Jeff Goldblum:
|
||||
template: { name: Person, person: "Jeff Goldblum" }
|
||||
Jennifer Aniston:
|
||||
template: { name: Person, person: "Jennifer Aniston" }
|
||||
Jennifer Connelly:
|
||||
template: { name: Person, person: "Jennifer Connelly" }
|
||||
Jennifer Lawrence:
|
||||
template: { name: Person, person: "Jennifer Lawrence" }
|
||||
Jeremy Gardner:
|
||||
template: { name: Person, person: "Jeremy Gardner" }
|
||||
Jesse Eisenberg:
|
||||
template: { name: Person, person: "Jesse Eisenberg" }
|
||||
Jessica Alba:
|
||||
template: { name: Person, person: "Jessica Alba" }
|
||||
Jet Li:
|
||||
template: { name: Person, person: "Jet Li" }
|
||||
Jim Carrey:
|
||||
template: { name: Person, person: "Jim Carrey" }
|
||||
Joaquin Phoenix:
|
||||
template: { name: Person, person: "Joaquin Phoenix" }
|
||||
John Candy:
|
||||
template: { name: Person, person: "John Candy" }
|
||||
John Mulaney:
|
||||
template: { name: Person, person: "John Mulaney" }
|
||||
John Travolta:
|
||||
template: { name: Person, person: "John Travolta" }
|
||||
John Wayne:
|
||||
template: { name: Person, person: "John Wayne" }
|
||||
Johnny Depp:
|
||||
template: { name: Person, person: "Johnny Depp" }
|
||||
Jordan Peele:
|
||||
template: { name: Person, person: "Jordan Peele" }
|
||||
Josh Brolin:
|
||||
template: { name: Person, person: "Josh Brolin" }
|
||||
Julia Roberts:
|
||||
template: { name: Person, person: "Julia Roberts" }
|
||||
Julianne Moore:
|
||||
template: { name: Person, person: "Julianne Moore" }
|
||||
Kaitlyn Dever:
|
||||
template: { name: Person, person: "Kaitlyn Dever" }
|
||||
Kate Winslet:
|
||||
template: { name: Person, person: "Kate Winslet" }
|
||||
Keanu Reeves:
|
||||
template: { name: Person, person: "Keanu Reeves" }
|
||||
Keira Knightley:
|
||||
template: { name: Person, person: "Keira Knightley" }
|
||||
Kevin Bacon:
|
||||
template: { name: Person, person: "Kevin Bacon" }
|
||||
Kevin Costner:
|
||||
template: { name: Person, person: "Kevin Costner" }
|
||||
Kevin Hart:
|
||||
template: { name: Person, person: "Kevin Hart" }
|
||||
Kristen Stewart:
|
||||
template: { name: Person, person: "Kristen Stewart" }
|
||||
Laurence Fishburne:
|
||||
template: { name: Person, person: "Laurence Fishburne" }
|
||||
Leonardo DiCaprio:
|
||||
template: { name: Person, person: "Leonardo DiCaprio" }
|
||||
Liam Neeson:
|
||||
template: { name: Person, person: "Liam Neeson" }
|
||||
Louis C.K:
|
||||
template: { name: Person, person: "Louis C.K" }
|
||||
Lucy Liu:
|
||||
template: { name: Person, person: "Lucy Liu" }
|
||||
Mads Mikkelsen:
|
||||
template: { name: Person, person: "Mads Mikkelsen" }
|
||||
Margot Robbie:
|
||||
template: { name: Person, person: "Margot Robbie" }
|
||||
Marilyn Monroe:
|
||||
template: { name: Person, person: "Marilyn Monroe" }
|
||||
Mark Ruffalo:
|
||||
template: { name: Person, person: "Mark Ruffalo" }
|
||||
Mark Wahlberg:
|
||||
template: { name: Person, person: "Mark Wahlberg" }
|
||||
Marlon Brando:
|
||||
template: { name: Person, person: "Marlon Brando" }
|
||||
Matt Damon:
|
||||
template: { name: Person, person: "Matt Damon" }
|
||||
Matthew McConaughey:
|
||||
template: { name: Person, person: "Matthew McConaughey" }
|
||||
Meg Ryan:
|
||||
template: { name: Person, person: "Meg Ryan" }
|
||||
Megan Fox:
|
||||
template: { name: Person, person: "Megan Fox" }
|
||||
Mel Brooks:
|
||||
template: { name: Person, person: "Mel Brooks" }
|
||||
Mel Gibson:
|
||||
template: { name: Person, person: "Mel Gibson" }
|
||||
Melissa McCarthy:
|
||||
template: { name: Person, person: "Melissa McCarthy" }
|
||||
Meryl Streep:
|
||||
template: { name: Person, person: "Meryl Streep" }
|
||||
Michael Caine:
|
||||
template: { name: Person, person: "Michael Caine" }
|
||||
Michael Douglas:
|
||||
template: { name: Person, person: "Michael Douglas" }
|
||||
Michael Fassbender:
|
||||
template: { name: Person, person: "Michael Fassbender" }
|
||||
Michael Keaton:
|
||||
template: { name: Person, person: "Michael Keaton" }
|
||||
Mike Myers:
|
||||
template: { name: Person, person: "Mike Myers" }
|
||||
Mila Kunis:
|
||||
template: { name: Person, person: "Mila Kunis" }
|
||||
Milla Jovovich:
|
||||
template: { name: Person, person: "Milla Jovovich" }
|
||||
Morgan Freeman:
|
||||
template: { name: Person, person: "Morgan Freeman" }
|
||||
Naomi Watts:
|
||||
template: { name: Person, person: "Naomi Watts" }
|
||||
Natalie Portman:
|
||||
template: { name: Person, person: "Natalie Portman" }
|
||||
Nick Frost:
|
||||
template: { name: Person, person: "Nick Frost" }
|
||||
Nicolas Cage:
|
||||
template: { name: Person, person: "Nicolas Cage" }
|
||||
Nicole Kidman:
|
||||
template: { name: Person, person: "Nicole Kidman" }
|
||||
Nina Dobrev:
|
||||
template: { name: Person, person: "Nina Dobrev" }
|
||||
Orlando Bloom:
|
||||
template: { name: Person, person: "Orlando Bloom" }
|
||||
Owen Wilson:
|
||||
template: { name: Person, person: "Owen Wilson" }
|
||||
Patrick Stewart:
|
||||
template: { name: Person, person: "Patrick Stewart" }
|
||||
Patrick Wilson:
|
||||
template: { name: Person, person: "Patrick Wilson" }
|
||||
Patton Oswalt:
|
||||
template: { name: Person, person: "Patton Oswalt" }
|
||||
Paul Newman:
|
||||
template: { name: Person, person: "Paul Newman" }
|
||||
Paul Rudd:
|
||||
template: { name: Person, person: "Paul Rudd" }
|
||||
Penelope Cruz:
|
||||
template: { name: Person, person: "Penelope Cruz" }
|
||||
Philip Seymour Hoffman:
|
||||
template: { name: Person, person: "Philip Seymour Hoffman" }
|
||||
Rachel McAdams:
|
||||
template: { name: Person, person: "Rachel McAdams" }
|
||||
Rachel Weisz:
|
||||
template: { name: Person, person: "Rachel Weisz" }
|
||||
Rami Malek:
|
||||
template: { name: Person, person: "Rami Malek" }
|
||||
Reese Witherspoon:
|
||||
template: { name: Person, person: "Reese Witherspoon" }
|
||||
Richard Gere:
|
||||
template: { name: Person, person: "Richard Gere" }
|
||||
Richard Pryor:
|
||||
template: { name: Person, person: "Richard Pryor" }
|
||||
Rob Schneider:
|
||||
template: { name: Person, person: "Rob Schneider" }
|
||||
Robert De Niro:
|
||||
template: { name: Person, person: "Robert De Niro" }
|
||||
Robert Duval:
|
||||
template: { name: Person, person: "Robert Duval" }
|
||||
Robert Redford:
|
||||
template: { name: Person, person: "Robert Redford" }
|
||||
Robin Williams:
|
||||
template: { name: Person, person: "Robin Williams" }
|
||||
Rosario Dawson:
|
||||
template: { name: Person, person: "Rosario Dawson" }
|
||||
Robert Downey Jr.:
|
||||
template: { name: Person, person: "Robert Downey Jr." }
|
||||
Russell Crowe:
|
||||
template: { name: Person, person: "Russell Crowe" }
|
||||
Ryan Gosling:
|
||||
template: { name: Person, person: "Ryan Gosling" }
|
||||
Ryan Reynolds:
|
||||
template: { name: Person, person: "Ryan Reynolds" }
|
||||
Sacha Baron Cohen:
|
||||
template: { name: Person, person: "Sacha Baron Cohen" }
|
||||
Sam Neill:
|
||||
template: { name: Person, person: "Sam Neill" }
|
||||
Samuel L. Jackson:
|
||||
template: { name: Person, person: "Samuel L. Jackson" }
|
||||
Sandra Bullock:
|
||||
template: { name: Person, person: "Sandra Bullock" }
|
||||
Saoirse Ronan:
|
||||
template: { name: Person, person: "Saoirse Ronan" }
|
||||
Scarlett Johansson:
|
||||
template: { name: Person, person: "Scarlett Johansson" }
|
||||
Sean Connery:
|
||||
template: { name: Person, person: "Sean Connery" }
|
||||
Sean Penn:
|
||||
template: { name: Person, person: "Sean Penn" }
|
||||
Seth MacFarlane:
|
||||
template: { name: Person, person: "Seth MacFarlane" }
|
||||
Seth Rogen:
|
||||
template: { name: Person, person: "Seth Rogen" }
|
||||
Shia LaBeouf:
|
||||
template: { name: Person, person: "Shia LaBeouf" }
|
||||
Sigourney Weaver:
|
||||
template: { name: Person, person: "Sigourney Weaver" }
|
||||
Simon Pegg:
|
||||
template: { name: Person, person: "Simon Pegg" }
|
||||
Steve Buscemi:
|
||||
template: { name: Person, person: "Steve Buscemi" }
|
||||
Steve Carell:
|
||||
template: { name: Person, person: "Steve Carell" }
|
||||
Steve Irwin:
|
||||
template: { name: Person, person: "Steve Irwin" }
|
||||
Steve Martin:
|
||||
template: { name: Person, person: "Steve Martin" }
|
||||
Steven Seagal:
|
||||
template: { name: Person, person: "Steven Seagal" }
|
||||
Susan Sarandon:
|
||||
template: { name: Person, person: "Susan Sarandon" }
|
||||
Sylvester Stallone:
|
||||
template: { name: Person, person: "Sylvester Stallone" }
|
||||
Tilda Swinton:
|
||||
template: { name: Person, person: "Tilda Swinton" }
|
||||
Tim Allen:
|
||||
template: { name: Person, person: "Tim Allen" }
|
||||
Tom Cruise:
|
||||
template: { name: Person, person: "Tom Cruise" }
|
||||
Tom Hanks:
|
||||
template: { name: Person, person: "Tom Hanks" }
|
||||
Tom Hardy:
|
||||
template: { name: Person, person: "Tom Hardy" }
|
||||
Tom Segura:
|
||||
template: { name: Person, person: "Tom Segura" }
|
||||
Tommy Lee Jones:
|
||||
template: { name: Person, person: "Tommy Lee Jones" }
|
||||
Trey Parker:
|
||||
template: { name: Person, person: "Trey Parker" }
|
||||
Uma Thurman:
|
||||
template: { name: Person, person: "Uma Thurman" }
|
||||
Vin Diesel:
|
||||
template: { name: Person, person: "Vin Diesel" }
|
||||
Vince Vaughn:
|
||||
template: { name: Person, person: "Vince Vaughn" }
|
||||
Wesley Snipes:
|
||||
template: { name: Person, person: "Wesley Snipes" }
|
||||
Will Ferrell:
|
||||
template: { name: Person, person: "Will Ferrell" }
|
||||
Will Smith:
|
||||
template: { name: Person, person: "Will Smith" }
|
||||
Willem Dafoe:
|
||||
template: { name: Person, person: "Willem Dafoe" }
|
||||
Woody Harrelson:
|
||||
template: { name: Person, person: "Woody Harrelson" }
|
||||
Zoe Saldana:
|
||||
template: { name: Person, person: "Zoe Saldana" }
|
@ -0,0 +1,33 @@
|
||||
######################################################
|
||||
# People Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
Person:
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: false
|
||||
any:
|
||||
writer: <<person>>
|
||||
sort_title: +35_<<collection_name>>
|
||||
collection_mode: hide
|
||||
|
||||
collections:
|
||||
Aaron Sorkin (Writing):
|
||||
template: { name: Person, person: "Aaron Sorkin" }
|
||||
Alex Garland (Writing):
|
||||
template: { name: Person, person: "Alex Garland" }
|
||||
Anders Thomas Jensen (Writing):
|
||||
template: { name: Person, person: "Anders Thomas Jensen" }
|
||||
Asghar Farhadi (Writing):
|
||||
template: { name: Person, person: "Asghar Farhadi" }
|
||||
Charlie Kaufman (Writing):
|
||||
template: { name: Person, person: "Charlie Kaufman" }
|
||||
John Hughes (Writing):
|
||||
template: { name: Person, person: "John Hughes" }
|
||||
Satoshi Kon (Writing):
|
||||
template: { name: Person, person: "Satoshi Kon" }
|
||||
Stan Lee (Writing):
|
||||
template: { name: Person, person: "Stan Lee" }
|
||||
Stephen King (Writing):
|
||||
template: { name: Person, person: "Stephen King" }
|
@ -0,0 +1,156 @@
|
||||
#############################################################
|
||||
# Overlays #
|
||||
# for DolbyVision, the string I am searching on is '[DV ' #
|
||||
# because the arr's using TRaSH's guides for naming will #
|
||||
# have that string in the filename. Yours may be different #
|
||||
#############################################################
|
||||
|
||||
collections:
|
||||
480p:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 480p
|
||||
hdr: false
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 480p
|
||||
build_collection: false
|
||||
480p-HDR:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 480p
|
||||
hdr: true
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 480p-HDR
|
||||
build_collection: false
|
||||
480p-Dolby:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 480p
|
||||
filters:
|
||||
filepath: '[DV '
|
||||
item_overlay: 480p-Dolby
|
||||
build_collection: false
|
||||
720p:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 720p
|
||||
hdr: false
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 720p
|
||||
build_collection: false
|
||||
720p-HDR:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 720p
|
||||
hdr: true
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 720p-HDR
|
||||
build_collection: false
|
||||
720p-Dolby:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 720p
|
||||
filters:
|
||||
filepath: '[DV '
|
||||
item_overlay: 720p-Dolby
|
||||
build_collection: false
|
||||
1080p:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 1080p
|
||||
hdr: false
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 1080p
|
||||
build_collection: false
|
||||
1080p-HDR:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 1080p
|
||||
hdr: true
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 1080p-HDR
|
||||
build_collection: false
|
||||
1080p-Dolby:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 1080p
|
||||
filters:
|
||||
filepath: '[DV '
|
||||
item_overlay: 1080p-Dolby
|
||||
build_collection: false
|
||||
4K:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 4K
|
||||
hdr: false
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 4K
|
||||
build_collection: false
|
||||
4K-HDR:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 4K
|
||||
hdr: true
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
item_overlay: 4K-HDR
|
||||
build_collection: false
|
||||
4K-Dolby:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
resolution: 4K
|
||||
filters:
|
||||
filepath: '[DV '
|
||||
item_overlay: 4K-Dolby
|
||||
build_collection: false
|
||||
HDR:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_search:
|
||||
all:
|
||||
hdr: true
|
||||
filters:
|
||||
filepath.not: '[DV '
|
||||
resolution.not: 4K
|
||||
item_overlay: HDR
|
||||
build_collection: false
|
||||
Dolby:
|
||||
test: true
|
||||
#revert_overlay: true
|
||||
plex_all: true
|
||||
filters:
|
||||
filepath: '[DV '
|
||||
resolution.not: 4K
|
||||
item_overlay: Dolby
|
||||
build_collection: false
|
@ -0,0 +1,81 @@
|
||||
#####################################################
|
||||
# Decade Collections #
|
||||
#####################################################
|
||||
|
||||
collections:
|
||||
Best of 1960s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1960-01-01,1969-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/GZcR8rJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11960
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1970s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1970-01-01,1979-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/GZcR8rJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11970
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1980s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1980-01-01,1989-12-31&num_votes=1000,&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/FK6ru1R.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11980
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 1990s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=1990-01-01,1999-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/pZJdBSW.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_11990
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2000s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2000-01-01,2009-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/VquakZx.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12000
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2010s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2010-01-01,2019-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/NEPK2kG.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12010
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
|
||||
Best of 2020s:
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series&release_date=2020-01-01,2029-12-31&num_votes=5000,&languages=en&sort=user_rating,desc
|
||||
limit: 150
|
||||
#url_poster: https://i.imgur.com/YWTD1gJ.jpg
|
||||
#url_background: https://wallpapercave.com/wp/wp4016022.jpg
|
||||
sort_title: +20_12020
|
||||
collection_mode: hide
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
@ -0,0 +1,100 @@
|
||||
######################################################
|
||||
# Genre Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
genre:
|
||||
sort_title: +15_<<collection_name>>
|
||||
collection_mode: hide
|
||||
#url_background: https://wallpaper.dog/large/20509069.jpg
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: true
|
||||
any:
|
||||
genre: <<genre>>
|
||||
|
||||
collections:
|
||||
Action & adventure:
|
||||
template: { name: genre, genre: "Action & adventure" }
|
||||
#url_poster: https://i.imgur.com/5rP3mqc.jpg
|
||||
Action:
|
||||
template: { name: genre, genre: action }
|
||||
#url_poster: https://i.imgur.com/5rP3mqc.jpg
|
||||
Adventure:
|
||||
template: { name: genre, genre: adventure }
|
||||
#url_poster: https://i.imgur.com/fZMIfdy.jpg
|
||||
Animation:
|
||||
template: { name: genre, genre: animation }
|
||||
#url_poster: https://i.imgur.com/W9355wl.jpg
|
||||
Biography:
|
||||
template: { name: genre, genre: biography }
|
||||
#url_poster: https://i.imgur.com/KRH25hE.jpg
|
||||
Comedy:
|
||||
template: { name: genre, genre: comedy }
|
||||
#url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||
Competition:
|
||||
template: { name: genre, genre: "game show" }
|
||||
#url_poster: https://i.imgur.com/dIMKbt9.jpg
|
||||
Cooking:
|
||||
template: { name: genre, genre: "cooking, food" }
|
||||
#url_poster: https://i.imgur.com/dVXspVv.jpg
|
||||
Crime:
|
||||
template: { name: genre, genre: crime }
|
||||
#url_poster: https://i.imgur.com/1FYD7Cz.jpg
|
||||
Documentary:
|
||||
template: { name: genre, genre: documentary }
|
||||
#url_poster: https://i.imgur.com/KRH25hE.jpg
|
||||
Drama:
|
||||
template: { name: genre, genre: drama }
|
||||
#url_poster: https://i.imgur.com/RwOUFLI.jpg
|
||||
Family:
|
||||
template: { name: genre, genre: family }
|
||||
#url_poster: https://i.imgur.com/k4VAgNR.jpg
|
||||
Fantasy:
|
||||
template: { name: genre, genre: fantasy }
|
||||
#url_poster: https://i.imgur.com/IdeoNnr.jpg
|
||||
History:
|
||||
template: { name: genre, genre: history }
|
||||
#url_poster: https://i.imgur.com/1n070o0.jpg
|
||||
Horror:
|
||||
template: { name: genre, genre: horror }
|
||||
#url_poster: https://i.imgur.com/M6msOoq.jpg
|
||||
Music:
|
||||
template: { name: genre, genre: music }
|
||||
#url_poster: https://i.imgur.com/eCJZSue.jpg
|
||||
Musical:
|
||||
template: { name: genre, genre: musical }
|
||||
#url_poster: https://i.imgur.com/xBTTyNx.jpg
|
||||
Mystery:
|
||||
template: { name: genre, genre: mystery }
|
||||
#url_poster: https://i.imgur.com/t1ArisJ.jpg
|
||||
Reality:
|
||||
template: { name: genre, genre: reality }
|
||||
#url_poster: https://i.imgur.com/aDp1CZ9.jpg
|
||||
Romance:
|
||||
template: { name: genre, genre: romance }
|
||||
#url_poster: https://i.imgur.com/0Jm9Jck.jpg
|
||||
Romantic Comedy:
|
||||
template: { name: genre, genre: "romance,comedy" }
|
||||
#url_poster: https://i.imgur.com/7XVf34s.jpg
|
||||
Romantic Drama:
|
||||
template: { name: genre, genre: "romance,drama" }
|
||||
#url_poster: https://i.imgur.com/ccutmOd.jpg
|
||||
Sci-Fi & Fantasy:
|
||||
template: { name: genre, genre: "Sci-Fi & Fantasy" }
|
||||
#url_poster: https://i.imgur.com/EPi451Z.jpg
|
||||
Science Fiction:
|
||||
template: { name: genre, genre: "Science Fiction" }
|
||||
#url_poster: https://i.imgur.com/EPi451Z.jpg
|
||||
Sports:
|
||||
template: { name: genre, genre: sport }
|
||||
#url_poster: https://i.imgur.com/uGtTbYV.jpg
|
||||
Thriller:
|
||||
template: { name: genre, genre: thriller }
|
||||
#url_poster: https://i.imgur.com/i4K4wXI.jpg
|
||||
War:
|
||||
template: { name: genre, genre: war }
|
||||
#url_poster: https://i.imgur.com/tPgvWij.jpg
|
||||
Western:
|
||||
template: { name: genre, genre: western }
|
||||
#url_poster: https://i.imgur.com/NbiRkV6.jpg
|
@ -0,0 +1,185 @@
|
||||
######################################################
|
||||
# Network Collections #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
network:
|
||||
sort_title: +18_<<collection_name>>
|
||||
collection_mode: hide
|
||||
#url_background: https://wallpaper.dog/large/20509069.jpg
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
validate: false
|
||||
any:
|
||||
network: <<network>>
|
||||
|
||||
collections:
|
||||
ABC Shows:
|
||||
template: { name: network, network: "ABC, ABC (AU), ABS (US), ABC Comedy, ABC Family, ABC Me, ABC Spark, ABC.com, ABC1, ABC3" }
|
||||
#url_poster: https://i.imgur.com/mlpeRrY.jpg
|
||||
|
||||
Adult Swim Shows:
|
||||
template: { name: network, network: "Adult Swim" }
|
||||
#url_poster: https://i.imgur.com/0UV96ev.jpg
|
||||
|
||||
Antena 3 Shows:
|
||||
template: { name: network, network: "Antena 3" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
AMC Shows:
|
||||
template: { name: network, network: "AMC, AMC+" }
|
||||
#url_poster: https://i.imgur.com/0UV96ev.jpg
|
||||
|
||||
A&E Shows:
|
||||
template: { name: network, network: "A&E" }
|
||||
#url_poster: https://i.imgur.com/LxSlmgQ.jpg
|
||||
|
||||
AppleTV+ Shows:
|
||||
template: { name: network, network: "Apple Music, Apple TV+" }
|
||||
#url_poster: https://i.imgur.com/0c9c9lp.jpg
|
||||
|
||||
BBC Shows:
|
||||
template: { name: network, network: "BBC, BBC America, BBC Choice, BBC First, BBC Four, BBC HD, BBC iPlayer, BBC One, BBC Two, BBC Three, BBC UKTV, CBBC, Cbeebies" }
|
||||
#url_poster: https://i.imgur.com/6eaLmTK.jpg
|
||||
|
||||
Cartoon Network Shows:
|
||||
template: { name: network, network: "Cartoon Network" }
|
||||
#url_poster: https://i.imgur.com/LmTQF62.jpeg
|
||||
|
||||
CBC Shows:
|
||||
template: { name: network, network: "CBC" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
CBS Shows:
|
||||
template: { name: network, network: "CBS, CBS All Access, CBS Reality, CBS Reality (UK), CBS.com" }
|
||||
#url_poster: https://i.imgur.com/LmTQF62.jpeg
|
||||
|
||||
Channel 4 Shows:
|
||||
template: { name: network, network: "Channel 4, E4, More4, 4Seven, Film4" }
|
||||
#url_poster: https://i.imgur.com/jLkXT2o.jpeg
|
||||
|
||||
Cinemax Shows:
|
||||
template: { name: network, network: "Cinemax" }
|
||||
#url_poster: https://i.imgur.com/VD7OWQn.jpg
|
||||
|
||||
Citytv Shows:
|
||||
template: { name: network, network: "Citytv" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
Comedy Central Shows:
|
||||
template: { name: network, network: "Comedy Central, Comedy Central (UK)" }
|
||||
#url_poster: https://i.imgur.com/U6YRJ1k.jpg
|
||||
|
||||
Cooking Channel Shows:
|
||||
template: { name: network, network: "Cooking Channel" }
|
||||
#url_poster: https://i.imgur.com/4Ft7kFB.jpeg
|
||||
|
||||
CTV Shows:
|
||||
template: { name: network, network: "CTV" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
Discovery Shows:
|
||||
template: { name: network, network: "Discovery, Discovery Channel, Discovery Channel (AU), Discovery Channel (CA), Discovery Channel (UK), Discovery Health Channel, Discovery Kids, Discovery Life, Discovery Real Time, Discovery Turbo, Discovery Turbo UK, Discovery+" }
|
||||
#url_poster: https://i.imgur.com/07aDOXW.jpg
|
||||
|
||||
Disney+ Shows:
|
||||
template: { name: network, network: "Disney Channel, Disney Channel (UK), Disney Junior, Disney XD, Disney+, Disney+ Hostar" }
|
||||
#url_poster: https://i.imgur.com/j55whvT.jpg
|
||||
visible_library: false
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
|
||||
ESPN Shows:
|
||||
template: { name: network, network: "ESPN, ESPN+" }
|
||||
#url_poster: https://i.imgur.com/EIBGK8V.jpeg
|
||||
|
||||
Family Channel Shows:
|
||||
template: { name: network, network: "Family Channel" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
Food Network Shows:
|
||||
template: { name: network, network: "Food Network" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
FOX Shows:
|
||||
template: { name: network, network: "FX, FOX, Fox Action Movies, Fox Business Network, Fox Kids, Fox Premium Series, FOX Sports 1, Fox Sports Networks" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
Global TV Shows:
|
||||
template: { name: network, network: "Global" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
HBO Shows:
|
||||
template: { name: network, network: "HBO, HBO Canada, HBO Europe, HBO Max" }
|
||||
#url_poster: https://i.imgur.com/u4UPWsG.jpg
|
||||
|
||||
HGTV Shows:
|
||||
template: { name: network, network: "HGTV, HGTV Canada" }
|
||||
|
||||
History Shows:
|
||||
template: { name: network, network: "History, History (CA), History (UK)" }
|
||||
#url_poster: https://i.imgur.com/ONFZrZ8.jpeg
|
||||
|
||||
Hulu Shows:
|
||||
template: { name: network, network: "Hulu" }
|
||||
#url_poster: https://i.imgur.com/0BLtVsI.jpg
|
||||
|
||||
IMDbTV Shows:
|
||||
template: { name: network, network: "IMDbTV" }
|
||||
#url_poster: https://i.imgur.com/GCYzw3R.jpg
|
||||
|
||||
Investigation Discovery Shows:
|
||||
template: { name: network, network: "Investigation Discovery" }
|
||||
#url_poster: https://i.imgur.com/Oridpmb.jpeg
|
||||
|
||||
ITV Shows:
|
||||
template: { name: network, network: "ITV, ITV2, ITV3, ITV4, ITVBe, CITV" }
|
||||
#url_poster: https://i.imgur.com/JOgpjDq.jpg
|
||||
|
||||
MTV Shows:
|
||||
template: { name: network, network: "MTV, MTV (AU/NZ), MTV (UK), MTV2, MTV3" }
|
||||
#url_poster: https://i.imgur.com/wLJpxbQ.jpg
|
||||
|
||||
National Geographic Shows:
|
||||
template: { name: network, network: "National Geographic, National Geographic (UK), National Geographic Brasil, National Geographic Channel, National Geographic Wild" }
|
||||
#url_poster: https://i.imgur.com/dwxYxwK.jpg
|
||||
|
||||
Nickelodeon Shows:
|
||||
template: { name: network, network: "Nick Jr., Nickelodeon, Nicktoons, TeenNick" }
|
||||
#url_poster: https://i.imgur.com/DPcPQbU.jpeg
|
||||
|
||||
NBCUniversal Shows:
|
||||
template: { name: network, network: "Bravo, CNBC, E!, MSNBC, NBC, Oxygen, Peacock, SyFy" }
|
||||
#url_poster: https://i.imgur.com/s3MFG59.jpg
|
||||
|
||||
Netflix Shows:
|
||||
template: { name: network, network: "Netflix" }
|
||||
#url_poster: https://i.imgur.com/T0etwew.jpg
|
||||
|
||||
PBS Shows:
|
||||
template: { name: network, network: "PBS, PBS Kids" }
|
||||
#url_poster: https://imgur.com/a/3yBsyeh
|
||||
|
||||
Prime Video Shows:
|
||||
template: { name: network, network: "Amazon, Amazon Prime Video, Prime Video" }
|
||||
#url_poster: https://i.imgur.com/5gd7Lyw.jpg
|
||||
|
||||
Showtime Shows:
|
||||
template: { name: network, network: "Showtime" }
|
||||
#url_poster: https://i.imgur.com/ZhsLqS9.jpg
|
||||
|
||||
Sky Shows:
|
||||
template: { name: network, network: "Sky 1, Sky Arts, Sky Atlantic, Sky Atlantic (UK), Sky Cinema, Sky Crime, Sky Documentaries, Sky Living, Sky Max, Sky Nature, Sky One, Sky Sports, Sky Two, Sky Witness, Sky1" }
|
||||
#url_poster: https://i.imgur.com/qBS4e5P.jpg
|
||||
|
||||
Stan Shows:
|
||||
template: { name: network, network: "Starz" }
|
||||
#url_poster: https://i.imgur.com/HHaGyJt.jpeg
|
||||
|
||||
TBS Shows:
|
||||
template: { name: network, network: "TBS" }
|
||||
#url_poster: https://i.imgur.com/eVGITgO.jpg
|
||||
|
||||
YouTube Shows:
|
||||
template: { name: network, network: "YouTube, YouTube Premium" }
|
||||
#url_poster: https://i.imgur.com/xoWEueb.jpg
|
@ -0,0 +1,45 @@
|
||||
######################################################
|
||||
# Chart Collections #
|
||||
######################################################
|
||||
templates:
|
||||
Chart:
|
||||
sort_title: +01_<<num>><<collection_name>>
|
||||
visible_library: true
|
||||
sync_mode: sync
|
||||
smart_label: random
|
||||
collections:
|
||||
Plex Popular:
|
||||
template: { name: Chart, num: 1 }
|
||||
tautulli_popular:
|
||||
list_days: 30
|
||||
list_size: 20
|
||||
list_buffer: 20
|
||||
tautulli_watched:
|
||||
list_days: 30
|
||||
list_size: 20
|
||||
list_buffer: 20
|
||||
summary: Shows Popular on Plex
|
||||
Trending:
|
||||
template: { name: Chart, num: 2 }
|
||||
trakt_trending: 10
|
||||
tmdb_trending_daily: 10
|
||||
tmdb_trending_weekly: 10
|
||||
summary: Shows Trending across the internet
|
||||
Popular:
|
||||
template: { name: Chart, num: 3 }
|
||||
tmdb_popular: 40
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries
|
||||
limit: 40
|
||||
summary: Popular Shows across the internet
|
||||
Top Rated:
|
||||
template: { name: Chart, num: 4 }
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc
|
||||
limit: 100
|
||||
tmdb_top_rated: 100
|
||||
summary: Top Rated Movies across the internet
|
||||
Emmy Winners:
|
||||
template: { name: Chart, num: 5 }
|
||||
imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner
|
||||
summary: Emmy Winning Shows
|
@ -0,0 +1,15 @@
|
||||
######################################################
|
||||
# Custom Collection Templates #
|
||||
######################################################
|
||||
templates:
|
||||
TV Collection:
|
||||
optional:
|
||||
- trakt_list
|
||||
- imdb_list
|
||||
- tvdb_show
|
||||
trakt_list_details: <<trakt_list>>
|
||||
imdb_list: <<imdb_list>>
|
||||
tvdb_show: <<tvdb_show>>
|
||||
sort_title: +40_<<collection_name>>
|
||||
collection_order: release
|
||||
collection_mode: hide
|