Merge pull request #26 from twhiting9275/master

pull/27/head
meisnate12 3 years ago committed by GitHub
commit a62044a5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,630 @@
###########################################################
# A few genre and period collections #
# By: twhiting9275 #
###########################################################
templates:
Collection:
optional:
- collection
- movie
tmdb_collection_details: <<collection>>
tmdb_movie: <<movie>>
sync_mode: sync
collection_order: release
Chart:
sort_title: +1_<<num>><<collection_name>>
sync_mode: sync
smart_label: random
collections:
Pixar Shorts:
sort_title: +++1_<<collection_name>>
summary: A collection of Pixar Short Films.
sync_mode: sync
smart_filter:
all:
duration.lte: 20
studio: Pixar
sort_by: title.asc
Disney Sunday Night Movies:
trakt_list: https://trakt.tv/users/twhiting9275/lists/disney-sunday-night-movies
summary: A collection of the Walt Disney Sunday Night movies over the years
collection_order: release
collection_mode: default
sync_mode: sync
TMDB Most Popular:
summary: A collection of the most popular movies as listed on TMDB
tmdb_popular: 100
sync_mode: sync
Trending:
trakt_trending: 150
tmdb_trending_daily: 150
tmdb_trending_weekly: 150
sort_title: +++++++++++++++++++_1Trending
sync_mode: sync
smart_label: year.desc
summary: Movies Trending across the internet
url_background: https://i.imgur.com/SOVfrIq.png
url_poster: https://i.imgur.com/4vpMZoA.png
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
Top Rated:
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250
tmdb_top_rated: 250
sort_title: +++++++++++++++++++_3Top Rated
sync_mode: sync
smart_label: critic_rating.desc
summary: Top Rated Movies
url_background: https://i.imgur.com/b26VZ9y.jpg
url_poster: https://i.imgur.com/x7BhedD.png
Best of Netflix:
summary: Best movies available to stream via Netflix according to Rotten Tomatoes
trakt_list: https://trakt.tv/users/hdlists/lists/best-movies-on-netflix
collection_order: release
collection_mode: default
sync_mode: sync
Best of Superhero Movies:
summary: Some of the best superhero movies
trakt_list: https://trakt.tv/users/hdlists/lists/best-superhero-movies
collection_order: release
collection_mode: default
sync_mode: sync
Best of the Razzies:
summary: Razzie Award Winners
trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
collection_order: release
collection_mode: default
sync_mode: sync
True Stories:
summary: Movies based on or inspired by a true story
trakt_list: https://trakt.tv/users/hdlists/lists/based-on-or-inspired-by-a-true-story
collection_order: release
collection_mode: default
sync_mode: sync
Top Romantic Comedies:
summary: Top rated romantic comedies according to Rotten Tomatoes
trakt_list: https://trakt.tv/users/hdlists/lists/romantic-comedies-rotten-tomatoes-top-rated
collection_order: release
collection_mode: default
sync_mode: sync
Parody Movie Collection:
trakt_list: https://trakt.tv/users/twhiting9275/lists/a-list-of-parody-movies
sync_mode: sync
smart_label: critic_rating.desc
sort_title: ++++++++++++++++++_Parody Movie Collection
summary: A collection of parody movies
url_poster: https://i.imgur.com/yFtJ5eV.png
url_background: https://i.imgur.com/eELv4eB.jpg
Another Holiday Movie Collection:
summary: NOT so sappy holiday movies
trakt_list: https://trakt.tv/users/twhiting9275/lists/another-holiday-movie-list
sync_mode: sync
smart_label: critic_rating.desc
sort_title: Holiday Movie Collection
url_poster: https://theposterdb.com/api/assets/108552/view?
filters:
collection.not: "Sappy Holiday Movies"
Sappy Holiday Movies:
summary: "Hallmark and Lifetime seem to have a trademark, as it were on these movies. The formula works, and it's quite a successful one.
A collection of sappy Holiday movies. If they're not on Hallmark, or Lifetime, they probably should be!"
trakt_list: https://trakt.tv/users/twhiting9275/lists/sappy-holiday-list
sync_mode: sync
smart_label: critic_rating.desc
sort_title: HallmarkTime Movie Collection
url_poster: https://theposterdb.com/api/assets/48894/view?
#decade based stuff here
"1970s movies":
plex_search:
any:
decade: 1970
summary: A collection of movies released in the 1970s
sort_title: +++1970_movies
collection_mode: default
sync_mode: sync
"'70s Comedies":
sort_title: +++1970_comedies
summary: A collection of some of the top rated comedy movies from the 70s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1970
release_date.lte: 12/31/1979
sort_by: vote_average.desc
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_original_language: English
with_genres: 35
limit: 500
sync_mode: sync
"'70s Romance":
sort_title: +++1970_romance
summary: A collection of some of the top rated romance movies from the 70s compiled from TMDB
smart_label: critic_rating.desc
sync_mode: sync
tmdb_discover:
region: US
release_date.gte: 01/01/1970
release_date.lte: 12/31/1979
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 10749
limit: 500
sort_by: vote_average.desc
"'70s Family":
sort_title: +++1970_<<collection_name>>
summary: A collection of some of the top rated family movies from the 70s compiled from TMDB
smart_label: critic_rating.desc
sync_mode: sync
tmdb_discover:
region: US
release_date.gte: 01/01/1970
release_date.lte: 12/31/1979
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"'70s Drama":
sort_title: +++1970_drama
summary: A collection of some of the top rated drama movies from the 70s compiled from TMDB
smart_label: critic_rating.desc
sync_mode: sync
tmdb_discover:
region: US
release_date.gte: 01/01/1970
release_date.lte: 12/31/1979
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"'70s Action":
sort_title: +++1970_<<collection_name>>
summary: A collection of some of the top rated action movies from the 70s compiled from TMDB
smart_label: critic_rating.desc
sync_mode: sync
tmdb_discover:
region: US
release_date.gte: 01/01/1970
release_date.lte: 12/31/1979
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 28
sort_by: vote_average.desc
limit: 500
"1980s movies":
plex_search:
any:
decade: 1980
summary: A collection of movies released in the 1980s
sort_title: +++1980_movies
sync_mode: sync
collection_mode: default
"'80s Comedies":
sync_mode: sync
sort_title: +++1980_<<collection_name>>
summary: A collection of some of the top rated comedy movies from the 80s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1980
release_date.lte: 12/31/1989
sort_by: vote_average.desc
with_genres: 35
with_runtime.gte: 75
certification_country: US
certification.lte: R
limit: 500
"'80s Family":
sync_mode: sync
sort_title: +++1980_<<collection_name>>
summary: A collection of some of the top rated family movies from the 80s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1980
release_date.lte: 12/31/1989
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"'80s Romance":
sync_mode: sync
sort_title: +++1980_romance
summary: A collection of some of the top rated romance movies from the 80s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1980
release_date.lte: 12/31/1989
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 10749
sort_by: vote_average.desc
limit: 500
"'80s Drama":
sort_title: +++1980_drama
sync_mode: sync
summary: A collection of some of the top rated drama movies from the 80s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1980
release_date.lte: 12/31/1989
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"'80s Action":
sort_title: +++1980_action
sync_mode: sync
summary: A collection of some of the top rated action movies from the 80s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1980
release_date.lte: 12/31/1989
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 28
sort_by: vote_average.desc
limit: 500
"1990s movies":
sort_title: +++1990_movies
sync_mode: sync
plex_search:
any:
decade: 1990
summary: A collection of movies released in the 1990s
collection_mode: default
"'90s Comedies":
sync_mode: sync
sort_title: +++1990_<<collection_name>>
summary: A collection of some of the top rated comedy movies from the 90s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1990
release_date.lte: 12/31/1999
sort_by: vote_average.desc
with_genres: 35
with_runtime.gte: 75
certification_country: US
certification.lte: R
limit: 500
"'90s Romance":
sort_title: +++1990_romance
sync_mode: sync
summary: A collection of some of the top rated romance movies from the 90s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1990
release_date.lte: 12/31/1999
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 10749
sort_by: vote_average.desc
limit: 500
"'90s Family":
sort_title: +++1990_family
sync_mode: sync
summary: A collection of some of the top rated family movies from the 90s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1990
release_date.lte: 12/31/1999
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"'90s Drama":
sort_title: +++1990_drama
sync_mode: sync
summary: A collection of some of the top rated drama movies from the 90s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1990
release_date.lte: 12/31/1999
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"'90s Action":
sort_title: +++1990_action
sync_mode: sync
summary: A collection of some of the top rated action movies from the 90s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/1990
release_date.lte: 12/31/1999
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 28
sort_by: vote_average.desc
limit: 500
"2000s movies":
plex_search:
any:
decade: 2000
sync_mode: sync
summary: A collection of movies released in the 2000s
sort_title: +++2000_movies
collection_mode: default
"'2000s Comedies":
sort_title: +++2000_comedies
sync_mode: sync
summary: A collection of some of the top rated comedy movies from the 2000s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2000
release_date.lte: 12/31/2009
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 35
sort_by: vote_average.desc
limit: 500
"'2000s Romance":
sort_title: +++2000_romance
sync_mode: sync
summary: A collection of some of the top rated romance movies from the 2000s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2000
release_date.lte: 12/31/2009
with_genres: 10749
sort_by: vote_average.desc
limit: 500
"2000s Family":
sort_title: +++2000_family
sync_mode: sync
summary: A collection of some of the top rated family movies from the 2000s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2000
release_date.lte: 12/31/2009
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"2000s Drama":
sort_title: +++2000_drama
sync_mode: sync
summary: A collection of some of the top rated drama movies from the 2000s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2000
release_date.lte: 12/31/2009
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"2000s Action":
sort_title: +++2000_action
sync_mode: sync
summary: A collection of some of the top rated action movies from the 2000s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2000
release_date.lte: 12/31/2009
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 28
sort_by: vote_average.desc
limit: 500
"2010s movies":
plex_search:
any:
decade: 2010
sync_mode: sync
summary: A collection of movies released in the 2010s
sort_title: +++2010_movies
collection_mode: default
"2010s Comedies":
sort_title: +++2010_<<collection_name>>
sync_mode: sync
summary: A collection of some of the top rated comedy movies from the 2010s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2010
release_date.lte: 12/31/2019
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 35
sort_by: vote_average.desc
limit: 500
"2010s Romance":
sort_title: +++2010_romance
sync_mode: sync
summary: A collection of some of the top rated romance movies from the 2010s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2010
release_date.lte: 12/31/2019
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 10749
sort_by: vote_average.desc
limit: 500
"2010s Family":
summary: A collection of some of the top rated family movies from the 2010s compiled from TMDB
sync_mode: sync
smart_label: critic_rating.desc
sort_title: +++2010_family
tmdb_discover:
region: US
release_date.gte: 01/01/2010
release_date.lte: 12/31/2019
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"2010s Drama":
summary: A collection of some of the top rated drama movies from the 2010s compiled from TMDB
sync_mode: sync
smart_label: critic_rating.desc
sort_title: +++2010_drama
tmdb_discover:
region: US
release_date.gte: 01/01/2010
release_date.lte: 12/31/2019
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"2010s Action":
sort_title: +++2010_action
sync_mode: sync
summary: A collection of some of the top rated action movies from the 2010s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2010
release_date.lte: 12/31/2019
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 28
sort_by: vote_average.desc
limit: 500
"2020s movies":
sync_mode: sync
plex_search:
any:
decade: 2020
summary: A collection of movies released in the 2020s
sort_title: +++2020_movies
collection_mode: default
"2020s Comedies":
sort_title: +++2020_comedies
sync_mode: sync
summary: A collection of some of the top rated comedy movies from the 2020s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2020
release_date.lte: 12/31/2029
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 35
sort_by: vote_average.desc
limit: 500
"2020s Romance":
summary: A collection of some of the top rated romance movies from the 2020s compiled from TMDB
sync_mode: sync
smart_label: critic_rating.desc
sort_title: +++2020_romance
tmdb_discover:
region: US
release_date.gte: 01/01/2020
release_date.lte: 12/31/2029
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 10749
sort_by: vote_average.desc
limit: 500
"2020s Family":
sort_title: +++1_family
sync_mode: sync
summary: A collection of some of the top rated family movies from the 2020s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2020
release_date.lte: 12/31/2029
with_runtime.gte: 75
certification_country: US
certification.lte: PG-13
with_genres: 10751
sort_by: vote_average.desc
limit: 500
"2020s Drama":
sort_title: +++2020_drama
sync_mode: sync
summary: A collection of some of the top rated drama movies from the 2020s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2020
release_date.lte: 12/31/2029
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 18
sort_by: vote_average.desc
limit: 500
"2020s Action":
sort_title: +++2020_action
sync_mode: sync
summary: A collection of some of the top rated action movies from the 2020s compiled from TMDB
smart_label: critic_rating.desc
tmdb_discover:
region: US
release_date.gte: 01/01/2020
release_date.lte: 12/31/2029
with_runtime.gte: 75
certification_country: US
certification.lte: R
with_genres: 28
sort_by: vote_average.desc
limit: 500

@ -78,6 +78,8 @@ collections:
template: {name: Collection, collection: 402074}
Ant-Man:
template: {name: Collection, collection: 422834}
The Apple Dumpling Gang:
template: {name: Collection, collection: 87232}
Appleseed:
template: {name: Collection, collection: "87800, 371526"}
Arthur:
@ -110,6 +112,8 @@ collections:
template: {name: Collection, collection: 117693}
Bambi:
template: {name: Collection, collection: 87250}
Bandit Made for TV Movies:
template: {name: Collection, collection: "398758"}
Barbershop:
template: {name: Collection, collection: 176097, movie: 14177}
Batman:
@ -206,6 +210,10 @@ collections:
template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls021933730/
summary: Cloverfield is an American science fiction anthology film series and media franchise created and produced by J. J. Abrams consisting of three films, viral marketing websites linking the films together, and a tie-in manga to the first film titled Cloverfield/Kishin (2008), all set in a shared fictional universe referred to as The Cloververse.
Comedy Central Roasts:
template: {name: Collection, movie: "536056,333103,300302,296192,329690,296206,329243,296193,296194,334461,324173,315850,630068,414749,333126,333127,275771,698776"}
Summary: The Comedy Central Roasts are a series of celebrity roast specials which air on the Comedy Central cable network.
url_poster: https://theposterdb.com/api/assets/1006782/view?
Coming to America:
template: {name: Collection, collection: 647077}
The Conjuring:
@ -306,6 +314,8 @@ collections:
template: {name: Collection, collection: 137697}
The Flintstones:
template: {name: Collection, collection: 351684}
Flubber:
template: {name: Collection, collection: 294468}
The Fox and the Hound:
template: {name: Collection, collection: 100970}
Free Willy:
@ -398,10 +408,27 @@ collections:
template: {name: Collection, collection: 87253}
Highlander:
template: {name: Collection, collection: 8050}
The Hobbit:
summary: "The Hobbit collection is a three-part epic fantasy-adventure film directed and produced by Peter Jackson and based on J. R. R. Tolkien's fantasy novel of the same name. The trilogy of films are set in Middle-earth 60 years before 'The Lord of the Rings', and will act as a prequel to Jackson's The Lord of the Rings trilogy."
url_poster: https://theposterdb.com/api/assets/25015/view?
tmdb_background: 49051
sync_mode: sync
plex_search:
all:
title.begins: "The Hobbit:"
title.not: "Extended Edition"
The Hobbit (the long version):
summary: "
The Hobbit Extended Edition is a version of Peter Jackson's Hobbit Trilogy. These versions have new editing, scenes, special effects and music, and also more scenes and content than the theatrical versions.\nAn Unexpected Journey contains 13 minutes of additional footage.\nThe Desolation of Smaug contains 25 minutes of additional footage.\nThe Battle of the Five Armies contains 20 minutes of additional footage.\n"
tmdb_background: 122917
sync_mode: sync
url_poster: https://theposterdb.com/api/assets/36979/view?
plex_search:
all:
title.begins: "The Hobbit:"
title.ends: " - Extended Edition"
Hobbs & Shaw:
template: {name: Collection, collection: 688042}
The Hobbit:
template: {name: Collection, collection: 121938}
template: {name: Collection, collection: 688042}
Home Alone:
template: {name: Collection, collection: 9888}
Homeward Bound:
@ -524,10 +551,26 @@ collections:
template: {name: Collection, collection: 33085}
Look Who's Talking:
template: {name: Collection, collection: 9521}
The Lord of the Rings (the long version):
summary: "The Lord of the Rings: Special Extended Edition is a version of Peter Jackson's Lord of the Rings film trilogy. These versions have new editing, additional special effects and music, and also more scenes and content than the theatrical versions. Each film is two discs, and two appendices.\nThe Fellowship of the Ring contains 30 minutes of additional footage (plus 20 minutes of Fan Club Credits).\nThe Two Towers contains 44 minutes of additional footage (plus 12 minutes of Fan Club Credits).\nThe Return of the King contains 51 minutes of additional footage (plus 12 minutes of Fan Club Credits)."
sync_mode: sync
tmdb_background: 122
url_poster: https://theposterdb.com/api/assets/113956/view?
plex_search:
all:
title.begins: "The Lord of the Rings:"
title.ends: "Extended Edition"
The Lord of the Rings:
template: {name: Collection, collection: 119}
summary: "The Lord of the Rings trilogy consists of three epic fantasy films, based on the influential novels written by J. R. R. Tolkien, directed by Peter Jackson."
tmdb_background: 120
sync_mode: sync
url_poster: https://theposterdb.com/api/assets/113964/view?
plex_search:
all:
title.begins: "The Lord of the Rings:"
title.not: " - Extended Edition"
The Lord of the Rings (Animated):
template: {name: Collection, collection: 141290, movie: 123}
template: {name: Collection, collection: 141290, movie: 123}
Machete:
template: {name: Collection, collection: 210006}
Mad Max:
@ -673,6 +716,8 @@ collections:
template: {name: Collection, collection: "713330"}
The Purge:
template: {name: Collection, collection: 256322}
Pure Country:
template: {name: Collection, collection: 558027}
Quarantine:
template: {name: Collection, collection: 123932}
Rambo:
@ -729,6 +774,8 @@ collections:
template: {name: Collection, collection: "495, 608103"}
Shanghai Noon:
template: {name: Collection, collection: 59567}
Shark attack:
template: {name: Collection, collection: 389867}
Sharknado:
template: {name: Collection, collection: 286023}
Sherlock Holmes:
@ -743,12 +790,14 @@ collections:
template: {name: Collection, collection: 135179}
Sister Act:
template: {name: Collection, collection: 103573}
The Sisterhood of the Traveling Pants:
template: {name: Collection, collection: 17368}
Slap Shot:
template: {name: Collection, collection: 261526}
Smokey and the bandit:
template: {name: Collection, collection: "87220"}
Bandit Made for TV Movies:
template: {name: Collection, collection: "398758"}
The Shaggy Dog:
template: {name: Collection, collection: "294519"}
The Smurfs:
template: {name: Collection, collection: 134897}
Spider-Man (Avengers):
@ -837,6 +886,8 @@ collections:
template: {name: Collection, collection: 63043, movie: 73362}
Twilight:
template: {name: Collection, collection: 33514}
Two Headed Shark attack:
template: {name: Collection, collection: 494838}
Tyler Perry's Madea:
template: {name: Collection, collection: "534673, 501909"}
Unbreakable:

@ -12,7 +12,7 @@ templates:
director: tmdb
writer: tmdb
producer: tmdb
sort_by: random
sort_by: title.asc
validate: false
tmdb_person: <<person>>
sort_title: +4_<<collection_name>>
@ -33,18 +33,24 @@ collections:
template: {name: Person, person: 12248}
Alfred Hitchcock:
template: {name: Person, person: 2636}
Alexandra Daddario:
template: {name: Person, person: 109513}
Andy Serkis:
template: {name: Person, person: 1333}
Amy Adams:
template: {name: Person, person: 9273}
Angelina Jolie:
template: {name: Person, person: 11701}
Ana De Armas:
template: {name: Person, person: 224513}
Anne Hathaway:
template: {name: Person, person: 1813}
Anthony Hopkins:
template: {name: Person, person: 4173}
Antonio Banderas:
template: {name: Person, person: 3131}
Anya Taylor-Joy:
template: {name: Person, person: 1397778}
Arnold Schwarzenegger:
template: {name: Person, person: 1100}
Ben Affleck:
@ -57,8 +63,14 @@ collections:
template: {name: Person, person: 1532}
Billy Boyd:
template: {name: Person, person: 1329}
Billy Crystal:
template: {name: Person, person: 7904}
Brad Pitt:
template: {name: Person, person: 287}
Bradley Cooper:
template: {name: Person, person: 51329}
Bradley Whitford:
template: {name: Person, person: 11367}
Brendan Fraser:
template: {name: Person, person: 18269}
Bruce Lee:
@ -79,6 +91,8 @@ collections:
template: {name: Person, person: 16418}
Cary Grant:
template: {name: Person, person: 2638}
Casper Van Dien:
template: {name: Person, person: 27763}
Cate Blanchett:
template: {name: Person, person: 112}
Catherine Zeta-Jones:
@ -93,6 +107,8 @@ collections:
template: {name: Person, person: 6952}
Charlize Theron:
template: {name: Person, person: 6885}
"Chloë Grace Moretz":
template: {name: Person, person: 56734}
Christian Bale:
template: {name: Person, person: 3894}
Christoph Waltz:
@ -115,6 +131,8 @@ collections:
template: {name: Person, person: 4690}
Chuck Norris:
template: {name: Person, person: 51576}
Cilian Murphy:
template: {name: Person, person: 2037}
Clark Gable:
template: {name: Person, person: 11492}
Clint Eastwood:
@ -124,10 +142,14 @@ collections:
summary: "Joel Coen and Ethan Coen, collectively referred to as the Coen Brothers, are American film directors, producers, screenwriters, and editors. Their films span many genres and styles, which they frequently subvert or parody. Their most acclaimed works include: Raising Arizona (1987), Miller's Crossing (1990), Fargo (1996), The Big Lebowski (1998), O Brother, Where Art Thou? (2000), No Country for Old Men (2007), Burn After Reading (2008), A Serious Man (2009), True Grit (2010), Inside Llewyn Davis (2013), and The Ballad of Buster Scruggs (2018)."
Colin Firth:
template: {name: Person, person: 5472}
Connie Nielsen:
template: {name: Person, person: 935}
Daniel Craig:
template: {name: Person, person: 8784}
Daniel Day-Lewis:
template: {name: Person, person: 11856}
Danielle Panabaker:
template: {name: Person, person: 31838}
Dave Bautista:
template: {name: Person, person: 543530}
Dave Chappelle:
@ -152,10 +174,16 @@ collections:
template: {name: Person, person: 109}
Ellen / Elliot Page:
template: {name: Person, person: 27578}
Elizabeth Hurley:
template: {name: Person, person: 13918}
Emily Blunt:
template: {name: Person, person: 11701}
Emma Stone:
template: {name: Person, person: 54693}
Emma Watson:
template: {name: Person, person: 10990}
Ernie Hudson:
template: {name: Person, person: 8874}
Ewan McGregor:
template: {name: Person, person: 3061}
Evangeline Lilly:
@ -196,8 +224,12 @@ collections:
template: {name: Person, person: 1810}
Helen Mirren:
template: {name: Person, person: 15735}
Henry Cavill:
template: {name: Person, person: 73968}
Henry Fonda:
template: {name: Person, person: 4958}
template: {name: Person, person: 4958}
Hiroyuki Sanada:
template: {name: Person, person: 9195}
Hugh Jackman:
template: {name: Person, person: 6968}
Humphrey Bogart:
@ -206,6 +238,8 @@ collections:
template: {name: Person, person: 65}
Ian McKellen:
template: {name: Person, person: 1327}
Ian McShane:
template: {name: Person, person: 6972}
Ice Cube:
template: {name: Person, person: 9778}
J.J. Abrams:
@ -218,6 +252,8 @@ collections:
template: {name: Person, person: 514}
Jackie Chan:
template: {name: Person, person: 18897}
Jake Gyllenhaal:
template: {name: Person, person: 131}
James Cameron:
template: {name: Person, person: 2710}
James Dean:
@ -240,6 +276,8 @@ collections:
template: {name: Person, person: 1229}
Jeff Goldblum:
template: {name: Person, person: 4785}
Jeffrey Dean Morgan:
template: {name: Person, person: 47296}
Jennifer Aniston:
template: {name: Person, person: 4491}
Jennifer Garner:
@ -256,6 +294,10 @@ collections:
template: {name: Person, person: 1336}
Jim Carrey:
template: {name: Person, person: 206}
Joan Cusack:
template: {name: Person, person: 3234}
"Jodi Lyn O'Keefe":
template: {name: Person, person: 58006}
Joaquin Phoenix:
template: {name: Person, person: 73421}
Joe Pesci:
@ -264,6 +306,8 @@ collections:
template: {name: Person, person: 7180}
John Cena:
template: {name: Person, person: 56446}
John Cusack:
template: {name: Person, person: 3036}
John Travolta:
template: {name: Person, person: 8891}
John Wayne:
@ -294,8 +338,12 @@ collections:
template: {name: Person, person: 7090}
Kate Hudson:
template: {name: Person, person: 11661}
Kate Winslet:
template: {name: Person, person: 204}
Kathy Bates:
template: {name: Person, person: 8534}
Keanu Reeves:
template: {name: Person, person: 6384}
Kevin Bacon:
template: {name: Person, person: 4724}
Kevin Costner:
@ -314,18 +362,28 @@ collections:
template: {name: Person, person: 6193}
Leonard Nimoy:
template: {name: Person, person: 1749}
Leslie Nielsen:
template: {name: Person, person: 813}
Liam Neeson:
template: {name: Person, person: 3896}
Lin Shaye:
template: {name: Person, person: 7401}
Lisa Kudrow:
template: {name: Person, person: 14406}
Liv Tyler:
template: {name: Person, person: 882}
Lloyd Bridges:
template: {name: Person, person: 2177}
Lucy Liu:
template: {name: Person, person: 140}
M. Night Shyamalan:
template: {name: Person, person: 11614}
Mandy Moore:
template: {name: Person, person: 16855}
Margot Robbie:
template: {name: Person, person: 234352}
Mark Strong:
template: {name: Person, person: 2983}
Mark Wahlberg:
template: {name: Person, person: 13240}
Marlon Brando:
@ -388,6 +446,8 @@ collections:
template: {name: Person, person: 2387}
Paul Newman:
template: {name: Person, person: 3636}
Paul Rudd:
template: {name: Person, person: 22226}
Paul Walker:
template: {name: Person, person: 8167}
Peter Cullen:
@ -402,6 +462,8 @@ collections:
template: {name: Person, person: 1233}
Quentin Tarantino:
template: {name: Person, person: 138}
Rachel McAdams:
template: {name: Person, person: 53714}
Ralph Fiennes:
template: {name: Person, person: 5469}
Renee Zelweger:
@ -423,7 +485,9 @@ collections:
Robert DuVall:
template: {name: Person, person: 3087}
Robert Redford:
template: {name: Person, person: 4135}
template: {name: Person, person: 4135}
Robert Wagner:
template: {name: Person, person: 9208}
Robin Williams:
template: {name: Person, person: 2157}
Rosario Dawson:
@ -450,6 +514,10 @@ collections:
template: {name: Person, person: 738}
Sean Penn:
template: {name: Person, person: 2228}
Sebastian Stan:
template: {name: Person, person: 60898}
Seth Green:
template: {name: Person, person: 13922}
Seth Rogen:
template: {name: Person, person: 19274}
Shia LaBeouf:
@ -484,6 +552,10 @@ collections:
template: {name: Person, person: 500}
Tom Hanks:
template: {name: Person, person: 31}
Tom Hardy:
template: {name: Person, person: 2524}
Tom Holland:
template: {name: Person, person: 1136406}
Tom Selleck:
template: {name: Person, person: 15112}
Tommy Lee Jones:
@ -492,8 +564,12 @@ collections:
template: {name: Person, person: 8169}
Uma Thurman:
template: {name: Person, person: 139}
Val Kilmer:
template: {name: Person, person: 5576}
Vanessa Williams:
template: {name: Person, person: 27011}
Verne Troyer:
template: {name: Person, person: 10987}
Vin Diesel:
template: {name: Person, person: 12835}
Viggo Mortensen:
@ -514,6 +590,8 @@ collections:
template: {name: Person, person: 1748}
Woody Harrelson:
template: {name: Person, person: 57755}
Zachary Levi:
template: {name: Person, person: 69899}
Zack Snyder:
template: {name: Person, person: 15217}
Zooey Deschanel:

Loading…
Cancel
Save