From 571a5a073e622a72998bcb8f0d8a01ed5e03d541 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Mon, 23 Jan 2017 17:15:42 +0100 Subject: [PATCH] Update Sonarr/Radarr/CouchPotato instructions --- src/Jackett/Content/custom.js | 1 + src/Jackett/Content/index.html | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/Jackett/Content/custom.js b/src/Jackett/Content/custom.js index 5cf3f45d4..803806ba2 100644 --- a/src/Jackett/Content/custom.js +++ b/src/Jackett/Content/custom.js @@ -26,6 +26,7 @@ function getJackettConfig(callback) { function loadJackettSettings() { getJackettConfig(function (data) { $("#api-key-input").val(data.config.api_key); + $(".api-key-text").text(data.config.api_key); $("#app-version").html(data.app_version); $("#jackett-port").val(data.config.port); $("#jackett-basepathoverride").val(data.config.basepathoverride); diff --git a/src/Jackett/Content/index.html b/src/Jackett/Content/index.html index 02dc1785e..0be2fbda9 100644 --- a/src/Jackett/Content/index.html +++ b/src/Jackett/Content/index.html @@ -50,17 +50,18 @@
-

Adding a Jackett indexer in Sonarr

+

Adding a Jackett indexer in Sonarr or Radarr

  1. Go to Settings > Indexers > Add > Torznab > Custom.
  2. -
  3. For URL enter the Torznab Host of one of the indexers.
  4. -
  5. For the API key using the key above.
  6. +
  7. Click on the indexers corresponding button and past it into the Sonarr/Radarr URL field.
  8. +
  9. For the API key use .

Adding a Jackett indexer in CouchPotato

  1. Go to Settings > Searchers.
  2. -
  3. Enable TorrentPotato and in the host field enter the TorrentPotato host of one of the indexers.
  4. -
  5. For the Passkey use the API key. Leave username blank.
  6. +
  7. Enable TorrentPotato. +
  8. Click on the indexers corresponding button and past it into the CouchPotato host field.
  9. +
  10. For the Passkey use . Leave the username field blank.