From b284f8ebd343d655380c2e33d136e999019efd43 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Sat, 25 Dec 2021 15:32:49 -0600 Subject: [PATCH] Drop init collections --- gogorichie/Movies.yml | 105 --------------------------------------- gogorichie/Wife_flix.yml | 36 -------------- 2 files changed, 141 deletions(-) delete mode 100644 gogorichie/Movies.yml delete mode 100644 gogorichie/Wife_flix.yml diff --git a/gogorichie/Movies.yml b/gogorichie/Movies.yml deleted file mode 100644 index 5a256d4..0000000 --- a/gogorichie/Movies.yml +++ /dev/null @@ -1,105 +0,0 @@ -collections: -#Update daily - All DC Movies: - imdb_list: https://www.imdb.com/list/ls041437328/ - summary: A collection of all DC movies. - sort_title: "+001" - collection_order: release - collection_mode: default - Marvel Cinematic Universe: - imdb_list: https://www.imdb.com/list/ls081113000/ - summary: A collection of all MCU movies. - sort_title: "+001" - collection_order: release - collection_mode: default - X-Men: - template: {name: imdb, summary: "A superhero film series about a team of mutant superheroes based on the Marvel Comics superheroes of the same name.", poster: "https://theposterdb.com/api/assets/32304"} - imdb_list: - - https://www.imdb.com/list/ls024445822/ - collection_order: release - collection_mode: default -#Update weekly - Our Most Watched Movies: - sync_mode: sync - tautulli_watched: - list_days: 1460 #4 years - list_size: 20 - list_buffer: 20 - summary: Movies watched on Plex according to Tautulli over the last 4 years - schedule: weekly(sunday) - collection_order: alpha - TMDb Weekly Trending: - tmdb_trending_weekly: 30 - sync_mode: sync - schedule: weekly(sunday) - collection_order: release - collection_mode: default - Judd Apatow Production: - tmdb_director: https://www.themoviedb.org/person/41039-judd-apatow - tmdb_writer: https://www.themoviedb.org/person/41039-judd-apatow - tmdb_producer: https://www.themoviedb.org/person/41039-judd-apatow - collection_order: release - collection_mode: default - schedule: weekly(friday) -#Update montly - 90s Movies: - plex_search: - any: - year: - - 1990 - - 1991 - - 1992 - - 1993 - - 1994 - - 1995 - - 1996 - - 1997 - - 1998 - - 1999 - collection_order: release - collection_mode: default - schedule: monthly(9) - 80s Movies: - plex_search: - any: - year: - - 1980 - - 1981 - - 1982 - - 1983 - - 1984 - - 1985 - - 1986 - - 1987 - - 1988 - - 1989 - collection_order: release - collection_mode: default - schedule: monthly(8) - Star Wars: - tmdb_collection: https://www.themoviedb.org/collection/10-star-wars-collection - tmdb_summary: https://www.themoviedb.org/collection/10-star-wars-collection - sort_title: "+004" - collection_order: release - collection_mode: default - schedule: monthly(6) - IMDB Top 100 Superhero Movies: - imdb_list: https://www.imdb.com/list/ls008583762/ - summary: Top 100 Superhero Movies. - sort_title: "+001" - collection_order: release - collection_mode: default - schedule: monthly(2) -#Update yearly - IMDB Top 250: - imdb_list: https://www.imdb.com/search/title/?groups=top_250&count=25 - sync_mode: sync - collection_mode: show_items - schedule: Yearly(01/15), Yearly(06/1) - IMDB Top 25 Baseball Movies: - imdb_list: https://www.imdb.com/list/ls064950205/ - summary: Top 25 Baseball Movies. - sort_title: "+001" - collection_order: release - collection_mode: default - schedule: Yearly(03/15), Yearly(10/1) diff --git a/gogorichie/Wife_flix.yml b/gogorichie/Wife_flix.yml deleted file mode 100644 index 8301c6c..0000000 --- a/gogorichie/Wife_flix.yml +++ /dev/null @@ -1,36 +0,0 @@ -collections: - Anne Anna Emma Meg: - tmdb_actor: - - 1813 - - 84223 - - 54693 - - 5344 - summary: Because your husband loves you and thought you might like this playlist. Starring Anne Hathaway, Anna Kendrick, Emma Stone, Meg Ryan. - schedule: weekly(sunday) - collection_order: alpha - Oscars: - imdb_list: https://www.imdb.com/search/title/?title_type=feature,documentary&groups=oscar_winner - collection_order: release - summary: Oscar Winning Movies - schedule: monthly(1), monthly(19) - Romantic Comedies: - genre: Romance - filters: - genre: Comedy - collection_order: alpha - collection_mode: default - schedule: monthly(1), monthly(19) - John Hughes Production: - tmdb_director: 11505 - tmdb_writer: 11505 - tmdb_producer: 11505 - collection_order: release - collection_mode: default - schedule: monthly(1), monthly(19) - # Sing-along Movies: - # plex_search: - # all: - # genre: Music, Musical - # sort_by: audience_rating.desc - # summary: Movies you can sing along with - # schedule: monthly(19) \ No newline at end of file