4.9 KiB
Raw Blame History

title, date, draft, weight, summary
title date draft weight summary
Sonarr 2023-01-10T19:06:43-03:00 false 4 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.

What is Sonarr?

From their wiki:

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.

In YAMS, Sonarr is your TV show manager - it's going to handle everything from downloads to organizing your episodes. Think of it as your personal TV assistant! 📺

Initial configuration

In your browser, go to http://{your-ip-address}:8989/. Just like with Radarr, we'll start with some basic security settings.

  • Select "Forms (Login Page)" as the "Authentication Method"
  • In "Authentication Required" select "Disabled for Local Addresses" (so you can browse freely on your home network)

Create your username and password, then click save:

sonarr-18

You'll see Sonarr's empty page. Don't mind those 3 system messages - we'll get to them later!

sonarr-1

Media management

Let's tell Sonarr how to handle our TV shows! Go to "Settings" and then "Media management". Here's what we need to do:

  • Click on "Show Advanced" (it sounds scary but we'll keep it simple!)
  • Check the "Rename Episodes" box
  • Set up these naming formats:
    • "Standard Episode Format": {Series Title} - S{season:00}E{episode:00} - {Episode Title}
    • "Daily Episode Format": {Series Title} - {Air-Date} - {Episode Title}
    • "Anime Episode Format": {Series Title} - S{season:00}E{episode:00} - {Episode Title}
    • "Series Folder Format": {Series TitleYear}

sonarr-2

Scroll down to "Root Folders" and click on "Add Root Folder".

sonarr-3

Add the /data/tvshows/ folder:

sonarr-4

Note: Just like with Radarr, this path is inside the docker environment - it maps to your server's /mediafolder/media/tvshows/ folder. Docker magic at work!

Finally, click on "Save Changes".

sonarr-5

Download Clients

Time to connect Sonarr to our download tools! We'll link up with qBittorrent and SABnzbd.

qBittorrent Setup

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

sonarr-13

Find and click on "qBittorrent" in the list.

sonarr-14

Fill in these details:

  • Name: qBittorrent (or whatever clever name you come up with!)
  • Host: your server IP address (like 192.168.0.190)
  • Port: 8081
  • Username: admin
  • Password: your qBittorrent password

sonarr-15

Hit that "Test" button - if everything's working, you'll see a happy green checkmark! sonarr-10 sonarr-11

All good? Click "Save". Your download client should now appear on the page:

sonarr-16

SABnzbd Setup

Back in "Download Clients", click that button again.

sonarr-13

This time, let's find and click on "SABnzbd".

sonarr-19

Fill in these details:

  • Name: SABnzbd (or something fun)
  • Host: your server IP address (like 192.168.0.190)
  • Port: 8080
  • API Key: your SABnzbd API key

Need to find your SABnzbd API key? No problem! Check here: Getting your API key for Sonarr and Radarr

sonarr-20

Another test time! Click "Test" - hopefully another green checkmark! sonarr-10 sonarr-11

If the test passed, hit "Save". You should now see both download clients ready to go:

sonarr-21

Moving forward! 🚀

That's it! Now we can move on to Prowlarr. We're getting close to having your own personal streaming service!

Want to become a Sonarr power user?

If you want to really dive into what Sonarr can do, check out the TRaSH Guide for Sonarr. They've got some amazing advanced tips and tricks! 🔧