diff --git a/b101marc/Charts.yml b/b101marc/Charts.yml new file mode 100644 index 0000000..7772d8c --- /dev/null +++ b/b101marc/Charts.yml @@ -0,0 +1,65 @@ + +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<><> + sync_mode: sync + smart_label: random + Best of: + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<> + sort_title: +1_Best of <> + sync_mode: sync + summary: Rotten Tomatoes Best Movies of <> + smart_label: audience_rating.desc +collections: + 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 + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Movies Trending across the internet + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + summary: Popular Movies across the internet + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ + tmdb_top_rated: 250 + summary: Top Rated Movies across the internet + Oscars: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner + summary: Oscar Winning Movies + Best of 2014: + template: { name: Best of, year: 2014 } + Best of 2015: + template: { name: Best of, year: 2015 } + Best of 2016: + template: { name: Best of, year: 2016 } + Best of 2017: + template: { name: Best of, year: 2017 } + Best of 2018: + template: { name: Best of, year: 2018 } + Best of 2019: + template: { name: Best of, year: 2019 } + Best of 2020: + template: { name: Best of, year: 2020 } + Best of 2021: + template: { name: Best of, year: 2021 } \ No newline at end of file diff --git a/b101marc/Essentials.yml b/b101marc/Essentials.yml new file mode 100644 index 0000000..a5cebbf --- /dev/null +++ b/b101marc/Essentials.yml @@ -0,0 +1,53 @@ +########################################################### +# Essentials Collections # +########################################################### +templates: + Essentials: + sort_title: +2_Rotten Tomatoes - <><> + smart_label: random + sync_mode: sync + Other Essentials: + sort_title: +3_<><> + smart_label: random + sync_mode: sync + +collections: + Rotten Tomatoes - 200 Best Romantic Comedies: + template: { name: Essentials, num: 1} + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time + sync_mode: sync + collection_order: release + Rotten Tomatoes - 200 Best Horror Movies: + template: { name: Essentials, num: 2} + trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time + sync_mode: sync + collection_order: release + Rotten Tomatoes - Essential 80's: + template: { name: Essentials, num: 3} + trakt_list: https://trakt.tv/users/tkcrabtree/lists/rotten-tomatoes-140-essential-80s-movies + sync_mode: sync + collection_order: release + Rotten Tomatoes - Essential Sci-Fi: + template: { name: Essentials, num: 4} + trakt_list: https://trakt.tv/users/ezaratemx/lists/rotten-tomatoes-150-essential-sci-fi-movies + sync_mode: sync + Rotten Tomatoes - Essential Family Films: + template: { name: Essentials, num: 5} + trakt_list: https://trakt.tv/users/giladg/lists/rotten-tomatoes-top-100-kids-family-movies + sync_mode: sync + Rotten Tomatoes - Essential Grindhouse: + template: { name: Essentials, num: 6} + trakt_list: https://trakt.tv/users/maxwelldeux/lists/the-deuce-top-20 + sync_mode: append + 1001 Movies to See Before you Die: + trakt_list: https://trakt.tv/users/tkcrabtree/lists/1001-movies-you-must-see-before-you-die-copy + template: { name: Other Essentials, num: 1} + 90's Cult Classics: + template: { name: Other Essentials, num: 3} + sync_mode: append + 80's Cult Classics: + trakt_list: https://trakt.tv/users/zyrus/lists/80s-classics + template: { name: Other Essentials, num: 2} + Sundance Film Festival 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide + template: { name: Other Essentials, num: 4} \ No newline at end of file diff --git a/b101marc/Genre.yml b/b101marc/Genre.yml new file mode 100644 index 0000000..2513f75 --- /dev/null +++ b/b101marc/Genre.yml @@ -0,0 +1,216 @@ +###################################################### +# Genre Collections # +###################################################### +templates: + IMDb Genre: + default: + title: feature + limit: 100 + imdb_list: + - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>> + limit: <<limit>> + - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>>&sort=user_rating,desc + limit: <<limit>> + sort_title: +4_<<collection_name>> + sync_mode: sync + smart_label: random + Genre: + sort_title: +4_<<collection_name>> + plex_search: + genre: <<genre>> + critic_rating.gte: 7 + limit: 1000 + sync_mode: sync + smart_label: random + Other Genre: + plex_search: + critic_rating.gte: 7 + limit: 1000 + sort_title: +4_<<collection_name>> + sync_mode: sync + smart_label: random + Genre 2: + plex_search: + genre.and: <<genre>> + critic_rating.gte: 7 + limit: 1000 + sort_title: +4_<<collection_name>> + sync_mode: sync + collection_order: release + +collections: + Action: + template: {name: Genre, genre: action} + Adult: + template: {name: Genre, genre: adult} + Adventure: + template: {name: Genre, genre: adventure} + Animation: + template: {name: Genre, genre: animation} + Biography: + template: {name: Genre, genre: biography} + Christmas: + template: {name: Other Genre} + 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/ls000096828/ + Comedy: + template: {name: Genre, genre: comedy} + Crime: + template: {name: Genre, genre: crime} + Documentary: + template: {name: Genre, genre: documentary, title: documentary} + Drama: + template: {name: Genre, genre: drama} + Family: + template: {name: Genre, genre: family} + Fantasy: + template: {name: Genre, genre: fantasy} + Gangster: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls026270180/ + - https://www.imdb.com/list/ls000093502/ + Halloween.: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/kairbear08/lists/halloween + - https://trakt.tv/users/mybicycle/lists/halloween + - https://trakt.tv/users/jayinftl/lists/halloween + - https://trakt.tv/users/roswellgeek/lists/halloween + name_mapping: Halloween (Season) + History: + template: {name: Genre, genre: history} + Horror: + template: {name: Genre, genre: horror} + Martial Arts: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls000099643/ + - https://www.imdb.com/list/ls068611186/ + - https://www.imdb.com/list/ls068378513/ + - https://www.imdb.com/list/ls090404120/ + Musical: + template: {name: Genre, genre: musical} + Mystery: + template: {name: Genre, genre: mystery} + Non-Fiction: + template: {name: Genre, genre: non-fiction} + Pandemic: + template: { name: Other Genre } + imdb_list: + - url: https://www.imdb.com/search/keyword/?keywords=deadly-virus%2Chealth-crisis%2Cpandemic%2Cpublic-health-epidemic%2Cvirus%2Ccoronavirus&sort=moviemeter,asc&mode=detail&page=1&ref_=kw_ref_key + limit: 1000 + - url: https://www.imdb.com/list/ls041901506/ + - url: https://www.imdb.com/list/ls092321048/ + Romance: + template: {name: Genre, genre: romance} + Romantic Comedy: + template: { name: IMDb Genre, genre: "romance,comedy", limit: 1000 } + filters: + genre: Comedy + Romantic Drama: + template: { name: IMDb Genre, genre: "romance,drama", limit: 1000 } + filters: + genre: Drama + Sci-Fi: + template: {name: Genre, genre: sci-fi} + Sports: + template: {name: Genre, genre: sport} + Thriller: + template: {name: Genre, genre: thriller} + War: + template: {name: Genre, genre: war} + Western: + template: {name: Genre, genre: western} + Shorts: + template: {name: Genre, genre: short} + Queer: + trakt_list: + - https://trakt.tv/users/outtherek/lists/queer + - https://trakt.tv/users/igiorgis/lists/lgbt-lesbian-gay-bisexual-transgender-movies-tv-shows-the-biggest-list-on-trakt + imdb_list: + - https://www.imdb.com/list/ls062688328/ + - https://www.imdb.com/list/ls81657710/ + - https://www.imdb.com/list/ls006306218/ + sort_title: +++_Queer + sync_mode: append + collection_order: release + New Queer Cinema: + imdb_list: https://www.imdb.com/list/ls006306218/ + sort_title: +++_New Queer Cinema + sync_mode: append + collection_order: release + Sports Documentaries: + template: {name: Genre 2, genre: "sport,documentary"} + summary: Sports Documentaries rated 70% and above on Rotten Tomatoes + Mind Fuck Movies: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/mindfuck + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + Camp!: + template: {name: Other Genre} + imdb_list: https://www.imdb.com/list/ls002915233/ + Blaxploitation: + template: {name: Other Genre} + imdb_list: https://www.imdb.com/list/ls066690694/ + Slasher: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls053988992/ + - https://www.imdb.com/list/ls029703473/ + - https://www.imdb.com/list/ls002540370/ + - https://www.imdb.com/list/ls062357250/ + trakt_list: + - https://trakt.tv/users/hdlists/lists/80s-slasher-movies + Psychedelic: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls085976350/ + trakt_list: + - https://trakt.tv/users/ld667/lists/top-150-trippy-psychedelic-movies-of-all-time + Time Travel: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/vagnerr/lists/time-travel + Dystopian: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/vagnerr/lists/dystopia + Mockumentaries: + template: {name: Other Genre} + imdb_list: + - https://www.imdb.com/list/ls027069047/ + - https://www.imdb.com/list/ls027792245/ + - https://www.imdb.com/list/ls052636068/ + - https://www.imdb.com/list/ls063550121/ + Based On A True Story: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/hdlists/lists/based-on-or-inspired-by-a-true-story + TV Movies: + template: {name: Genre, genre: tv movies} + Music: + template: {name: IMDb Genre, genre: music, limit: 500} + Black Cinema: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/bluephi8/lists/black-history + - https://trakt.tv/users/wilkin25/lists/great-documentaries-black-history-copy + - https://trakt.tv/users/hoochzilla/lists/black-cinema + - https://trakt.tv/users/cinematicthrowbacks/lists/great-documentaries-black-history + - https://trakt.tv/users/oshura/lists/african-american-history-education + American History: + template: {name: Other Genre} + trakt_list: https://trakt.tv/users/snown/lists/american-history-in-film + Art History: + template: {name: Other Genre} + trakt_list: + - https://trakt.tv/users/martachilegge/lists/art + imdb_list: + - https://www.imdb.com/list/ls024857225/ + - https://www.imdb.com/list/ls000652120/ + - https://www.imdb.com/list/ls059904656/ diff --git a/b101marc/Movies.yml b/b101marc/Movies.yml index 8de8daf..2aa8339 100644 --- a/b101marc/Movies.yml +++ b/b101marc/Movies.yml @@ -1,145 +1,7 @@ +###################################################### +# Movie Collections # +###################################################### templates: - Chart Alpha: - sort_title: +++++++_<<num>><<collection_name>> - sync_mode: sync - collection_order: alpha - Chart Release: - sort_title: ++++++_<<collection_name>> - sync_mode: sync - collection_order: release - Best of: - trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<year>> - sort_title: +++++_3Rotten Tomatoes Best of <<year>> - sync_mode: sync - summary: Rotten Tomatoes Best Movies of <<year>> - smart_label: audience_rating.desc - Studio: - optional: - - company - tmdb_company: <<company>> - sort_title: ++++_<<collection_name>> - sync_mode: sync - collection_order: release - IMDb Genre: - default: - title: feature - limit: 1500 - imdb_list: - - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>> - limit: <<limit>> - - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1920-01-01,&user_rating=7.0,10.0&num_votes=1000,&genres=<<genre>>&sort=user_rating,desc - limit: <<limit>> - sort_title: +++_<<collection_name>> - sync_mode: sync - collection_order: release - Other Genre: - sort_title: +++_<<collection_name>> - sync_mode: sync - collection_order: alpha - Genre: - plex_search: - genre: <<genre>> - critic_rating.gte: 7 - limit: 1000 - sort_title: +++_<<collection_name>> - sync_mode: sync - collection_order: release - summary: <<genre>> movies rated 70% or higher on Rotten Tomatoes - Drama Genre: - plex_search: - genre: <<genre>> - critic_rating.gte: 7 - limit: 1000 - sort_title: +++_<<collection_name>> - sync_mode: sync - collection_order: release - summary: <<genre>> movies rated 70% or higher on Rotten Tomatoes - Genre 2: - plex_search: - genre.and: <<genre>> - critic_rating.gte: 7 - limit: 1000 - sort_title: +++_<<collection_name>> - sync_mode: sync - collection_order: release - summary: <<genre>> movies rated 70% or higher on Rotten Tomatoes - Actor: - actor: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Actor Director: - actor: tmdb - director: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Actor Director Writer: - actor: tmdb - director: tmdb - writer: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Actor Writer: - actor: tmdb - writer: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Director: - director: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Director Writer: - director: tmdb - writer: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Writer: - writer: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Producer: - producer: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Producer Director: - producer: tmdb - director: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Producer Writer Director: - producer: tmdb - writer: tmdb - director: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release - Producer Writer Director Actor: - producer: tmdb - writer: tmdb - director: tmdb - actor: tmdb - tmdb_person: <<person>> - sort_title: +_<<collection_name>> - sync_mode: sync - collection_order: release Collection: optional: - collection @@ -148,1716 +10,697 @@ templates: tmdb_movie: <<movie>> sync_mode: sync collection_order: release - collections: - -###################################################### -# Chart Collections # -###################################################### - Plex Popular: - template: {name: Chart Alpha, 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 - Trending: - template: {name: Chart Alpha, num: 2} - trakt_trending: 40 - tmdb_trending_daily: 40 - tmdb_trending_weekly: 40 - summary: Movies Trending across the internet - Popular: - template: {name: Chart Alpha, num: 3} - tmdb_popular: 40 - imdb_list: - url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short - limit: 40 - summary: Popular Movies across the internet - Top Rated: - template: {name: Chart Alpha, num: 4} - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 - tmdb_top_rated: 250 - summary: Top Rated Movies across the internet - Best of 2014: - template: { name: Best of, year: 2014 } - Best of 2015: - template: { name: Best of, year: 2015 } - Best of 2016: - template: { name: Best of, year: 2016 } - Best of 2017: - template: { name: Best of, year: 2017 } - Best of 2018: - template: { name: Best of, year: 2018 } - Best of 2019: - template: { name: Best of, year: 2019 } - Best of 2020: - template: { name: Best of, year: 2020 } - Best of 2021: - template: { name: Best of, year: 2021 } - Oscar's Best Picture Winners: - template: {name: Chart Release} - trakt_list: https://trakt.tv/users/thefork/lists/academy-awards-best-picture-winners - summary: Oscar Best Picture Winners - IMDb Top 250 Movies: - imdb_list: https://www.imdb.com/chart/top - sort_title: +++++_8IMDb Top 250 - summary: The Top 250 Movies on IMDb. - sync_mode: sync - collection order: alpha - Rotten Tomatoes - 200 Best Romantic Comedies: - trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-the-200-best-romantic-comedies-of-all-time - sort_title: +++++_4Rotten Romatoes 200 Best Romantic Comedies Of All Time - sync_mode: sync - collection_order: release - Rotten Tomatoes - 200 Best Horror Movies: - trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-movies-of-all-time - sort_title: +++++_4Rotten Tomatoes - 200 Best Horror Movies - sync_mode: sync - collection_order: release - Rotten Tomatoes - Essential 80's: - trakt_list: https://trakt.tv/users/tkcrabtree/lists/rotten-tomatoes-140-essential-80s-movies - sort_title: +++++_4Rotten Tomatoes - Essential 80's - sync_mode: sync - summary: Any ’80s movie with a Tomatometer was considered for our Essentials guide, and after including the truly timeless material (Raiders of the Lost Ark, Raging Bull), we focused on works that represented the cinematic trends and social themes of the era. Some of those include the fantasy epic (NeverEnding Story, Princess Bride), teen movies (Breakfast Club, Weird Science), the new corporate overlord (Wall Street, Trading Places), women making strides in the workplace (Baby Boom, Working Girl), and rising hip-hop culture (Krush Groove, Do the Right Thing). - collection_order: release - 1001 Movies to See Before you Die: - trakt_list: https://trakt.tv/users/tkcrabtree/lists/1001-movies-you-must-see-before-you-die-copy - sort_title: ++++++_1001 Movies to See Before you Die - sync_mode: sync - summary: 1001 Movies You Must See Before You Die is a film reference book edited by Steven Jay Schneider with original essays on each film contributed by over 70 film critics. - collection_order: release - Rotten Tomatoes - Essential Sci-Fi: - trakt_list: https://trakt.tv/users/ezaratemx/lists/rotten-tomatoes-150-essential-sci-fi-movies - sort_title: +++++_4Rotten Tomatoes - Essential Sci-Fi - sync_mode: sync - summary: Sci-fi spreads across subgenres, all represented here the monster movie (Cloverfield), space opera (Serenity), cyberpunk (Ghost in the Shell), and post-apocalyptic (Mad Max Fury Road) and more. Or it can fuse onto traditional genres like drama (Donnie Darko, Eternal Sunshine of the Spotless Mind), comedy (Repo Man, Idiocracy), and action (Predator, Demoliton Man). Wherever the destination, these movies — each with at least 20 reviews — were selected because of their unique, fun, and possibly even mind-blowing spins on reality. - collection_order: release - 90's Cult Classics: - imdb_list: https://www.imdb.com/list/ls002348409/ - sort_title: +++++_290's Cult classics - collection_order: release - sync_mode: append - 80's Classics: - trakt_list: https://trakt.tv/users/zyrus/lists/80s-classics - sort_title: +++++_280's Classics - collection_order: release - sync_mode: append - Rotten Tomatoes - Essential Family Films: - trakt_list: https://trakt.tv/users/giladg/lists/rotten-tomatoes-top-100-kids-family-movies - sort_title: +++++_4Rotten Tomatoes - Essential Family - sync_mode: sync - summary: Movies with 40 or more critic reviews vie for their place in history at Rotten Tomatoes. Eligible movies are ranked based on their Adjusted Scores. - collection_order: release - Rotten Tomatoes - Essential Grindhouse: - trakt_list: https://trakt.tv/users/maxwelldeux/lists/the-deuce-top-20 - sort_title: +++++_4Rotten Tomatoes - Essential Grindhouse - sync_mode: append - summary: A grindhouse or action house is an American term for a theatre that mainly shows low-budget horror, splatter and exploitation films for adults. According to historian David Church, this theater type was named after the "grind policy", a film-programming strategy dating back to the early 1920s which continuously showed films at cut-rate ticket prices that typically rose over the course of each day. - collection_order: release - Sundance Film Festival 2021: - trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide - sort_title: +++++_7Sundance Film Festival 2021 - sync_mode: sync - collection_order: alpha - summary: The films of the 2021 Sundance Film Festival. - Sundance Film Festival 2020: - trakt_list: https://trakt.tv/users/vermelholimao/list/sundance-film-festival-2020 - sort_title: +++++_7Sundace Movie Festival 2020 - collection_order: release - sync_mode: append - How Did This Get Made: - trakt_list: https://trakt.tv/users/lish408/lists/how-did-this-get-made-podcast - sort_title: +++++_8How Did This Get Made - sync_mode: append - collection_order: release - Essential Sports Movies: - trakt_list: https://trakt.tv/users/hdlists/lists/150-best-sports-movies-of-all-time - sort_title: +++++_4Essential Sports Movies - sync_mode: sync - collection_order: release - Best Of The 30s: - plex_search: - decade: 1930 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 30s - collection_order: release - sync_mode: sync - url_poster: https://theposterdb.com/api/assets/105675 - url_background: https://s3.envato.com/files/268644970/01-Art-Deco-Metal-Rings-Pattern-Backgrounds%20copy.jpg - summary: Movies from the 30's rated 70% and above on Rotten Tomatoes. - Best Of The 40s: - plex_search: - decade: 1940 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 40s - collection_order: release - sync_mode: sync - url_poster: https://theposterdb.com/api/assets/105676 - url_background: https://wallpaperaccess.com/full/686023.jpg - summary: Movies from the 40's rated 70% and above on Rotten Tomatoes. - Best Of The 50s: - plex_search: - decade: 1950 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 50s - collection_order: release - sync_mode: sync - url_poster: https://theposterdb.com/api/assets/105677 - url_background: https://www.teahub.io/photos/full/52-521009_mid-century-modern-desktop.jpg - summary: Movies from the 50's rated 70% and above on Rotten Tomatoes. - Best Of The 90s: - plex_search: - decade: 1990 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 90s - collection_order: release - sync_mode: sync - url_poster: https://i.imgur.com/Nq8fxp8.png - url_background: https://i.imgur.com/g2yfzfx.jpg - summary: Movies from the 90's rated 70% and above on Rotten Tomatoes. - Best Of The 80s: - plex_search: - decade: 1980 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 80s - collection_order: release - sync_mode: sync - summary: Movies from the 80's rated 70% and above on Rotten Tomatoes. - url_poster: https://i.imgur.com/k9c4ieG.png - url_background: https://i.imgur.com/ITnaga1.jpg - Best Of The 70s: - plex_search: - decade: 1970 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 70s - collection_order: release - sync_mode: sync - summary: Movies from the 70's rated 70% and above on Rotten Tomatoes. - url_poster: https://theposterdb.com/api/assets/105332 - url_background: https://wallpaperaccess.com/full/772281.jpg - Best Of The 60s: - plex_search: - decade: 1960 - filters: - rating.gte: 7 - sort_title: +++++_1Best Of The 60s - collection_order: release - url_poster: https://theposterdb.com/api/assets/105331 - url_background: https://i.pinimg.com/originals/98/30/d3/9830d32d61134d92b58955d2372ee971.jpg - sync_mode: sync - summary: Movies from the 60's rated 70% and above on Rotten Tomatoes. - Best Of The 2000s: - plex_search: - decade: 2000 - filters: - rating.gte: 8.5 - sort_title: +++++_2Best Of The 2000s - collection_order: release - sync_mode: sync - summary: Movies from the 2000's rated 85% and above on Rotten Tomatoes. - Best Of The 2010s: - plex_search: - decade: 2010 - filters: - rating.gte: 8.5 - sort_title: +++++_2Best Of The 2010s - collection_order: release - sync_mode: sync - summary: Movies from the '10's rated 85% and above on Rotten Tomatoes. - Best Of The 2020s: - plex_search: - decade: 2020 - filters: - rating.gte: 8.5 - sort_title: +++++_2Best Of The 2020s - collection_order: release - sync_mode: sync - summary: Movies from the 20's rated 85% and above on Rotten Tomatoes. - Recent Releases: - sort_title: ++++++_2Latest Releases - trakt_list: https://trakt.tv/users/garycrawfordgc/lists/latest-releases - summary: "Latest releases" - sync_mode: sync - collection_order: release - - -###################################################### -# Studio Collections # -###################################################### - - - Aardman: - template: {name: Studio, company: 297} - summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. - Blue Sky: - template: {name: Studio, company: 9383} - summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. - DreamWorks: - template: {name: Studio, company: 521} - filters: - collection.not: Aardman - summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. - Illumination Entertainment: - template: {name: Studio, company: 6704} - summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. - Pixar: - template: {name: Studio, company: 3} - summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. - Studio Ghibli: - template: {name: Studio, company: 10342} - summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. - Sony Pictures Animation: - template: {name: Studio, company: 2251} - summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. - Warner Animation Group: - template: {name: Studio, company: 25120} - summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation - Walt Disney Animation Studios: - template: {name: Studio} - imdb_list: https://www.imdb.com/list/ls059383351/ - summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. - Walt Disney Pictures: - template: {name: Studio} - imdb_list: https://www.imdb.com/list/ls077114097/ - summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. - Monkeypaw Productions: - template: {name: Studio, company: 88934} - summary: Monkeypaw Productions is an American production company founded by director and producer Jordan Peele in 2012. The company is known for producing the horror films Get Out and Us. The company is named after the 1902 horror short story "The Monkey's Paw". - NEON: - template: {name: Studio, company: 90733} - summary: Neon is an American film production and distribution company founded in 2017 by CEO Tom Quinn and Tim League, who also was the co-founder of the Alamo Drafthouse Cinema chain. - Gloria Sanchez Productions: - template: {name: Studio, company: 77152} - summary: Gloria Sanchez Productions is a film production company. It is a subsidiary of Gary Sanchez Productions. - BRON: - template: {name: Studio, company: 13240} - summary: Bron Studios (stylized as BRON) is a Canadian motion picture company based in British Columbia owned by Bron Media Corporation. Bron's notable productions include Joker, Bombshell, Queen & Slim, Greyhound, Judas and the Black Messiah, The Mule, Henchmen, Roman J. Israel, Esq., Rudderless, Welcome to Me, The Addams Family, The Willoughbys, and Ghostbusters Afterlife. - Lucasfilm: - template: {name: Studio, company: 1} - summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005.[3] Disney acquired Lucasfilm in October 2012 for $2.2 billion in cash and $1.855 billion in stock. - A24: - template: {name: Studio, company: 41077} - summary: A24 is an American independent entertainment company founded on August 20, 2012, by Daniel Katz, David Fenkel, and John Hodges and based in New York City. It specializes in film distribution, and film and television production. - View Askew: - template: {name: Studio, company: 16934} - summary: View Askew Productions is an American film and television production company founded by Kevin Smith and Scott Mosier in 1994. - Caviar: - template: {name: Studio, company: 2699} - summary: Caviar is an award-winning entertainment company with offices in Los Angeles, London, Brussels, Paris & Madrid. Our passion is to entertain audiences, wherever they are. Caviar’s ever growing circle of creators is rooted in branded content, film, digital and post production. We are looking forward to meeting you. - Marvel Studios: - template: {name: Studio, company: "420,7505"} - summary: Marvel Studios, LLC is an American film and television studio that is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. - Bleecker Street: - template: {name: Studio, company: 19414} - summary: Bleecker Street is an American film distribution company based in New York City. The company was named after 65 Bleecker Street, the street address of Andrew Karpen's prior company Focus Features. - Shaw Brothers: - template: {name: Studio, company: 5798} - summary: Shaw Brothers Studios was the largest film production company in Hong Kong, and operated from 1925 to 2011. It is fair to say that the Shaw Brothers have been the most significant film production company in the history of Hong Kong Cinema, with an influence extending far into international cinema. Over the last nine decades, the Shaw’s have amassed a collection of over 800 titles, with countless awards and international recognition. -###################################################### -# Genre Collections # -###################################################### - - Action: - template: {name: Genre, genre: action} - Adult: - template: {name: Genre, genre: adult} - Adventure: - template: {name: Genre, genre: adventure} - Animation: - template: {name: Genre, genre: animation} - Biography: - template: {name: Genre, genre: biography} - summary: Biographical movies rated 70% and above on Rotten Tomatoes - Christmas: - 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/ls000096828/ - filters: - critic_rating.gte: 7 - sort_title: +++_Christmas - sync_mode: sync - summary: Christmas films rated 70% and above on Rotten Tomatoes. - collection_order: release - Comedy: - template: {name: Genre, genre: comedy} - Crime: - template: {name: Genre, genre: crime} - Documentary: - template: {name: Genre, genre: documentary, title: documentary} - Drama: - template: {name: Genre, genre: drama} - Family: - template: {name: Genre, genre: family} - Fantasy: - template: {name: Genre, genre: fantasy} - Gangster: - template: {name: Other Genre} - imdb_list: - - https://www.imdb.com/list/ls026270180/ - - https://www.imdb.com/list/ls000093502/ - Halloween.: - template: {name: Other Genre} - trakt_list: - - https://trakt.tv/users/kairbear08/lists/halloween - - https://trakt.tv/users/mybicycle/lists/halloween - - https://trakt.tv/users/jayinftl/lists/halloween - - https://trakt.tv/users/roswellgeek/lists/halloween - name_mapping: Halloween (Season) - History: - template: {name: Genre, genre: history} - Horror: - template: {name: Genre, genre: horror} - Martial Arts: - template: {name: Other Genre} - imdb_list: - - https://www.imdb.com/list/ls000099643/ - - https://www.imdb.com/list/ls068611186/ - - https://www.imdb.com/list/ls068378513/ - - https://www.imdb.com/list/ls090404120/ - Musical: - template: {name: Genre, genre: musical} - Mystery: - template: {name: Genre, genre: mystery} - Non-Fiction: - template: {name: Genre, genre: non-fiction} - Pandemic: - template: {name: Other Genre} - imdb_list: https://www.imdb.com/list/ls092321048/ - Romance: - template: {name: Genre, genre: romance} - Romantic Comedy: - template: {name: Genre 2, genre: "romance,comedy"} - Romantic Drama: - template: {name: Genre 2, genre: "romance,drama"} - Sci-Fi: - template: {name: Genre, genre: sci-fi} - Sports: - template: {name: Genre, genre: sport} - Thriller: - template: {name: Genre, genre: thriller} - War: - template: {name: Genre, genre: war} - Western: - template: {name: Genre, genre: western} - Shorts: - template: {name: Genre, genre: short} - summary: Short movies rated 70% and above on Rotten Tomatoes - Queer: - trakt_list: - - https://trakt.tv/users/outtherek/lists/queer - - https://trakt.tv/users/igiorgis/lists/lgbt-lesbian-gay-bisexual-transgender-movies-tv-shows-the-biggest-list-on-trakt - imdb_list: - - https://www.imdb.com/list/ls062688328/ - - https://www.imdb.com/list/ls81657710/ - - https://www.imdb.com/list/ls006306218/ - sort_title: +++_Queer - sync_mode: append - collection_order: release - summary: Movies with a clearly defined central LGBTQIA+ story or character. - New Queer Cinema: - imdb_list: https://www.imdb.com/list/ls006306218/ - sort_title: +++_New Queer Cinema - sync_mode: append - collection_order: release - summary: This movemenxt, started in 1992, was intensely political and aesthetically innovative, made possible by the debut of the camcorder, and driven initially by outrage over the unchecked spread of AIDS. The genre has grown to include an entire generation of queer artists, filmmakers, and activists. - Sports Documentaries: - template: {name: Genre 2, genre: "sport,documentary"} - summary: Sports Documentaries rated 70% and above on Rotten Tomatoes - Mind Fuck Movies: - trakt_list: - - https://trakt.tv/users/lish408/lists/mindfuck - - https://trakt.tv/users/hdlists/lists/mindfuck-movies - - https://trakt.tv/users/benfranklin/lists/best-mindfucks - filters: - rating.gte: 7 - sort_title: +++_Mind Fuck - collection_order: release - sync_mode: sync - summary: Movies guaranteed to mess with your head, - Camp!: - imdb_list: https://www.imdb.com/list/ls002915233/ - sort_title: +++_Camp! - collection_order: release - sync_mode: append - Blaxploitation: - imdb_list: https://www.imdb.com/list/ls066690694/ - sort_title: +++_Blaxploitation - collection_order: release - sync_mode: append - History Documentaries: - template: {name: Genre 2, genre: "history,documentary"} - summary: History Documentaries rated 70% and above on Rotten Tomatoes - Slasher: - imdb_list: - - https://www.imdb.com/list/ls053988992/ - - https://www.imdb.com/list/ls029703473/ - - https://www.imdb.com/list/ls002540370/ - - https://www.imdb.com/list/ls062357250/ - trakt_list: - - https://trakt.tv/users/hdlists/lists/80s-slasher-movies - sort_title: +++_Slasher - collection_order: release - sync_mode: append - Horror Comedy: - template: {name: Genre 2, genre: "horror,comedy"} - summary: Horror Comedy movies rated 70% and above on Rotten Tomatoes - Psychedelic: - imdb_list: - - https://www.imdb.com/list/ls085976350/ - trakt_list: - - https://trakt.tv/users/ld667/lists/top-150-trippy-psychedelic-movies-of-all-time - filters: - critic_rating.gte: 7 - sort_title: +++_Psychedelic - collection_order: alpha - summary: Psychedelic films films rated rated 70% and above. - sync_mode: append - Time Travel: - trakt_list: https://trakt.tv/users/vagnerr/lists/time-travel - filters: - critic_rating.gte: 7 - sort_title: +++_Time Travel - summary: Time Travel films rated rated 70% and above. - sync_mode: append - collection_order: release - Dystopian: - trakt_list: https://trakt.tv/users/vagnerr/lists/dystopia - sort_title: +++_Dystopian - summary: Dystopian films rated rated 70% and above. - collection_order: release - sync_mode: append - Mockumentaries: - imdb_list: - - https://www.imdb.com/list/ls027069047/ - - https://www.imdb.com/list/ls027792245/ - - https://www.imdb.com/list/ls052636068/ - - https://www.imdb.com/list/ls063550121/ - filters: - rating.gte: 7 - sort_title: +++_Mockumentary - summary: Mockumentary films rated rated 70% and above. - collection_order: alpha - sync_mode: append - Based On A True Story: - trakt_list: https://trakt.tv/users/hdlists/lists/based-on-or-inspired-by-a-true-story - sort_title: +++_Based On A True Story - sync_mode: sync - summary: These films are all based on actual events and a true story. - collection_order: release - TV Movies: - template: {name: Genre, genre: tv movies} - summary: TV Movies rated 70% and above on Rotten Tomatoes - Music: - template: {name: IMDb Genre, genre: music, limit: 200} - summary: Music film is genre that revolves around music being an integral part of the characters lives. - Black Cinema: - trakt_list: - - https://trakt.tv/users/bluephi8/lists/black-history - - https://trakt.tv/users/wilkin25/lists/great-documentaries-black-history-copy - - https://trakt.tv/users/hoochzilla/lists/black-cinema - - https://trakt.tv/users/cinematicthrowbacks/lists/great-documentaries-black-history - - https://trakt.tv/users/oshura/lists/african-american-history-education - sort_title: +++_Black History - summary: Essential films and documentaries reflecting upon Black History through film in its many facets and eras. - sync_mode: append - collection_order: release - American History: - trakt_list: https://trakt.tv/users/snown/lists/american-history-in-film - sort_title: +++_American History - summary: The history of America told through film. - sync_mode: append - collection_order: release - Art History: - trakt_list: - - https://trakt.tv/users/martachilegge/lists/art - imdb_list: - - https://www.imdb.com/list/ls024857225/ - - https://www.imdb.com/list/ls000652120/ - - https://www.imdb.com/list/ls059904656/ - summary: Films and documentaries exploring the history of art and its societal impacts throughout time. - sort_title: +++_Art History - sync_mode: append - collection_order: release - - -###################################################### -# People Collections # -###################################################### - - Kevin Smith: - template: {name: Actor Director, person: 19303} - Quentin Tarantino: - template: {name: Actor Director Writer, person: 138} - John Waters: - template: {name: Actor Director Writer, person: 10367} - Martin Scorsese: - template: {name: Director Writer, person: 1032} - Steven Spielberg: - template: {name: Director, person: 488} - George Lucas: - template: {name: Director Writer, person: 1} - Nora Ephron: - template: {name: Producer Writer Director, person: 9248} - Robert Zemeckis: - template: {name: Director Writer, person: 24} - Steven Soderbergh: - template: {name: Director Writer, person: 1884} - James Cameron: - template: {name: Director Writer, person: 2710} - Ryan Coogler: - template: {name: Producer Writer Director, person: 1056121} - Spike Lee: - template: {name: Director Writer, person: 388} - Christopher Nolan: - template: {name: Director Writer, person: 525} - Gus Van Sant: - template: {name: Producer Writer Director, person: 5216} - Ang Lee: - template: {name: Director Writer, person: 1614} - Darren Aronofsky: - template: {name: Producer Writer Director, person: 44214} - Alfred Hitchcock: - template: {name: Director, person: 2636} - Bruce Lee: - template: {name: Actor, person: 12429} - Carrie Fisher: - template: {name: Actor, person: 4} - Coen Brothers: - template: {name: Director Writer, person: "1223,1224"} - 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)." - Hayao Miyazaki: - template: {name: Director, person: 608} - J.J. Abrams: - template: {name: Director, person: 15344} - Mel Brooks: - template: {name: Actor Director Writer, person: 14639} - Ridley Scott: - template: {name: Director, person: 578} - Stanley Kubrick: - template: {name: Director, person: 240} - Robin Williams: - template: {name: Actor, person: 2157} - Tim Burton: - template: {name: Director Writer, person: 510} - Greta Gerwig: - template: {name: Director Writer, person: 45400} - Saorsie Ronan: - template: {name: Actor, person: 36592} - Aaron Sorkin: - template: {name: Producer Writer Director, person: 13520} - Barry Jenkins: - template: {name: Director Writer, person: 92784} - Chadwick Boseman: - template: {name: Actor, person: 172069} - Taika Waititi: - template: {name: Producer Writer Director Actor, person: 55934} - Wes Craven: - template: {name: Director Writer, person: 5140} - George A. Romero: - template: {name: Director Writer, person: 14999} - Diane Keaton: - template: {name: Actor, person: 3092} - Elliot Page: - template: {name: Actor, person: 27578} - Ian McKellen: - template: {name: Actor, person: 1327} - Jackie Chan: - template: {name: Actor, person: 18896} - James Franco: - template: {name: Actor Director, person: 17051} - Jeff Goldblum: - template: {name: Actor, person: 4785} - Jim Carrey: - template: {name: Actor, person: 206} - Julia Roberts: - template: {name: Actor, person: 1204} - Allison Janney: - template: {name: Actor, person: 19} - Bette Midler: - template: {name: Actor, person: 73931} - Maya Rudolph: - template: {name: Actor, person: 52792} - Amy Poehler: - template: {name: Actor, person: 56322} - Will Smith: - template: {name: Producer Writer Director Actor, person: 2888} - Viola Davis: - template: {name: Actor, person: 19492} - Don Cheadle: - template: {name: Actor, person: 1896} - - - -###################################################### -# TMDb Collections # -###################################################### - Marvel Cinematic Universe: - trakt_list: https://trakt.tv/users/gpj252/lists/marvel-cinematic-universe-complete-timeline - sort_title: Marvel Cinematic Universe - sync_mode: append - DC Cinematic Universe: - trakt_list: https://trakt.tv/users/juvebs/lists/dc-cinematic-universe - sort_title: DC Cinematic Universe - sync_mode: append - Wizarding World: - tmdb_list: https://www.themoviedb.org/list/94773 - summary: A collection of all the Wizarding World movies. - sort_title: 'Wizarding World' - collection_order: release - collection_mode: default - Middle Earth: - tmdb_collection: - - 119 - - 121938 - summary: A collection of all J.R.R. Tolkien's movies. - sort_title: 'Middle Earth' - collection_order: release - collection_mode: default 101 Dalmatians: - tmdb_collection_details: 100693 - schedule: daily + template: {name: Collection, collection: 100693} 101 Dalmatians (Live-Action): - tmdb_collection_details: 124916 - schedule: daily + template: {name: Collection, collection: 124916} 28 Days/Weeks Later: - tmdb_collection_details: 1565 + template: {name: Collection, collection: 1565} name_mapping: 28 Days-Weeks Later - schedule: daily 3 Ninja: - tmdb_collection_details: 71458 - schedule: daily + template: {name: Collection, collection: 71458} "300": - tmdb_collection_details: 125570 - schedule: daily + template: {name: Collection, collection: 125570} Addams Family: - tmdb_collection_details: 11716 - schedule: daily + template: {name: Collection, collection: 11716} Air Bud: - tmdb_collection_details: 97445 - schedule: daily + template: {name: Collection, collection: 97445} Aladdin: - tmdb_collection_details: 86027 - schedule: daily + template: {name: Collection, collection: 86027} Alice in Wonderland: - tmdb_collection_details: 261307 - schedule: daily + template: {name: Collection, collection: 261307} Alien: - tmdb_collection_details: 8091, 135416 - schedule: daily + template: {name: Collection, collection: "8091, 135416"} All Dogs Go to Heaven: - tmdb_collection_details: 140910 - schedule: daily + template: {name: Collection, collection: 140910} Almighty: - tmdb_collection_details: 124949 - schedule: daily + template: {name: Collection, collection: 124949} Alvin and the Chipmunks: - tmdb_collection_details: 167613 - schedule: daily + template: {name: Collection, collection: 167613} The Amazing Spider-Man: - tmdb_collection_details: 125574 - schedule: daily + template: {name: Collection, collection: 125574} American Pie: - tmdb_collection_details: 2806, 298820 - schedule: daily + template: {name: Collection, collection: "2806, 298820"} American Psycho: - tmdb_collection_details: 86105 - schedule: daily + template: {name: Collection, collection: 86105} An American Tail: - tmdb_collection_details: 8783 - schedule: daily + template: {name: Collection, collection: 8783} Anaconda: - tmdb_collection_details: 105995 - tmdb_movie: 336560 - schedule: daily + template: {name: Collection, collection: 105995, movie: 336560} Anchorman: - tmdb_collection_details: 93791 - schedule: daily + template: {name: Collection, collection: 93791} Angels in the ...: - tmdb_collection_details: 508334 + template: {name: Collection, collection: 508334} name_mapping: Angels in the - schedule: daily The Angry Birds: - tmdb_collection_details: 531315 - schedule: daily - add_to_arr: true + template: {name: Collection, collection: 531315} Annabelle: - tmdb_collection_details: 402074 - schedule: daily + template: {name: Collection, collection: 402074} Ant-Man: - tmdb_collection_details: 422834 - schedule: daily + template: {name: Collection, collection: 422834} Appleseed: - tmdb_collection_details: 87800, 371526 - schedule: daily + template: {name: Collection, collection: "87800, 371526"} Atlantis: - tmdb_collection_details: 100965 - schedule: daily + template: {name: Collection, collection: 100965} Attack on Titan: - tmdb_collection_details: 370411 - schedule: daily + template: {name: Collection, collection: 370411} Austin Powers: - tmdb_collection_details: 1006 - schedule: daily + template: {name: Collection, collection: 1006} The Avengers: - tmdb_collection_details: 86311 - schedule: daily + template: {name: Collection, collection: 86311} AVP: - tmdb_collection_details: 115762 - schedule: daily + template: {name: Collection, collection: 115762} Babe: - tmdb_collection_details: 9435 - schedule: daily + template: {name: Collection, collection: 9435} Back to the Future: - tmdb_collection_details: 264 - schedule: daily + template: {name: Collection, collection: 264} Bad Boys: - tmdb_collection_details: 14890 - schedule: daily + template: {name: Collection, collection: 14890} Bad Moms: - tmdb_collection_details: 487376 - schedule: daily + template: {name: Collection, collection: 487376} Bad Santa: - tmdb_collection_details: 423173 - schedule: daily + template: {name: Collection, collection: 423173} Balto: - tmdb_collection_details: 117693 - schedule: daily + template: {name: Collection, collection: 117693} Bambi: - tmdb_collection_details: 87250 - schedule: daily + template: {name: Collection, collection: 87250} Barbershop: - tmdb_collection_details: 176097 - tmdb_movie: 14177 - schedule: daily + template: {name: Collection, collection: 176097, movie: 14177} Batman: - tmdb_collection_details: 120794 - schedule: daily + template: {name: Collection, collection: 120794} Batman (Adam West) Animation: - tmdb_collection_details: 626517 - schedule: daily + template: {name: Collection, collection: 626517} Beauty and the Beast: - tmdb_collection_details: 153010 - schedule: daily + template: {name: Collection, collection: 153010} Bill & Ted's Most Excellent: - tmdb_collection_details: 91746 - schedule: daily + template: {name: Collection, collection: 91746} Black Water: - tmdb_collection_details: 730166 - schedule: daily + template: {name: Collection, collection: 730166} Blade: - tmdb_collection_details: 735 - schedule: daily + template: {name: Collection, collection: 735} Blade Runner: - tmdb_collection_details: 422837 - schedule: daily + template: {name: Collection, collection: 422837} The Blues Brothers: - tmdb_collection_details: 112636 - schedule: daily + template: {name: Collection, collection: 112636} The Boondock Saints: - tmdb_collection_details: 87186 - schedule: daily + template: {name: Collection, collection: 87186} Borat Moviefilms: - tmdb_collection_details: 747168 - schedule: daily - The Bourne Collection: - tmdb_collection_details: 31562 - schedule: daily + template: {name: Collection, collection: 747168} + The Bourne: + template: {name: Collection, collection: 31562} The Boy: - tmdb_collection_details: 666337 - schedule: daily + template: {name: Collection, collection: 666337} Bring It On: - tmdb_collection_details: 430186 - schedule: daily + template: {name: Collection, collection: 430186} Brother Bear: - tmdb_collection_details: 96472 - schedule: daily + template: {name: Collection, collection: 96472} The Buddies: - tmdb_collection_details: 91657 - schedule: daily + template: {name: Collection, collection: 91657} Captain America: - tmdb_collection_details: 131295 - schedule: daily + template: {name: Collection, collection: 131295} Carrie: - tmdb_collection_details: 257053 - schedule: daily + template: {name: Collection, collection: 257053} Cars: - tmdb_collection_details: 87118 - schedule: daily + template: {name: Collection, collection: 87118} Charlie Brown: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls054850259/ summary: Collection of Movies and TV Specials with the beloved Peanuts characters. - schedule: daily Charlie's Angels: - tmdb_collection_details: 86029 - schedule: daily + template: {name: Collection, collection: 86029} Cheaper by the Dozen: - tmdb_collection_details: 114783 - Cheech & Chong: - tmdb_collection_details: 33071 - schedule: daily + template: {name: Collection, collection: 114783} The Chronicles of Narnia: - tmdb_collection_details: 420 - schedule: daily + template: {name: Collection, collection: 420} The Chronicles of Riddick: - tmdb_collection_details: 2794 - schedule: daily + template: {name: Collection, collection: 2794} Cinderella: - tmdb_collection_details: 55419 - schedule: daily + template: {name: Collection, collection: 55419} Cinderella Story: - tmdb_collection_details: 437451 - schedule: daily + template: {name: Collection, collection: 437451} City Slickers: - tmdb_collection_details: 150156 - schedule: daily + template: {name: Collection, collection: 150156} Clash of the Titans: - tmdb_collection_details: 86780 - schedule: daily + template: {name: Collection, collection: 86780} Clerks: - tmdb_collection_details: 182813 - schedule: daily + template: {name: Collection, collection: 182813} Cloudy with a Chance of Meatballs: - tmdb_collection_details: 177467 - schedule: daily + template: {name: Collection, collection: 177467} Cloverfield: + 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". The franchise as a whole deals with creatures from other dimensions attacking Earth throughout various decades, all as a repercussion of an experiment by an astronaut team aboard the Cloverfield Station in outer-space. Each film depicts the reality-altering effects of their study, which was meant to find a new energy source replacing the planet's depleted resources, only to open portals for assault from various beasts from deep space. - schedule: daily The Conjuring: - tmdb_collection_details: 313086 - schedule: daily + template: {name: Collection, collection: 313086} Cornetto Trilogy: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls068623110/ summary: An anthology series of British comedic genre films directed by Edgar Wright, written by Wright and Simon Pegg, produced by Nira Park, and starring Pegg and Nick Frost. The trilogy consists of Shaun of the Dead (2004), Hot Fuzz (2007), and The World's End (2013). - schedule: daily Creed: - tmdb_collection_details: 553717 - schedule: daily + template: {name: Collection, collection: 553717} Crocodile Dundee: - tmdb_collection_details: 9332 - schedule: daily + template: {name: Collection, collection: 9332} The Croods: - tmdb_collection_details: 464577 - schedule: daily + template: {name: Collection, collection: 464577} Crouching Tiger, Hidden Dragon: - tmdb_collection_details: 290973 - schedule: daily + template: {name: Collection, collection: 290973} Daddy's Home: - tmdb_collection_details: 473971 - schedule: daily + template: {name: Collection, collection: 473971} The Dark Knight: - tmdb_collection_details: 263 - schedule: daily + template: {name: Collection, collection: 263} DC Super Hero Girls: - tmdb_collection_details: 477208, 557495 - schedule: daily + template: {name: Collection, collection: "477208, 557495"} Deadpool: - tmdb_collection_details: 448150 - tmdb_movie: 567604 - schedule: daily + template: {name: Collection, collection: 448150, movie: 567604} Death Note: - tmdb_collection_details: 102019 - schedule: daily + template: {name: Collection, collection: 102019} Death Race: - tmdb_collection_details: 86116 - schedule: daily + template: {name: Collection, collection: 86116} The Debt Collector: - tmdb_collection_details: 709271 - schedule: daily + template: {name: Collection, collection: 709271} Despicable Me: - tmdb_collection_details: 86066, 544669 - schedule: daily + template: {name: Collection, collection: "86066, 544669"} Die Hard: - tmdb_collection_details: 1570 - schedule: daily + template: {name: Collection, collection: 1570} Dirty Harry: - tmdb_collection_details: 10456 - schedule: daily + template: {name: Collection, collection: 10456} Divergent: - tmdb_collection_details: 283579 - schedule: daily + template: {name: Collection, collection: 283579} A Dog's Purpose: - tmdb_collection_details: 591028 - schedule: daily + template: {name: Collection, collection: 591028} DragonHeart: - tmdb_collection_details: 169452 - schedule: daily + template: {name: Collection, collection: 169452} Dumb and Dumber: - tmdb_collection_details: 96665 - schedule: daily + template: {name: Collection, collection: 96665} Dungeons & Dragons: - tmdb_collection_details: 106498 - add_to_arr: true - schedule: daily + template: {name: Collection, collection: 106498} The Emperor's New Groove: - tmdb_collection_details: 178117 - schedule: daily + template: {name: Collection, collection: 178117} The Equalizer: - tmdb_collection_details: 523855 - schedule: daily + template: {name: Collection, collection: 523855} Escape From ...: - tmdb_collection_details: 115838 + template: {name: Collection, collection: 115838} name_mapping: Escape From - schedule: daily Escape Plan: - tmdb_collection_details: 525891 - schedule: daily + template: {name: Collection, collection: 525891} Evangelion: - tmdb_collection_details: 210303 + template: {name: Collection, collection: 210303} summary: A Japanese animated film series and a retelling of the original Neon Genesis Evangelion anime television series, produced by Studio Khara. Hideaki Anno served as the writer and general manager of the project, with Kazuya Tsurumaki and Masayuki directing the films themselves. Yoshiyuki Sadamoto, Ikuto Yamashita and Shiro Sagisu returned to provide character designs, mechanical designs and music respectively. - schedule: daily The Expendables: - tmdb_collection_details: 126125 - schedule: daily + template: {name: Collection, collection: 126125} Fantasia: - tmdb_collection_details: 55427 - schedule: daily + template: {name: Collection, collection: 55427} Fantastic Beasts: - tmdb_collection_details: 435259 - schedule: daily + template: {name: Collection, collection: 435259} Fantastic Four: - tmdb_collection_details: 9744 - schedule: daily + template: {name: Collection, collection: 9744} The Fast and the Furious: - tmdb_collection_details: 9485, 688042 - schedule: daily + template: {name: Collection, collection: "9485, 688042"} Fifty Shades: - tmdb_collection_details: 344830 - schedule: daily + template: {name: Collection, collection: 344830} Final Destination: - tmdb_collection_details: 8864 - schedule: daily + template: {name: Collection, collection: 8864} Final Fantasy: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls022264056/ summary: A collection of films based off or closely associated with the Final Fantasy video games. - schedule: daily Finding Nemo: - tmdb_collection_details: 137697 - schedule: daily + template: {name: Collection, collection: 137697} The Flintstones: - tmdb_collection_details: 351684 - schedule: daily + template: {name: Collection, collection: 351684} The Fox and the Hound: - tmdb_collection_details: 100970 - schedule: daily + template: {name: Collection, collection: 100970} Free Willy: - tmdb_collection_details: 9328 - schedule: daily + template: {name: Collection, collection: 9328} Friday: - tmdb_collection_details: 43563 - schedule: daily + template: {name: Collection, collection: 43563} Friday the 13th: - tmdb_collection_details: 9735 - tmdb_movie: 6466, 222724 - schedule: daily + template: {name: Collection, collection: 9735, movie: "6466, 222724"} Frozen: - tmdb_collection_details: 386382 - tmdb_movie: 326359, 460793 - schedule: daily + template: {name: Collection, collection: 386382, movie: "326359, 460793"} G.I. Joe: - tmdb_collection_details: 135468 - schedule: daily + template: {name: Collection, collection: 135468} Garfield: - tmdb_collection_details: 86115, 373918 - schedule: daily + template: {name: Collection, collection: "86115, 373918"} George Carlin Stand Up: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls070221411/ summary: Collection of George Carlin's Stand Up Comedy HBO Specials - schedule: daily George Lopez Stand Up: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls086584751/ summary: Collection of George Lopez's Stand Up Comedy Specials - schedule: daily George of the Jungle: - tmdb_collection_details: 126221 - schedule: daily + template: {name: Collection, collection: 126221} Ghost in the Shell: - tmdb_collection_details: 23026 - schedule: daily + template: {name: Collection, collection: 23026} Ghost Rider: - tmdb_collection_details: 90306 - schedule: daily + template: {name: Collection, collection: 90306} Ghostbusters: - tmdb_collection_details: 2980 - tmdb_movie: 43074 - schedule: daily + template: {name: Collection, collection: 2980, movie: 43074} The Girl - Millennium: - tmdb_collection_details: 575987 - schedule: daily + template: {name: Collection, collection: 575987} The Godfather: - tmdb_collection_details: 230 - schedule: daily + template: {name: Collection, collection: 230} Godzilla (Showa): - tmdb_collection_details: 374509 - tmdb_movie: 18983 + template: {name: Collection, collection: 374509, movie: 18983} sort_title: Godzilla 01 (Showa) - schedule: daily Godzilla (Heisei): - tmdb_collection_details: 374511 - tmdb_movie: 39256 + template: {name: Collection, collection: 374511, movie: 39256} sort_title: Godzilla 02 (Heisei) - schedule: daily Godzilla (Millennium): - tmdb_collection_details: 374512 + template: {name: Collection, collection: 374512} sort_title: Godzilla 04 (Millennium) - schedule: daily Godzilla (MonsterVerse): - tmdb_collection_details: 535313 - tmdb_movie: 293167 + template: {name: Collection, collection: 535313, movie: 293167} sort_title: Godzilla 05 (MonsterVerse) - schedule: daily Godzilla (Anime): - tmdb_collection_details: 535790 + template: {name: Collection, collection: 535790} sort_title: Godzilla 07 (Anime) - schedule: daily - Godzilla: - tmdb_collection: 374509, 374511, 374512, 535313 - tmdb_movie: 18983, 39256, 293167 - schedule: daily A Goofy Movie: - tmdb_collection_details: 410261 - schedule: daily + template: {name: Collection, collection: 410261} Goosebumps: - tmdb_collection_details: 508783 - schedule: daily + template: {name: Collection, collection: 508783} Guardians of the Galaxy: - tmdb_collection_details: 284433 - schedule: daily + template: {name: Collection, collection: 284433} Green Street Hooligans: - tmdb_collection_details: 152544 - schedule: daily + template: {name: Collection, collection: 152544} Grown Ups: - tmdb_collection_details: 180546 - schedule: daily + template: {name: Collection, collection: 180546} Halloween: - tmdb_collection_details: 91361, 126209 - schedule: daily + template: {name: Collection, collection: "91361, 126209"} Halo: + template: {name: Collection} tmdb_list_details: 7070832 - schedule: daily The Hangover: - tmdb_collection_details: 86119 - schedule: daily + template: {name: Collection, collection: 86119} Hannibal Lecter: - tmdb_collection_details: 9743 - tmdb_movie: 11454 - schedule: daily + template: {name: Collection, collection: 9743, movie: 11454} Happy Death Day: - tmdb_collection_details: 526380 - schedule: daily + template: {name: Collection, collection: 526380} Happy Feet: - tmdb_collection_details: 92012 - schedule: daily + template: {name: Collection, collection: 92012} Harold & Kumar: - tmdb_collection_details: 30663 - schedule: daily + template: {name: Collection, collection: 30663} Harry Potter: - tmdb_collection_details: 1241 - schedule: daily + template: {name: Collection, collection: 1241} ... Has Fallen: - tmdb_collection_details: 508783 + template: {name: Collection, collection: 386534} name_mapping: Has Fallen - schedule: daily Hellboy: - tmdb_collection_details: 508783 - schedule: daily + template: {name: Collection, collection: 17235} Hellboy (Animated): - tmdb_collection_details: 123203 - schedule: daily + template: {name: Collection, collection: 123203} High School Musical: - tmdb_collection_details: 87253 - schedule: daily + template: {name: Collection, collection: 87253} Highlander: - tmdb_collection_details: 8050 - schedule: daily + template: {name: Collection, collection: 8050} The Hobbit: - tmdb_collection_details: 121938 - schedule: daily + template: {name: Collection, collection: 121938} Home Alone: - tmdb_collection_details: 9888 - schedule: daily + template: {name: Collection, collection: 9888} Honey, I Shrunk the Kids: - tmdb_collection_details: 72119 - schedule: daily + template: {name: Collection, collection: 72119} Horrible Bosses: - tmdb_collection_details: 280588 - schedule: daily + template: {name: Collection, collection: 280588} Hot Tub Time Machine: - tmdb_collection_details: 313576 - schedule: daily + template: {name: Collection, collection: 313576} Hotel Transylvania: - tmdb_collection_details: 185103 - schedule: daily + template: {name: Collection, collection: 185103} House of 1000 Corpses: - tmdb_collection_details: 105625 - schedule: daily + template: {name: Collection, collection: 105625} How to Train Your Dragon: - tmdb_collection_details: 89137 - schedule: daily + template: {name: Collection, collection: 89137} The Human Centipede: - tmdb_collection_details: 96671 - schedule: daily + template: {name: Collection, collection: 96671} The Hunchback of Notre Dame: - tmdb_collection_details: 97456 - schedule: daily + template: {name: Collection, collection: 97456} The Hunger Games: - tmdb_collection_details: 131635 - schedule: daily + template: {name: Collection, collection: 131635} The Huntsman: - tmdb_collection_details: 393379 - schedule: daily - I Spit On Your Grave: - tmdb_collection_details: 219691 - schedule: daily + template: {name: Collection, collection: 393379} Ice Age: - tmdb_collection_details: 8354 - tmdb_movie: 79218, 717095, 387893 - schedule: daily + template: {name: Collection, collection: 8354, movie: "79218, 717095, 387893"} The Incredibles: - tmdb_collection_details: 468222 - schedule: daily + template: {name: Collection, collection: 468222} Independence Day: - tmdb_collection_details: 304378 - schedule: daily + template: {name: Collection, collection: 304378} Indiana Jones: - tmdb_collection_details: 84 - schedule: daily + template: {name: Collection, collection: 84} Ip Man: - tmdb_collection_details: 70068 - tmdb_movie: 658009, 643413, 450001, 751391, 44249, 182127, 44865 + template: {name: Collection, collection: 70068, movie: "658009, 643413, 450001, 751391, 44249, 182127, 44865"} collection_order: alpha - schedule: daily Iron Man: - tmdb_collection_details: 131292 - schedule: daily + template: {name: Collection, collection: 131292} It: - tmdb_collection_details: 477962 - schedule: daily + template: {name: Collection, collection: 477962} James Bond: - tmdb_collection_details: 645 - schedule: daily + template: {name: Collection, collection: 645} Jaws: - tmdb_collection_details: 2366 - schedule: daily + template: {name: Collection, collection: 2366} Jay and Silent Bob: - tmdb_collection_details: 726870 - schedule: daily + template: {name: Collection, collection: 726870} Jeff Dunham Stand Up: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls086022668/ summary: Collection of Jeff Dunham's Stand Up Comedy Specials - schedule: daily John Wick: - tmdb_collection_details: 404609 - schedule: daily + template: {name: Collection, collection: 404609} Johnny Tsunami: - tmdb_collection_details: 394316 - schedule: daily + template: {name: Collection, collection: 394316} Jumanji: - tmdb_collection_details: 495527 - schedule: daily + template: {name: Collection, collection: 495527} Jump Street: - tmdb_collection_details: 212562 - schedule: daily + template: {name: Collection, collection: 212562} The Jungle Book: - tmdb_collection_details: 97459 - schedule: daily + template: {name: Collection, collection: 97459} Jurassic Park: - tmdb_collection_details: 328 - tmdb_movie: 630322 - schedule: daily + template: {name: Collection, collection: 328, movie: 630322} The Karate Kid: - tmdb_collection_details: 8580 - tmdb_movie: 38575 - schedule: daily + template: {name: Collection, collection: 8580, movie: 38575} Kevin Hart Stand Up: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls049792208/ summary: Collection of Kevin Hart's Stand Up Comedy Specials - schedule: daily Kick-Ass: - tmdb_collection_details: 179892 - schedule: daily + template: {name: Collection, collection: 179892} Kill Bill: - tmdb_collection_details: 2883 - schedule: daily + template: {name: Collection, collection: 2883} Kingsman: - tmdb_collection_details: 391860 - schedule: daily + template: {name: Collection, collection: 391860} Kung Fu Panda: - tmdb_collection_details: 77816 - schedule: daily + template: {name: Collection, collection: 77816} Lady and the Tramp: - tmdb_collection_details: 97460 - schedule: daily + template: {name: Collection, collection: 97460} Lake Placid: - tmdb_collection_details: 97768 - schedule: daily + template: {name: Collection, collection: 97768} The Land Before Time: - tmdb_collection_details: 19163 - schedule: daily + template: {name: Collection, collection: 19163} Legally Blonde: - tmdb_collection_details: 86024 - schedule: daily + template: {name: Collection, collection: 86024} LEGO DC Comics Super Heroes: - tmdb_collection_details: 386162 - schedule: daily + template: {name: Collection, collection: 386162} The Lego Movie: - tmdb_collection_details: 325470 - schedule: daily + template: {name: Collection, collection: 325470} Lego Star Wars: - tmdb_collection_details: 302331 - schedule: daily + template: {name: Collection, collection: 302331} Lethal Weapon: - tmdb_collection_details: 945 - schedule: daily + template: {name: Collection, collection: 945} Lilo & Stitch: - tmdb_collection_details: 97461 - schedule: daily + template: {name: Collection, collection: 97461} The Lion King: - tmdb_collection_details: 94032 - schedule: daily + template: {name: Collection, collection: 94032} The Little Mermaid: - tmdb_collection_details: 33085 - schedule: daily + template: {name: Collection, collection: 33085} The Lord of the Rings: - tmdb_collection_details: 119 - schedule: daily + template: {name: Collection, collection: 119} The Lord of the Rings (Animated): - tmdb_collection_details: 141290 - schedule: daily + template: {name: Collection, collection: 141290} Mad Max: - tmdb_collection_details: 8945 - schedule: daily + template: {name: Collection, collection: 8945} Madagascar: - tmdb_collection_details: 14740 - tmdb_movie: 161143, 25472, 270946 - schedule: daily + template: {name: Collection, collection: 14740, movie: "161143, 25472, 270946"} Maleficent: - tmdb_collection_details: 531331 - schedule: daily + template: {name: Collection, collection: 531331} Mall Cop: - tmdb_collection_details: 328372 - schedule: daily + template: {name: Collection, collection: 328372} The Man with No Name: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls023916334/ summary: An Italian film series consisting of three Spaghetti Western films directed by Sergio Leone. The films are titled A Fistful of Dollars (1964), For a Few Dollars More (1965) and The Good, the Bad and the Ugly (1966). The series has become known for establishing the Spaghetti Western genre, and inspiring the creation of many more Spaghetti Western films. The three films are consistently listed among the best rated Western films in history. - schedule: daily Marvel Rising: - tmdb_collection_details: 627234 - schedule: daily + template: {name: Collection, collection: 627234} Marx Brothers: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls068486735/ summary: The Marx Brothers were an American family comedy act that was successful in vaudeville, on Broadway, and in motion pictures from 1905 to 1949. Five of the Marx Brothers' thirteen feature films were selected by the American Film Institute (AFI) as among the top 100 comedy films, with two of them, Duck Soup (1933) and A Night at the Opera (1935), in the top fifteen. They are widely considered by critics, scholars, and fans to be among the greatest and most influential comedians of the 20th century. - schedule: daily Mary Poppins: - tmdb_collection_details: 527439 - schedule: daily + template: {name: Collection, collection: 527439} The Mask: - tmdb_collection_details: 43072 - schedule: daily + template: {name: Collection, collection: 43072} The Matrix: - tmdb_collection_details: 2344 - schedule: daily + template: {name: Collection, collection: 2344} Maya the Bee: - tmdb_collection_details: 522250 - schedule: daily + template: {name: Collection, collection: 522250} The Maze Runner: - tmdb_collection_details: 295130 - schedule: daily + template: {name: Collection, collection: 295130} Mean Girls: - tmdb_collection_details: 99606 - schedule: daily + template: {name: Collection, collection: 99606} Meet the Parents: - tmdb_collection_details: 51509 - schedule: daily + template: {name: Collection, collection: 51509} Men In Black: - tmdb_collection_details: 86055 - schedule: daily + template: {name: Collection, collection: 86055} The Mighty Ducks: - tmdb_collection_details: 10709 - schedule: daily + template: {name: Collection, collection: 10709} "Mission: Impossible": - tmdb_collection_details: 87359 + template: {name: Collection, collection: 87359} name_mapping: Mission Impossible - schedule: daily Monsters, Inc.: - tmdb_collection_details: 137696 - schedule: daily + template: {name: Collection, collection: 137696} Monty Python: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls072012494/ summary: Monty Python is a British surreal comedy troupe who created sketch comedy television shows and movies - schedule: daily - add_to_arr: false Mortal Kombat: - tmdb_collection_details: 9818 - tmdb_movie: 664767 - schedule: daily + template: {name: Collection, collection: 9818, movie: 664767} Mothra: - tmdb_collection_details: 171732 - tmdb_movie: 39410 - schedule: daily + template: {name: Collection, collection: 171732, movie: 39410} Mulan: - tmdb_collection_details: 87236 - schedule: daily + template: {name: Collection, collection: 87236} The Mummy: - tmdb_collection_details: 1733 - schedule: daily + template: {name: Collection, collection: 1733} The Muppet: - tmdb_collection_details: 256377 - schedule: daily + template: {name: Collection, collection: 256377} National Treasure: - tmdb_collection_details: 52984 - schedule: daily + template: {name: Collection, collection: 52984} Neighbors: - tmdb_collection_details: 400700 - schedule: daily + template: {name: Collection, collection: 400700} The Neverending Story: - tmdb_collection_details: 91430 - schedule: daily + template: {name: Collection, collection: 91430} Night at the Museum: - tmdb_collection_details: 85943 - schedule: daily + template: {name: Collection, collection: 85943} A Nightmare on Elm Street: - tmdb_collection_details: 8581 - tmdb_movie: 6466, 23437 - schedule: daily + template: {name: Collection, collection: 8581, movie: "6466, 23437"} Now You See Me: - tmdb_collection_details: 382685 - schedule: daily + template: {name: Collection, collection: 382685} Ocean's: - tmdb_collection_details: 304 - schedule: daily + template: {name: Collection, collection: 304} Ong Bak: - tmdb_collection_details: 94589 - schedule: daily + template: {name: Collection, collection: 94589} Oz: - tmdb_collection_details: 627517 - tmdb_movie: 13155, 68728 - schedule: daily + template: {name: Collection, collection: 627517, movie: "13155, 68728"} Pacific Rim: - tmdb_collection_details: 363369 - schedule: daily + template: {name: Collection, collection: 363369} Paddington: - tmdb_collection_details: 488924 - schedule: daily + template: {name: Collection, collection: 488924} Parasyte: - tmdb_collection_details: 385386 - schedule: daily + template: {name: Collection, collection: 385386} Percy Jackson: - tmdb_collection_details: 179919 - schedule: daily + template: {name: Collection, collection: 179919} Pet Sematary: - tmdb_collection_details: 10789 - tmdb_movie: 157433 - schedule: daily + template: {name: Collection, collection: 10789, movie: 157433} Peter Pan: - tmdb_collection_details: 55422 - schedule: daily + template: {name: Collection, collection: 55422} Pirates of the Caribbean: - tmdb_collection_details: 295 - schedule: daily + template: {name: Collection, collection: 295} Pitch Perfect: - tmdb_collection_details: 306031 - schedule: daily + template: {name: Collection, collection: 306031} Planes: - tmdb_collection_details: 270252 - schedule: daily + template: {name: Collection, collection: 270252} Planet of the Apes: - tmdb_collection_details: 173710 - schedule: daily + template: {name: Collection, collection: 173710} Pocahontas: - tmdb_collection_details: 136214 - schedule: daily + template: {name: Collection, collection: 136214} Pokémon: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls062687939/ summary: Pokémon is a media franchise created by video game designer Satoshi Tajiri that centers on fictional creatures called Pokémon. As of 2020, there have been 23 animated films and one live action film. The first nineteen animated films are based on the anime television series of the same name, with the original film being remade into the 22nd. The 20th, 21st and 23rd animated films are set in an alternate continuity to the anime. - schedule: daily Police Story: - tmdb_collection_details: 269098 - schedule: daily + template: {name: Collection, collection: 269098} Power Rangers: - tmdb_collection_details: 708816 - tmdb_movie: 305470, 306264 - schedule: daily + template: {name: Collection, collection: 708816, movie: "305470, 306264"} Predator: - tmdb_collection_details: 399 - schedule: daily + template: {name: Collection, collection: 399} The Princess Diaries: - tmdb_collection_details: 107674 - schedule: daily + template: {name: Collection, collection: 107674} The Purge: - tmdb_collection_details: 256322 - schedule: daily + template: {name: Collection, collection: 256322} Quarantine: - tmdb_collection_details: 123932 - schedule: daily + template: {name: Collection, collection: 123932} Rambo: - tmdb_collection_details: 5039 - schedule: daily + template: {name: Collection, collection: 5039} Red Cliff: - tmdb_collection_details: 96677 - schedule: daily + template: {name: Collection, collection: 96677} Rent: + template: {name: Collection} tmdb_list_details: 7072241 - schedule: daily The Rescuers: - tmdb_collection_details: 57971 - schedule: daily + template: {name: Collection, collection: 57971} Resident Evil: - tmdb_collection_details: 17255 - schedule: daily + template: {name: Collection, collection: 17255} "Resident Evil: Biohazard": - tmdb_collection_details: 133352 + template: {name: Collection, collection: 133352} name_mapping: Resident Evil Biohazard - schedule: daily Ride Along: - tmdb_collection_details: 376650 - schedule: daily + template: {name: Collection, collection: 376650} Rio: - tmdb_collection_details: 229932 - schedule: daily + template: {name: Collection, collection: 229932} Robert Langdon: - tmdb_collection_details: 115776 - schedule: daily + template: {name: Collection, collection: 115776} RoboCop: - tmdb_collection_details: 5547 - schedule: daily + template: {name: Collection, collection: 5547} Rocky: - tmdb_collection_details: 1575 - schedule: daily + template: {name: Collection, collection: 1575} Rugrats: - tmdb_collection_details: 57129 - schedule: daily + template: {name: Collection, collection: 57129} Rurouni Kenshin: - tmdb_collection_details: 247028 - schedule: daily + template: {name: Collection, collection: 247028} Rush Hour: - tmdb_collection_details: 90863 - schedule: daily + template: {name: Collection, collection: 90863} The Sandlot: - tmdb_collection_details: 87214 - schedule: daily + template: {name: Collection, collection: 87214} The Santa Clause: - tmdb_collection_details: 53159 - schedule: daily + template: {name: Collection, collection: 53159} Santa Paws: - tmdb_collection_details: 469648 - schedule: daily + template: {name: Collection, collection: 469648} Saw: - tmdb_collection_details: 656 - schedule: daily + template: {name: Collection, collection: 656} Scary Movie: - tmdb_collection_details: 4246 - schedule: daily - Scream: - tmdb_collection_details: 2602 - schedule: daily + template: {name: Collection, collection: 4246} The Scorpion King: - tmdb_collection_details: 116669 - schedule: daily + template: {name: Collection, collection: 116669} + Scream: + template: {name: Collection, collection: 2602} The Secret Life of Pets: - tmdb_collection_details: 427084 - schedule: daily + template: {name: Collection, collection: 427084} Shaft: - tmdb_collection_details: 495, 608103 - schedule: daily + template: {name: Collection, collection: "495, 608103"} Shanghai Noon: - tmdb_collection_details: 59567 - schedule: daily + template: {name: Collection, collection: 59567} Sharknado: - tmdb_collection_details: 286023 - schedule: daily + template: {name: Collection, collection: 286023} Sherlock Holmes: - tmdb_collection_details: 102322 - schedule: daily + template: {name: Collection, collection: 102322} The Shining: - tmdb_collection_details: 530064 - schedule: daily + template: {name: Collection, collection: 530064} Shrek: - tmdb_collection_details: 2150 - schedule: daily + template: {name: Collection, collection: 2150} Silent Hill: - tmdb_collection_details: 64748 - schedule: daily + template: {name: Collection, collection: 64748} Slap Shot: - tmdb_collection_details: 261526 - schedule: daily + template: {name: Collection, collection: 261526} The Smurfs: - tmdb_collection_details: 134897 - schedule: daily + template: {name: Collection, collection: 134897} Spider-Man (Avengers): - tmdb_collection_details: 531241 - schedule: daily + template: {name: Collection, collection: 531241} Spider-Man (Original): - tmdb_collection_details: 556 - schedule: daily + template: {name: Collection, collection: 556} Spy Kids: - tmdb_collection_details: 86486 - schedule: daily + template: {name: Collection, collection: 86486} "Star Trek: Alternate Reality": - tmdb_collection_details: 115575 + template: {name: Collection, collection: 115575} name_mapping: Star Trek Alternate Reality - schedule: daily "Star Trek: The Next Generation": - tmdb_collection_details: 115570 + template: {name: Collection, collection: 115570} name_mapping: Star Trek The Next Generation - schedule: daily "Star Trek: The Original Series": - tmdb_collection_details: 151 + template: {name: Collection, collection: 151} name_mapping: Star Trek The Original Series - schedule: daily "Star Wars: Skywalker Saga": - tmdb_collection_details: 10 + template: {name: Collection, collection: 10} name_mapping: Star Wars Skywalker Saga - schedule: daily "Star Wars: Legends": + template: {name: Collection} tmdb_movie: 348350, 330459 summary: "Star Wars Anthology Films and other Star Wars Movies" name_mapping: Star Wars Legends - schedule: daily Step Up: - tmdb_collection_details: 86092 - schedule: daily + template: {name: Collection, collection: 86092} Street Fighter: - tmdb_collection_details: 190435 - tmdb_movie: 687354, 11667 - schedule: daily + template: {name: Collection, collection: 190435, movie: "687354, 11667"} Stuart Little: - tmdb_collection_details: 99727 - schedule: daily + template: {name: Collection, collection: 99727} Super Troopers: - tmdb_collection_details: 449462 - schedule: daily + template: {name: Collection, collection: 449462} Superman (Original): - tmdb_collection_details: 8537 - schedule: daily + template: {name: Collection, collection: 8537} Surf's Up: - tmdb_collection_details: 436295 - schedule: daily + template: {name: Collection, collection: 436295} Taken: - tmdb_collection_details: 135483 - schedule: daily + template: {name: Collection, collection: 135483} Tarzan: - tmdb_collection_details: 106768 - schedule: daily + template: {name: Collection, collection: 106768} Ted: - tmdb_collection_details: 266672 - schedule: daily + template: {name: Collection, collection: 266672} Teenage Mutant Ninja Turtles: - tmdb_collection_details: 1582, 401562 - tmdb_movie: 1273 - schedule: daily + template: {name: Collection, collection: "1582, 401562", movie: 1273} Tekken: - tmdb_collection_details: 294172 - schedule: daily + template: {name: Collection, collection: 294172} The Terminator: - tmdb_collection_details: 528 - schedule: daily + template: {name: Collection, collection: 528} Texas Chainsaw Massacre: - tmdb_collection_details: 111751, 425175 - schedule: daily + template: {name: Collection, collection: "111751, 425175"} Thor: - tmdb_collection_details: 131296 - schedule: daily + template: {name: Collection, collection: 131296} The Three Stooges: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls075972675/ tmdb_movie: 76489 summary: The Three Stooges were an American vaudeville and comedy team active from 1922 until 1970, best known for their 190 short subject films by Columbia Pictures that have been regularly airing on television since 1958. - schedule: daily Tinker Bell: - tmdb_collection_details: 315595 - schedule: daily + template: {name: Collection, collection: 315595} Tokyo Ghoul: - tmdb_collection_details: 551278 - schedule: daily + template: {name: Collection, collection: 551278} Tom and Jerry: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls022966050/ summary: Tom and Jerry's animated feature-length films based on the series. - schedule: daily Tomb Raider: - tmdb_collection_details: 2467, 621142 - schedule: daily + template: {name: Collection, collection: "2467, 621142"} Tomie: - tmdb_collection_details: 139394 - schedule: daily + template: {name: Collection, collection: 139394} Toy Story: - tmdb_collection_details: 10194 - tmdb_movie: 130925 - schedule: daily + template: {name: Collection, collection: 10194, movie: 130925} Trainspotting: - tmdb_collection_details: 424202 - schedule: daily + template: {name: Collection, collection: 424202} Transformers: - tmdb_collection_details: 8650 - schedule: daily + template: {name: Collection, collection: 8650} The Transporter: - tmdb_collection_details: 9518 - schedule: daily + template: {name: Collection, collection: 9518} Tremors: - tmdb_collection_details: 91799 - schedule: daily + template: {name: Collection, collection: 91799} Trolls: - tmdb_collection_details: 489724 - schedule: daily + template: {name: Collection, collection: 489724} TRON: - tmdb_collection_details: 63043 - tmdb_movie: 73362 - schedule: daily + template: {name: Collection, collection: 63043, movie: 73362} Unbreakable: + template: {name: Collection} imdb_list: https://www.imdb.com/list/ls022101006/ summary: The Unbreakable trilogy, officially known as the Eastrail 177 Trilogy, is an American superhero thriller and psychological horror film series. The films were written, produced, and directed by M. Night Shyamalan. The trilogy consists of Unbreakable (2000), Split (2016), and Glass (2019). - schedule: daily Underworld: - tmdb_collection_details: 2326 - schedule: daily + template: {name: Collection, collection: 2326} Viy: - tmdb_collection_details: 428046 - schedule: daily + template: {name: Collection, collection: 428046} Wall Street: - tmdb_collection_details: 52783 - schedule: daily + template: {name: Collection, collection: 52783} Wallace & Gromit: - tmdb_collection_details: 529 - schedule: daily + template: {name: Collection, collection: 529} Wayne's World: - tmdb_collection_details: 8979 - schedule: daily + template: {name: Collection, collection: 8979} Wonder Woman: - tmdb_collection_details: 468552 - schedule: daily + template: {name: Collection, collection: 468552} Wreck-It Ralph: - tmdb_collection_details: 404825 - schedule: daily + template: {name: Collection, collection: 404825} X-Men: - tmdb_collection_details: 748, 453993, 448150 - tmdb_movie: 567604 - schedule: daily + template: {name: Collection, collection: "748, 453993, 448150", movie: 567604} xXx: - tmdb_collection_details: 52785 - schedule: daily + template: {name: Collection, collection: 52785} Zenon: - tmdb_collection_details: 321148 - schedule: daily + template: {name: Collection, collection: 321148} Zombieland: - tmdb_collection_details: 537982 - schedule: daily + template: {name: Collection, collection: 537982} Zoolander: - tmdb_collection_details: 352789 - schedule: daily + template: {name: Collection, collection: 352789} Zorro: - tmdb_collection_details: 1657 - schedule: daily + template: {name: Collection, collection: 1657} \ No newline at end of file diff --git a/b101marc/Networks.yml b/b101marc/Networks.yml new file mode 100644 index 0000000..648d7e1 --- /dev/null +++ b/b101marc/Networks.yml @@ -0,0 +1,50 @@ +templates: + network: + optional: + - network + tmdb_network: <<network>> + sort_title: +2_<<collection_name>> + sync_mode: sync + smart_label: episode_added.desc +collections: + HBO: + template: { name: network, network: "49, 2593, 3186, 3308" } + Cinemax: + template: { name: network, network: 359 } + Showtime: + template: { name: network, network: 67 } + Netflix: + template: { name: network, network: 213 } + Hulu: + template: { name: network, network: 453 } + Syfy: + template: { name: network, network: "77, 3701" } + Starz: + template: { name: network, network: "318, 758, 4906" } + HGTV: + template: { name: network, network: 210 } + TBS: + template: { name: network, network: "68, 160, 4888" } + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" } + Prime Video: + template: { name: network, network: 1024 } + YouTube: + template: { name: network, network: "247, 1436, 4869" } + FX: + template: { name: network, network: 88 } + Disney+: + template: { name: network, network: "2739, 2919" } + Apple+: + template: { name: network, network: 2552 } + Discovery: + template: { name: network, network: "10, 22, 64, 106, 244, 626, 670, 1079, 1287, 1534, 2087, 2480, 2692, 3045, 3591, 3900, 3953, 4440, 4462, 4741" } + A&E: + template: { name: network, network: "129, 2639, 3688" } + Bravo: + template: { name: network, network: 74 } + E!: + template: { name: network, network: 76 } + Adult Swim: + template: { name: network, network: 80 } + \ No newline at end of file diff --git a/b101marc/People.yml b/b101marc/People.yml new file mode 100644 index 0000000..02cd562 --- /dev/null +++ b/b101marc/People.yml @@ -0,0 +1,121 @@ +###################################################### +# People Collections # +###################################################### + +templates: + Person: + smart_filter: + any: + actor: tmdb + director: tmdb + writer: tmdb + producer: tmdb + sort_by: random + validate: false + tmdb_person: <<person>> + sort_title: +6_<<collection_name>> + +collections: + Cheryl Dunye: + template: {name: Person, person: 232937} + Kevin Smith: + template: {name: Person, person: 19303} + Quentin Tarantino: + template: {name: Person, person: 138} + John Waters: + template: {name: Person, person: 10367} + Martin Scorsese: + template: {name: Person, person: 1032} + Steven Spielberg: + template: {name: Person, person: 488} + George Lucas: + template: {name: Person, person: 1} + Nora Ephron: + template: {name: Person, person: 9248} + Robert Zemeckis: + template: {name: Person, person: 24} + Steven Soderbergh: + template: {name: Person, person: 1884} + James Cameron: + template: {name: Person, person: 2710} + Ryan Coogler: + template: {name: Person, person: 1056121} + Spike Lee: + template: {name: Person, person: 388} + Christopher Nolan: + template: {name: Person, person: 525} + Gus Van Sant: + template: {name: Person, person: 5216} + Ang Lee: + template: {name: Person, person: 1614} + Darren Aronofsky: + template: {name: Person, person: 44214} + Alfred Hitchcock: + template: {name: Person, person: 2636} + Bruce Lee: + template: {name: Person, person: 12429} + Carrie Fisher: + template: {name: Person, person: 4} + Coen Brothers: + template: {name: Person, person: "1223,1224"} + 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)." + Hayao Miyazaki: + template: {name: Person, person: 608} + J.J. Abrams: + template: {name: Person, person: 15344} + Mel Brooks: + template: {name: Person, person: 14639} + Ridley Scott: + template: {name: Person, person: 578} + Stanley Kubrick: + template: {name: Person, person: 240} + Robin Williams: + template: {name: Person, person: 2157} + Tim Burton: + template: {name: Person, person: 510} + Greta Gerwig: + template: {name: Person, person: 45400} + Saorsie Ronan: + template: {name: Person, person: 36592} + Aaron Sorkin: + template: {name: Person, person: 13520} + Barry Jenkins: + template: {name: Person, person: 92784} + Chadwick Boseman: + template: {name: Person, person: 172069} + Taika Waititi: + template: {name: Person, person: 55934} + Wes Craven: + template: {name: Person, person: 5140} + George A. Romero: + template: {name: Person, person: 14999} + Diane Keaton: + template: {name: Person, person: 3092} + Elliot Page: + template: {name: Person, person: 27578} + Ian McKellen: + template: {name: Person, person: 1327} + Jackie Chan: + template: {name: Person, person: 18896} + James Franco: + template: {name: Person, person: 17051} + Jeff Goldblum: + template: {name: Person, person: 4785} + Jim Carrey: + template: {name: Person, person: 206} + Julia Roberts: + template: {name: Person, person: 1204} + Allison Janney: + template: {name: Person, person: 19} + Bette Midler: + template: {name: Person, person: 73931} + Maya Rudolph: + template: {name: Person, person: 52792} + Amy Poehler: + template: {name: Person, person: 56322} + Will Smith: + template: {name: Person, person: 2888} + Viola Davis: + template: {name: Person, person: 19492} + Don Cheadle: + template: {name: Person, person: 1896} \ No newline at end of file diff --git a/b101marc/Studio.yml b/b101marc/Studio.yml new file mode 100644 index 0000000..3277063 --- /dev/null +++ b/b101marc/Studio.yml @@ -0,0 +1,82 @@ +###################################################### +# Studio Collections # +###################################################### + +templates: + Studio: + optional: + - company + tmdb_company: <<company>> + sort_title: +5_<<collection_name>> + sync_mode: sync + smart_label: release.desc + +collections: + Aardman: + template: {name: Studio, company: 297} + summary: Aardman Animations, Ltd. is a British animation studio based in Bristol, England. Aardman is known for films made using stop-motion clay animation techniques, particularly those featuring Plasticine characters Wallace and Gromit. + Blue Sky: + template: {name: Studio, company: 9383} + summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. + DreamWorks: + template: {name: Studio, company: 521} + filters: + collection.not: Aardman + summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. + Illumination Entertainment: + template: {name: Studio, company: 6704} + summary: Illumination is an American film and animation studio founded by Chris Meledandri in 2007 and owned by Universal Pictures, a division of NBCUniversal, which is itself a division of Comcast. Meledandri produces the films, while Universal finances and distributes all the films. The studio is responsible for the Despicable Me and The Secret Life of Pets franchises and the film adaptations of Dr. Seuss’ books The Lorax and How the Grinch Stole Christmas. The Minions, characters from the Despicable Me series, are the studio's mascots. + Pixar: + template: {name: Studio, company: 3} + summary: Pixar Animation Studios, commonly known as Pixar, is an American computer animation studio based in Emeryville, California, a subsidiary of Disney Studios Content owned by The Walt Disney Company. Pixar began in 1979 as part of the Lucasfilm computer division, known as the Graphics Group, before its spin-off as a corporation on February 3, 1986, with funding from Apple co-founder Steve Jobs, who became its majority shareholder. Disney purchased Pixar in 2006 at a valuation of $7.4 billion by converting each share of Pixar stock to 2.3 shares of Disney stock, a transaction that resulted in Jobs becoming Disney's largest single shareholder at the time. Pixar is best known for its feature films technologically powered by RenderMan, the company's own implementation of the industry-standard RenderMan Interface Specification image-rendering application programming interface. Luxo Jr., a desk lamp from the studio's 1986 short film of the same name, is the studio's mascot. + Studio Ghibli: + template: {name: Studio, company: 10342} + summary: Studio Ghibli Inc. is a Japanese animation film studio headquartered in Koganei, Tokyo. The studio is best known for its animated feature films, and has also produced several short films, television commercials, and one television film. The studio’s mascot and most recognizable symbol is the character, Totoro, a giant cat-like spirit from the 1988 classic, My Neighbor Totoro. + Sony Pictures Animation: + template: {name: Studio, company: 2251} + summary: Sony Pictures Animation Inc. is an American animation studio owned by Sony Entertainment's Sony Pictures Entertainment through their Motion Picture Group division and founded on May 9, 2002. The studio's films are distributed worldwide by Sony Pictures Releasing under their Columbia Pictures label, while all direct-to-video releases are released by Sony Pictures Home Entertainment. + Warner Animation Group: + template: {name: Studio, company: 25120} + summary: The Warner Animation Group (WAG) is an American animation studio that is the feature animation division of Warner Bros. Entertainment. Established on January 7, 2013, the studio is the successor to the dissolved 2D traditional hand-drawn animation studio Warner Bros. Feature Animation, which shut down in 2003 and the dissolved family film division Warner Bros. Family Entertainment, which shut down in 2009. The entity is also a sister animation studio of the regular animation studio Warner Bros. Animation + Walt Disney Animation Studios: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls059383351/ + summary: Walt Disney Animation Studios (WDAS), sometimes shortened to Disney Animation, is an American animation studio that creates animated features and short films for The Walt Disney Company. Founded on October 16, 1923 by brothers Walt Disney and Roy O. Disney, it is one of the oldest-running animation studios in the world. It is currently organized as a division of Walt Disney Studios and is headquartered at the Roy E. Disney Animation Building at the Walt Disney Studios lot in Burbank, California. + Walt Disney Pictures: + template: {name: Studio} + imdb_list: https://www.imdb.com/list/ls077114097/ + summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + Monkeypaw Productions: + template: {name: Studio, company: 88934} + summary: Monkeypaw Productions is an American production company founded by director and producer Jordan Peele in 2012. The company is known for producing the horror films Get Out and Us. The company is named after the 1902 horror short story "The Monkey's Paw". + NEON: + template: {name: Studio, company: 90733} + summary: Neon is an American film production and distribution company founded in 2017 by CEO Tom Quinn and Tim League, who also was the co-founder of the Alamo Drafthouse Cinema chain. + Gloria Sanchez Productions: + template: {name: Studio, company: 77152} + summary: Gloria Sanchez Productions is a film production company. It is a subsidiary of Gary Sanchez Productions. + BRON: + template: {name: Studio, company: 13240} + summary: Bron Studios (stylized as BRON) is a Canadian motion picture company based in British Columbia owned by Bron Media Corporation. Bron's notable productions include Joker, Bombshell, Queen & Slim, Greyhound, Judas and the Black Messiah, The Mule, Henchmen, Roman J. Israel, Esq., Rudderless, Welcome to Me, The Addams Family, The Willoughbys, and Ghostbusters Afterlife. + Lucasfilm: + template: {name: Studio, company: 1} + summary: Lucasfilm Ltd. LLC is an American film and television production company that is a subsidiary of Walt Disney Studios, which is a business segment of The Walt Disney Company. The studio is best known for creating and producing the Star Wars and Indiana Jones franchises, as well as its leadership in developing special effects, sound, and computer animation for films. Lucasfilm was founded by filmmaker George Lucas in 1971 in San Rafael, California; most of the company's operations were moved to San Francisco in 2005.[3] Disney acquired Lucasfilm in October 2012 for $2.2 billion in cash and $1.855 billion in stock. + A24: + template: {name: Studio, company: 41077} + summary: A24 is an American independent entertainment company founded on August 20, 2012, by Daniel Katz, David Fenkel, and John Hodges and based in New York City. It specializes in film distribution, and film and television production. + View Askew: + template: {name: Studio, company: 16934} + summary: View Askew Productions is an American film and television production company founded by Kevin Smith and Scott Mosier in 1994. + Caviar: + template: {name: Studio, company: 2699} + summary: Caviar is an award-winning entertainment company with offices in Los Angeles, London, Brussels, Paris & Madrid. Our passion is to entertain audiences, wherever they are. Caviar’s ever growing circle of creators is rooted in branded content, film, digital and post production. We are looking forward to meeting you. + Marvel Studios: + template: {name: Studio, company: "420,7505"} + summary: Marvel Studios, LLC is an American film and television studio that is a subsidiary of Walt Disney Studios, a division of The Walt Disney Company. Marvel Studios is known for the production of the Marvel Cinematic Universe films, based on characters that appear in Marvel Comics publications. + Bleecker Street: + template: {name: Studio, company: 19414} + summary: Bleecker Street is an American film distribution company based in New York City. The company was named after 65 Bleecker Street, the street address of Andrew Karpen's prior company Focus Features. + Shaw Brothers: + template: {name: Studio, company: 5798} + summary: Shaw Brothers Studios was the largest film production company in Hong Kong, and operated from 1925 to 2011. It is fair to say that the Shaw Brothers have been the most significant film production company in the history of Hong Kong Cinema, with an influence extending far into international cinema. Over the last nine decades, the Shaw’s have amassed a collection of over 800 titles, with countless awards and international recognition. +###################################################### \ No newline at end of file