From e4a6edf8af86dd6e4816152035261134ba1fe94a Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Sun, 16 May 2021 15:47:43 -0400 Subject: [PATCH 1/5] metadata file update --- meisnate12/AnimeCharts.yml | 34 +++++++++++++++++ meisnate12/IMDBGenres.yml | 2 +- meisnate12/{Charts.yml => MovieCharts.yml} | 0 meisnate12/Networks.yml | 43 +++++++++++++++++++++ meisnate12/ShowCharts.yml | 44 ++++++++++++++++++++++ 5 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 meisnate12/AnimeCharts.yml rename meisnate12/{Charts.yml => MovieCharts.yml} (100%) create mode 100644 meisnate12/Networks.yml create mode 100644 meisnate12/ShowCharts.yml diff --git a/meisnate12/AnimeCharts.yml b/meisnate12/AnimeCharts.yml new file mode 100644 index 0000000..12f3cc4 --- /dev/null +++ b/meisnate12/AnimeCharts.yml @@ -0,0 +1,34 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<><> + sync_mode: sync + smart_label: random +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: Shows Popular on Plex + Popular: + template: { name: Chart, num: 3 } + anidb_popular: 30 + anilist_popular: 30 + summary: Popular Anime across the internet + Top Rated: + template: { name: Chart, num: 4 } + anilist_top_rated: 50 + summary: Top Rated Anime across the internet + Current Anime Season: + anilist_season: + sort_by: popular + limit: 100 + sync_mode: sync \ No newline at end of file diff --git a/meisnate12/IMDBGenres.yml b/meisnate12/IMDBGenres.yml index a76aedd..0737243 100644 --- a/meisnate12/IMDBGenres.yml +++ b/meisnate12/IMDBGenres.yml @@ -11,7 +11,7 @@ templates: limit: <> - url: https://www.imdb.com/search/title/?title_type=<>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc limit: <<limit>> - sort_title: ++_<<collection_name>> + sort_title: +3_<<collection_name>> sync_mode: sync smart_label: random Other Genre: diff --git a/meisnate12/Charts.yml b/meisnate12/MovieCharts.yml similarity index 100% rename from meisnate12/Charts.yml rename to meisnate12/MovieCharts.yml diff --git a/meisnate12/Networks.yml b/meisnate12/Networks.yml new file mode 100644 index 0000000..cc2106c --- /dev/null +++ b/meisnate12/Networks.yml @@ -0,0 +1,43 @@ +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" } diff --git a/meisnate12/ShowCharts.yml b/meisnate12/ShowCharts.yml new file mode 100644 index 0000000..e91d9c3 --- /dev/null +++ b/meisnate12/ShowCharts.yml @@ -0,0 +1,44 @@ +###################################################### +# Chart Collections # +###################################################### +templates: + Chart: + sort_title: +1_<<num>><<collection_name>> + sync_mode: sync + smart_label: random +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: Shows Popular on Plex + Trending: + template: { name: Chart, num: 2 } + trakt_trending: 10 + tmdb_trending_daily: 10 + tmdb_trending_weekly: 10 + summary: Shows Trending across the internet + Popular: + template: { name: Chart, num: 3 } + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 40 + summary: Popular Shows across the internet + Top Rated: + template: { name: Chart, num: 4 } + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&num_votes=20000,&sort=user_rating,desc + limit: 100 + tmdb_top_rated: 100 + summary: Top Rated Movies across the internet + Emmy Winners: + template: { name: Chart, num: 5 } + imdb_list: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries&groups=emmy_winner + summary: Emmy Winning Shows From a17e4130c5707e03f3b9ece3e329b437653deae0 Mon Sep 17 00:00:00 2001 From: meisnate12 <meisnate12@gmail.com> Date: Thu, 20 May 2021 23:38:33 -0400 Subject: [PATCH 2/5] added validate: false to People.yml --- meisnate12/People.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/meisnate12/People.yml b/meisnate12/People.yml index 8a79a7e..7a38d7f 100644 --- a/meisnate12/People.yml +++ b/meisnate12/People.yml @@ -10,6 +10,7 @@ templates: writer: tmdb producer: tmdb sort_by: random + validate: false tmdb_person: <<person>> sort_title: +4_<<collection_name>> collections: From f94536d87d48941334634a0167833b7c0af736e0 Mon Sep 17 00:00:00 2001 From: OhMyBahGosh <77786782+ohmybahgosh@users.noreply.github.com> Date: Sat, 22 May 2021 18:36:57 -0400 Subject: [PATCH 3/5] More Collections, Converted all to SMART Added even more collections, but there may be some overlap, so pick and choose. Each collection now a smart collection with a smart label for sorting. --- OhMyBahGosh/Movies.yml | 200 +++++++++++++++++++++++++++++------------ 1 file changed, 144 insertions(+), 56 deletions(-) diff --git a/OhMyBahGosh/Movies.yml b/OhMyBahGosh/Movies.yml index ab92cd0..10a0454 100644 --- a/OhMyBahGosh/Movies.yml +++ b/OhMyBahGosh/Movies.yml @@ -19,130 +19,218 @@ ### BY NO MEANS AM I A GRAPHIC DESIGNER, SO FEEL FREE TO SWAP POSTERS ### ########################################################################## -##NOTE: -###I have add_to_arr set to FALSE, if you wan't these added to Radarr change to TRUE - collections: + Top Ten Pirated Weekly: + trakt_list: https://trakt.tv/users/hdlists/lists/top-ten-pirated-movies-of-the-week-torrent-freak-com + smart_label: year.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APirated Weekly + summary: Most Pirated Movies of The Week + radarr_add: true + radarr_search: true + radarr_monitor: true + url_background: https://i.imgur.com/SOVfrIq.png + url_poster: https://i.imgur.com/dYdjSOu.png + Mindfuck Movies: trakt_list: - https://trakt.tv/users/hdlists/lists/mindfuck-movies - https://trakt.tv/users/benfranklin/lists/best-mindfucks - collection_order: alpha - collection_mode: default + smart_label: critic_rating.desc + sync_mode: sync sort_title: ++++++++++++++++++_Mindfuck Movies 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://i.imgur.com/Tl6QMgA.png url_background: https://i.imgur.com/DM1Im1X.jpeg - add_to_arr: false - 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 - collection_order: alpha - collection_mode: default + smart_label: critic_rating.desc + sync_mode: sync sort_title: ++++++++++++++++++_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 - add_to_arr: false - 90s Movies: trakt_list: https://trakt.tv/users/hdlists/lists/rottentomatoes-com-s-best-of-the-90s - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_90s Movies summary: The Best Movies From The 90s url_poster: https://i.imgur.com/Nq8fxp8.png url_background: https://i.imgur.com/g2yfzfx.jpg - add_to_arr: false - - + Best Picture Nominees (2021 Academy Awards): trakt_list: https://trakt.tv/users/hdlists/lists/2021-academy-award-nominated-for-best-picture-93rd-academy-awards-oscar-s - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Oscar Nominated Best Picture Movies 2021 summary: The 93rd Academy Awards ceremony is scheduled to take place on April 25, more than two months later than last year’s ceremony. The awards will recognize films released during a year in which movie theaters were largely closed. Streaming services, which were already on the rise as an awards-season presence, are poised to dominate in April, both with their own productions (like Netflix’s “Mank”) and with traditional studio films that were released through streaming platforms because of the pandemic (like Searchlight Pictures’s “Nomadland,” which is streaming on Hulu). url_poster: https://i.imgur.com/HhpBvRR.png - url_background: https://i.imgur.com/0Kao9gY.jpeg - add_to_arr: false - + url_background: https://i.imgur.com/0Kao9gY.jpeg Oscar Nominated Movies (2021 Academy Awards): trakt_list: https://trakt.tv/users/hdlists/lists/2021-academy-award-nominated-movies-93rd-academy-awards-oscar-s - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Oscar Nominated Movies 2021 summary: The 93rd Academy Awards ceremony is scheduled to take place on April 25, more than two months later than last year’s ceremony. The awards will recognize films released during a year in which movie theaters were largely closed. Streaming services, which were already on the rise as an awards-season presence, are poised to dominate in April, both with their own productions (like Netflix’s “Mank”) and with traditional studio films that were released through streaming platforms because of the pandemic (like Searchlight Pictures’s “Nomadland,” which is streaming on Hulu). url_poster: https://i.imgur.com/H05ESeK.png url_background: https://i.imgur.com/0Kao9gY.jpeg - add_to_arr: false - - + Nostalgia Collection (Classics From The 80s & 90s): trakt_list: https://trakt.tv/users/hdlists/lists/nostalgiac-movies-from-the-80s-90s - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Nostalgia Collection summary: All The Nostalgiac Movies From The 80s & 90s in One Collection url_poster: https://i.imgur.com/vE8dsdd.jpg url_background: https://i.imgur.com/frz0kly.jpg - add_to_arr: false - - + Outer Space Movie Collection: trakt_list: https://trakt.tv/users/hdlists/lists/outer-space-space-exploration-movies - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Outer Space Movie Collection summary: Movies That Take Place in Outer Space url_poster: https://i.imgur.com/tOujJnS.jpg url_background: https://i.imgur.com/CUIrEWQ.jpg - add_to_arr: false - - + Documentary Collection: trakt_list: https://trakt.tv/users/hdlists/lists/documentary-movies-top-rated-from-1980-to-today - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Documentary Collection summary: Top Rated Documentaries from 1980 onward url_poster: https://i.imgur.com/2AtAgce.jpg url_background: https://i.imgur.com/lJQwoDH.jpg - add_to_arr: false - - + Parody Movie Collection: trakt_list: https://trakt.tv/users/hdlists/lists/top-50-parody-movies-of-all-time - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Parody Movie Collection summary: Top 50 Parody Movies of All Time url_poster: https://i.imgur.com/yFtJ5eV.png url_background: https://i.imgur.com/eELv4eB.jpg - add_to_arr: false - - + Sundance Film Festival 2021: trakt_list: https://trakt.tv/users/hdlists/lists/sundance-2021-movie-guide - collection_order: alpha - collection_mode: default + sync_mode: sync + smart_label: critic_rating.desc sort_title: ++++++++++++++++++_Sundance 2021 Collection summary: Sundance Film Festival 2021 Movie Guide url_poster: https://i.imgur.com/6CqlOaq.png url_background: https://i.imgur.com/goapGVl.jpg - add_to_arr: false - - - Most Popular Movies of 2020: + + Most Popular Movies of 2020: trakt_list: https://trakt.tv/users/hdlists/lists/most-popular-movies-of-2020 - collection_order: alpha - collection_mode: default - sort_title: ++++++++++++++++++_2020 Most popular + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_20z20 Most popular summary: The Most Popular Movies of 2020 url_poster: https://i.imgur.com/LLURmaF.png url_background: https://i.imgur.com/gO3Rlft.jpg - add_to_arr: false + + Highest Rated Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/2021-best-rated-movies-so-far + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_12021 Top Rated popular + summary: The Top Rated Movies of 2021 on RottenTomatoes.com + url_poster: https://i.imgur.com/w7Ucfa5.png + url_background: https://i.imgur.com/trITIgI.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Top Movies of 2021: + trakt_list: https://trakt.tv/users/hdlists/lists/top-movies-for-2021 + sync_mode: sync + smart_label: critic_rating.desc + sort_title: ++++++++++++++++++_2021 Top Movies + summary: Top Movies of 2021 + url_poster: https://i.imgur.com/qnfjiew.png + url_background: https://i.imgur.com/aiRCYHH.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + Trending: + trakt_trending: 40 + tmdb_trending_daily: 40 + tmdb_trending_weekly: 40 + sort_title: +++++++++++++++++++_1Trending + sync_mode: sync + smart_label: year.desc + summary: Movies Trending across the internet + radarr_add: true + radarr_search: true + radarr_monitor: true + url_background: https://i.imgur.com/SOVfrIq.png + url_poster: https://i.imgur.com/4vpMZoA.png + + Popular: + tmdb_popular: 40 + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short + limit: 40 + sort_title: +++++++++++++++++++_2Popular + sync_mode: sync + smart_label: year.desc + summary: Popular Movies across the internet + radarr_add: true + radarr_search: true + radarr_monitor: true + url_background: https://i.imgur.com/SOVfrIq.png + url_poster: https://i.imgur.com/4cI2Jg4.png + + Top Rated: + imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250 + tmdb_top_rated: 250 + sort_title: +++++++++++++++++++_3Top Rated + sync_mode: sync + smart_label: critic_rating.desc + summary: Top Rated Movies + url_background: https://i.imgur.com/b26VZ9y.jpg + url_poster: https://i.imgur.com/x7BhedD.png + radarr_add: false + radarr_search: false + radarr_monitor: false + + True Crime Documentaries: + trakt_list: https://trakt.tv/users/hdlists/lists/true-crime-documentaries + sync_mode: sync + smart_label: year.desc + sort_title: ++++++++++++++++++_True Crime Documentaries Movies + summary: True Crime Documentaries + url_poster: https://i.imgur.com/PPbzaKa.png + url_background: https://i.imgur.com/SOVfrIq.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Best Superhero Movies: + trakt_list: https://trakt.tv/users/hdlists/lists/best-superhero-movies + sort_title: +++++++++++++++++++++_Superhero Movies + sync_mode: sync + smart_label: critic_rating.desc + summary: Best Superhero Movies of All Time + radarr_add: true + radarr_search: true + radarr_monitor: true + url_poster: https://i.imgur.com/lqXRQdd.png + + Movies People are Watching: + trakt_list: https://trakt.tv/users/hdlists/lists/top-films-everyone-s-watching + sort_title: +++++++++++++++++++++_Everyones Watching + sync_mode: sync + smart_label: year.desc + summary: Movies That Everyone is Watching + radarr_add: true + radarr_search: true + radarr_monitor: true + url_poster: https://i.imgur.com/GQca9tU.png \ No newline at end of file From e37cdd92f9cde549c6d30c4a8ee9c7d55baf9924 Mon Sep 17 00:00:00 2001 From: OhMyBahGosh <77786782+ohmybahgosh@users.noreply.github.com> Date: Tue, 25 May 2021 13:09:05 -0400 Subject: [PATCH 4/5] Added TV Conf, Added More to Movies Config --- OhMyBahGosh/Movies.yml | 66 ++++++++++++++++++++++++++ OhMyBahGosh/TV.yml | 105 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 OhMyBahGosh/TV.yml diff --git a/OhMyBahGosh/Movies.yml b/OhMyBahGosh/Movies.yml index 10a0454..7e539ad 100644 --- a/OhMyBahGosh/Movies.yml +++ b/OhMyBahGosh/Movies.yml @@ -20,6 +20,72 @@ ########################################################################## collections: + + Apple Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Originals From 2021-2025 + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Amazon Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Apple TV Originals From 2021-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + Netflix Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Originals From 2021-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + + HBO Max Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HULU Originals From 2021-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + radarr_add: true + radarr_search: true + radarr_monitor: true + + HULU Originals 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Originals From 2021-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + radarr_add: true + radarr_search: true + radarr_monitor: true + Top Ten Pirated Weekly: trakt_list: https://trakt.tv/users/hdlists/lists/top-ten-pirated-movies-of-the-week-torrent-freak-com smart_label: year.desc diff --git a/OhMyBahGosh/TV.yml b/OhMyBahGosh/TV.yml new file mode 100644 index 0000000..2b0829b --- /dev/null +++ b/OhMyBahGosh/TV.yml @@ -0,0 +1,105 @@ +########################################################################## +########################################################################## +## ## +## _____ _ _____ _____ _ _____ _ ## +## | | |_| |_ _| __ |___| |_| __|___ ___| |_ ## +## | | | | | | | | | __ -| .'| | | | . |_ -| | ## +## |_____|_|_|_|_|_|_ |_____|__,|_|_|_____|___|___|_|_| ## +## |___| ## +## ## +## ..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 ### +########################################################################## + + +collections: + + Trending: + smart_label: originally_available.desc + sync_mode: sync + trakt_trending: 40 + summary: Shows Trending across the internet + + Popular: + smart_label: originally_available.desc + sync_mode: sync + imdb_list: + url: https://www.imdb.com/search/title/?title_type=tv_series,tv_miniseries + limit: 40 + summary: Popular Shows across the internet + + Apple Original Series 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0546168 + summary: All Apple TV Original Series/Shows From 2021-2025 + url_poster: https://i.imgur.com/O9iWork.png + url_background: https://wallpaper-house.com/data/out/8/wallpaper2you_228774.png + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + Amazon Original Series 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1APPLE + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0319272 + summary: All Apple TV Original Series/Shows From 2021-2025 + url_poster: https://i.imgur.com/nU3gqqB.png + url_background: https://i.imgur.com/2jfs7oS.png + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + Netflix Original Series 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1Netflix + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0144901 + summary: All Netflix Original Series/Shows From 2021-2025 + url_poster: https://i.imgur.com/7kiE1MU.png + url_background: https://img5.goodfon.com/original/1920x1080/1/61/fon-netflix-logo-raduga-tsvet-fon-background-skachat-oboi-sk.jpg + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + HBO Max Original Series 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HBOMAX + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 + summary: All HULU Original Series/Shows From 2021-2025 + url_poster: https://i.redd.it/zxdvw3tk3f151.jpg + url_background: https://wallpapercave.com/wp/wp6402755.png + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + HULU Original Series 2021-2025: + smart_label: originally_available.desc + sync_mode: sync + sort_title: +++++++++++++++++++++_1HULU + imdb_list: + url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0218858 + summary: All HULU Original Series/Shows From 2021-2025 + url_poster: https://plexcollectionposters.com/images/2019/05/26/Hulu6ddad752a5ce9bac.jpg + url_background: https://cdn.vox-cdn.com/thumbor/oR4hqrmTxbX_O4gdJ6np8h-PxFk=/0x439:750x861/1600x900/cdn.vox-cdn.com/uploads/chorus_image/image/56311701/Image_uploaded_from_iOS__8_.1503433270.jpg + sonarr_add: true + sonarr_search: true + sonarr_monitor: all + + + From 2d418fad45a5677c57e8d663ca96899f73bbfff2 Mon Sep 17 00:00:00 2001 From: twhiting9275 <tom@linux-tech.net> Date: Thu, 27 May 2021 16:56:03 -0500 Subject: [PATCH 5/5] Update TV.yml Just correcting the summary Original: Hulu shows New: HBO Max shows (correct) --- OhMyBahGosh/TV.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OhMyBahGosh/TV.yml b/OhMyBahGosh/TV.yml index 2b0829b..92c6aca 100644 --- a/OhMyBahGosh/TV.yml +++ b/OhMyBahGosh/TV.yml @@ -81,7 +81,7 @@ collections: sort_title: +++++++++++++++++++++_1HBOMAX imdb_list: url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,tv_series,tv_special,tv_miniseries,documentary,video,tv_short&release_date=2021-01-01,2025-12-31&genres=!animation&countries=us&languages=en&sort=release_date,desc&count=250&companies=co0754095 - summary: All HULU Original Series/Shows From 2021-2025 + summary: All HBO Max Series/Shows From 2021-2025 url_poster: https://i.redd.it/zxdvw3tk3f151.jpg url_background: https://wallpapercave.com/wp/wp6402755.png sonarr_add: true