From b284f8ebd343d655380c2e33d136e999019efd43 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sat, 25 Dec 2021 15:32:49 -0600 Subject: [PATCH 1/6] Drop init collections --- gogorichie/Movies.yml | 105 --------------------------------------- gogorichie/Wife_flix.yml | 36 -------------- 2 files changed, 141 deletions(-) delete mode 100644 gogorichie/Movies.yml delete mode 100644 gogorichie/Wife_flix.yml diff --git a/gogorichie/Movies.yml b/gogorichie/Movies.yml deleted file mode 100644 index 5a256d4..0000000 --- a/gogorichie/Movies.yml +++ /dev/null @@ -1,105 +0,0 @@ -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: - year: - - 1990 - - 1991 - - 1992 - - 1993 - - 1994 - - 1995 - - 1996 - - 1997 - - 1998 - - 1999 - collection_order: release - collection_mode: default - schedule: monthly(9) - 80s Movies: - plex_search: - any: - year: - - 1980 - - 1981 - - 1982 - - 1983 - - 1984 - - 1985 - - 1986 - - 1987 - - 1988 - - 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" - collection_order: release - collection_mode: default - schedule: monthly(6) - 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 - schedule: Yearly(03/15), Yearly(10/1) diff --git a/gogorichie/Wife_flix.yml b/gogorichie/Wife_flix.yml deleted file mode 100644 index 8301c6c..0000000 --- a/gogorichie/Wife_flix.yml +++ /dev/null @@ -1,36 +0,0 @@ -collections: - Anne Anna Emma Meg: - tmdb_actor: - - 1813 - - 84223 - - 54693 - - 5344 - summary: Because your husband loves you and thought you might like this playlist. Starring Anne Hathaway, Anna Kendrick, Emma Stone, Meg Ryan. - schedule: weekly(sunday) - collection_order: alpha - Oscars: - 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) - Romantic Comedies: - genre: Romance - filters: - genre: Comedy - collection_order: alpha - collection_mode: default - schedule: monthly(1), monthly(19) - 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 - # summary: Movies you can sing along with - # schedule: monthly(19) \ No newline at end of file From 84fba087f3585e40e9e82ba909fc844ca93e3430 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sat, 25 Dec 2021 15:33:05 -0600 Subject: [PATCH 2/6] rename init collections --- gogorichie/Movies_Collection_1.yml | 85 ++++++++++++++++++++++++++++++ gogorichie/Movies_Collection_2.yml | 38 +++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 gogorichie/Movies_Collection_1.yml create mode 100644 gogorichie/Movies_Collection_2.yml diff --git a/gogorichie/Movies_Collection_1.yml b/gogorichie/Movies_Collection_1.yml new file mode 100644 index 0000000..8f69e64 --- /dev/null +++ b/gogorichie/Movies_Collection_1.yml @@ -0,0 +1,85 @@ +collections: +#Update daily + 90s Movies: + plex_search: + any: + year: + - 1990 + - 1991 + - 1992 + - 1993 + - 1994 + - 1995 + - 1996 + - 1997 + - 1998 + - 1999 + collection_order: release + collection_mode: default + 80s Movies: + plex_search: + any: + year: + - 1980 + - 1981 + - 1982 + - 1983 + - 1984 + - 1985 + - 1986 + - 1987 + - 1988 + - 1989 + collection_order: release + collection_mode: default + Recent Released Movies: + plex_search: + any: + year: + - 2019 + - 2020 + - 2021 + 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 + IMDB Top 100 Superhero Movies: + imdb_list: https://www.imdb.com/list/ls008583762/ + summary: Top 100 Superhero Movies. + 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/15) + IMDB Top 25 Baseball Movies: + imdb_list: https://www.imdb.com/list/ls064950205/ + summary: Top 25 Baseball Movies. + collection_order: alpha + collection_mode: show_items + schedule: Yearly(03/15), Yearly(10/1) diff --git a/gogorichie/Movies_Collection_2.yml b/gogorichie/Movies_Collection_2.yml new file mode 100644 index 0000000..6d7a52f --- /dev/null +++ b/gogorichie/Movies_Collection_2.yml @@ -0,0 +1,38 @@ +#### Wife Flix ############# +#### Collections for my wife ########### +collections: + Anne Anna Emma Meg: + tmdb_actor: + - 1813 + - 84223 + - 54693 + - 5344 + summary: Because your husband loves you and thought you might like this playlist. Starring Anne Hathaway, Anna Kendrick, Emma Stone, Meg Ryan. + schedule: weekly(sunday) + collection_order: alpha + Oscars: + 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(15) + Romantic Comedies: + genre: Romance + filters: + genre: Comedy + collection_order: alpha + collection_mode: default + 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(15) + # Sing-along Movies: + # plex_search: + # all: + # genre: Music, Musical + # sort_by: audience_rating.desc + # summary: Movies you can sing along with + # schedule: monthly(19) \ No newline at end of file From bff78c44313e38de3d5187a01491ea20354673e2 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sat, 25 Dec 2021 15:33:24 -0600 Subject: [PATCH 3/6] introduce templates --- gogorichie/Movies_Collection_3.yml | 77 ++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 gogorichie/Movies_Collection_3.yml diff --git a/gogorichie/Movies_Collection_3.yml b/gogorichie/Movies_Collection_3.yml new file mode 100644 index 0000000..c630903 --- /dev/null +++ b/gogorichie/Movies_Collection_3.yml @@ -0,0 +1,77 @@ +#### Movie Collections ############# +# Collection Templates +templates: + tmdb: + optional: + - collections + - lists + - movies + - tmdb_summary + - summary + tmdb_collection: <> + tmdb_list: <> + tmdb_movie: <> + tmdb_summary: <> + summary: <> + url_poster: <> + sort_title: <> + collection_order: release + schedule: weekly(saturday) + imdb: + url_poster: <> + summary: <> + sync_mode: sync + schedule: weekly(saturday) + Holiday: + url_poster: <> + sort_title: <> + 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/ \ No newline at end of file From 92a142497e9db7f951cc2af90c8b00f0cf59175f Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sat, 25 Dec 2021 16:02:33 -0600 Subject: [PATCH 4/6] update collections names --- ...s_Collection_1.yml => Movies_Collection.yml} | 0 .../Movies_Collection_African_American_Film.yml | 17 +++++++++++++++++ ...on_3.yml => Movies_Collection_Templated.yml} | 0 ...on_2.yml => Movies_Collection_Wife_Favs.yml} | 0 4 files changed, 17 insertions(+) rename gogorichie/{Movies_Collection_1.yml => Movies_Collection.yml} (100%) create mode 100644 gogorichie/Movies_Collection_African_American_Film.yml rename gogorichie/{Movies_Collection_3.yml => Movies_Collection_Templated.yml} (100%) rename gogorichie/{Movies_Collection_2.yml => Movies_Collection_Wife_Favs.yml} (100%) diff --git a/gogorichie/Movies_Collection_1.yml b/gogorichie/Movies_Collection.yml similarity index 100% rename from gogorichie/Movies_Collection_1.yml rename to gogorichie/Movies_Collection.yml diff --git a/gogorichie/Movies_Collection_African_American_Film.yml b/gogorichie/Movies_Collection_African_American_Film.yml new file mode 100644 index 0000000..8afd4e2 --- /dev/null +++ b/gogorichie/Movies_Collection_African_American_Film.yml @@ -0,0 +1,17 @@ +###################################################### +# African-American Films Collections # +###################################################### +templates: + imdb: + url_poster: <> + summary: <> + sync_mode: sync + schedule: weekly(saturday) +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: + - https://www.imdb.com/list/ls054431555/ + - https://www.imdb.com/list/ls031451603/ + - https://www.imdb.com/list/ls045147779/ + - https://www.imdb.com/list/ls041984032/ \ No newline at end of file diff --git a/gogorichie/Movies_Collection_3.yml b/gogorichie/Movies_Collection_Templated.yml similarity index 100% rename from gogorichie/Movies_Collection_3.yml rename to gogorichie/Movies_Collection_Templated.yml diff --git a/gogorichie/Movies_Collection_2.yml b/gogorichie/Movies_Collection_Wife_Favs.yml similarity index 100% rename from gogorichie/Movies_Collection_2.yml rename to gogorichie/Movies_Collection_Wife_Favs.yml From c5930fad6e4f22eea52342e31748fe7a3047ffb7 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sun, 26 Dec 2021 11:38:10 -0600 Subject: [PATCH 5/6] migration of collections --- gogorichie/Movies_Collection_First.yml | 85 ++++++++++++++++++++++ gogorichie/Movies_Collection_Wife_Favs.yml | 13 ++-- 2 files changed, 92 insertions(+), 6 deletions(-) create mode 100644 gogorichie/Movies_Collection_First.yml diff --git a/gogorichie/Movies_Collection_First.yml b/gogorichie/Movies_Collection_First.yml new file mode 100644 index 0000000..8a78b26 --- /dev/null +++ b/gogorichie/Movies_Collection_First.yml @@ -0,0 +1,85 @@ +collections: +#Update daily + 90s Movies: + plex_search: + any: + year: + - 1990 + - 1991 + - 1992 + - 1993 + - 1994 + - 1995 + - 1996 + - 1997 + - 1998 + - 1999 + collection_order: release + collection_mode: default + 80s Movies: + plex_search: + any: + year: + - 1980 + - 1981 + - 1982 + - 1983 + - 1984 + - 1985 + - 1986 + - 1987 + - 1988 + - 1989 + collection_order: release + collection_mode: default + Recent Released Movies: + plex_search: + any: + year: + - 2019 + - 2020 + - 2021 + collection_order: release + collection_mode: default + 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. + collection_order: release + collection_mode: default + schedule: monthly(2) +#Update yearly + IMDB Top 25 Baseball Movies: + imdb_list: https://www.imdb.com/list/ls064950205/ + summary: Top 25 Baseball Movies. + collection_order: alpha + collection_mode: show_items + schedule: Yearly(03/15), Yearly(10/1) diff --git a/gogorichie/Movies_Collection_Wife_Favs.yml b/gogorichie/Movies_Collection_Wife_Favs.yml index 6d7a52f..e35d72e 100644 --- a/gogorichie/Movies_Collection_Wife_Favs.yml +++ b/gogorichie/Movies_Collection_Wife_Favs.yml @@ -29,10 +29,11 @@ collections: collection_order: release collection_mode: default schedule: monthly(1), monthly(15) - # Sing-along Movies: - # plex_search: - # all: - # genre: Music, Musical - # sort_by: audience_rating.desc + # Sing-Along Movies: + # genre: Music + # filters: + # genre: Musical + # collection_order: alpha + # collection_mode: default # summary: Movies you can sing along with - # schedule: monthly(19) \ No newline at end of file + # schedule: monthly(25) \ No newline at end of file From 78f05e9f27887257a6f88ea2146836dd2fe33308 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sun, 26 Dec 2021 11:38:34 -0600 Subject: [PATCH 6/6] merge of AA films --- gogorichie/Movies_Collection.yml | 85 ------------------- ...ovies_Collection_African_American_Film.yml | 17 ---- gogorichie/Movies_Collection_Templated.yml | 11 ++- 3 files changed, 10 insertions(+), 103 deletions(-) delete mode 100644 gogorichie/Movies_Collection.yml delete mode 100644 gogorichie/Movies_Collection_African_American_Film.yml diff --git a/gogorichie/Movies_Collection.yml b/gogorichie/Movies_Collection.yml deleted file mode 100644 index 8f69e64..0000000 --- a/gogorichie/Movies_Collection.yml +++ /dev/null @@ -1,85 +0,0 @@ -collections: -#Update daily - 90s Movies: - plex_search: - any: - year: - - 1990 - - 1991 - - 1992 - - 1993 - - 1994 - - 1995 - - 1996 - - 1997 - - 1998 - - 1999 - collection_order: release - collection_mode: default - 80s Movies: - plex_search: - any: - year: - - 1980 - - 1981 - - 1982 - - 1983 - - 1984 - - 1985 - - 1986 - - 1987 - - 1988 - - 1989 - collection_order: release - collection_mode: default - Recent Released Movies: - plex_search: - any: - year: - - 2019 - - 2020 - - 2021 - 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 - IMDB Top 100 Superhero Movies: - imdb_list: https://www.imdb.com/list/ls008583762/ - summary: Top 100 Superhero Movies. - 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/15) - IMDB Top 25 Baseball Movies: - imdb_list: https://www.imdb.com/list/ls064950205/ - summary: Top 25 Baseball Movies. - collection_order: alpha - collection_mode: show_items - schedule: Yearly(03/15), Yearly(10/1) diff --git a/gogorichie/Movies_Collection_African_American_Film.yml b/gogorichie/Movies_Collection_African_American_Film.yml deleted file mode 100644 index 8afd4e2..0000000 --- a/gogorichie/Movies_Collection_African_American_Film.yml +++ /dev/null @@ -1,17 +0,0 @@ -###################################################### -# African-American Films Collections # -###################################################### -templates: - imdb: - url_poster: <> - summary: <> - sync_mode: sync - schedule: weekly(saturday) -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: - - https://www.imdb.com/list/ls054431555/ - - https://www.imdb.com/list/ls031451603/ - - https://www.imdb.com/list/ls045147779/ - - https://www.imdb.com/list/ls041984032/ \ No newline at end of file diff --git a/gogorichie/Movies_Collection_Templated.yml b/gogorichie/Movies_Collection_Templated.yml index c630903..a95964a 100644 --- a/gogorichie/Movies_Collection_Templated.yml +++ b/gogorichie/Movies_Collection_Templated.yml @@ -74,4 +74,13 @@ collections: 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/ \ No newline at end of file + - 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/ \ No newline at end of file