diff --git a/charles15/README.md b/charles15/README.md new file mode 100644 index 0000000..812bc30 --- /dev/null +++ b/charles15/README.md @@ -0,0 +1,27 @@ +# charles15's Collections + +## Sort Order + +### Movies +01- Popular on Plex +02- Charts +03- Movie Series +04- +05- Studios +06- +07- +08- +09- Genre +10- Actors/Persons + +### TV Shows +01- Popular on Plex +02- Charts +03- Series +04- Universes +05- Networks +06- +07- +08- +09- Genre +10- Actors/Persons diff --git a/charles15/movies/movieStudios.yml b/charles15/movies/movieStudios.yml index 314affe..5216776 100644 --- a/charles15/movies/movieStudios.yml +++ b/charles15/movies/movieStudios.yml @@ -19,8 +19,6 @@ collections: summary: Blue Sky Studios, Inc. is an American computer animation film studio based in Greenwich, Connecticut. It is a subsidiary of 20th Century Animation, a division of Disney Studios Content. DreamWorks: template: { name: Studio, company: 521, poster: https://theposterdb.com/api/assets/103275 } - filters: - collection.not: Aardman summary: DreamWorks Animation LLC (also simply known as DreamWorks) is an American animation studio and a subsidiary of Universal Pictures, itself a subsidiary of Comcast's NBCUniversal. It is based in Glendale, California, and produces animated feature films, television programs, and online virtual games. Illumination Entertainment: template: { name: Studio, company: 6704, poster: https://theposterdb.com/api/assets/103276 } diff --git a/charles15/movies/movies.yml b/charles15/movies/movies.yml index 3ef2abc..30aa81f 100644 --- a/charles15/movies/movies.yml +++ b/charles15/movies/movies.yml @@ -105,29 +105,41 @@ collections: 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 + name_mapping: AlienPredator Universe Rocky Universe: template: {name: Series} - tmdb_list: https://www.themoviedb.org/collection/1575 - tmdb_list: https://www.themoviedb.org/collection/553717 + imdb_list: https://www.imdb.com/list/ls538336139/ + url_poster: https://theposterdb.com/api/assets/5907 sort_by: release_date.desc - collection_order: custom + collection_order: release summary: All movies from the Rocky & Creed Universe. Fast & Furious Collection: template: {name: Series} - tmdb_list: https://www.themoviedb.org/collection/9485 + imdb_list: https://www.imdb.com/list/ls068290878/ + url_poster: https://theposterdb.com/api/assets/47254 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 + imdb_list: https://www.imdb.com/list/ls538364160/ + url_poster: https://theposterdb.com/api/assets/11385 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 + imdb_list: https://www.imdb.com/list/ls066600640 + url_poster: https://theposterdb.com/api/assets/6475 sort_by: release_date.desc collection_order: custom - summary: All movies in the Mission: Impossible Universe. \ No newline at end of file + name: "Mission: Impossible Franchise" + name_mapping: Mission Impossible + summary: "All movies in the Mission: Impossible Universe." + James Bond Franchise: + template: {name: Series} + imdb_list: https://www.imdb.com/list/ls006405458/ + url_poster: https://theposterdb.com/api/assets/75315 + sort_by: release_date.desc + collection_order: custom + summary: "All movies from the James Bond franchise" \ No newline at end of file diff --git a/charles15/tvShows/tvNetworks.yml b/charles15/tvShows/tvNetworks.yml index 95c07c5..03059ee 100644 --- a/charles15/tvShows/tvNetworks.yml +++ b/charles15/tvShows/tvNetworks.yml @@ -24,7 +24,7 @@ collections: Cartoon Network: template: { name: network, network: "56, 217, 1232, 1483, 2193, 3917, 4771"} CBS: - template: { name: network, network: "16, 2528", "1709", "2621"} + template: { name: network, network: "16, 2528, 1709, 2621"} Cinemax: template: { name: network, network: 359} Comedy Central: @@ -70,4 +70,5 @@ collections: TNT: template: { name: network, network: 41} YouTube: - template: { name: network, network: "247, 1436, 4869"} \ No newline at end of file + template: { name: network, network: "247, 1436, 4869"} + \ No newline at end of file