mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
[21] Merge remote-tracking branch 'bakerboy448/patch-3' into nightly
This commit is contained in:
commit
9f7099708e
1 changed files with 9 additions and 7 deletions
|
@ -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.<br>**Values:** `true` (Managed) or `false` (Unmanged) |
|
||||
| `configured` | Collection must be a Configured (collection is in the specific PMM run) or Unconfigured (collection is not in the specific PMM run) Collection.<br>**Values:** `true` (Configured) or `false` (Unconfigured) |
|
||||
| `less` | Collection must contain less then the given number of items.<br>**Default:** ` `<br>**Values:** Number Greater then 0 |
|
||||
| `managed` | Collection must be a Managed Collection (the collection has the `PMM` label) or Unmanaged Collection (the collection does not have the `PMM` label)<br>**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.<br>**Values:** `true` (Configured) or `false` (Unconfigured) |
|
||||
| `less` | Collection must contain less then the given number of items.<br>**Default:** ``<br>**Values:** Number Greater then 0 |
|
||||
|
||||
**Example:**
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue