Added Jackett documentation

This commit is contained in:
Roger Gonzalez 2023-01-10 19:48:49 -03:00
parent 79bbd79f49
commit cde254bcc3
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
6 changed files with 33 additions and 3 deletions

View File

@ -6,6 +6,36 @@ weight: 1
summary: Jacket indexer setup and configuration
---
Lorem markdownum aequalis strigis. Saetigeri iubeas, vultu huic alvum nondum
de obside ut laniavit arbor palmis, cum quin. Rupes vetat videndo, armigerae
crimen habet Priamum nec.
## What is Jackett?
From their [Github repo](https://github.com/Jackett/Jackett):
> Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
So basically, we are going to use Jackett to **search for torrents**, so we can add them to [qBittorrent](/config/qbittorrent) later on.
## Initial configuration
In your browser, go to [http://{your-ip-address}:9117/]() and you'll see the empty Jackett screen.
[![jackett-1](/pics/jackett-1.webp)](/pics/jackett-1.webp)
Here, you can add as many indexers as you need. To add indexers, click on "Add indexer":
[![jackett-2](/pics/jackett-2.webp)](/pics/jackett-2.webp)
For this example, I'm going to add 2 indexers: YTS (for movies) and eztv (for tv shows). To look for an indexer, just type its name on the search box and click on the big sign
[![jackett-3](/pics/jackett-3.webp)](/pics/jackett-3.webp)
In the end, you should have a screen like this:
[![jackett-4](/pics/jackett-4.webp)](/pics/jackett-4.webp)
## Don't forget to grab your API Key!
You'll need the API Key later. You can grab it from here:
[![jackett-5](/pics/jackett-5.webp)](/pics/jackett-5.webp)
For now, just keep it handy. You'll need it for [Sonarr](/config/sonarr) and [Radarr](/config/radarr).

BIN
static/pics/jackett-1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
static/pics/jackett-2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
static/pics/jackett-3.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/pics/jackett-4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
static/pics/jackett-5.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB