removed arr versions

master
meisnate12 3 years ago
parent 109e1e1044
commit 8eb4458ff6

@ -7,7 +7,6 @@ Below is a `radarr` mapping example and the full set of attributes:
radarr:
url: http://192.168.1.12:32788
token: ################################
version: v3
add: true
root_folder_path: S:/Movies
monitor: true
@ -21,7 +20,6 @@ radarr:
| :--- | :--- | :--- | :---: | :---: |
| Radarr URL | `url` | Radarr URL<br>**Example:** http://192.168.1.12:32788 | N/A | :heavy_check_mark: |
| API Token | `token` | Radarr API Token | N/A | :heavy_check_mark: |
| Radarr Version | `version` | `v2`: for < 0.2<br>`v3`: for > 3.0 | `v2` | :x: |
| Add | `add` | Add missing movies found to Radarr<br>**boolean:** true or false | false | :x: |
| Add Existing | `add_existing` | Add movie existing in this collection to Radarr<br>**boolean:** true or false | false | :x: |
| Root Folder Path | `root_folder_path` | Radarr Root Folder Path To Use | N/A | :heavy_check_mark: |

@ -7,7 +7,6 @@ Below is a `sonarr` mapping example and the full set of attributes:
sonarr:
url: http://192.168.1.12:32789
token: ################################
version: v3
add: true
root_folder_path: S:/Shows
monitor: all
@ -24,7 +23,6 @@ sonarr:
| :--- | :--- | :--- | :---: | :---: |
| Sonarr URL | `url` | Sonarr URL<br>**Example:** http://192.168.1.12:32788 | N/A | :heavy_check_mark: |
| API Token | `token` | Sonarr API Token | N/A | :heavy_check_mark: |
| Sonarr Version | `version` | `v2`: for < 0.2<br>`v3`: for > 3.0 | v2 | :x: |
| Add | `add` | Add missing shows found to Sonarr<br>**boolean:** true or false | false | :x: |
| Add Existing | `add_existing` | Add shows existing in this collection to Sonarr<br>**boolean:** true or false | false | :x: |
| Root Folder Path | `root_folder_path` | Sonarr Root Folder Path To Use | N/A | :heavy_check_mark: |

Loading…
Cancel
Save