Update IMDb list keys to imdb_search and adjust collection schedules

master
Richard Lewis 1 week ago committed by cpt-kuesel
parent 10e06f9cef
commit a865ba5965

@ -69,10 +69,11 @@ collections:
- 2021
- 2022
- 2023
- 2024
collection_order: release
collection_mode: default
IMDB Top 250:
imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=25
imdb_search: https://www.imdb.com/search/title/?groups=top_250&count=25
summary: Top 250 most popular movies
sync_mode: sync
collection_mode: show_items
@ -101,14 +102,14 @@ collections:
schedule: weekly(friday)
#Update monthly
IMDB Top 100 Superhero Movies:
imdb_list: https://www.imdb.com/list/ls008583762/
imdb_search: https://www.imdb.com/list/ls008583762/
summary: Top 100 Superhero Movies.
collection_order: release
collection_mode: default
schedule: monthly(2)
schedule: weekly(monday)
#Update yearly
IMDB Top 25 Baseball Movies:
imdb_list: https://www.imdb.com/list/ls064950205/
imdb_search: https://www.imdb.com/list/ls064950205/
summary: Top 25 Baseball Movies.
collection_order: alpha
collection_mode: show_items

@ -32,7 +32,7 @@ templates:
collections:
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:
imdb_search:
- https://www.imdb.com/list/ls054431555/
- https://www.imdb.com/list/ls031451603/
- https://www.imdb.com/list/ls045147779/
@ -49,11 +49,11 @@ collections:
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:
imdb_search:
- 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:
imdb_search:
- 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}
@ -61,7 +61,7 @@ collections:
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:
imdb_search:
- https://www.imdb.com/list/ls025976544/
- https://www.imdb.com/list/ls003863000/
- https://www.imdb.com/list/ls027454200/
@ -71,17 +71,17 @@ collections:
- 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:
imdb_search:
- 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:
imdb_search:
- 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:
imdb_search:
- https://www.imdb.com/list/ls022342493/
- https://www.imdb.com/list/ls059646235/
Star Wars Collection:

@ -11,7 +11,7 @@ collections:
schedule: weekly(sunday)
collection_order: alpha
Oscar Winners:
imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
imdb_search: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner
collection_order: release
summary: Oscar Winning Movies
schedule: monthly(1), monthly(15)

Loading…
Cancel
Save