diff --git a/JJJonesJr33/Plex-Meta-Manager-All/config.yml b/JJJonesJr33/Plex-Meta-Manager-All/config.yml index 3a728d8..0972330 100644 --- a/JJJonesJr33/Plex-Meta-Manager-All/config.yml +++ b/JJJonesJr33/Plex-Meta-Manager-All/config.yml @@ -2,7 +2,7 @@ libraries: # Library mappings must have a colon (:) placed after them Anime: - metadata_path: + collection_files: - /config/metadata/anime.yml settings: missing_path: config/missing @@ -14,7 +14,7 @@ libraries: # Library mappings must have a colon (:) placed after them delete_unmanaged_collections: false Movies: library_name: Movies - metadata_path: + collection_files: - /config/metadata/genres.yml - /config/metadata/holidays.yml # - /config/metadata/studios.yml @@ -40,7 +40,7 @@ libraries: # Library mappings must have a colon (:) placed after them delete_unmanaged_collections: true TV Shows: library_name: TV Shows - metadata_path: + collection_files: - /config/metadata/kids.yml - /config/metadata/networks.yml - /config/metadata/tv_suggestions.yml diff --git a/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml index c054704..850297a 100644 --- a/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml +++ b/JJJonesJr33/Plex-Meta-Manager-All/metadata/movie_suggestions.yml @@ -78,9 +78,14 @@ collections: Top Rated: template: {name: Suggestion, poster: 213605} - imdb_list: - - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie - summary: Top Rated Movies + imdb_search: + type: movie + release.after: 1990-01-01 + rating.gte: 5 + votes.gte: 100000 + sort_by: rating.desc + limit: 250 + summary: Top Rated Movies ###################### ## Tautulli ## diff --git a/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml b/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml index 370d130..28ff305 100644 --- a/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml +++ b/JJJonesJr33/Plex-Meta-Manager-Anime/config.yml @@ -2,7 +2,7 @@ libraries: # Library mappings must have a colon (:) placed after them Anime: - metadata_path: + collection_files:: - /config/metadata/anime.yml settings: missing_path: config/missing diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml index a4b811a..ef008f6 100644 --- a/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/config.yml @@ -7,7 +7,7 @@ libraries: # Library mappings must have a colon (:) placed after them Movies: library_name: Movies - metadata_path: + collection_files: - /config/metadata/awards.yml - /config/metadata/collections.yml - /config/metadata/decades.yml diff --git a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml index c054704..8a6fc28 100644 --- a/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml +++ b/JJJonesJr33/Plex-Meta-Manager-Movies/metadata/suggestions.yml @@ -78,8 +78,13 @@ collections: Top Rated: template: {name: Suggestion, poster: 213605} - imdb_list: - - https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie + imdb_search: + type: movie + release.after: 1990-01-01 + rating.gte: 5 + votes.gte: 100000 + sort_by: rating.desc + limit: 250 summary: Top Rated Movies ###################### diff --git a/JJJonesJr33/Plex-Meta-Manager-TV/config.yml b/JJJonesJr33/Plex-Meta-Manager-TV/config.yml index 2947256..f866937 100644 --- a/JJJonesJr33/Plex-Meta-Manager-TV/config.yml +++ b/JJJonesJr33/Plex-Meta-Manager-TV/config.yml @@ -3,7 +3,7 @@ libraries: # Library mappings must have a colon (:) placed after them TV Shows: library_name: TV Shows - metadata_path: + collection_files: - /config/metadata/suggestions.yml - /config/metadata/networks.yml - /config/metadata/kids.yml