Skip to content

Commit

Permalink
Update Include Behavior page with Media Naming info
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdailey committed Sep 29, 2023
1 parent ae28ef1 commit 68c2d69
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/behavior/include.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ semantics, those will be documented in later sections. This will especially be t
| `delete_old_custom_formats` | Scalar | Replace |
| `replace_existing_custom_formats` | Scalar | Replace |
| `release_profiles` | Sequence | Add |
| `media_naming` | Mapping | Union |

### Quality Definition {#quality-definition}

Expand Down Expand Up @@ -262,6 +263,43 @@ Merge operations for properties of `reset_unmatched_scores`:
| `enabled` | Scalar | Replace |
| `except` | Sequence | Add |

### Media Naming {#media-naming}

#### Sonarr

Under `media_naming`:

| Property Name | Node Type | Merge Operation |
| ------------- | --------- | --------------- |
| `series` | Scalar | Replace |
| `season` | Scalar | Replace |
| `episodes` | Mapping | Union |

Under `episodes`:

| Property Name | Node Type | Merge Operation |
| ------------- | --------- | --------------- |
| `rename` | Scalar | Replace |
| `standard` | Scalar | Replace |
| `daily` | Scalar | Replace |
| `anime` | Scalar | Replace |

#### Radarr

Under `media_naming`:

| Property Name | Node Type | Merge Operation |
| ------------- | --------- | --------------- |
| `folder` | Scalar | Replace |
| `movie` | Mapping | Union |

Under `movie`:

| Property Name | Node Type | Merge Operation |
| ------------- | --------- | --------------- |
| `rename` | Scalar | Replace |
| `standard` | Scalar | Replace |

### Unsupported Properties {#unsupported}

The following properties are **not supported** for inclusion. If these properties are present in
Expand Down

0 comments on commit 68c2d69

Please sign in to comment.