Skip to content
11182711114 edited this page Feb 17, 2015 · 2 revisions

Sonarr(Formerly NZBDrone)

The following must be configured in Sonarr:

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 NZBDrone'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 methof of processing is to use the Completed Download Handling.

Settings -> Media Management
  1. Rename Episodes = 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. ndCategory = .tv - This will make TorrentToMedia recognize .tv as the TV directory. - If another category for transmission is used, enter ."category".
Clone this wiki locally