From 3a8e7cd39b09d23f2950c71e86d28d9ca194c853 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Wed, 7 Dec 2022 14:32:19 -0500 Subject: [PATCH] [46] overlays examples fix for 1.18 --- VERSION | 2 +- docs/defaults/overlays.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 74e91b48..0c2db952 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.0-develop45 +1.18.0-develop46 diff --git a/docs/defaults/overlays.md b/docs/defaults/overlays.md index 2d46ccbf..427820ea 100644 --- a/docs/defaults/overlays.md +++ b/docs/defaults/overlays.md @@ -61,7 +61,7 @@ libraries: - pmm: language_count # 10 - pmm: ribbon # 11, 12 Bottom right sash is used by more than one overlay so a weight for priority can be applied operations: - mass_user_rating_update: mdb_tomatoes # 5 This operation will update the user rating in plex with Rotten Tomatoes ratings information (mdblist config required) + mass_user_rating_update: mdb_tomatoes # 5 This operation will update the user rating in plex with Rotten Tomatoes ratings information gathered through mdblist.com (mdblist config required) mass_critic_rating_update: imdb # 6 This operation will update the critic rating in plex with IMDb ratings information mass_audience_rating_update: tmdb # 7 This operation will update the audience rating in plex with TMDb ratings information ``` @@ -106,7 +106,7 @@ libraries: - pmm: video_format # 8 - pmm: ribbon # 10, 11 Bottom right sash is used by more than one overlay so a weight for priority can be applied operations: - mass_user_rating_update: mdb_tomatoes # 4 This operation will update the user rating in plex with Rotten Tomatoes ratings information (mdblist config required) + mass_user_rating_update: mdb_tomatoes # 4 This operation will update the user rating in plex with Rotten Tomatoes ratings information gathered through mdblist.com (mdblist config required) mass_critic_rating_update: imdb # 5 This operation will update the critic rating in plex with IMDb ratings information mass_audience_rating_update: tmdb # 6 This operation will update the audience rating in plex with TMDb ratings information ```