From feb8c7c3795f8817c507070e35851959f20691ae Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:29:50 -0600 Subject: [PATCH 1/6] Update config.yml Fixed for PMM 1.20 --- JJJonesJr33/Plex-Meta-Manager-All/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 From 074746fd6c12a9f2785c1a7ff1baa6f7d82b0615 Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:30:47 -0600 Subject: [PATCH 2/6] Update movie_suggestions.yml Fixed IMDB --- .../metadata/movie_suggestions.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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 ## From 5e9ed07711a641ce7bb589146e68e1f98e4e5c28 Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:31:43 -0600 Subject: [PATCH 3/6] Update suggestions.yml Fixed IMDB --- .../Plex-Meta-Manager-Movies/metadata/suggestions.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 ###################### From 61130c828ceca826c06f4e0210fdb91d5a9e9940 Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:32:55 -0600 Subject: [PATCH 4/6] Update config.yml Fixed for PMM 1.20 --- JJJonesJr33/Plex-Meta-Manager-Movies/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3dea5a366c99001f2990be745cc396425337ebda Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:33:47 -0600 Subject: [PATCH 5/6] Update config.yml Fixed for PMM 1.20 --- JJJonesJr33/Plex-Meta-Manager-TV/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From c3972ca5612bd15a539921e464b24684ec94d397 Mon Sep 17 00:00:00 2001 From: Jamie Jones <29973406+jjjonesjr33@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:34:19 -0600 Subject: [PATCH 6/6] Update config.yml Fixed for PMM 1.20 --- JJJonesJr33/Plex-Meta-Manager-Anime/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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