diff options
-rw-r--r-- | content/config/radarr.md | 111 | ||||
-rw-r--r-- | static/pics/radarr-1.webp | bin | 0 -> 31556 bytes | |||
-rw-r--r-- | static/pics/radarr-10.webp | bin | 0 -> 2748 bytes | |||
-rw-r--r-- | static/pics/radarr-11.webp | bin | 0 -> 2854 bytes | |||
-rw-r--r-- | static/pics/radarr-12.webp | bin | 0 -> 30628 bytes | |||
-rw-r--r-- | static/pics/radarr-13.webp | bin | 0 -> 38438 bytes | |||
-rw-r--r-- | static/pics/radarr-14.webp | bin | 0 -> 18192 bytes | |||
-rw-r--r-- | static/pics/radarr-15.webp | bin | 0 -> 28352 bytes | |||
-rw-r--r-- | static/pics/radarr-16.webp | bin | 0 -> 40300 bytes | |||
-rw-r--r-- | static/pics/radarr-17.webp | bin | 0 -> 28624 bytes | |||
-rw-r--r-- | static/pics/radarr-2.webp | bin | 0 -> 38246 bytes | |||
-rw-r--r-- | static/pics/radarr-3.webp | bin | 0 -> 5358 bytes | |||
-rw-r--r-- | static/pics/radarr-4.webp | bin | 0 -> 6336 bytes | |||
-rw-r--r-- | static/pics/radarr-5.webp | bin | 0 -> 14200 bytes | |||
-rw-r--r-- | static/pics/radarr-6.webp | bin | 0 -> 26846 bytes | |||
-rw-r--r-- | static/pics/radarr-7.webp | bin | 0 -> 26234 bytes | |||
-rw-r--r-- | static/pics/radarr-8.webp | bin | 0 -> 29770 bytes | |||
-rw-r--r-- | static/pics/radarr-9.webp | bin | 0 -> 36510 bytes |
18 files changed, 107 insertions, 4 deletions
diff --git a/content/config/radarr.md b/content/config/radarr.md index e1983df..2a60e7e 100644 --- a/content/config/radarr.md +++ b/content/config/radarr.md @@ -2,9 +2,112 @@ title: "Radarr" date: 2023-01-10T19:06:46-03:00 draft: false -weight: 4 +weight: 3 +summary: Radarr movie collection manager 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 Radarr? + +From their [wiki](https://wiki.servarr.com/radarr): + +> 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, etc. + +## Initial configuration + +In your browser, go to [http://{your-ip-address}:7878/]() and you'll see Radarr's empty page. You'll also notice you have 3 messages on the system tab, but we'll deal with them later. + +[![radarr-1](/pics/radarr-1.webp)](/pics/radarr-1.webp) + +### Media management + +First, go to "Settings" and then "Media management". On this screen: +- Click on "Show Advanced". +- Check the "Rename Movies" box. +- Change the default "Standard Movie Format" from `{Movie Title} ({Release Year}) {Quality Full}` to `{Movie Title} ({Release Year})`. + +[![radarr-2](/pics/radarr-2.webp)](/pics/radarr-2.webp) + +At the bottom of the same screen, go to "Root folders" and click on "Add Root Folder". + +[![radarr-3](/pics/radarr-3.webp)](/pics/radarr-3.webp) + +And add the `/movies/` folder + +[![radarr-4](/pics/radarr-4.webp)](/pics/radarr-4.webp) + +**Note:** This is NOT on your filesystem! The `/movies/` folder exists inside the `docker` environment and maps to your server `/mediafolder/movies/` folder! + +Finally, click on "Save Changes". + +[![radarr-5](/pics/radarr-5.webp)](/pics/radarr-5.webp) + +### Indexers + +Here, you'll add all the indexers you want to use to get your movies. This is where you'll tie in Radarr with [Jackett](/config/jackett). + +In "Settings", go to "Indexers" and click on the ➕ button. + +[![radarr-6](/pics/radarr-6.webp)](/pics/radarr-6.webp) + +On the "Add Indexer" screen, click on "Torznab". + +[![radarr-7](/pics/radarr-7.webp)](/pics/radarr-7.webp) + +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 "YTS", I'll be grabbing its Torznab Feed link. + +[![radarr-9](/pics/radarr-9.webp)](/pics/radarr-9.webp) + +Then back at Radarr, add all the information to the "Add Indexer" screen. + +- On "Name", add the name of your indexer (in this case, "YTS"). +- 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 Radarr 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). + +[![radarr-8](/pics/radarr-8.webp)](/pics/radarr-8.webp) + +At the bottom, you can click on "Test" and if everything is OK you should see a ✅. + +[![radarr-10](/pics/radarr-10.webp)](/pics/radarr-10.webp) +[![radarr-11](/pics/radarr-11.webp)](/pics/radarr-11.webp) + +If everything is fine, click on "Save". You should see your indexer added to the "Indexers" page now! + +[![radarr-12](/pics/radarr-12.webp)](/pics/radarr-12.webp) + +### Download Clients + +Here, you'll add the download clients for Radarr. That's where you'll tie in Radarr with [qBittorrent](/config/qbittorrent). + +In "Settings", go to "Download Clients" and click on the ➕ button. + +[![radarr-13](/pics/radarr-13.webp)](/pics/radarr-13.webp) + +On the "Add Download Client" screen, scroll down and click on "qBittorrent". + +[![radarr-14](/pics/radarr-14.webp)](/pics/radarr-14.webp) + +- In Name, add the name of your download client (qBittorrent). +- On Host, add `qbittorrent`. +- On Username, add `admin`. +- On Password, add `adminadmin`. +[![radarr-15](/pics/radarr-15.webp)](/pics/radarr-15.webp) + +At the bottom, you can click on "Test" and if everything is OK you should see a ✅ +[![radarr-10](/pics/radarr-10.webp)](/pics/radarr-10.webp) +[![radarr-11](/pics/radarr-11.webp)](/pics/radarr-11.webp) + +If everything is fine, click on "Save". You should see your download client added to the "Download Clients" page now! + +[![radarr-16](/pics/radarr-16.webp)](/pics/radarr-16.webp) + +### Checking if everything worked + +To check If everything is working corrently, 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! + +[![radarr-17](/pics/radarr-17.webp)](/pics/radarr-17.webp) + +## Moving forward! + +Looking good! Now we can continue with [Sonarr](/config/sonarr). diff --git a/static/pics/radarr-1.webp b/static/pics/radarr-1.webp Binary files differnew file mode 100644 index 0000000..7ef7f73 --- /dev/null +++ b/static/pics/radarr-1.webp diff --git a/static/pics/radarr-10.webp b/static/pics/radarr-10.webp Binary files differnew file mode 100644 index 0000000..ad6d22e --- /dev/null +++ b/static/pics/radarr-10.webp diff --git a/static/pics/radarr-11.webp b/static/pics/radarr-11.webp Binary files differnew file mode 100644 index 0000000..c9ee75b --- /dev/null +++ b/static/pics/radarr-11.webp diff --git a/static/pics/radarr-12.webp b/static/pics/radarr-12.webp Binary files differnew file mode 100644 index 0000000..dddafbe --- /dev/null +++ b/static/pics/radarr-12.webp diff --git a/static/pics/radarr-13.webp b/static/pics/radarr-13.webp Binary files differnew file mode 100644 index 0000000..ff57786 --- /dev/null +++ b/static/pics/radarr-13.webp diff --git a/static/pics/radarr-14.webp b/static/pics/radarr-14.webp Binary files differnew file mode 100644 index 0000000..7bbdfcc --- /dev/null +++ b/static/pics/radarr-14.webp diff --git a/static/pics/radarr-15.webp b/static/pics/radarr-15.webp Binary files differnew file mode 100644 index 0000000..f15b842 --- /dev/null +++ b/static/pics/radarr-15.webp diff --git a/static/pics/radarr-16.webp b/static/pics/radarr-16.webp Binary files differnew file mode 100644 index 0000000..aa85872 --- /dev/null +++ b/static/pics/radarr-16.webp diff --git a/static/pics/radarr-17.webp b/static/pics/radarr-17.webp Binary files differnew file mode 100644 index 0000000..fb77621 --- /dev/null +++ b/static/pics/radarr-17.webp diff --git a/static/pics/radarr-2.webp b/static/pics/radarr-2.webp Binary files differnew file mode 100644 index 0000000..473dd47 --- /dev/null +++ b/static/pics/radarr-2.webp diff --git a/static/pics/radarr-3.webp b/static/pics/radarr-3.webp Binary files differnew file mode 100644 index 0000000..8304456 --- /dev/null +++ b/static/pics/radarr-3.webp diff --git a/static/pics/radarr-4.webp b/static/pics/radarr-4.webp Binary files differnew file mode 100644 index 0000000..9aee0c8 --- /dev/null +++ b/static/pics/radarr-4.webp diff --git a/static/pics/radarr-5.webp b/static/pics/radarr-5.webp Binary files differnew file mode 100644 index 0000000..b2fea0d --- /dev/null +++ b/static/pics/radarr-5.webp diff --git a/static/pics/radarr-6.webp b/static/pics/radarr-6.webp Binary files differnew file mode 100644 index 0000000..9630a4e --- /dev/null +++ b/static/pics/radarr-6.webp diff --git a/static/pics/radarr-7.webp b/static/pics/radarr-7.webp Binary files differnew file mode 100644 index 0000000..89f0b54 --- /dev/null +++ b/static/pics/radarr-7.webp diff --git a/static/pics/radarr-8.webp b/static/pics/radarr-8.webp Binary files differnew file mode 100644 index 0000000..d7e7504 --- /dev/null +++ b/static/pics/radarr-8.webp diff --git a/static/pics/radarr-9.webp b/static/pics/radarr-9.webp Binary files differnew file mode 100644 index 0000000..829abb9 --- /dev/null +++ b/static/pics/radarr-9.webp |