From: Bastien Wirtz Date: Thu, 10 Feb 2022 20:50:53 +0000 (+0100) Subject: Merge branch 'main' into fix/sonarr-radarr-api X-Git-Tag: v22.02.1~1^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=096c7eda48ec14c7a58c8fe0d8a2502511d206d2;p=github%2Fbastienwirtz%2Fhomer.git Merge branch 'main' into fix/sonarr-radarr-api --- 096c7eda48ec14c7a58c8fe0d8a2502511d206d2 diff --cc docs/customservices.md index 9317907,747d7a4..7e3e6b3 --- a/docs/customservices.md +++ b/docs/customservices.md @@@ -77,18 -77,8 +77,18 @@@ Two lines are needed in the config.yml apikey: "01234deb70424befb1f4ef6a23456789" ``` - The url must be the root url of Lidarr, Radarr or Sonarr application. - The Lidarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. + The url must be the root url of Lidarr, Prowlarr, Radarr or Sonarr application. + The Lidarr, Prowlarr, Radarr or Sonarr API key can be found in Settings > General. It is needed to access the API. +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: + +```yaml +- name: "Radarr" + type: "Radarr" + url: "http://localhost:7878/" + apikey: "MY-SUPER-SECRET-API-KEY" + target: "_blank" + legacyApi: true +``` ## PaperlessNG