mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-13 17:10:09 -08:00
Page:
radarr
Pages
Branches
Compiling for Windows
Download Station
Efficient on demand post processing
Failed Download Handling (FDH)
Gamez
HeadPhones
Home
LazyLibrarian
Manual Run
Multiple Servers
Mylar
Plex
Sonarr
Synology NAS Docker Remote Host General Help
Testing
Transcoder
Watcher3
autoProcessMedia.cfg
couchpotato
deluge
installation
linux
nzbget
qBittorrent
radarr
roadmap
rtorrent
sabnzbd
sickbeard forks
sickbeard
sickgear
transmission
utorrent
vuze
windows
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 +
)
- Select the Usenet/torrent downloader you use.
Nzbget
,Sabnzbd
/Transmission
,Deluge
,UTorrent
- Name =
NZBGet
orSABnzbd
/Transmission
orDeluge
orUTtorrent
- Enable =
Yes
- HOST = the url/host for your download client.
localhost
- Port = The port used to access your download client. (e.g.
6789
,8080
) - API Key (SABnzbd) = The api key used by SABnzbd (Found in sabnzbd -> config -> general -> SABnzbd Web Server)
- Username = The username required to log in to your download client's web GUI.
- Password = The password required to log in to your download client's web GUI.
- Category = A category that is used by your download client (e.g.
TV
,series
, orSickBeard
, note: transmission category will be append.
in front of what you choose e.g..tv
) - Use SSL =
No
if you access your download client via http.Yes
if you use https.
Settings -> Download Client
-
Completed Download Handling =
Yes
-
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
- 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
- raCategory =
[[movies]]
- This will make TorrentToMedia recognizemovies
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]]