aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/customservices.md b/docs/customservices.md
index cb897a2..8415b5a 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -98,9 +98,10 @@ Two lines are needed in the config.yml :
98The url must be the root url of Medusa application. 98The url must be the root url of Medusa application.
99The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. 99The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API.
100 100
101## Lidarr, Prowlarr, Sonarr and Radarr 101## Lidarr, Prowlarr, Sonarr, Readarr and Radarr
102 102
103This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. 103This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Readarr, Radarr or Sonarr application.
104Readarr display also a Missing (purple) notification bubbles.
104Two lines are needed in the config.yml : 105Two lines are needed in the config.yml :
105 106
106```yaml 107```yaml
@@ -108,8 +109,8 @@ Two lines are needed in the config.yml :
108 apikey: "<---insert-api-key-here--->" 109 apikey: "<---insert-api-key-here--->"
109``` 110```
110 111
111The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. 112The url must be the root url of Lidarr, Prowlarr, Readarr, Radarr or Sonarr application.
112The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. 113The Lidarr, Prowlarr, Readarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API.
113If you are using an older version of Radarr or Sonarr which don't support the new V3 api endpoints, add the following line to your service config "legacyApi: true", example: 114If you are using an older version of Radarr or Sonarr which don't support the new V3 api endpoints, add the following line to your service config "legacyApi: true", example:
114 115
115```yaml 116```yaml