mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 01:20:13 -08:00
Page:
couchpotato
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
4
couchpotato
Clinton Hall edited this page 2014-07-02 20:13:54 -07:00
Table of Contents
CouchPotatoServer
The following must be configured in CouchPotatoServer:
Settings -> Renamer -> Rename downloaded movies
should be checked and the settings below applied:
- From = Must be set to the full path to your completed download movies (including any additional category paths)
- e.g.
/media/download/sabnzbd/nzbget/movies
- To = Must be set to the folder where you want your movie library to be kept. this would also usually be added to manage.
- e.g
/media/movies
- Run Every =
0
to disabled this setting0
- Force Every = Should be set to a high interval (e.g
24
hours) or disabled by setting0
- Next On_failed = Should be unticked.
- These last 3 settings are **advanced settings** so to change these you will need to select the option `show advanced settings` on the top right of all settings pages.
Settings -> Downloaders
-
Set up one NZB and/or one Torrent Downloader only.
-
Set up the following as required.
-
Settings -> Downloaders -> NZBGet
- Host = The url/host and port for your download client.
localhost:6789
- Username = The username required to log in to NZBget's web GUI. (NZBget only)
- Password = The password required to log in to NZBget's web GUI. (NZBget only)
- Category = A category that is used by NZBGet (e.g.
movies
, orCouchPotato
)
- Host = The url/host and port for your download client.
-
Settings -> Downloaders -> Sabnzbd
- Host = The url/host and port for your download client.
localhost:8080
- Api Key = The api key used by SABnzbd (Found in SABnzbd -> config -> general -> SABnzbd Web Server)
- Category = A category that is used by SABnzbd (e.g.
movies
, orCouchPotato
)
- Host = The url/host and port for your download client.
-
Settings -> Downloaders -> Transmission
- Host = The url/host and port for Transmission.
localhost:9091
- username = The user name required to log in to Transmission
- password = The password required to log in to Transmission
- Directory = The directory for completed/seeding files. NOT the renamer "from" directory.
/media/download/transmission/movies
- Host = The url/host and port for Transmission.
-
Settings -> Downloaders -> uTorrent
- Host = The url/host and port for uTorrent.
localhost:6880
- username = The user name required to log in to uTorrent
- password = The password required to log in to uTorrent
- label = label/category to be used by the postprocessing script. e.g
movies
orcouchpotato
- Host = The url/host and port for uTorrent.
-
Settings -> Downloaders -> rTorrent
- Host = The url/host and port for rTorrent.
localhost:8080
- RPC URL = The RPC mount point for rTorrent.
RPC2teasd/asdasd
- username = The user name required to log in to rTorrent.
- password = The password required to log in to rTorrent.
- label = label/category to be used by the postprocessing script. e.g
movies
orcouchpotato
- Directory = The directory for completed/seeding files. NOT the renamer "from" directory.
/media/download/rtorrent/movies
- Host = The url/host and port for rTorrent.
-
Settings -> Downloaders -> Deluge
- Host = The url/host and port for Deluge.
localhost:58846
- username = The user name required to log in to Deluge.
- password = The password required to log in to Deluge.
- label = label/category to be used by the postprocessing script. e.g
movies
orcouchpotato
- Directory = The directory for completed/seeding files. NOT the renamer "from" directory.
/media/download/deluge/movies
- Host = The url/host and port for Deluge.
-
Settings -> Downloaders -> BlackHole (All downloaders tested with these scripts are supported directly by CouchPotato... so why would you use BlackHole?)
- Directory = Enter your Torrent downloader's BlackHole Directory + movies sub directory /media/downloads/blackhole/movies
- use for = Torrents, Usenet, or Both.
If using SABnzbd or NZBget for Usenet, and balckhole for torrents, select
torrents
only.
-