Merge pull request #64 from gogorichie/master

Creation Of African American Films collection
pull/66/head
meisnate12 3 years ago committed by GitHub
commit c92085e2e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,47 +1,5 @@
collections:
#Update daily
All DC Movies:
imdb_list: https://www.imdb.com/list/ls041437328/
summary: A collection of all DC movies.
sort_title: "+001"
collection_order: release
collection_mode: default
Marvel Cinematic Universe:
imdb_list: https://www.imdb.com/list/ls081113000/
summary: A collection of all MCU movies.
sort_title: "+001"
collection_order: release
collection_mode: default
X-Men:
template: {name: imdb, summary: "A superhero film series about a team of mutant superheroes based on the Marvel Comics superheroes of the same name.", poster: "https://theposterdb.com/api/assets/32304"}
imdb_list:
- https://www.imdb.com/list/ls024445822/
collection_order: release
collection_mode: default
#Update weekly
Our Most Watched Movies:
sync_mode: sync
tautulli_watched:
list_days: 1460 #4 years
list_size: 20
list_buffer: 20
summary: Movies watched on Plex according to Tautulli over the last 4 years
schedule: weekly(sunday)
collection_order: alpha
TMDb Weekly Trending:
tmdb_trending_weekly: 30
sync_mode: sync
schedule: weekly(sunday)
collection_order: release
collection_mode: default
Judd Apatow Production:
tmdb_director: https://www.themoviedb.org/person/41039-judd-apatow
tmdb_writer: https://www.themoviedb.org/person/41039-judd-apatow
tmdb_producer: https://www.themoviedb.org/person/41039-judd-apatow
collection_order: release
collection_mode: default
schedule: weekly(friday)
#Update montly
90s Movies:
plex_search:
any:
@ -58,7 +16,6 @@ collections:
- 1999
collection_order: release
collection_mode: default
schedule: monthly(9)
80s Movies:
plex_search:
any:
@ -75,31 +32,54 @@ collections:
- 1989
collection_order: release
collection_mode: default
schedule: monthly(8)
Star Wars:
tmdb_collection: https://www.themoviedb.org/collection/10-star-wars-collection
tmdb_summary: https://www.themoviedb.org/collection/10-star-wars-collection
sort_title: "+004"
Recent Released Movies:
plex_search:
any:
year:
- 2019
- 2020
- 2021
collection_order: release
collection_mode: default
schedule: monthly(6)
IMDB Top 250:
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=25
summary: Top 250 most popular movies
sync_mode: sync
collection_mode: show_items
#Update weekly
Our Most Watched Movies:
sync_mode: sync
tautulli_watched:
list_days: 1460 #4 years
list_size: 20
list_buffer: 20
summary: Movies watched on Plex according to Tautulli over the last 4 years
schedule: weekly(sunday)
collection_order: alpha
TMDb Weekly Trending:
tmdb_trending_weekly: 30
sync_mode: sync
schedule: weekly(sunday)
collection_order: release
collection_mode: default
Judd Apatow Production:
tmdb_director: https://www.themoviedb.org/person/41039-judd-apatow
tmdb_writer: https://www.themoviedb.org/person/41039-judd-apatow
tmdb_producer: https://www.themoviedb.org/person/41039-judd-apatow
collection_order: release
collection_mode: default
schedule: weekly(friday)
#Update montly
IMDB Top 100 Superhero Movies:
imdb_list: https://www.imdb.com/list/ls008583762/
summary: Top 100 Superhero Movies.
sort_title: "+001"
collection_order: release
collection_mode: default
schedule: monthly(2)
#Update yearly
IMDB Top 250:
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=25
sync_mode: sync
collection_mode: show_items
schedule: Yearly(01/15), Yearly(06/1)
IMDB Top 25 Baseball Movies:
imdb_list: https://www.imdb.com/list/ls064950205/
summary: Top 25 Baseball Movies.
sort_title: "+001"
collection_order: release
collection_mode: default
collection_order: alpha
collection_mode: show_items
schedule: Yearly(03/15), Yearly(10/1)

@ -0,0 +1,86 @@
#### Movie Collections #############
# Collection Templates
templates:
tmdb:
optional:
- collections
- lists
- movies
- tmdb_summary
- summary
tmdb_collection: <<collections>>
tmdb_list: <<lists>>
tmdb_movie: <<movies>>
tmdb_summary: <<tmdb_summary>>
summary: <<summary>>
url_poster: <<poster>>
sort_title: <<collection_name>>
collection_order: release
schedule: weekly(saturday)
imdb:
url_poster: <<poster>>
summary: <<summary>>
sync_mode: sync
schedule: weekly(saturday)
Holiday:
url_poster: <<poster>>
sort_title: <<collection_name>>
collection_order: release
schedule: monthly(12)
# Collections
collections:
American Pie:
template: {name: tmdb, collections: "2806, 298820", tmdb_summary: 2806, poster: https://theposterdb.com/api/assets/68418}
The Bourne Collection:
template: {name: tmdb, collections: 31562, tmdb_summary: 31562, poster: https://theposterdb.com/api/assets/5420}
John Wick Collection:
template: {name: tmdb, collections: 404609, tmdb_summary: 404609, poster: https://theposterdb.com/api/assets/17550}
Jurassic Park Collection:
template: {name: tmdb, collections: 328, tmdb_summary: 328, poster: https://theposterdb.com/api/assets/9492}
DC Extended Universe:
template: {name: imdb, summary: "The DC Extended Universe (DCEU) is an American media franchise and shared universe centered on a series of superhero films based on characters that appeared in American comic books by DC Comics.", poster: https://theposterdb.com/api/assets/79223}
imdb_list:
- https://www.imdb.com/list/ls077827588/
All DC Movies:
template: {name: imdb, summary: "A collection of all DC movies.", poster: https://theposterdb.com/api/assets/52780}
imdb_list:
- https://www.imdb.com/list/ls041437328/
The Fast and the Furious:
template: {name: tmdb, collections: "9485", tmdb_summary: 9485, poster: https://theposterdb.com/api/assets/10036}
Disney Animation:
template: {name: tmdb, lists: "7103808, 7103807", summary: "A collection of Disney Animation movies.", poster: https://theposterdb.com/api/assets/68411}
Christmas:
template: {name: Holiday, summary: "Christmas film is a genre that revolves around the plot involving Christmas.", poster: https://theposterdb.com/api/assets/111695}
imdb_list:
- https://www.imdb.com/list/ls025976544/
- https://www.imdb.com/list/ls003863000/
- https://www.imdb.com/list/ls027454200/
- https://www.imdb.com/list/ls027886673/
- https://www.imdb.com/list/ls097998599/
- https://www.imdb.com/list/ls066252180/
- https://www.imdb.com/list/ls031348568/
Marvel Cinematic Universe:
template: {name: imdb, summary: "The Marvel Cinematic Universe (MCU) is an American media franchise and shared universe centered on a series of superhero films produced by Marvel Studios. The films are based on characters that appear in American comic books published by Marvel Comics. The franchise also includes television series, short films, digital series, and literature. The shared universe, much like the original Marvel Universe in comic books, was established by crossing over common plot elements, settings, cast, and characters.", poster: https://theposterdb.com/api/assets/879}
imdb_list:
- https://www.imdb.com/list/ls031310794/
"Mission: Impossible":
template: {name: tmdb, collections: "87359", tmdb_summary: 87359, poster: https://theposterdb.com/api/assets/12118}
X-Men:
template: {name: imdb, summary: "A superhero film series about a team of mutant superheroes based on the Marvel Comics superheroes of the same name.", poster: "https://theposterdb.com/api/assets/32304"}
imdb_list:
- https://www.imdb.com/list/ls024445822/
Batman Collection:
template: {name: imdb, summary: "Batman is a superhero who appears in American comic books published by DC Comics.", poster: "https://theposterdb.com/api/assets/14850"}
imdb_list:
- https://www.imdb.com/list/ls022342493/
- https://www.imdb.com/list/ls059646235/
Star Wars Collection:
template: {name: tmdb, collections: 10, tmdb_summary: 10, poster: https://theposterdb.com/api/assets/4448}
African-American Films:
template: {name: imdb, summary: "Some of greatest films telling the Black story, staring a Black actor, or Directed by a Black Director"}
imdb_list:
- https://www.imdb.com/list/ls054431555/
- https://www.imdb.com/list/ls031451603/
- https://www.imdb.com/list/ls045147779/
- https://www.imdb.com/list/ls041984032/

@ -1,3 +1,5 @@
#### Wife Flix #############
#### Collections for my wife ###########
collections:
Anne Anna Emma Meg:
tmdb_actor:
@ -12,25 +14,26 @@ collections:
imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
collection_order: release
summary: Oscar Winning Movies
schedule: monthly(1), monthly(19)
schedule: monthly(1), monthly(15)
Romantic Comedies:
genre: Romance
filters:
genre: Comedy
collection_order: alpha
collection_mode: default
schedule: monthly(1), monthly(19)
schedule: monthly(1), monthly(15)
John Hughes Production:
tmdb_director: 11505
tmdb_writer: 11505
tmdb_producer: 11505
collection_order: release
collection_mode: default
schedule: monthly(1), monthly(19)
# Sing-along Movies:
# plex_search:
# all:
# genre: Music, Musical
# sort_by: audience_rating.desc
schedule: monthly(1), monthly(15)
# Sing-Along Movies:
# genre: Music
# filters:
# genre: Musical
# collection_order: alpha
# collection_mode: default
# summary: Movies you can sing along with
# schedule: monthly(19)
# schedule: monthly(25)
Loading…
Cancel
Save