diff --git a/charles15/movies/movieGenre.yml b/charles15/movies/movieGenre.yml index b5fc2ea..b4817a3 100644 --- a/charles15/movies/movieGenre.yml +++ b/charles15/movies/movieGenre.yml @@ -7,13 +7,12 @@ templates: title: feature url_poster: <> imdb_list: - - 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>> - url: https://www.imdb.com/search/title/?title_type=<<title>>&release_date=1990-01-01,&user_rating=5.0,10.0&num_votes=100000,&genres=<<genre>>&sort=user_rating,desc - sort_title: +3_<<collection_name>> + sort_title: zzz_<<collection_name>> sync_mode: sync url_poster: <<poster>> Other Genre: - sort_title: +3_<<collection_name>> + sort_title: zzz_<<collection_name>> sync_mode: sync url_poster: <<poster>> collections: @@ -90,4 +89,4 @@ collections: 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. Western: template: { name: IMDb Genre, genre: western, limit: 200, poster: https://theposterdb.com/api/assets/51774} - 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." + 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." \ No newline at end of file diff --git a/charles15/movies/movieStudios.yml b/charles15/movies/movieStudios.yml index c53a01f..314affe 100644 --- a/charles15/movies/movieStudios.yml +++ b/charles15/movies/movieStudios.yml @@ -6,7 +6,7 @@ templates: optional: - company tmdb_company: <<company>> - sort_title: +2_<<collection_name>> + sort_title: +05_<<collection_name>> sync_mode: sync smart_label: release.desc url_poster: <<poster>> @@ -44,4 +44,4 @@ collections: Walt Disney Pictures: template: { name: Studio, poster: https://theposterdb.com/api/assets/103271 } imdb_list: https://www.imdb.com/list/ls077114097/ - summary: Walt Disney Pictures is an American film production studio of The Walt Disney Studios, which is owned by The Walt Disney Company. The studio is the flagship producer of live-action feature films within the Walt Disney Studios unit, and is based at the Walt Disney Studios in Burbank, California. Animated films produced by Walt Disney Animation Studios and Pixar Animation Studios are also released under this brand. Walt Disney Studios Motion Pictures distributes and markets the films produced by Walt Disney Pictures. + 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. \ No newline at end of file diff --git a/charles15/movies/movies.yml b/charles15/movies/movies.yml index 44c8a86..3ef2abc 100644 --- a/charles15/movies/movies.yml +++ b/charles15/movies/movies.yml @@ -1,61 +1,133 @@ ###################################################### # Movies # ###################################################### - +templates: + Chart: + sort_title: +02_<<collection_name>> + sync_mode: sync + Series: + sort_title: +03_<<collection_name>> + sync_mode: sync collections: ###################################################### # Movie Charts # ###################################################### - Zoidberg Popular Movies: + Zoidberg Popular: + sort_title: +01_<<num>><<collection_name>> sync_mode: sync tautulli_popular: list_days: 365 - list_size: 25 - list_buffer: 30 - tautulli_watched: - list_days: 365 - list_size: 25 - list_buffer: 30 - url_poster: https://theposterdb.com/api/assets/204196 + list_size: 15 + list_buffer: 25 summary: Most popular movies on Plex in the last year. + name_mapping: Zoidberg Popular Movies Best of All Time: + template: {name: Chart} sync_mode: sync imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=250/ tmdb_top_rated: 250 - url_poster: https://theposterdb.com/api/assets/136352 summary: IMDb & TVDB Top Rated Movies of All Time + Best of the 1970s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/1970 + primary_release_date.lte: 12/31/1979 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 1980s + Best of the 1980s: + template: {name: Chart} + tmdb_discover: + primary_release_date.gte: 01/01/1980 + primary_release_date.lte: 12/31/1989 + with_original_language: en + sort_by: popularity.desc + limit: 100 + summary: TMDB Most Popular Movies of the 1980s Best of the 1990s: + template: {name: Chart} tmdb_discover: primary_release_date.gte: 01/01/1990 primary_release_date.lte: 12/31/1999 with_original_language: en sort_by: popularity.desc limit: 100 - url_poster: https://theposterdb.com/api/assets/136354 summary: TMDB Most Popular Movies of the 1990s Best of the 2000s: + template: {name: Chart} tmdb_discover: primary_release_date.gte: 01/01/2000 primary_release_date.lte: 12/31/2009 with_original_language: en sort_by: popularity.desc limit: 100 - url_poster: https://theposterdb.com/api/assets/136355 summary: TMDB Most Popular Movies of the 2000s Best of the 2010s: + template: {name: Chart} tmdb_discover: primary_release_date.gte: 01/01/2010 primary_release_date.lte: 12/31/2019 with_original_language: en sort_by: popularity.desc limit: 100 - url_poster: https://theposterdb.com/api/assets/136356 summary: TMDB Most Popular Movies of the 2010s Best of the 2020s: + template: {name: Chart} tmdb_discover: primary_release_date.gte: 01/01/2020 primary_release_date.lte: 12/31/2029 with_original_language: en sort_by: popularity.desc limit: 100 - summary: TMDB Most Popular Movies of the 2020s + summary: TMDB Most Popular Movies of the 2020s + Academy Award Winners: + template: {name: Chart} + tmdb_list: https://www.themoviedb.org/list/28 + sort_by: release_date.desc + collection_order: custom + summary: All Academy Award Winners on Plex. +###################################################### +# Movie Series # +###################################################### + X-Men Universe: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc + summary: X-Men Universe in Chronological Order + url_poster: https://theposterdb.com/api/assets/21 + The Pixar Theory: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/the-pixar-theory?sort=rank,asc + summary: Chronological order of the Pixar theory (all Pixar films are in a shared universe that is connected by Boo) + url_poster: https://theposterdb.com/api/assets/4767 + Alien & Predator Universe: + template: {name: Series} + trakt_list: https://trakt.tv/users/donxy/lists/alien-predator-timeline?sort=rank,asc + url_poster: https://theposterdb.com/api/assets/146111 + summary: All Alien & Predator movies in the shared universe + name_mapping: Alien/Predator Universe + Rocky Universe: + template: {name: Series} + tmdb_list: https://www.themoviedb.org/collection/1575 + tmdb_list: https://www.themoviedb.org/collection/553717 + sort_by: release_date.desc + collection_order: custom + summary: All movies from the Rocky & Creed Universe. + Fast & Furious Collection: + template: {name: Series} + tmdb_list: https://www.themoviedb.org/collection/9485 + sort_by: release_date.desc + collection_order: custom + summary: All movies in the Fast & Furious Universe. + Indiana Jones Franchise: + template: {name: Series} + tmdb_list: https://www.themoviedb.org/collection/84 + sort_by: release_date.desc + collection_order: custom + summary: All movies in the Indiana Jones Universe. + Mission Impossible Collection: + template: {name: Series} + tmdb_list: https://www.themoviedb.org/collection/87359 + sort_by: release_date.desc + collection_order: custom + summary: All movies in the Mission: Impossible Universe. \ No newline at end of file diff --git a/charles15/playlists.yml b/charles15/playlists.yml index 1f59e7d..1b32bc6 100644 --- a/charles15/playlists.yml +++ b/charles15/playlists.yml @@ -1,10 +1,26 @@ -###################################################### -# Playlists # -###################################################### playlists: Marvel Cinematic Universe: sync_to_users: all sync_mode: sync libraries: Movies, TV Shows trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc - summary: Marvel Cinematic Universe In Order \ No newline at end of file + summary: Marvel Cinematic Universe in Chronological Order + url_poster: https://theposterdb.com/api/assets/6897 + Star Wars Franchise: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + tvdb_list: https://thetvdb.com/lists/star-wars + summary: All shows and movies from the Star Wars Franchise + Arrowverse: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/arrowverse?sort=rank,asc + summary: A DC Comics franchise that includes crossovers with Green Arrow, The Flash, Supergirl, and many more. + DC Extended Universe: + sync_to_users: all + sync_mode: sync + libraries: Movies, TV Shows + trakt_list: https://trakt.tv/users/donxy/lists/dc-extended-universe?sort=rank,asc + summary: Movies & Shows from the DC Extended Universe. \ No newline at end of file diff --git a/charles15/tvShows/tv.yml b/charles15/tvShows/tv.yml index c261aa9..5df1ba4 100644 --- a/charles15/tvShows/tv.yml +++ b/charles15/tvShows/tv.yml @@ -3,22 +3,18 @@ ###################################################### templates: Chart: - sort_title: +1_<<num>><<collection_name>> + sort_title: +02_<<collection_name>> sync_mode: sync ###################################################### # TV Charts # ###################################################### collections: - Zoidberg Popular Shows: - template: {name: Chart, num: 1} - collection_order: custom - tautulli_popular: - list_days: 365 - list_size: 25 - list_buffer: 30 + Zoidberg Popular: + sort_title: +01_<<collection_name>> + sync_mode: sync tautulli_watched: list_days: 365 - list_size: 25 - list_buffer: 30 - url_poster: https://theposterdb.com/api/assets/204195 + list_size: 15 + list_buffer: 25 summary: Most popular TV Shows on Plex in the last year. + name_mapping: Zoidberg Popular Shows \ No newline at end of file diff --git a/charles15/tvShows/tvGenre.yml b/charles15/tvShows/tvGenre.yml new file mode 100644 index 0000000..440d673 --- /dev/null +++ b/charles15/tvShows/tvGenre.yml @@ -0,0 +1,7 @@ +###################################################### +# TV Genre # +###################################################### +templates: + Genre: + sort_title: zzz_<<collection_name>> + sync_mode: sync \ No newline at end of file diff --git a/charles15/tvShows/tvNetworks.yml b/charles15/tvShows/tvNetworks.yml index 681558c..95c07c5 100644 --- a/charles15/tvShows/tvNetworks.yml +++ b/charles15/tvShows/tvNetworks.yml @@ -3,42 +3,71 @@ templates: optional: - network tmdb_network: <<network>> - sort_title: +2_<<collection_name>> + sort_title: +05_<<collection_name>> sync_mode: sync - smart_label: episode_added.desc url_poster: <<poster>> collections: - HBO: - template: { name: network, network: "49, 2593, 3186, 3308", poster: https://theposterdb.com/api/assets/204235 } + A&E: + template: { name: network, network: "129, 2639, 3688"} + ABC: + template: { name: network, network: "2, 75, 2791"} + Adult Swim: + template: { name: network, network: 80} + Apple+: + template: { name: network, network: 2552} + Amazon: + template: { name: network, network: 1024} + AMC: + template: { name: network, network: "174, 4661"} + BBC: + template: { name: network, network: 4} + Cartoon Network: + template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771"} + CBS: + template: { name: network, network: "16, 2528", "1709", "2621"} Cinemax: - template: { name: network, network: 359, poster: https://theposterdb.com/api/assets/204230 } - Showtime: - template: { name: network, network: 67, poster: https://theposterdb.com/api/assets/204244 } - Netflix: - template: { name: network, network: 213, poster: https://theposterdb.com/api/assets/204218 } + template: { name: network, network: 359} + Comedy Central: + template: { name: network, network: 47} + 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"} + Disney+: + template: { name: network, network: "2739, 2919"} + Fox: + template: { name: network, network: 19} + Freeform: + template: { name: network, network: 1267} + FX: + template: { name: network, network: 88} + FXX: + template: { name: network, network: 1035} + HBO: + template: { name: network, network: "49, 2593, 3186, 3308"} + HGTV: + template: { name: network, network: 210} Hulu: - template: { name: network, network: 453, poster: https://theposterdb.com/api/assets/204217 } - Syfy: - template: { name: network, network: "77, 3701", poster: https://theposterdb.com/api/assets/204724 } + template: { name: network, network: 453} + National Geographic: + template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476"} + NBC: + template: { name: network, network: 6} + Netflix: + template: { name: network, network: 213} + PBS: + template: { name: network, network: 14} + Peacock: + template: { name: network, network: 3353} + Showtime: + template: { name: network, network: 67} + Shudder: + template: { name: network, network: 2949} Starz: - template: { name: network, network: "318, 758, 4906", poster: https://theposterdb.com/api/assets/204246 } - HGTV: - template: { name: network, network: 210, poster: https://theposterdb.com/api/assets/204236 } + template: { name: network, network: "318, 758, 4906"} + Syfy: + template: { name: network, network: "77, 3701"} TBS: - template: { name: network, network: "68, 160, 4888", poster: https://theposterdb.com/api/assets/204248 } - National Geographic: - template: { name: network, network: "43, 799, 1756, 1825, 3355, 4293, 4476", poster: https://theposterdb.com/api/assets/204241 } - Prime Video: - template: { name: network, network: 1024, poster: https://theposterdb.com/api/assets/204219 } + template: { name: network, network: "68, 160, 4888"} + TNT: + template: { name: network, network: 41} YouTube: - template: { name: network, network: "247, 1436, 4869", poster: https://theposterdb.com/api/assets/204249 } - FX: - template: { name: network, network: 88, poster: https://theposterdb.com/api/assets/137475 } - Disney+: - template: { name: network, network: "2739, 2919", poster: https://theposterdb.com/api/assets/204215 } - Apple+: - template: { name: network, network: 2552, poster: https://theposterdb.com/api/assets/204225 } - 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", poster: https://theposterdb.com/api/assets/204232 } - A&E: - template: { name: network, network: "129, 2639, 3688", poster: https://theposterdb.com/api/assets/204221 } + template: { name: network, network: "247, 1436, 4869"} \ No newline at end of file