From 54c1acb669f6a0ba58238fc42dcf579dbcbb9312 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Tue, 5 Dec 2017 15:24:50 +0100 Subject: [PATCH] UI: Add Copy RSS Feed button --- src/Jackett.Common/Content/custom.js | 1 + src/Jackett.Common/Content/index.html | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/Jackett.Common/Content/custom.js b/src/Jackett.Common/Content/custom.js index efba5888b..7ad7895f8 100644 --- a/src/Jackett.Common/Content/custom.js +++ b/src/Jackett.Common/Content/custom.js @@ -110,6 +110,7 @@ function reloadIndexers() { unconfiguredIndexers = []; for (var i = 0; i < data.length; i++) { var item = data[i]; + item.rss_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/torznab/api?apikey=" + api.key + "&t=search&cat=&q="); item.torznab_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/torznab/"); item.potato_host = resolveUrl(basePath + "/api/v2.0/indexers/" + item.id + "/results/potato/"); diff --git a/src/Jackett.Common/Content/index.html b/src/Jackett.Common/Content/index.html index c53386a46..b133012c4 100644 --- a/src/Jackett.Common/Content/index.html +++ b/src/Jackett.Common/Content/index.html @@ -82,7 +82,12 @@
  • Click on the indexers corresponding button and past it into the CouchPotato host field.
  • For the Passkey use . Leave the username field blank.
  • - +

    Adding a Jackett indexer to RSS clients (RSS feed)

    +
      +
    1. Click on the indexers corresponding button and paste it into the URL field of the RSS client.
    2. +
    3. You can adjust the q (search string) and cat (categories) arguments accordingly. + E.g. ...&cat=2030,2040&q=big+buck+bunny will search for "big buck bunny" in the Movies/SD (2030) and Movies/HD (2040) categories (See the indexer configuration for available categories).
    4. +

    Jackett Configuration

    @@ -265,6 +270,7 @@ {{name}} {{type}}
    + Copy RSS Feed Copy Torznab Feed Copy Potato Feed @@ -651,6 +657,6 @@ - +