summaryrefslogtreecommitdiff
path: root/content/config/sonarr.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/config/sonarr.md')
-rw-r--r--content/config/sonarr.md50
1 files changed, 3 insertions, 47 deletions
diff --git a/content/config/sonarr.md b/content/config/sonarr.md
index 7935e41..00c2708 100644
--- a/content/config/sonarr.md
+++ b/content/config/sonarr.md
@@ -2,7 +2,7 @@
title: "Sonarr"
date: 2023-01-10T19:06:43-03:00
draft: false
-weight: 5
+weight: 4
summary: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort, and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
---
@@ -45,44 +45,6 @@ Finally, click on "Save Changes".
[![sonarr-5](/pics/sonarr-5.png)](/pics/sonarr-5.png)
-### Indexers
-
-Here, you'll add all the indexers you want to use to get your TV shows. This is where you'll tie in Sonarr with [Jackett](/config/jackett).
-
-In "Settings", go to "Indexers" and click on the ➕ button.
-
-[![sonarr-6](/pics/sonarr-6.png)](/pics/sonarr-6.png)
-
-On the "Add Indexer" screen, click on "Torznab".
-
-[![sonarr-7](/pics/sonarr-7.png)](/pics/sonarr-7.png)
-
-For this step, you'll need to go back to Jackett and click on the "Copy Torznab Feed" button of your desired indexer. Since on [Jackett](/config/jackett) I configured "eztv", I'll be grabbing its Torznab Feed link.
-
-[![sonarr-9](/pics/sonarr-9.png)](/pics/sonarr-9.png)
-
-Then back at Sonarr, add all the information to the "Add Indexer" screen.
-
-- On "Name", add the name of your indexer (in this case, "eztv").
-- On "URL", paste the Torznab Feed URL for your indexer. Notice how I'm replacing [http://{your-ip-address}:9117]() with [http://jackett:9117](). This is so Sonarr makes use of the internal docker network instead of the outside bridge. You should make this change too.
-- On "API Key", paste your Jackett API key (Remember how I told you that [you'll need it later](/config/jackett/#dont-forget-to-grab-your-api-key)? Well, this is the moment hehe).
-- On "Categories", select `TV`
-
-[![sonarr-8](/pics/sonarr-8.png)](/pics/sonarr-8.png)
-
-At the bottom, you can click on "Test" and if everything is OK you should see a ✅.
-
-[![sonarr-10](/pics/sonarr-10.png)](/pics/sonarr-10.png)
-[![sonarr-11](/pics/sonarr-11.png)](/pics/sonarr-11.png)
-
-If everything is fine, click on "Save". You should see your indexer added to the "Indexers" page now!
-
-[![sonarr-12](/pics/sonarr-12.png)](/pics/sonarr-12.png)
-
-#### How many indexers can I have?
-
-As many as you want! Just repeat the steps to add new indexers in [Jackett](/config/jackett) and then follow these instructions again to add them to Sonarr. The more indexers you have, the better!
-
### Download Clients
Here, you'll add the download clients for Sonarr. That's where you'll tie in Sonarr with [qBittorrent](/config/qbittorrent).
@@ -96,7 +58,7 @@ On the "Add Download Client" screen, click on "qBittorrent".
[![sonarr-14](/pics/sonarr-14.png)](/pics/sonarr-14.png)
- In Name, add the name of your download client (qBittorrent).
-- On Host, add `qbittorrent`.
+- On Host, add your server IP address (in my case, `192.168.0.169`).
- On Username, add `admin`.
- On Password, add `adminadmin`.
@@ -110,12 +72,6 @@ If everything is fine, click on "Save". You should see your download client adde
[![sonarr-16](/pics/sonarr-16.png)](/pics/sonarr-16.png)
-### Checking if everything worked
-
-To check If everything is working correctly, In "System" go to "Status". In "Health", you should see "No issues with configuration". If you don't see that message, go back in the tutorial and try to fix it!
-
-[![sonarr-17](/pics/sonarr-17.png)](/pics/sonarr-17.png)
-
## Moving forward!
-That's it! Now we can continue with [Bazarr](/config/bazarr).
+That's it! Now we can continue with [Prowlarr](/config/prowlarr).