3 radarr
Clinton Hall edited this page 2020-10-25 13:45:03 +13:00

Radarr(a Movie fork of Sonarr)

The following must be configured in Radarr:

Settings -> Download Client -> Download Clients (Add +)
  1. Select the Usenet/torrent downloader you use. Nzbget, Sabnzbd/Transmission, Deluge, UTorrent
  2. Name = NZBGet or SABnzbd/Transmission or Deluge or UTtorrent
  3. Enable = Yes
  4. HOST = the url/host for your download client. localhost
  5. Port = The port used to access your download client. (e.g. 6789, 8080)
  6. API Key (SABnzbd) = The api key used by SABnzbd (Found in sabnzbd -> config -> general -> SABnzbd Web Server)
  7. Username = The username required to log in to your download client's web GUI.
  8. Password = The password required to log in to your download client's web GUI.
  9. Category = A category that is used by your download client (e.g. TV, series, or SickBeard, note: transmission category will be append . in front of what you choose e.g. .tv)
  10. Use SSL = No if you access your download client via http. Yes if you use https.
Settings -> Download Client
  1. Completed Download Handling = Yes

  2. Drone Factory Options

    • Drone Factory = This should be left blank Or otherwise set this to a directory NOT the same as /download/Complete/tv directory or the outputDirectory.

    If Radarr's Completed Download Handling detects a download that resides inside the Drone Factory (disregarding the interval) it will refuse to import, expecting the Drone Factory to do it. The preferred method of processing is to use the Completed Download Handling.

Settings -> Media Management
  1. Rename Movies = Yes - The naming must be specified as per user choice. - This naming will be applied to all shows processed via the postprocess script.

The following must be changed in case of transmission

autoProcessingMedia.cfg
  1. raCategory = [[movies]] - This will make TorrentToMedia recognize movies as the Movie directory. - If another category is used, enter "category". - If an older version of transmission is used, or otherwise the category directory is prefixed with a ., enter ."category". e.g. [[.movies]]