From 775aa90ebd9e5fee46e9edb6c51e1258e2ff2011 Mon Sep 17 00:00:00 2001
From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
Date: Mon, 14 Nov 2022 22:17:59 -0600
Subject: [PATCH 1/2] fix operations docs typo and trailing spaces
---
docs/config/operations.md | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/docs/config/operations.md b/docs/config/operations.md
index 338838c7..ba8824b7 100644
--- a/docs/config/operations.md
+++ b/docs/config/operations.md
@@ -59,9 +59,9 @@ Deletes collections based on a set of given attributes. The Collection must matc
| Attribute | Description |
|:---------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `managed` | Collection must be a Managed (the collection has the `PMM` label) or Unmanaged (the collection does not have the `PMM` label) Collection.
**Values:** `true` (Managed) or `false` (Unmanged) |
+| `managed` | Collection must be a Managed (the collection has the `PMM` label) or Unmanaged (the collection does not have the `PMM` label) Collection.
**Values:** `true` (Managed) or `false` (Unmanaged) |
| `configured` | Collection must be a Configured (collection is in the specific PMM run) or Unconfigured (collection is not in the specific PMM run) Collection.
**Values:** `true` (Configured) or `false` (Unconfigured) |
-| `less` | Collection must contain less then the given number of items.
**Default:** ` `
**Values:** Number Greater then 0 |
+| `less` | Collection must contain less then the given number of items.
**Default:** ``
**Values:** Number Greater then 0 |
**Example:**
@@ -117,7 +117,7 @@ Updates every item's content rating in the library to the chosen site's content
| `remove` | Remove Content Rating and Lock Field |
| `reset` | Remove Content Rating and Unlock Field |
-## Mass Original Title Update
+## Mass Original Title Update
Updates every item's original title in the library to the chosen site's original title.
@@ -137,7 +137,7 @@ Updates every item's original title in the library to the chosen site's original
| `remove` | Remove Original Title and Lock Field |
| `reset` | Remove Original Title and Unlock Field |
-## Mass Originally Available Update
+## Mass Originally Available Update
Updates every item's originally available date in the library to the chosen site's date.
@@ -158,7 +158,7 @@ Updates every item's originally available date in the library to the chosen site
| `remove` | Remove Originally Available and Lock Field |
| `reset` | Remove Originally Available and Unlock Field |
-## Mass * Rating Update
+## Mass * Rating Update
Updates every item's audience/critic/user rating in the library to the chosen site's rating.
@@ -318,6 +318,7 @@ Maps genres in your library to be changed to other genres.
**Attribute:** `genre_mapper`
**Values:** Each attribute under `genre_mapper` is a separate mapping and has two parts.
+
* The key (`Action/Adventure, Action & Adventure` in the example below) is what genres you want mapped to the value.
* The value (`Action` in the example below) is what the genres will end up as.
@@ -354,6 +355,7 @@ Maps content ratings in your library to be changed to other content ratings.
**Attribute:** `content_rating_mapper`
**Values:** Each attribute under `content_rating_mapper` is a separate mapping and has two parts.
+
* The key (`PG`, `PG-13` in the example below) is what content ratings you want mapped to the value.
* The value (`Y-10` in the example below) is what the content ratings will end up as.
@@ -383,7 +385,7 @@ library:
This example will change go through every item in your library and change the content rating `PG` or `PG-13` to `Y-10` and remove every instance of the content rating `R`.
-## Metadata Backup
+## Metadata Backup
Creates/Maintains a Plex Meta Manager [Metadata File](../metadata/metadata) with a full `metadata` mapping based on the library's items locked attributes.
From 46a59ee6bb5d65228903a9ceb9da8d2b3e4a0a47 Mon Sep 17 00:00:00 2001
From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
Date: Tue, 15 Nov 2022 08:16:41 -0600
Subject: [PATCH 2/2] clarify configured to indicate it is schedule agnostic
---
docs/config/operations.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config/operations.md b/docs/config/operations.md
index ba8824b7..84d2830a 100644
--- a/docs/config/operations.md
+++ b/docs/config/operations.md
@@ -59,8 +59,8 @@ Deletes collections based on a set of given attributes. The Collection must matc
| Attribute | Description |
|:---------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `managed` | Collection must be a Managed (the collection has the `PMM` label) or Unmanaged (the collection does not have the `PMM` label) Collection.
**Values:** `true` (Managed) or `false` (Unmanaged) |
-| `configured` | Collection must be a Configured (collection is in the specific PMM run) or Unconfigured (collection is not in the specific PMM run) Collection.
**Values:** `true` (Configured) or `false` (Unconfigured) |
+| `managed` | Collection must be a Managed Collection (the collection has the `PMM` label) or Unmanaged Collection (the collection does not have the `PMM` label)
**Values:** `true` (Managed) or `false` (Unmanaged) |
+| `configured` | Collection must be a Configured Collection (collection is in the config file of the specific PMM run) or Unconfigured Collection (collection is not in the config file of the specific PMM run). The collection does not need to be scheduled to be considered configured and only needs to be in the config file.
**Values:** `true` (Configured) or `false` (Unconfigured) |
| `less` | Collection must contain less then the given number of items.
**Default:** ``
**Values:** Number Greater then 0 |
**Example:**