From their wiki:
Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.
In YAMS, Radarr is going to manage all our movies: download them, sort them, and keep everything organized. It’s like having your own personal movie butler! 🎬
In your browser, go to http://{your-ip-address}:7878/. First up, we need to set up some basic security.
Fill in your username and password, then click on save:
You’ll see Radarr’s empty page. Don’t worry about those 3 messages in the system tab - we’ll deal with them soon!
First things first - let’s tell Radarr how to handle our movies. Go to “Settings” and then “Media management”. On this screen:
{Movie Title} ({Release Year})
At the bottom of the same screen, go to “Root folders” and click on “Add Root Folder”.
Now add the /data/movies/
folder:
Note: This isn’t actually on your filesystem! The /data/movies/
folder exists inside the docker environment and maps to your server’s /mediafolder/media/movies/
folder. Magic! ✨
Finally, click on “Save Changes”.
Time to connect Radarr to our download tools! This is where we’ll link up with qBittorrent and SABnzbd.
In “Settings”, go to “Download Clients” and click on the âž• button.
On the “Add Download Client” screen, scroll down and click on “qBittorrent”.
Fill in these details:
192.168.0.190
)admin
Click that “Test” button at the bottom - if everything’s good, you’ll see a nice green checkmark! ✅
If the test passed, click “Save”. Your download client should now show up on the page:
Back in “Download Clients”, click that âž• button again.
This time, scroll down and pick “SABnzbd”.
Fill in these details:
192.168.0.190
)Don’t have your SABnzbd API key handy? No worries! You can find it here: Getting your API key for Sonarr and Radarr
Time for another test! Click that “Test” button - hopefully you’ll see another green checkmark! ✅
If the test worked, hit “Save”. You should now see both download clients on the page:
Looking good! Now we can continue with Sonarr. We’re getting closer to having your own personal Netflix!
If you want to dive deeper into Radarr’s configuration, I highly recommend checking out the TRaSH Guide for Radarr. They’ve got some really cool advanced settings in there! 🔧