diff options
author | royto <royto81+github@gmail.com> | 2023-07-22 22:55:00 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-08-08 12:48:44 -0700 |
commit | 16d3f4f53a4f4be77ace6f4f140e2e639ee761d9 (patch) | |
tree | 06fa7ac669c3f812e49ac51d76d0a6af63feacf9 /docs/customservices.md | |
parent | f682a84e9ffc667c92dd2dac5efaab9d7280540d (diff) | |
download | homer-16d3f4f53a4f4be77ace6f4f140e2e639ee761d9.tar.gz homer-16d3f4f53a4f4be77ace6f4f140e2e639ee761d9.tar.zst homer-16d3f4f53a4f4be77ace6f4f140e2e639ee761d9.zip |
feat: add Readarr custom service
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 9 |
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 : | |||
98 | The url must be the root url of Medusa application. | 98 | The url must be the root url of Medusa application. |
99 | The Medusa API key can be found in General configuration > Interface. It is needed to access Medusa API. | 99 | The 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 | ||
103 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Radarr or Sonarr application. | 103 | This service displays Activity (blue), Warning (orange) or Error (red) notifications bubbles from the Lidarr, Readarr, Radarr or Sonarr application. |
104 | Readarr display also a Missing (purple) notification bubbles. | ||
104 | Two lines are needed in the config.yml : | 105 | Two 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 | ||
111 | The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. | 112 | The url must be the root url of Lidarr, Prowlarr, Readarr, Radarr or Sonarr application. |
112 | The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. | 113 | The Lidarr, Prowlarr, Readarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. |
113 | If 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 | If 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 |