Merge pull request #26 from twhiting9275/master

This commit is contained in:
meisnate12 2021-06-14 17:12:33 -04:00 committed by GitHub
commit a62044a5f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 769 additions and 10 deletions

630
twhiting9275/genper.yml Normal file
View File

@ -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

View File

@ -78,6 +78,8 @@ collections:
template: {name: Collection, collection: 402074} template: {name: Collection, collection: 402074}
Ant-Man: Ant-Man:
template: {name: Collection, collection: 422834} template: {name: Collection, collection: 422834}
The Apple Dumpling Gang:
template: {name: Collection, collection: 87232}
Appleseed: Appleseed:
template: {name: Collection, collection: "87800, 371526"} template: {name: Collection, collection: "87800, 371526"}
Arthur: Arthur:
@ -110,6 +112,8 @@ collections:
template: {name: Collection, collection: 117693} template: {name: Collection, collection: 117693}
Bambi: Bambi:
template: {name: Collection, collection: 87250} template: {name: Collection, collection: 87250}
Bandit Made for TV Movies:
template: {name: Collection, collection: "398758"}
Barbershop: Barbershop:
template: {name: Collection, collection: 176097, movie: 14177} template: {name: Collection, collection: 176097, movie: 14177}
Batman: Batman:
@ -206,6 +210,10 @@ collections:
template: {name: Collection} template: {name: Collection}
imdb_list: https://www.imdb.com/list/ls021933730/ 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. 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: Coming to America:
template: {name: Collection, collection: 647077} template: {name: Collection, collection: 647077}
The Conjuring: The Conjuring:
@ -306,6 +314,8 @@ collections:
template: {name: Collection, collection: 137697} template: {name: Collection, collection: 137697}
The Flintstones: The Flintstones:
template: {name: Collection, collection: 351684} template: {name: Collection, collection: 351684}
Flubber:
template: {name: Collection, collection: 294468}
The Fox and the Hound: The Fox and the Hound:
template: {name: Collection, collection: 100970} template: {name: Collection, collection: 100970}
Free Willy: Free Willy:
@ -398,10 +408,27 @@ collections:
template: {name: Collection, collection: 87253} template: {name: Collection, collection: 87253}
Highlander: Highlander:
template: {name: Collection, collection: 8050} 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: Hobbs & Shaw:
template: {name: Collection, collection: 688042} template: {name: Collection, collection: 688042}
The Hobbit:
template: {name: Collection, collection: 121938}
Home Alone: Home Alone:
template: {name: Collection, collection: 9888} template: {name: Collection, collection: 9888}
Homeward Bound: Homeward Bound:
@ -524,8 +551,24 @@ collections:
template: {name: Collection, collection: 33085} template: {name: Collection, collection: 33085}
Look Who's Talking: Look Who's Talking:
template: {name: Collection, collection: 9521} 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: 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): The Lord of the Rings (Animated):
template: {name: Collection, collection: 141290, movie: 123} template: {name: Collection, collection: 141290, movie: 123}
Machete: Machete:
@ -673,6 +716,8 @@ collections:
template: {name: Collection, collection: "713330"} template: {name: Collection, collection: "713330"}
The Purge: The Purge:
template: {name: Collection, collection: 256322} template: {name: Collection, collection: 256322}
Pure Country:
template: {name: Collection, collection: 558027}
Quarantine: Quarantine:
template: {name: Collection, collection: 123932} template: {name: Collection, collection: 123932}
Rambo: Rambo:
@ -729,6 +774,8 @@ collections:
template: {name: Collection, collection: "495, 608103"} template: {name: Collection, collection: "495, 608103"}
Shanghai Noon: Shanghai Noon:
template: {name: Collection, collection: 59567} template: {name: Collection, collection: 59567}
Shark attack:
template: {name: Collection, collection: 389867}
Sharknado: Sharknado:
template: {name: Collection, collection: 286023} template: {name: Collection, collection: 286023}
Sherlock Holmes: Sherlock Holmes:
@ -743,12 +790,14 @@ collections:
template: {name: Collection, collection: 135179} template: {name: Collection, collection: 135179}
Sister Act: Sister Act:
template: {name: Collection, collection: 103573} template: {name: Collection, collection: 103573}
The Sisterhood of the Traveling Pants:
template: {name: Collection, collection: 17368}
Slap Shot: Slap Shot:
template: {name: Collection, collection: 261526} template: {name: Collection, collection: 261526}
Smokey and the bandit: Smokey and the bandit:
template: {name: Collection, collection: "87220"} template: {name: Collection, collection: "87220"}
Bandit Made for TV Movies: The Shaggy Dog:
template: {name: Collection, collection: "398758"} template: {name: Collection, collection: "294519"}
The Smurfs: The Smurfs:
template: {name: Collection, collection: 134897} template: {name: Collection, collection: 134897}
Spider-Man (Avengers): Spider-Man (Avengers):
@ -837,6 +886,8 @@ collections:
template: {name: Collection, collection: 63043, movie: 73362} template: {name: Collection, collection: 63043, movie: 73362}
Twilight: Twilight:
template: {name: Collection, collection: 33514} template: {name: Collection, collection: 33514}
Two Headed Shark attack:
template: {name: Collection, collection: 494838}
Tyler Perry's Madea: Tyler Perry's Madea:
template: {name: Collection, collection: "534673, 501909"} template: {name: Collection, collection: "534673, 501909"}
Unbreakable: Unbreakable:

View File

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