From 136126c3a327c66daf7866ab28fb94b7d13eccec Mon Sep 17 00:00:00 2001 From: mraniki Date: Sat, 18 Dec 2021 21:57:56 +0100 Subject: [PATCH] Add files via upload --- mraniki/Movies/01charts.yml | 80 ++++++ mraniki/Movies/02holidays.yml | 67 +++++ mraniki/Movies/03studio.yml | 120 +++++++++ mraniki/Movies/04collection.yml | 46 ++++ mraniki/Movies/05countries.yml | 79 ++++++ mraniki/Movies/06genres.yml | 423 ++++++++++++++++++++++++++++++ mraniki/Movies/07awards.yml | 88 +++++++ mraniki/Movies/08decades.yml | 30 +++ mraniki/Movies/09people.yml | 446 ++++++++++++++++++++++++++++++++ mraniki/TV/01charts.yml | 77 ++++++ mraniki/TV/03network.yml | 102 ++++++++ mraniki/TV/04collection.yml | 101 ++++++++ mraniki/TV/06genre.yml | 404 +++++++++++++++++++++++++++++ 13 files changed, 2063 insertions(+) create mode 100644 mraniki/Movies/01charts.yml create mode 100644 mraniki/Movies/02holidays.yml create mode 100644 mraniki/Movies/03studio.yml create mode 100644 mraniki/Movies/04collection.yml create mode 100644 mraniki/Movies/05countries.yml create mode 100644 mraniki/Movies/06genres.yml create mode 100644 mraniki/Movies/07awards.yml create mode 100644 mraniki/Movies/08decades.yml create mode 100644 mraniki/Movies/09people.yml create mode 100644 mraniki/TV/01charts.yml create mode 100644 mraniki/TV/03network.yml create mode 100644 mraniki/TV/04collection.yml create mode 100644 mraniki/TV/06genre.yml diff --git a/mraniki/Movies/01charts.yml b/mraniki/Movies/01charts.yml new file mode 100644 index 0000000..97b3229 --- /dev/null +++ b/mraniki/Movies/01charts.yml @@ -0,0 +1,80 @@ + +###################################################### +# Chart Collections # +###################################################### + + +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + + +collections: + Trending: + sync_mode: sync + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + sort_title: '+01_1Trending' + summary: Movies Trending across the internet + url_poster: https://bit.ly/PlexMovieTrending + smart_label: audience_rating.desc + radarr_add: true + radarr_search: true + radarr_monitor: true + + Popular: + sync_mode: sync + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + sort_title: '+01_2Popular' + summary: Popular Movies across the internet + url_poster: https://bit.ly/PlexMoviePopular + smart_label: audience_rating.desc + radarr_add: true + radarr_search: true + radarr_monitor: true + + Dernier Film Francais: + sort_title: +01_3FilmFrancais + summary: Dernier Film Francais + sync_mode: sync + url_poster: https://i.imgur.com/A4qY256.png + smart_filter: + all: + country: France + sort_by: release.desc + limit: 150 + + Film in French: + sort_title: +01_5FilmenFrancais + summary: Film en Francais + sync_mode: sync + url_poster: https://i.imgur.com/EAUuOTW.png + smart_filter: + all: + audio_language: fr + sort_by: release.desc + limit: 400 + + Watching Now: + sort_title: +00_1watchingnow + summary: Watching now + sync_mode: sync + url_poster: https://i.imgur.com/hZKcLdT.png + trakt_watchlist: + - me + trakt_list: + - https://trakt.tv/users/mraniki/lists/tonightmovies + + diff --git a/mraniki/Movies/02holidays.yml b/mraniki/Movies/02holidays.yml new file mode 100644 index 0000000..b7b7c0c --- /dev/null +++ b/mraniki/Movies/02holidays.yml @@ -0,0 +1,67 @@ +##################################################### +# Holidays Collections # +##################################################### + + +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + +collections: + + Christmas: + trakt_list: + - https://trakt.tv/users/movistapp/lists/christmas-movies + - https://trakt.tv/users/questdvd/lists/absolute-hayes-christmas-classics + - https://trakt.tv/users/littlestella3/lists/christmas + sync_mode: sync + sort_title: "+02_1Holiday" + summary: "Christmas film is a genre that revolves around the plot involving Christmas." + url_poster: https://bit.ly/PlexSeasonChristmas + smart_label: audience_rating.desc + visible_home: true + visible_shared: true + + + Halloween: + sync_mode: sync + trakt_list: + - https://trakt.tv/users/29zombies/lists/halloween + - https://trakt.tv/users/galacticboy/lists/not-so-spooky-halloween + # - 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 + sort_title: "+20_2Holiday" + summary: "Halloween film is a genre that revolves around the plot involving Halloween." + url_poster: https://bit.ly/PlexSeasonHalloween + smart_label: audience_rating.desc + schedule: yearly (09/28) + visible_library: false + visible_home: false + visible_shared: false + + + Thanksgiving: + trakt_list: + - https://trakt.tv/users/galacticboy/lists/thanksgiving-movies + - https://trakt.tv/users/shahid1296/lists/thanksgiving + - https://trakt.tv/users/retrogran/lists/thanksgiving-season-movies + - https://trakt.tv/users/padawan_seneca/lists/vibe-autumn-tv-series-movies + sync_mode: sync + sort_title: "+20_2Holiday" + summary: "Thanksgiving is a national holiday celebrated on various dates in the United States, Canada, Grenada, Saint Lucia, and Liberia. It began as a day of giving thanks and sacrifice for the blessing of the harvest and of the preceding year. Similarly named festival holidays occur in Germany and Japan." + url_poster: https://i.imgur.com/R3eTiWo.png + schedule: yearly (10/01) + visible_home: false + visible_shared: false + visible_library: false + diff --git a/mraniki/Movies/03studio.yml b/mraniki/Movies/03studio.yml new file mode 100644 index 0000000..843573f --- /dev/null +++ b/mraniki/Movies/03studio.yml @@ -0,0 +1,120 @@ +###################################################### +# Studio Collections # +###################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + +templates: + Studio: + optional: + - company + tmdb_company: <> + sort_title: +03_<> + 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. + url_poster: https://i.imgur.com/LDyW3Qp.png + 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. + url_poster: https://i.imgur.com/tplV0wO.png + + DC: + trakt_list: + - https://trakt.tv/users/movistapp/lists/dc-comics + - https://trakt.tv/users/tetharion/lists/worlds-of-dc + - https://trakt.tv/users/littlgrim/lists/dc + - https://trakt.tv/users/rkvine82/lists/dc-comic-shows + - https://trakt.tv/users/asterlea/lists/dceu + - https://trakt.tv/users/donxy/lists/dc-comics-animated + - https://trakt.tv/users/donxy/lists/dc-universe-animated-original-movies + - https://trakt.tv/users/donxy/lists/dc-animated-series-universe + summary: DC Comics is one of the largest and oldest American comic book companies, with their first comic under the DC banner being published in 1937.The majority of its publications take place within the fictional DC Universe and feature numerous culturally iconic heroic characters, such as Superman, Batman, and Wonder Woman. It is widely known for some of the most famous and recognizable teams including the Justice League, the Justice Society of America, and the Teen Titans. The universe also features a large number of well-known supervillains such as the Joker, Lex Luthor, and Darkseid. The company has published non-DC Universe-related material, including Watchmen, V for Vendetta, Fables and many titles under their alternative imprint Vertigo. + url_poster: https://i.imgur.com/Og1sKU1.png + sync_mode: sync + sort_title: "+03_DC" + + + DreamWorks Animation: + 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. + url_poster: https://i.imgur.com/BdEuaIN.png + + Illumination: + 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. + url_poster: https://i.imgur.com/Za9AHWM.png + + LEGO: + template: { name: Studio, company: 4081 } + summary: "Lego movies, TV, and shorts" + url_poster: https://i.imgur.com/AKe5dJo.png + +# Marvel: +# template: { name: Studio } +# tmdb_keyword: 180547 +# 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. +# url_poster: https://i.imgur.com/DnTP8xl.png + + Marvel: + trakt_list: + - https://trakt.tv/users/donxy/lists/marvel-cinematic-universe + - https://trakt.tv/users/asterlea/lists/marvel-television + - https://trakt.tv/users/mediashare2000/lists/marvel-animation + - https://trakt.tv/users/signoftheshadow/lists/mcu + summary: Marvel counts among its characters such well-known superheroes as Spider-Man, Iron Man, Captain America, the Hulk, Thor, Wolverine, Ant-Man, the Wasp, Black Widow, Hawkeye, Captain Marvel, Black Panther, Doctor Strange, the Scarlet Witch, Quicksilver, She-Hulk, the Vision, the Falcon, the Winter Soldier, Ghost Rider, Blade, Daredevil, Luke Cage, Iron Fist, Ms. Marvel, Miles Morales, the Punisher, Shang-Chi and Deadpool. Superhero teams exist such as the Avengers, the X-Men, the Fantastic Four and the Guardians of the Galaxy. + url_poster: https://i.imgur.com/T7Q4oTO.png + sync_mode: sync + sort_title: "+03_Marvel" + + + 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. + url_poster: https://i.imgur.com/Wy6bBkx.png + + 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. + url_poster: https://i.imgur.com/SjLGCk1.png + 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. + url_poster: https://i.imgur.com/vhOuRNE.png +# 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 +# url_poster: https://i.imgur.com/oSgGP6w.png + Walt Disney Animation Studios: + template: { name: Studio, company: 6125 } + #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. + url_poster: https://i.imgur.com/qaBoApi.png + Walt Disney Pictures: + template: { name: Studio} + #imdb_list: https://www.imdb.com/list/ls077114097/ + trakt_list: + - https://trakt.tv/users/asterlea/lists/walt-disney-pictures-part-2 + - https://trakt.tv/users/asterlea/lists/walt-disney-pictures-part-1 + #filters: + # collection.not: Pixar + #, Walt Disney Animation Studios + 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. + url_poster: https://i.imgur.com/RG6iDbj.png + diff --git a/mraniki/Movies/04collection.yml b/mraniki/Movies/04collection.yml new file mode 100644 index 0000000..5136e3a --- /dev/null +++ b/mraniki/Movies/04collection.yml @@ -0,0 +1,46 @@ +##################################################### +# Collections Collections # +##################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + +collections: + + + IMDB Top Rated: + trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-movies + sort_title: "+04_1collection_IMDB" + summary: "IMDB Top 250 Movies across the internet" + url_poster: https://i.imgur.com/HXONzvD.png + smart_label: audience_rating.desc + schedule: weekly(monday) + + + Criterion: + trakt_list: + - https://trakt.tv/users/millow123/lists/the-criterion-collection-updated + - https://trakt.tv/users/maxwelldeux/lists/the-criterion-collection + - https://trakt.tv/users/yoursvivek/lists/the-criterion-collection + sort_title: "+04_2collection_2criterion" + summary: "The Criterion Collection" + url_poster: https://i.imgur.com/VrixSvr.png + smart_label: audience_rating.desc + schedule: weekly(monday) + + 1001 Movies You Must See Before You Die: + trakt_list: https://trakt.tv/users/sp1ti/lists/1001-movies-you-must-see-before-you-die + sort_title: "+04_3collection1001" + 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." + url_poster: https://i.imgur.com/LhHzgM1.png + smart_label: audience_rating.desc + schedule: weekly(monday) + diff --git a/mraniki/Movies/05countries.yml b/mraniki/Movies/05countries.yml new file mode 100644 index 0000000..43ba791 --- /dev/null +++ b/mraniki/Movies/05countries.yml @@ -0,0 +1,79 @@ +##################################################### +# Countries Collections # +##################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + +templates: + SFF Template: + sort_title: '+05_collection<>' + smart_label: audience_rating.desc + summary: 'Sundance Film Festival of <>' + sync_mode: append + trakt_list: https://trakt.tv/users/vermelholimao/lists/sundance-film-festival-<> + item_label: Sundance Film Festival + SFF Genre Template: + sort_title: '*Sundance Film Festival <>' + smart_label: audience_rating.desc + smart_filter: + all: + label: Sundance Film Festival + genre: <> + summary: 'Sundance Film Festival: <>' + sync_mode: append + + +collections: + + + +# HKG Cinema: +# trakt_list: https://trakt.tv/users/sp1ti/lists/lovehkfilm-s-top-100-hong-kong-films-of-the-nineties +# sort_title: "+05_collection_Z_hk" +# summary: "Hong Kong cinema" +# url_poster: https://i.imgur.com/GEC1ytB.png +# smart_label: audience_rating.desc +# schedule: weekly(sunday) + + Korean Cinema: + trakt_list: + - https://trakt.tv/users/sp1ti/lists/lovehkfilm-s-top-100-hong-kong-films-of-the-ninetie + - https://trakt.tv/users/c858/lists/korean-movies + sync_mode: sync + sort_title: "+05_collection_Z_Korean Cinema" + summary: "Korean movies" + url_poster: https://i.imgur.com/FLphAzj.png + smart_label: audience_rating.desc + schedule: weekly(sunday) + + Japan Cinema: + schedule: weekly(sunday) + sort_title: +05_collection_Z_Japan Cinema + summary: A collection of Japanese Films. + sync_mode: sync + url_poster: "https://i.imgur.com/TNO26XK.png" + smart_filter: + all: + audio_language: ja + sort_by: release.desc + + HKG Cinema: + schedule: weekly(sunday) + sort_title: +05_collection_Z_hk + summary: A collection of Hong Kong Films. + sync_mode: sync + url_poster: https://i.imgur.com/GEC1ytB.png + smart_filter: + all: + country: Hong Kong + sort_by: release.desc + + diff --git a/mraniki/Movies/06genres.yml b/mraniki/Movies/06genres.yml new file mode 100644 index 0000000..0d6a317 --- /dev/null +++ b/mraniki/Movies/06genres.yml @@ -0,0 +1,423 @@ +#################################################### +# Genres Collections # +#################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + + + +templates: + Genre: + sort_title: +06_<> + sync_mode: sync + url_background: https://bit.ly/PlexMovieBackground + smart_label: originally_available.desc + +##################################################### +# Genre Collections # +###################################################### + +collections: + + Action: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/fresnobiker/lists/action-movies-2000-to-2021 + - https://trakt.tv/users/g0g0/lists/heroic-killer-bad-ass + - https://trakt.tv/users/movistapp/lists/action + summary: Action film is a genre wherein physical action takes precedence in the storytelling. The film will often have continuous motion and action including physical stunts, chases, fights, battles, and races. The story usually revolves around a hero that has a goal, but is facing incredible odds to obtain it. + url_poster: https://cutt.ly/PlexMovieAction + + + Adventure: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/adventure + - https://trakt.tv/users/krissykk/lists/adventure-drama-comedy-discovery-novels-1of2 + summary: Adventure film is a genre that revolves around the conquests and explorations of a protagonist. The purpose of the conquest can be to retrieve a person or treasure, but often the main focus is simply the pursuit of the unknown. These films generally take place in exotic locations and play on historical myths. Adventure films incorporate suspenseful puzzles and intricate obstacles that the protagonist must overcome in order to achieve the end goal. + url_poster: https://cutt.ly/PlexMovieAdventure + + Animation: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/animation + summary: Animated film is a collection of illustrations that are photographed frame-by-frame and then played in a quick succession. Since its inception, animation has had a creative and imaginative tendency. Being able to bring animals and objects to life, this genre has catered towards fairy tales and children’s stories. However, animation has long been a genre enjoyed by all ages. As of recent, there has even been an influx of animation geared towards adults. Animation is commonly thought of as a technique, thus it’s ability to span over many different genres. + url_poster: https://i.imgur.com/XJF1zJ9.png + + Anime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/giladg/lists/site-sound-50-essential-anime-films + - https://trakt.tv/users/sweevie/lists/top-100-anime-movies + - https://trakt.tv/users/bidip-shrestha/lists/bollywood-movies + summary: Anime + url_poster: https://i.imgur.com/R1C6IoE.png + + Bollywood: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/ld667/lists/highest-grossing-indian-films + - https://trakt.tv/users/toddylikes/lists/bollywood-action-movies + - https://trakt.tv/users/darkave/lists/bollywood + - https://trakt.tv/users/mraniki/lists/top-bollywood + - https://trakt.tv/users/mraniki/lists/india-kollywood-top-box-office-tamil-cinema + summary: Bollywood + url_poster: https://i.imgur.com/K1P3H1o.png + + Comedy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/comedy + - https://trakt.tv/users/krissykk/lists/comedy-comedy-drama + summary: Comedy is a genre of film that uses humor as a driving force. The aim of a comedy film is to illicit laughter from the audience through entertaining stories and characters. Although the comedy film may take on some serious material, most have a happy ending. Comedy film has the tendency to become a hybrid sub-genre because humor can be incorporated into many other genres. Comedies are more likely than other films to fall back on the success and popularity of an individual star. + url_poster: https://bit.ly/PlexMovieComedy + + Courtroom: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lollipopp/lists/lawyer-court + - https://trakt.tv/users/kayaaron13/lists/top-courtroom-dramas + - https://trakt.tv/users/additup/lists/legal-drama_judiciaire + summary: Showcasing brainy lawyers, gripping cases, and complex plotlines, these are the best legal dramas to watch + url_poster: https://i.imgur.com/gJHx28p.png + + Crime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/crime + summary: Crime film is a genre that revolves around the action of a criminal mastermind. A Crime film will often revolve around the criminal himself, chronicling his rise and fall. Some Crime films will have a storyline that follows the criminal's victim, yet others follow the person in pursuit of the criminal. This genre tends to be fast paced with an air of mystery – this mystery can come from the plot or from the characters themselves. + url_poster: https://bit.ly/PlexMovieCrime + + Documentary: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today + - https://trakt.tv/users/kayaaron13/lists/ranker-greatest-documentaries-of-all-time + - https://trakt.tv/users/sp1ti/lists/the-documentary-blog-s-top-50-documentaries-of-the-decade + - https://trakt.tv/users/firetv4k/lists/nature-documentaries + - https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/michaeldibben/lists/documentaries-scientific-factual + - https://trakt.tv/users/oxnard/lists/documentaries + - https://trakt.tv/users/acerider/lists/movies-nature + - https://trakt.tv/users/hammers-lists/lists/martial-arts-documentaries + - https://trakt.tv/users/cscott1/lists/history-science-documentaries + sync_mode: sync + summary: Top Rated Documentaries from 1980 onward + url_poster: https://bit.ly/PlexMovieDocumentary + + Drama: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/drama + - https://trakt.tv/users/majeed_pk/lists/drama-movies-_-the-essential-list + - https://trakt.tv/users/krissykk/lists/drama-11910764 + summary: Drama film is a genre that relies on the emotional and relational development of realistic characters. While Drama film relies heavily on this kind of development, dramatic themes play a large role in the plot as well. Often, these dramatic themes are taken from intense, real life issues. Whether heroes or heroines are facing a conflict from the outside or a conflict within themselves, Drama film aims to tell an honest story of human struggles. + url_poster: https://bit.ly/PlexMovieDrama + + Dystopian: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mezuror/lists/dystopian + - https://trakt.tv/users/remontant/lists/dystopian-movies + summary: "Relating to or denoting an imagined state or society where there is great suffering or injustice. A dystopia (alternatively cacotopia or simply anti-utopia) is a speculated community or society that is undesirable or frightening. It is often treated as an antonym of utopia, a term that was coined by Sir Thomas More and figures as the title of his best known work, published in 1516, which created a blueprint for an ideal society with minimal crime, violence and poverty" + url_poster: https://i.imgur.com/W64AC3q.png + + + Earth: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/earth + - https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows + - https://trakt.tv/users/joseph-recendez/lists/science-and-nature-shows + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/michaeldibben/lists/the-natural-world + - https://trakt.tv/users/kingkearney/lists/science-and-nature-documentaries + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/acerider/lists/movies-nature + - https://trakt.tv/users/hammers-lists/lists/attenborough-documentaries + - https://trakt.tv/users/krissykk/lists/documentary-the-planet-the-life-the-people + summary: The Planet, The Life & The People + url_poster: https://i.imgur.com/hf7Etga.png + + Family: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/family + - https://trakt.tv/users/jealad/lists/family + - https://trakt.tv/users/rizreflects/lists/feel-good + - https://trakt.tv/users/additup/lists/feelgood-movies-tv-shows + - https://trakt.tv/users/krissykk/lists/family-night-for-all-ages-also-see-animation + summary: Family film is a genre that is contains appropriate content for younger viewers. Family film aims to appeal not only to children, but to a wide range of ages. While the storyline may appeal to a younger audience, there are components of the film that are geared towards adults- such as witty jokes and humor. This genre may fall into many other genres, including comedy, adventure, fantasy, and animated film. + url_poster: https://bit.ly/PlexMovieFamily + + Fantasy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/fantasy + - https://trakt.tv/users/6911557d-5846-4d10-97c8-af0ed44a5dc7/lists/fantasy + summary: Fantasy film is a genre that incorporates imaginative and fantastic themes. These themes usually involve magic, supernatural events, or fantasy worlds. Although it is its own distinct genre, these films can overlap into the horror and science fiction genres. Unlike science fiction, a fantasy film does not need to be rooted in fact. This element allows the audience to be transported into a new and unique world. Often, these films center on an ordinary hero in an extraordinary situation. + url_poster: https://bit.ly/PlexMovieFantasy + + + Food: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/theme-food-kitchen + - https://trakt.tv/users/idelo/lists/food-movies + - https://trakt.tv/users/mrecko/lists/food + - https://trakt.tv/users/justin/lists/open-your-eyes + - https://trakt.tv/users/idelo/lists/food-movies + - https://trakt.tv/users/avaly13/lists/foodie-faves + url_poster: https://i.imgur.com/M0aRzkm.png + + Gangster: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/bmonomad/lists/gangster + - https://trakt.tv/users/moses456/lists/hood_gangsters_ghetto-movies + - https://trakt.tv/users/whitecoat21/lists/cartel-gang-mafia + - https://trakt.tv/users/debonair-pirate/lists/mobsters + - https://trakt.tv/users/krissykk/lists/documentary-movies-famous-gangsters-organized-crime + summary: Gangster film is a sub-genre of crime films that center on organized crime or the mafia. Often the plot revolves around the rise and fall of an organized crime leader. Many Gangster films explore the destructive nature of organized crime, while others attempt to show the humanity of the individual characters. + url_poster: https://bit.ly/PlexMovieGangster + + History: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/history + - https://trakt.tv/users/additup/lists/period-drama-history + summary: History film is a genre that takes historical events and people and interprets them in a larger scale. Historical accuracy is not the main focus, but rather the telling of a grandiose story. The drama of an History film is often accentuated by a sweeping musical score, lavish costumes, and high production value. + url_poster: https://bit.ly/PlexMovieHistory + + Horror: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-tv-shows-of-all-time + - https://trakt.tv/users/kylesheila/lists/horror-tv + - https://trakt.tv/users/lish408/lists/popular-horror + - https://trakt.tv/users/movistapp/lists/horror + summary: Horror film is a genre that aims to create a sense of fear, panic, alarm, and dread for the audience. These films are often unsettling and rely on scaring the audience through a portrayal of their worst fears and nightmares. Horror films usually center on the arrival of an evil force, person, or event. Many Horror films include mythical creatures such as ghosts, vampires, and zombies. Traditionally, Horror films incorporate a large amount of violence and gore into the plot. Though it has its own style, Horror film often overlaps into Fantasy, Thriller, and Science-Fiction genres. + url_poster: https://bit.ly/PlexMovieHorror + + Kdrama: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/xscaredycat/lists/korean-dramas + - https://trakt.tv/users/isaackrol/lists/kdramas-kmovies + summary: K-dramas have a multitude of different genres such as action dramas, historical dramas, school dramas, medical dramas, legal dramas, or even horror comedies. While most dramas carry romantic elements and deep emotional themes, there are various styles and tones. + url_poster: https://i.imgur.com/f4PLaYF.png + + LGBTQ: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/gus210/lists/gay-movies-and-tv-shows + - https://trakt.tv/users/sele_nap/lists/lgbt + - https://trakt.tv/users/eragos/lists/gay-movies-tv-shows + - https://trakt.tv/users/jmmeler/lists/gay + summary: LGBTQ film is a genre of films where the characters decpict lesbian, gay, bisexual, transgender, queer and intersex people. + url_poster: https://bit.ly/PlexMovieLGBTQPlus + + + + Martial Arts: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/martial-arts + - https://trakt.tv/users/shehrezad/lists/martial-arts + - https://trakt.tv/users/cage/lists/martial-arts + - https://trakt.tv/users/kabiri-erfan-gmail-com/lists/martial-art + - https://trakt.tv/users/hammers-lists/lists/asian-martial-arts + - https://trakt.tv/users/batmanxy/lists/martial-arts + summary: Martial arts films are a subgenre of action films, which feature numerous martial arts fights between characters. These fights are usually the films' primary appeal and entertainment value, and often are a method of storytelling and character expression and development. + url_poster: https://bit.ly/PlexMovieMartialArts + + Mindfuck Movies: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + smart_label: critic_rating.desc + summary: There’s nothing greater than a film that makes you think. A film that lingers on your mind long after the credits have rolled and is the subject of many conversation and discussion. Trying to piece together the puzzle of what you saw and coming to a conclusion that makes sense or still doesn’t add up. + url_poster: https://cutt.ly/PlexMovieMindfuck + + Music: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hammers-lists/lists/music-heavy-movies + - https://trakt.tv/users/movistapp/lists/music + - https://trakt.tv/users/ld667/lists/dance-movies-_-great-list-of-dance-movies + - https://trakt.tv/users/additup/lists/about-music + summary: Music film is genre that revolves around music being an integral part of the characters lives. + url_poster: https://i.imgur.com/DGSdDqx.png + + Musical: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mpsimala/lists/musicals + - https://trakt.tv/users/guavalove/lists/musical-television + - https://trakt.tv/users/trakker/lists/musical-tv + - https://trakt.tv/users/asterlea/lists/top-musicals + - https://trakt.tv/users/maxwelldeux/lists/bfi-s-100-film-musicals + summary: A Musical interweaves vocal and dance performances into the narrative of the film. The songs of a film can either be used to further the story or simply enhance the experience of the audience. These films are often done on a grand scale and incorporate lavish costumes and sets. Traditional musicals center on a well-known star, famous for their dancing or singing skills (i.e. Fred Astaire, Gene Kelly, Judy Garland). These films explore concepts such are love and success, allowing the audience to escape from reality. + url_poster: https://i.imgur.com/xrQ3cUp.png + + Mystery: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/schwee/lists/murder-mystery + - https://trakt.tv/users/mraniki/lists/mystery + - https://trakt.tv/users/alkodique/lists/collection-de-films-a-enigme + - https://trakt.tv/users/giladg/lists/murder-mystery-movies + - https://trakt.tv/users/movistapp/lists/mystery + - https://trakt.tv/users/roses100/lists/4-rm-mystery-crime-suspense + summary: A Mystery film centers on a person of authority, usually a detective, that is trying to solve a mysterious crime. The main protagonist uses clues, investigation, and logical reasoning. The biggest element in these films is a sense of “whodunit” suspense, usually created through visual cues and unusual plot twists. + url_poster: https://bit.ly/PlexMovieMystery + + Pandemic: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/twentywashere/lists/corona-extra-pandemics-and-viral-outbreaks-no-zombies + summary: A Pandemic film resolves around widespread viruses, plagues, and diseases + url_poster: https://cutt.ly/PlexMoviePandemic + + Pets: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/theme-dog + - https://trakt.tv/users/rfsbraz/lists/veterinarian-craze + summary: Pets! + url_poster: https://i.imgur.com/Zr1o20F.png + + Romance: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/romance + - https://trakt.tv/users/rdjones247/lists/films-romance + - https://trakt.tv/users/krissykk/lists/romance-comedy-and-drama-mixed-movies?sort=title,asc + summary: "Romance film can be defined as a genre wherein the plot revolves around the love between two protagonists. This genre usually has a theme that explores an issue within love, including but not limited to: love at first sight, forbidden love, love triangles, and sacrificial love. The tone of Romance film can vary greatly. Whether the end is happy or tragic, Romance film aims to evoke strong emotions in the audience." + url_poster: https://bit.ly/PlexMovieRomance + + Sci-Fi: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/science-fiction + - https://trakt.tv/users/canconfirm/lists/sci-fi + - https://trakt.tv/users/chazlarson/lists/looper-best-scifi-of-2021 + - https://trakt.tv/users/evilbyte/lists/hard-science-fiction + - https://trakt.tv/users/zapin/lists/best-sci-fi-series + summary: Science Fiction (Sci-Fi) film is a genre that incorporates hypothetical, science-based themes into the plot of the film. Often, this genre incorporates futuristic elements and technologies to explore social, political, and philosophical issues. The film itself is usually set in the future, either on earth or in space. Traditionally, a Science Fiction film will incorporate heroes, villains, unexplored locations, fantastical quests, and advanced technology. + url_poster: https://bit.ly/PlexMovieSciFi + + Sketch Shows: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hutchoo/lists/sketch-shows + - https://trakt.tv/shows/key-peele + - https://trakt.tv/users/mraniki/lists/sketch-shows + summary: Best Sketch Shows of All time + url_poster: https://i.imgur.com/OvCMTfr.png + + Sports: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/sports-documentary-series-film + summary: A Sport Film revolves around a sport setting, event, or an athlete. Often, these films will center on a single sporting event that carries significant importance. Sports films traditionally have a simple plot that builds up to the significant sporting event. This genre is known for incorporating film techniques to build anticipation and intensity. Sport films have a large range of sub-genres, from comedies to dramas, and are more likely than other genres to be based true-life events. + url_poster: https://i.imgur.com/LhtYz39.png + + Stand Up Comedy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/stand-up-comedy-specials + - https://trakt.tv/users/mertens21/lists/stand-up + - https://trakt.tv/users/firestickplusmankodi/lists/urban-standup + - https://trakt.tv/users/jakdarippa/lists/stand-up-comedy + - https://trakt.tv/users/chuckleslecloun/lists/stand-up-added-individually + - https://trakt.tv/users/mraniki/lists/standup + - https://trakt.tv/users/designrat/lists/netflix-stand-up-specials + - https://trakt.tv/users/giladg/lists/stand-up-comedy + summary: Stand-up comedy is a comedic style in which a comedian performs in front of a live audience, speaking directly to them through a microphone. Comedians give the illusion that they are dialoguing, but in actuality, they are monologuing a grouping of humorous stories, jokes and one-liners, typically called a shtick, routine, act, or set. Some stand-up comedians use props, music or magic tricks to enhance their acts. Stand-up comedians perform quasi-autobiographical and fictionalized extensions of their offstage selves. + url_poster: https://i.imgur.com/4xynCmw.png + + Spectacle: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/show + - https://trakt.tv/users/toasterfaerie/lists/national-theatre-live + - https://trakt.tv/users/mraniki/lists/spectacles-francais + - https://trakt.tv/users/mraniki/lists/theatre-francais + - https://trakt.tv/users/mraniki/lists/au-theatre-ce-soir + plex_search: + all: + label: spectacle + sort_by: audience_rating.desc + summary: Show must go on + url_poster: https://i.imgur.com/NtjcFwa.png + + Sword & Sorcery: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/krissykk/lists/adventure-swords-sorcery-dragons-legends-mythical-events-2of2 + summary: Sword and Sorcery film is a sub-genre of Fantasy that tend to be more plot-driven. These films rely on heavy action and battle scenes. Common themes in Sword and Sorcery films include a rescue mission, saving a princess, and battling a fantastical monster. The worlds and characters in these films are often much less developed than in other fantasy sub-genres. Of all the Fantasy sub-genres, Sword and Sorcery is most likely to be geared towards a younger audience, as many of these films are animated. + url_poster: https://i.imgur.com/P1jgVUG.png + + Thriller: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/thriller + summary: Thriller Film is a genre that revolves around anticipation and suspense. The aim for Thrillers is to keep the audience alert and on the edge of their seats. The protagonist in these films is set against a problem – an escape, a mission, or a mystery. No matter what sub-genre a Thriller film falls into, it will emphasize the danger that the protagonist faces. The tension with the main problem is built on throughout the film and leads to a highly stressful climax. + url_poster: https://i.imgur.com/WEJfAl6.png + + TrueCrime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film + - https://trakt.tv/users/billy-shakes/lists/essential-true-crime + - https://trakt.tv/users/tkreimark91/lists/true-crime-91 + - https://trakt.tv/users/bagpussthe2nd/lists/the-ultimate-true-crime-documentaries-list + summary: True Crime documentary + url_poster: https://cutt.ly/PlexMovieTrueCrime + + War: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/war + summary: War Film is a genre that looks at the reality of war on a grand scale. They often focus on landmark battles as well as political issues within war. This genre usually focuses on a main character and his team of support, giving the audience an inside look into the gritty reality of war. + url_poster: https://i.imgur.com/JC6r616.png + + Western: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/kayaaron13/lists/ranker-top-western-movies + - https://trakt.tv/users/movistapp/lists/western + summary: Western Film is a genre that revolves around stories primarily set in the late 19th century in the American Old West. Most Westerns are set between the American Civil War (1865) and the early 1900s. Common themes within Western Film include the conquest of the wild west, the cultural separation of the East and the West, the West’s resistance to modern change, the conflict between Cowboys and Indians, outlaws, and treasure/gold hunting. American Western Film usually revolves around a stoic hero and emphasizes the importance of honor and sacrifice. + url_poster: https://i.imgur.com/BOL9EDO.png + + Zombie: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/ld667/lists/the-most-epic-zombie-films-since-2000 + - https://trakt.tv/users/almj24/lists/zombies + - https://trakt.tv/users/mraniki/lists/zombie + sync_mode: sync + summary: Zombies are fictional creatures usually portrayed as reanimated corpses or virally infected human beings. They are commonly portrayed as anthropophagous in nature—labelling them as cannibals would imply zombies are still members of the human species, and expert opinions quoted in some of the films below, e.g. Dawn of the Dead, specifically state this is not the case. While zombie films generally fall into the horror genre, some cross over into other genres, such as comedy, science fiction, thriller, or romance. Distinct subgenres have evolved, such as the zombie comedy or the zombie apocalypse. Zombies are distinct from ghosts, ghouls, mummies, Frankenstein's monsters or vampires, so this list does not include films devoted to these types of undead. + url_poster: https://i.imgur.com/FgTf0gC.png + + + + + + + + + + diff --git a/mraniki/Movies/07awards.yml b/mraniki/Movies/07awards.yml new file mode 100644 index 0000000..17b028b --- /dev/null +++ b/mraniki/Movies/07awards.yml @@ -0,0 +1,88 @@ +##################################################### +# Awards Collections # +##################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + +collections: + + Oscars Winners: + imdb_list: "https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner" + sort_title: "+07_0awardoscar" + summary: "Oscar Winning Movies" + url_poster: https://i.imgur.com/C4njuC1.png + smart_label: audience_rating.desc + schedule: yearly (03/28) + + Oscar best picture winner: + imdb_list: https://www.imdb.com/search/title/?count=250&groups=oscar_best_picture_winners&sort=year,desc + sort_title: "+07_1awardoscar" + summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929." + url_poster: https://i.imgur.com/mqo1FPY.png + smart_label: audience_rating.desc + schedule: yearly (03/28) + + Oscar 2022 nominations: + #imdb_list: https://www.imdb.com/search/title/?release_date=2021-03-01,&groups=oscar_nominee + trakt_list: + - https://trakt.tv/users/jcbwoldseth/lists/oscar-race-2022 + sort_title: "+01_1awardoscar" + summary: "2022 Oscar nominations" + url_poster: https://i.imgur.com/ckwJe6W.png + smart_label: audience_rating.desc + visible_home: false + + + Cannes - Palme d'or: + trakt_list: https://trakt.tv/users/sp1ti/lists/cannes-palme-d-or-winners + sort_title: "+07_2awardcannes" + summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee." + url_poster: https://i.imgur.com/wXISR0Y.png + smart_label: audience_rating.desc + schedule: yearly (06/01) + + Cesar: + trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film + sort_title: "+07_3awardcesar" + summary: "The César Award is the national film award of France. It is delivered in the Nuit des César ceremony and was first awarded in 1976." + url_poster: https://i.imgur.com/ZVVj3ei.png + smart_label: audience_rating.desc + schedule: yearly (03/14) + + Berlinale: + trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears + sort_title: "+07_4award" + summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany." + url_poster: https://i.imgur.com/EVRx11E.png + smart_label: audience_rating.desc + schedule: yearly (02/21) + + BAFTA Best Film: + trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film + sort_title: "+07_5award" + summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film." + url_poster: https://i.imgur.com/Eur7qol.png + smart_label: audience_rating.desc + schedule: yearly (02/21) + + Venice: + trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion + sort_title: "+07_6award" + summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival" + url_poster: https://i.imgur.com/grelb3t.png + smart_label: audience_rating.desc + schedule: yearly (02/21) + + + + + + diff --git a/mraniki/Movies/08decades.yml b/mraniki/Movies/08decades.yml new file mode 100644 index 0000000..ac5460b --- /dev/null +++ b/mraniki/Movies/08decades.yml @@ -0,0 +1,30 @@ +##################################################### +# Decades Collections # +###################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + + +collections: + 80s Movies: + trakt_list: + - https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-80s + - https://trakt.tv/users/zyrus/lists/80s-classics + smart_label: critic_rating.desc + sync_mode: sync + sort_title: "+08_80s Movies" + summary: The Best Movies From The 80s + url_poster: https://i.imgur.com/k9c4ieG.png + url_background: https://i.imgur.com/ITnaga1.jpg + schedule: monthly(17) + + diff --git a/mraniki/Movies/09people.yml b/mraniki/Movies/09people.yml new file mode 100644 index 0000000..6e8a830 --- /dev/null +++ b/mraniki/Movies/09people.yml @@ -0,0 +1,446 @@ +##################################################### +# People Collections # +###################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + + +###################################################### +# People Collections # +###################################################### +templates: + Person: + smart_filter: + any: + actor: tmdb + director: tmdb + writer: tmdb + producer: tmdb + sort_by: random + validate: false + tmdb_person: <> + sort_title: +09_3<> + schedule: monthly (1) + + PersonFR: + smart_filter: + any: + actor: tmdb + director: tmdb + writer: tmdb + producer: tmdb + sort_by: random + validate: false + tmdb_person: <> + sort_title: +09_1<> + schedule: monthly (18) + + PersonIN: + smart_filter: + any: + actor: tmdb + director: tmdb + writer: tmdb + producer: tmdb + sort_by: random + validate: false + tmdb_person: <> + sort_title: +09_2<> + schedule: monthly (2) + + +collections: + +###################################################### +# FRENCH # +###################################################### + Martin Lamotte: + template: {name: PersonFR, person: 82793} + Michel Galabru: + template: {name: PersonFR, person: 24629} + Christian Clavier: + template: {name: PersonFR, person: 28781} + Gérard Jugnot: + template: {name: PersonFR, person: 21171} + Dominique Lavanant: + template: {name: PersonFR, person: 1972} + Jacques Villeret: + template: {name: PersonFR, person: 35323} + Michel Blanc: + template: {name: PersonFR, person: 21175} + Thierry Lhermitte: + template: {name: PersonFR, person: 21177} + Josiane Balasko: + template: {name: PersonFR, person: 35137} + Roland Giraud: + template: {name: PersonFR, person: 35210} + Jean Yanne: + template: {name: PersonFR, person: 24381} + Louis de Funès: + template: {name: PersonFR, person: 11187} + Alban Ivanov: + template: {name: PersonFR, person: 544681} + Vincent Cassel: + template: {name: PersonFR, person: 1925} + Guillaume Canet: + template: {name: PersonFR, person: 19866} + Kristin Scott Thomas: + template: {name: PersonFR, person: 5470} + André Dussollier: + template: {name: PersonFR, person: 18177} + Audrey Tautou: + template: {name: PersonFR, person: 2405} + Romain Duris: + template: {name: PersonFR, person: 17497} + Cécile de France: + template: {name: PersonFR, person: 17522} + Gérard Depardieu: + template: {name: PersonFR, person: 16927} + Jamel Debbouze: + template: {name: PersonFR, person: 2408} + Monica Bellucci: + template: {name: PersonFR, person: 28782} + Alexandra Lamy: + template: {name: PersonFR, person: 113617} + Jean Dujardin: + template: {name: PersonFR, person: 56024} + Jean-Paul Belmondo: + template: {name: PersonFR, person: 3829} + Michel Serrault: + template: {name: PersonFR, person: 12270} + +###################################################### +# BOLLY # +###################################################### + + Aamir Khan: + template: {name: PersonIN, person: 52763} + Salman Khan: + template: {name: PersonIN, person: 42802} + Shah Rukh Khan: + template: {name: PersonIN, person: 35742} + Kareena Kapoor Khan: + template: {name: PersonIN, person: 37233} + Kajol: + template: {name: PersonIN, person: 55061} + Amitabh Bachchan: + template: {name: PersonIN, person: 35} + Hrithik Roshan: + template: {name: PersonIN, person: 78749} + Akshay Kumar: + template: {name: PersonIN, person: 35070} + +###################################################### +# Other # +###################################################### + + + + + + +###################################################### +# USA # +###################################################### + + + Adam Sandler: + template: {name: Person, person: 19292} + Al Pacino: + template: {name: Person, person: 1158} + Alfred Hitchcock: + template: {name: Person, person: 2636} + Amy Adams: + template: {name: Person, person: 9273} + Angelina Jolie: + template: {name: Person, person: 11701} + Anne Hathaway: + template: {name: Person, person: 1813} + Anthony Hopkins: + template: {name: Person, person: 4173} + Antonio Banderas: + template: {name: Person, person: 3131} + Arnold Schwarzenegger: + template: {name: Person, person: 1100} + Ben Affleck: + template: {name: Person, person: 880} + Ben Stiller: + template: {name: Person, person: 7399} + Bill Murray: + template: {name: Person, person: 1532} + Brad Pitt: + template: {name: Person, person: 287} + Brendan Fraser: + template: {name: Person, person: 18269} + Bruce Lee: + template: {name: Person, person: 19429} + Bruce Willis: + template: {name: Person, person: 62} + Cameron Diaz: + template: {name: Person, person: 6941} + Carrie Fisher: + template: {name: Person, person: 4} + Cate Blanchett: + template: {name: Person, person: 112} + Catherine Zeta-Jones: + template: {name: Person, person: 1922} + Channing Tatum: + template: {name: Person, person: 38673} + Charlie Chaplin: + template: {name: Person, person: 13848} + Charlize Theron: + template: {name: Person, person: 6885} + Christian Bale: + template: {name: Person, person: 3894} + Chris Evans: + template: {name: Person, person: 16828} + Chris Hemsworth: + template: {name: Person, person: 74568} + Chris Pratt: + template: {name: Person, person: 73457} + Chris Rock: + template: {name: Person, person: 2632} + Christopher Nolan: + template: {name: Person, person: 525} + Christopher Walken: + template: {name: Person, person: 4690} + Chuck Norris: + template: {name: Person, person: 51576} + Clint Eastwood: + template: {name: Person, person: 190} + 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)." + Daniel Craig: + template: {name: Person, person: 8784} + Dave Bautista: + template: {name: Person, person: 543530} + Dave Chappelle: + template: {name: Person, person: 4169} + Denzel Washington: + template: {name: Person, person: 5292} + Diane Keaton: + template: {name: Person, person: 3092} + Don Cheadle: + template: {name: Person, person: 1896} + Dustin Hoffman: + template: {name: Person, person: 4483} + Dwayne Johnson: + template: {name: Person, person: 18918} + Eddie Murphy: + template: {name: Person, person: 776} + Edward Norton: + template: {name: Person, person: 819} + Elliot Page: + template: {name: Person, person: 27578} + Emma Stone: + template: {name: Person, person: 54693} + Emma Watson: + template: {name: Person, person: 10990} + Ewan McGregor: + template: {name: Person, person: 3061} + George Clooney: + template: {name: Person, person: 1461} + Gerard Butler: + template: {name: Person, person: 17276} + Harrison Ford: + template: {name: Person, person: 3} + Hayao Miyazaki: + template: {name: Person, person: 608} + Hugh Jackman: + template: {name: Person, person: 6968} + Ian McKellen: + template: {name: Person, person: 1327} + Ice Cube: + template: {name: Person, person: 9778} + J.J. Abrams: + template: {name: Person, person: 15344} + Jack Black: + template: {name: Person, person: 70851} + Jackie Chan: + template: {name: Person, person: 18897} + James Cameron: + template: {name: Person, person: 2710} + James Franco: + template: {name: Person, person: 17051} + Jamie Foxx: + template: {name: Person, person: 134} + Jason Bateman: + template: {name: Person, person: 23532} + Jason Statham: + template: {name: Person, person: 976} + Jeff Bridges: + template: {name: Person, person: 1229} + Jeff Goldblum: + template: {name: Person, person: 4785} + Jennifer Aniston: + template: {name: Person, person: 4491} + Jennifer Lawrence: + template: {name: Person, person: 72129} + Jesse Eisenberg: + template: {name: Person, person: 44735} + Jessica Alba: + template: {name: Person, person: 56731} + Jet Li: + template: {name: Person, person: 1336} + Jim Carrey: + template: {name: Person, person: 206} + John Candy: + template: {name: Person, person: 7180} + John Travolta: + template: {name: Person, person: 8891} + John Wayne: + template: {name: Person, person: 4165} + Johnny Depp: + template: {name: Person, person: 85} + Julia Roberts: + template: {name: Person, person: 1204} + Kevin Bacon: + template: {name: Person, person: 4724} + Kevin Costner: + template: {name: Person, person: 1269} + Kevin Hart: + template: {name: Person, person: 55638} + Kevin Smith: + template: {name: Person, person: 19303} + Leonardo DiCaprio: + template: {name: Person, person: 6193} + Liam Neeson: + template: {name: Person, person: 3896} + Lucy Liu: + template: {name: Person, person: 140} + M. Night Shyamalan: + template: {name: Person, person: 11614} + Mark Wahlberg: + template: {name: Person, person: 13240} + Matt Damon: + template: {name: Person, person: 1892} + Matthew McConaughey: + template: {name: Person, person: 10297} + Megan Fox: + template: {name: Person, person: 19537} + Mel Brooks: + template: {name: Person, person: 14639} + Mel Gibson: + template: {name: Person, person: 2461} + Melissa McCarthy: + template: {name: Person, person: 55536} + Meryl Streep: + template: {name: Person, person: 5064} + Michael Bay: + template: {name: Person, person: 865} + Michael Caine: + template: {name: Person, person: 3895} + Michael Keaton: + template: {name: Person, person: 2232} + Mike Myers: + template: {name: Person, person: 12073} + Mila Kunis: + template: {name: Person, person: 18973} + Milla Jovovich: + template: {name: Person, person: 63} + Morgan Freeman: + template: {name: Person, person: 192} + Natalie Portman: + template: {name: Person, person: 524} + Nicolas Cage: + template: {name: Person, person: 2963} + Nicole Kidman: + template: {name: Person, person: 2227} + Orlando Bloom: + template: {name: Person, person: 114} + Owen Wilson: + template: {name: Person, person: 887} + Patrick Stewart: + template: {name: Person, person: 2387} + Quentin Tarantino: + template: {name: Person, person: 138} + Reese Witherspoon: + template: {name: Person, person: 368} + Ridley Scott: + template: {name: Person, person: 578} + Robert De Niro: + template: {name: Person, person: 380} + Robert Downey Jr.: + template: {name: Person, person: 3223} + Robin Williams: + template: {name: Person, person: 2157} + Rosario Dawson: + template: {name: Person, person: 5916} + Ryan Reynolds: + template: {name: Person, person: 10859} + Samuel L. Jackson: + template: {name: Person, person: 2231} + Sandra Bullock: + template: {name: Person, person: 18277} + Sacha Baron Cohen: + template: {name: Person, person: 6730} + Scarlett Johansson: + template: {name: Person, person: 1245} + Sean Connery: + template: {name: Person, person: 738} + Seth Rogen: + template: {name: Person, person: 19274} + Shia LaBeouf: + template: {name: Person, person: 10959} + Steve Buscemi: + template: {name: Person, person: 884} + Steve Carell: + template: {name: Person, person: 4495} + Steve Martin: + template: {name: Person, person: 67773} + Steven Seagal: + template: {name: Person, person: 23880} + Steven Spielberg: + template: {name: Person, person: 488} + Sylvester Stallone: + template: {name: Person, person: 16483} + Tim Burton: + template: {name: Person, person: 510} + Tom Cruise: + template: {name: Person, person: 500} + Tom Hanks: + template: {name: Person, person: 31} + Tommy Lee Jones: + template: {name: Person, person: 2176} + Vin Diesel: + template: {name: Person, person: 12835} + Vince Vaughn: + template: {name: Person, person: 4937} + Wesley Snipes: + template: {name: Person, person: 10814} + Will Ferrell: + template: {name: Person, person: 23659} + Will Smith: + template: {name: Person, person: 2888} + Woody Harrelson: + template: {name: Person, person: 57755} + Zack Snyder: + template: {name: Person, person: 15217} + + + + + + + + + + + + + + + + + + diff --git a/mraniki/TV/01charts.yml b/mraniki/TV/01charts.yml new file mode 100644 index 0000000..199c8ec --- /dev/null +++ b/mraniki/TV/01charts.yml @@ -0,0 +1,77 @@ +########################################################################## +########################################################################## +## ## +## _____ _ _____ _____ _ _____ _ ## +## | | |_| |_ _| __ |___| |_| __|___ ___| |_ ## +## | | | | | | | | | __ -| .'| | | | . |_ -| | ## +## |_____|_|_|_|_|_|_ |_____|__,|_|_|_____|___|___|_|_| ## +## |___| ## +## ## +## ..TV Show Library Collections YML Confg For.. ## +## https://github.com/meisnate12/Plex-Meta-Manager ## +########################################################################## +## github.com/ohmybahgosh ## +########################################################################## +## -=My Trakt.tv Collection Lists=- ## +## _-=https://trakt.tv/users/hdlists/lists=-_ ## +########################################################################## +## Every Collection Comes With a Poster I Made & A Background I Grabbed ## +### BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP POSTERS ### +########################################################################## +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + +collections: + + Trending: + sync_mode: sync + trakt_trending: 20 + tmdb_trending_weekly: 20 + sort_title: '+01_1Trending' + summary: "Shows Trending across the internet" + url_poster: https://i.imgur.com/kEi4zWu.png + smart_label: originally_available.desc + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + Popular: + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 25 + sort_title: '+01_2Popular' + summary: "Popular Shows across the internet" + url_poster: https://i.imgur.com/EbhXNCG.png + smart_label: originally_available.desc + sonarr_add: true + sonarr_search: false + sonarr_monitor: all + + + + Watching Now: + sort_title: +00_1watchingnow + summary: Watching now + sync_mode: sync + url_poster: https://i.imgur.com/hZKcLdT.png + trakt_watchlist: + - me + trakt_list: + - https://trakt.tv/users/mraniki/lists/tonightseries + + + + + + + + diff --git a/mraniki/TV/03network.yml b/mraniki/TV/03network.yml new file mode 100644 index 0000000..c10758b --- /dev/null +++ b/mraniki/TV/03network.yml @@ -0,0 +1,102 @@ +##################################################### +# Network Collections # +###################################################### +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + +templates: + network: + optional: + - network + tmdb_network: <> + sort_title: +3_<> + sync_mode: sync + smart_label: originally_available.desc + + +collections: + HBO: + template: { name: network, network: "49, 2593, 3186, 3308" } + schedule: weekly (thursday) + +# Cinemax: +# template: { name: network, network: 359 } + Showtime: + template: { name: network, network: 67 } + schedule: weekly (thursday) + + Netflix: + template: { name: network, network: 213 } + schedule: weekly (thursday) + + + Hulu: + template: { name: network, network: 453 } + schedule: weekly (thursday) + + +# Syfy: +# template: { name: network, network: "77, 3701" } + Starz: + template: { name: network, network: "318, 758, 4906" } + schedule: weekly (thursday) + + HGTV: + template: { name: network, network: 210 } + schedule: weekly (thursday) +# TBS: +# template: { name: network, network: 68 } +# schedule: weekly (monday) +# TBS Tokyo: +# template: { name: network, network: 1393 } + + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476" } + schedule: weekly (thursday) + + + Prime Video: + template: { name: network, network: 1024 } + schedule: weekly (thursday) + + +# YouTube: +# template: { name: network, network: "247, 1436, 4869" } + FX: + template: { name: network, network: 88 } + schedule: weekly (thursday) + + + Disney+: + template: { name: network, network: "2739, 2919" } + schedule: weekly (thursday) + + + Apple+: + template: { name: network, network: 2552 } + schedule: weekly (thursday) + + 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" } + schedule: weekly (thursday) + +# A&E: +# template: { name: network, network: "129, 2639, 3688" } + BBC: + template: { name: network, network: "3546, 3278, 4, 332" } + url_poster: https://i.imgur.com/8f5EQSn.png + schedule: weekly (thursday) + + iTV: + template: { name: network, network: "9, 3448, 24546, 5238" } + url_poster: https://i.imgur.com/7iiQ02K.png + diff --git a/mraniki/TV/04collection.yml b/mraniki/TV/04collection.yml new file mode 100644 index 0000000..a5b22d6 --- /dev/null +++ b/mraniki/TV/04collection.yml @@ -0,0 +1,101 @@ +########################################################################## +########################################################################## +## ## +## _____ _ _____ _____ _ _____ _ ## +## | | |_| |_ _| __ |___| |_| __|___ ___| |_ ## +## | | | | | | | | | __ -| .'| | | | . |_ -| | ## +## |_____|_|_|_|_|_|_ |_____|__,|_|_|_____|___|___|_|_| ## +## |___| ## +## ## +## ..TV Show Library Collections YML Confg For.. ## +## https://github.com/meisnate12/Plex-Meta-Manager ## +########################################################################## +## github.com/ohmybahgosh ## +########################################################################## +## -=My Trakt.tv Collection Lists=- ## +## _-=https://trakt.tv/users/hdlists/lists=-_ ## +########################################################################## +## Every Collection Comes With a Poster I Made & A Background I Grabbed ## +### BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP POSTERS ### +########################################################################## +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + +templates: + Studio: + optional: + - company + tmdb_company: <> + sort_title: +03_<> + smart_label: release.desc + schedule: weekly (wednesday) + +collections: + + DC: + trakt_list: + - https://trakt.tv/users/movistapp/lists/dc-comics + - https://trakt.tv/users/tetharion/lists/worlds-of-dc + - https://trakt.tv/users/littlgrim/lists/dc + - https://trakt.tv/users/rkvine82/lists/dc-comic-shows + - https://trakt.tv/users/asterlea/lists/dceu + - https://trakt.tv/users/donxy/lists/dc-comics-animated + - https://trakt.tv/users/donxy/lists/dc-universe-animated-original-movies + - https://trakt.tv/users/donxy/lists/dc-animated-series-universe + summary: DC Comics is one of the largest and oldest American comic book companies, with their first comic under the DC banner being published in 1937.The majority of its publications take place within the fictional DC Universe and feature numerous culturally iconic heroic characters, such as Superman, Batman, and Wonder Woman. It is widely known for some of the most famous and recognizable teams including the Justice League, the Justice Society of America, and the Teen Titans. The universe also features a large number of well-known supervillains such as the Joker, Lex Luthor, and Darkseid. The company has published non-DC Universe-related material, including Watchmen, V for Vendetta, Fables and many titles under their alternative imprint Vertigo. + url_poster: https://i.imgur.com/Og1sKU1.png + sync_mode: sync + sort_title: "+03_DC" + + +# Marvel: +# template: { name: Studio, company: 13252} +# tmdb_keyword: 180547 +# 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. +# url_poster: https://i.imgur.com/DnTP8xl.png + + Marvel: + trakt_list: + - https://trakt.tv/users/donxy/lists/marvel-cinematic-universe + - https://trakt.tv/users/asterlea/lists/marvel-television + - https://trakt.tv/users/mediashare2000/lists/marvel-animation + - https://trakt.tv/users/signoftheshadow/lists/mcu + - https://trakt.tv/users/ifigenia1986/lists/mcu-series + summary: Marvel counts among its characters such well-known superheroes as Spider-Man, Iron Man, Captain America, the Hulk, Thor, Wolverine, Ant-Man, the Wasp, Black Widow, Hawkeye, Captain Marvel, Black Panther, Doctor Strange, the Scarlet Witch, Quicksilver, She-Hulk, the Vision, the Falcon, the Winter Soldier, Ghost Rider, Blade, Daredevil, Luke Cage, Iron Fist, Ms. Marvel, Miles Morales, the Punisher, Shang-Chi and Deadpool. Superhero teams exist such as the Avengers, the X-Men, the Fantastic Four and the Guardians of the Galaxy. + url_poster: https://i.imgur.com/T7Q4oTO.png + sync_mode: sync + sort_title: "+03_Marvel" + + + LEGO: + template: { name: Studio, company: 4081 } + summary: "Lego movies, TV, and shorts" + url_poster: https://i.imgur.com/AKe5dJo.png + + + TV Show Francais: + sort_title: +03_ZFrenchTV + summary: French TV Show + sync_mode: sync + url_poster: https://i.imgur.com/6Nx3gU9.png + trakt_list: + - https://trakt.tv/users/mraniki/lists/french-series + - https://trakt.tv/users/mraniki/lists/tele + + + + + + + + + + diff --git a/mraniki/TV/06genre.yml b/mraniki/TV/06genre.yml new file mode 100644 index 0000000..6cb684d --- /dev/null +++ b/mraniki/TV/06genre.yml @@ -0,0 +1,404 @@ +########################################################################## +########################################################################## +## ## +## _____ _ _____ _____ _ _____ _ ## +## | | |_| |_ _| __ |___| |_| __|___ ___| |_ ## +## | | | | | | | | | __ -| .'| | | | . |_ -| | ## +## |_____|_|_|_|_|_|_ |_____|__,|_|_|_____|___|___|_|_| ## +## |___| ## +## ## +## ..TV Show Library Collections YML Confg For.. ## +## https://github.com/meisnate12/Plex-Meta-Manager ## +########################################################################## +## github.com/ohmybahgosh ## +########################################################################## +## -=My Trakt.tv Collection Lists=- ## +## _-=https://trakt.tv/users/hdlists/lists=-_ ## +########################################################################## +## Every Collection Comes With a Poster I Made & A Background I Grabbed ## +### BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP POSTERS ### +########################################################################## +# +01_ = Charts +# +02_ = Holidays +# +03_ = Studios or Network +# +04_ = Collection +# +05_ = Countries +# +06_ = Genres +# +07_ = Awards +# +08_ = Decades +# +09_ = People +# +10_ = Movies + + + + +templates: + Genre: + sort_title: +06_<> + sync_mode: sync + url_background: https://bit.ly/PlexMovieBackground + smart_label: originally_available.desc + +##################################################### +# Genre Collections # +###################################################### + +collections: + + Action: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/fresnobiker/lists/action-movies-2000-to-2021 + - https://trakt.tv/users/g0g0/lists/heroic-killer-bad-ass + - https://trakt.tv/users/movistapp/lists/action + - https://trakt.tv/users/grimreaper1972/lists/action-tv + imdb_list: + - https://www.imdb.com/search/title/?genres=action&title_type=tv_series,mini_series + url_poster: https://cutt.ly/PlexMovieAction + + + Adventure: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/adventure + - https://trakt.tv/users/krissykk/lists/adventure-drama-comedy-discovery-novels-1of2 + url_poster: https://cutt.ly/PlexMovieAdventure + + Animation: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/animation + url_poster: http://bit.ly/PlexMovieAnimation + + Anime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/giladg/lists/site-sound-50-essential-anime-films + - https://trakt.tv/users/sweevie/lists/top-100-anime-movies + summary: Anime + url_poster: http://bit.ly/PlexMovieAnime + + British Police: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/guy1307/lists/detective-uk + - https://trakt.tv/users/wsquaredtoronto/lists/tv-british-police-procedurals + - https://trakt.tv/users/jimmothy-bizarreaux/lists/whodunnit-howcatchem-murder-mystery-police- + - https://trakt.tv/users/rudiecantfail/lists/uk-detective-crime-series + sync_mode: sync + summary: Very Best British Procedurals + url_poster: http://bit.ly/PlexBritishPolice + + Comedy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/amymarie1982/lists/comedies + - https://trakt.tv/users/norman05/lists/sitcoms + - https://trakt.tv/users/coldkeys/lists/classic-american-comedy + - https://trakt.tv/users/pauls67/lists/british-comedy + url_poster: https://bit.ly/PlexMovieComedy + + Courtroom: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lollipopp/lists/lawyer-court + - https://trakt.tv/users/kayaaron13/lists/top-courtroom-dramas + - https://trakt.tv/users/additup/lists/legal-drama_judiciaire + summary: Showcasing brainy lawyers, gripping cases, and complex plotlines, these are the best legal dramas to watch + url_poster: http://bit.ly/PlexGenreCourtroom + + Crime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/crime + - https://trakt.tv/users/alonna/lists/mysteries + - https://trakt.tv/users/angrymermaid/lists/detective-modern-crime- + url_poster: https://bit.ly/PlexMovieCrime + + Documentary: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today + - https://trakt.tv/users/kayaaron13/lists/ranker-greatest-documentaries-of-all-time + - https://trakt.tv/users/sp1ti/lists/the-documentary-blog-s-top-50-documentaries-of-the-decade + - https://trakt.tv/users/firetv4k/lists/nature-documentaries + - https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/michaeldibben/lists/documentaries-scientific-factual + - https://trakt.tv/users/oxnard/lists/documentaries + - https://trakt.tv/users/acerider/lists/movies-nature + - https://trakt.tv/users/hammers-lists/lists/martial-arts-documentaries + - https://trakt.tv/users/cscott1/lists/history-science-documentaries + sync_mode: sync + summary: Top Rated Documentaries from 1980 onward + url_poster: https://bit.ly/PlexMovieDocumentary + + Drama: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/drama + - https://trakt.tv/users/majeed_pk/lists/drama-movies-_-the-essential-list + - https://trakt.tv/users/krissykk/lists/drama-11910764 + url_poster: https://bit.ly/PlexMovieDrama + + Dystopian: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mezuror/lists/dystopian + - https://trakt.tv/users/remontant/lists/dystopian-movies + url_poster: http://bit.ly/PlexGenreDystopian + + + Earth: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/earth + - https://trakt.tv/users/gary-lydement/lists/best-nature-doco-s-shows + - https://trakt.tv/users/joseph-recendez/lists/science-and-nature-shows + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/michaeldibben/lists/the-natural-world + - https://trakt.tv/users/kingkearney/lists/science-and-nature-documentaries + - https://trakt.tv/users/firetv4k/lists/science-documentaries + - https://trakt.tv/users/acerider/lists/movies-nature + - https://trakt.tv/users/hammers-lists/lists/attenborough-documentaries + - https://trakt.tv/users/krissykk/lists/documentary-the-planet-the-life-the-people + summary: The Planet, The Life & The People + url_poster: http://bit.ly/PlexGenreEarth + + Family: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/family + - https://trakt.tv/users/jealad/lists/family + - https://trakt.tv/users/rizreflects/lists/feel-good + - https://trakt.tv/users/additup/lists/feelgood-movies-tv-shows + - https://trakt.tv/users/krissykk/lists/family-night-for-all-ages-also-see-animation + url_poster: https://bit.ly/PlexMovieFamily + + Fantasy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/fantasy + - https://trakt.tv/users/6911557d-5846-4d10-97c8-af0ed44a5dc7/lists/fantasy + url_poster: https://bit.ly/PlexMovieFantasy + + Food: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/theme-food-kitchen + - https://trakt.tv/users/idelo/lists/food-movies + - https://trakt.tv/users/mrecko/lists/food + url_poster: http://bit.ly/PlexGenreFood + + Gangster: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/bmonomad/lists/gangster + - https://trakt.tv/users/moses456/lists/hood_gangsters_ghetto-movies + - https://trakt.tv/users/whitecoat21/lists/cartel-gang-mafia + - https://trakt.tv/users/debonair-pirate/lists/mobsters + - https://trakt.tv/users/krissykk/lists/documentary-movies-famous-gangsters-organized-crime + url_poster: https://bit.ly/PlexMovieGangster + + History: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/history + - https://trakt.tv/users/additup/lists/period-drama-history + url_poster: https://bit.ly/PlexMovieHistory + + Horror: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-horror-tv-shows-of-all-time + - https://trakt.tv/users/kylesheila/lists/horror-tv + - https://trakt.tv/users/lish408/lists/popular-horror + - https://trakt.tv/users/movistapp/lists/horror + url_poster: https://bit.ly/PlexMovieHorror + + Kdrama: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/xscaredycat/lists/korean-dramas + - https://trakt.tv/users/isaackrol/lists/kdramas-kmovies + url_poster: http://bit.ly/PlexGenreKdrama + + LGBTQ: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/gus210/lists/gay-movies-and-tv-shows + - https://trakt.tv/users/sele_nap/lists/lgbt + - https://trakt.tv/users/eragos/lists/gay-movies-tv-shows + - https://trakt.tv/users/jmmeler/lists/gay + url_poster: https://bit.ly/PlexMovieLGBTQPlus + + Martial Arts: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/martial-arts + - https://trakt.tv/users/shehrezad/lists/martial-arts + - https://trakt.tv/users/cage/lists/martial-arts + - https://trakt.tv/users/kabiri-erfan-gmail-com/lists/martial-art + - https://trakt.tv/users/hammers-lists/lists/asian-martial-arts + - https://trakt.tv/users/batmanxy/lists/martial-arts + url_poster: https://bit.ly/PlexMovieMartialArts + + Mindfuck: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hdlists/lists/mindfuck-movies + - https://trakt.tv/users/benfranklin/lists/best-mindfucks + url_poster: https://cutt.ly/PlexMovieMindfuck + + Music: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hammers-lists/lists/music-heavy-movies + - https://trakt.tv/users/movistapp/lists/music + - https://trakt.tv/users/ld667/lists/dance-movies-_-great-list-of-dance-movies + - https://trakt.tv/users/additup/lists/about-music + url_poster: http://bit.ly/PlexGenreMusic + + Musical: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mpsimala/lists/musicals + - https://trakt.tv/users/guavalove/lists/musical-television + - https://trakt.tv/users/trakker/lists/musical-tv + - https://trakt.tv/users/asterlea/lists/top-musicals + url_poster: https://i.imgur.com/xrQ3cUp.png + + Mystery: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/schwee/lists/murder-mystery + - https://trakt.tv/users/mraniki/lists/mystery + - https://trakt.tv/users/giladg/lists/murder-mystery-movies + - https://trakt.tv/users/roses100/lists/4-rm-mystery-crime-suspense + url_poster: https://bit.ly/PlexMovieMystery + + Pandemic: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/twentywashere/lists/corona-extra-pandemics-and-viral-outbreaks-no-zombies + url_poster: https://cutt.ly/PlexMoviePandemic + + Pets: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/theme-dog + - https://trakt.tv/users/rfsbraz/lists/veterinarian-craze + summary: Pets! + url_poster: https://i.imgur.com/Zr1o20F.png + + Romance: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/romance + - https://trakt.tv/users/rdjones247/lists/films-romance + - https://trakt.tv/users/krissykk/lists/romance-comedy-and-drama-mixed-movies?sort=title,asc + url_poster: https://bit.ly/PlexMovieRomance + + Sci-Fi: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/movistapp/lists/science-fiction + - https://trakt.tv/users/canconfirm/lists/sci-fi + - https://trakt.tv/users/chazlarson/lists/looper-best-scifi-of-2021 + - https://trakt.tv/users/evilbyte/lists/hard-science-fiction + - https://trakt.tv/users/zapin/lists/best-sci-fi-series + url_poster: https://bit.ly/PlexMovieSciFi + + Sketch Shows: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/hutchoo/lists/sketch-shows + - https://trakt.tv/shows/key-peele + - https://trakt.tv/users/mraniki/lists/sketch-shows + summary: Best Sketch Shows of All time + url_poster: https://i.imgur.com/OvCMTfr.png + + Sports: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/sports-documentary-series-film + url_poster: https://i.imgur.com/LhtYz39.png + + Stand Up Comedy: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/stand-up-comedy-specials + - https://trakt.tv/users/mertens21/lists/stand-up + - https://trakt.tv/users/firestickplusmankodi/lists/urban-standup + - https://trakt.tv/users/jakdarippa/lists/stand-up-comedy + - https://trakt.tv/users/chuckleslecloun/lists/stand-up-added-individually + - https://trakt.tv/users/mraniki/lists/standup + - https://trakt.tv/users/designrat/lists/netflix-stand-up-specials + url_poster: https://i.imgur.com/4xynCmw.png + + Spectacle: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/mraniki/lists/show + - https://trakt.tv/users/toasterfaerie/lists/national-theatre-live + - https://trakt.tv/users/mraniki/lists/spectacles-francais + - https://trakt.tv/users/mraniki/lists/theatre-francais + - https://trakt.tv/users/mraniki/lists/au-theatre-ce-soir + summary: Show must go on + url_poster: https://i.imgur.com/NtjcFwa.png + + Sword & Sorcery: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/krissykk/lists/adventure-swords-sorcery-dragons-legends-mythical-events-2of2 + url_poster: https://i.imgur.com/P1jgVUG.png + + Thriller: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lizline73-gmail-com/lists/thriller-series + url_poster: https://i.imgur.com/WEJfAl6.png + + TrueCrime: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film + - https://trakt.tv/users/billy-shakes/lists/essential-true-crime + - https://trakt.tv/users/tkreimark91/lists/true-crime-91 + - https://trakt.tv/users/bagpussthe2nd/lists/the-ultimate-true-crime-documentaries-list + summary: True Crime documentary + url_poster: https://cutt.ly/PlexMovieTrueCrime + + War: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/maxtrontv/lists/war-tv-shows + - https://trakt.tv/users/majeed_pk/lists/wwii-tv-series + - https://trakt.tv/users/debonair-pirate/lists/war + url_poster: https://i.imgur.com/JC6r616.png + + Western: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/edrodez/lists/classic-tv-shows-western + - https://trakt.tv/users/dix0914/lists/westerns + url_poster: https://i.imgur.com/BOL9EDO.png + + Zombie: + template: { name: Genre} + trakt_list: + - https://trakt.tv/users/ld667/lists/the-most-epic-zombie-films-since-2000 + - https://trakt.tv/users/almj24/lists/zombies + - https://trakt.tv/users/mraniki/lists/zombie + sync_mode: sync + url_poster: https://i.imgur.com/FgTf0gC.png + + + + + + + + + +