yams.media/content/config/prowlarr.md

5.2 KiB
Raw Blame History

title, date, draft, weight, summary
title date draft weight summary
Prowlarr 2023-01-10T18:02:06-03:00 false 5 Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

What is Prowlarr?

From their Github repo:

Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).

So basically, we are going to use Prowlarr to search for torrents, so we can add them to qBittorrent later on.

Initial configuration

In your browser, go to http://{your-ip-address}:9696/ and you'll see the "Authentication required" screen. For now, set it to "Basic" and enter a username and password for Prowlarr

prowlarr-1

Indexers

On the homepage, click on "Add Nex Indexer"

prowlarr-2

Now, select your indexers. For the purposes of this tutorial I'll add 2: YTS (for movies) and eztv (for tv shows).

Look for your indexer and click on it

prowlarr-3

You'll get a new modal now, called "Add Indexer - Cardigann (your indexer)". On this screen, just choose a URL from the "Base Url" list.

prowlarr-4

At the bottom, you can click on "Test" and if everything is OK you should see a sonarr-10 sonarr-11

If everything is fine, click on "Save", and you'll be back at the "Add Indexer" modal.

You can now add more indexers. Add as many as you like!

How many indexers can I have?

As many as you want! Just repeat the steps to add new indexers in Prowlarr. The more indexers you have, the better!

When you finish, close the "Add Indexer" modal and you'll see all your indexers on the main page

prowlarr-5

Connecting to Radarr and Sonarr

Now comes the fun part: Connecting Prowlarr to Radarr and Sonarr!

Radarr

First, you are going to need your Radarr API Key.

You can get your Radarr API Key in Radarr. Go to http://{your-ip-address}:7878/settings/general to open Radarr's settings, and you'll find the API Key under the "Security" section.

bazarr-17

For now, just copy it and keep it in a safe location.

In "Settings", go to "Apps" and click on the button.

prowlarr-6

On the "Add Application" modal, click on "Radarr"

prowlarr-7

  • In "Prowlarr Server", add http://prowlarr:9696
  • In "Radarr Server", add http://radarr:7878
  • In "ApiKey", add your Radarr API key.

prowlarr-8

At the bottom, you can click on "Test" and if everything is OK you should see a sonarr-10 sonarr-11

To finish, click on "Save". You should see Radarr added to the "Apps" list!

prowlarr-9

Sonarr

First, you are going to need your Sonarr API Key.

You can get your Sonarr API Key in Sonarr. Go to http://{your-ip-address}:8989/settings/general to open Sonarr's settings, and you'll find the API Key under the "Security" section.

bazarr-14

For now, just copy it and keep it in a safe location.

In "Settings", go to "Apps" and click on the button.

prowlarr-10

On the "Add Application" modal, click on "Sonarr"

prowlarr-11

  • In "Prowlarr Server", add http://prowlarr:9696
  • In "Sonarr Server", add http://sonarr:8989
  • In "ApiKey", add your Sonarr API key.

prowlarr-12

At the bottom, you can click on "Test" and if everything is OK you should see a sonarr-10 sonarr-11

To finish, click on "Save". You should see Radarr added to the "Apps" list!

prowlarr-13

Finally, click on "Sync App Indexers"

prowlarr-14

Now, if you go back to Sonarr and Radarr, and check their "Indexer" settings, you'll see your indexers added magically!

prowlarr-15 prowlarr-16

Move forward

Now you can move with the configuration. Bazarr is next!