diff --git a/content/config/jackett.md b/content/config/jackett.md index c2e4904..b091b9f 100644 --- a/content/config/jackett.md +++ b/content/config/jackett.md @@ -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). diff --git a/static/pics/jackett-1.webp b/static/pics/jackett-1.webp new file mode 100644 index 0000000..4ec50d6 Binary files /dev/null and b/static/pics/jackett-1.webp differ diff --git a/static/pics/jackett-2.webp b/static/pics/jackett-2.webp new file mode 100644 index 0000000..d5b4d9e Binary files /dev/null and b/static/pics/jackett-2.webp differ diff --git a/static/pics/jackett-3.webp b/static/pics/jackett-3.webp new file mode 100644 index 0000000..dded899 Binary files /dev/null and b/static/pics/jackett-3.webp differ diff --git a/static/pics/jackett-4.webp b/static/pics/jackett-4.webp new file mode 100644 index 0000000..8a5e0cd Binary files /dev/null and b/static/pics/jackett-4.webp differ diff --git a/static/pics/jackett-5.webp b/static/pics/jackett-5.webp new file mode 100644 index 0000000..9241837 Binary files /dev/null and b/static/pics/jackett-5.webp differ