You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.8 KiB
84 lines
2.8 KiB
5 years ago
|
### How to setup NZBGet to use with Sonarr/Radarr.
|
||
|
|
||
5 years ago
|
This basic example is based on the use of docker images,
|
||
|
>Keep in mind I've setup my paths so it works with hardlinks and you get instant moves.
|
||
|
The default path setup used by [Linux|Server.io](https://hub.docker.com/r/linuxserver/) don't support hardlinks and instant moves.
|
||
5 years ago
|
|
||
|
------
|
||
|
|
||
|
#### Some Basics
|
||
|
|
||
5 years ago
|
>`${MainDir}` => Root directory for all tasks.
|
||
|
`${AppDir} `=> Where NZBGet is installed.
|
||
|
`${DestDir} `=> Destination directory for downloaded files.
|
||
5 years ago
|
|
||
|
|
||
|
|
||
|
#### PATHS
|
||
5 years ago
|
![](images/image-20200209125552547.png)
|
||
5 years ago
|
|
||
5 years ago
|
I will only explain the so called most important paths.
|
||
|
>`MainDir` => `/data/.usenet`
|
||
|
`DestDir` => `${MainDir}/completed` (so it will go in to `/data/.usenet/completed`)
|
||
5 years ago
|
`InterDir` => Files are downloaded into this directory (before unpack+par2)
|
||
5 years ago
|
`NzbDir` => Directory for incoming nzb-files.
|
||
5 years ago
|
`QueueDir` => This directory is used to save download queue, history, information statistics, etc.
|
||
|
`ScriptDir` => Directory with post-processing and other scripts.
|
||
|
`LogFile` => Where your logfiles will be stored (**please create a log directory in your config!!!**)
|
||
|
|
||
|
|
||
|
|
||
5 years ago
|
#### NEWS-SERVERS
|
||
|
![](images/1571588271831.png)
|
||
5 years ago
|
|
||
5 years ago
|
>`Active` => Use this news server.
|
||
5 years ago
|
`Name` => The name is used in UI and for logging. It can be any string.
|
||
|
`Level` => Put your major download servers at level 0 and your fill servers at levels 1, 2, etc..
|
||
|
`Host` => Host name of news server.
|
||
|
`Port` => Port to connect to.
|
||
|
`Password` => Password to use for authentication.
|
||
|
`Encryption` => Encrypted server connection (TLS/SSL). (**PREFERED TO USE THIS!!!**)
|
||
5 years ago
|
`Connections` => Use the lowest possible amount of connections +1 to gain your max download speed.
|
||
5 years ago
|
`Retention` => How long the articles are stored on the news server.
|
||
|
|
||
|
|
||
|
|
||
5 years ago
|
#### CATEGORIES
|
||
|
![](images/image-20200209130241801.png)
|
||
|
|
||
|
>`Name` => This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films)
|
||
|
`DestDir` => `${DestDir}` Destination directory (/data/.usenet/completed/movie)
|
||
5 years ago
|
`Unpack` => Unpack downloaded nzb-files.
|
||
|
`Extensions` => List of extension scripts for this category.
|
||
|
|
||
|
|
||
|
|
||
5 years ago
|
#### INCOMING NZBS
|
||
|
![](images/1571593246863.png)
|
||
5 years ago
|
|
||
5 years ago
|
>`AppendCategoryDir` => Create subdirectory with category-name in destination-directory.
|
||
5 years ago
|
|
||
|
|
||
|
|
||
|
#### DOWNLOAD QUEUE
|
||
5 years ago
|
![](images/image-20191201110525320.png)
|
||
5 years ago
|
|
||
5 years ago
|
>`WriteBuffer` => If you're low on memory don't set this to high.
|
||
5 years ago
|
|
||
|
|
||
|
|
||
5 years ago
|
#### LOGGING
|
||
|
![](images/image-20200209130753069.png)
|
||
5 years ago
|
|
||
5 years ago
|
#### CHECK AND REPAIR
|
||
5 years ago
|
![](images/1571593790053.png)
|
||
|
|
||
|
#### UNPACK
|
||
|
![](images/1571593877357.png)
|
||
|
|
||
5 years ago
|
>`DirectUnpack`=> This might lower your download speed but the overall time could be faster. (disable on low powered devices)
|
||
5 years ago
|
|
||
5 years ago
|
##### EXTENSION SCRIPTS
|
||
|
![](images/image-20200209131003689.png)
|
||
5 years ago
|
|
||
5 years ago
|
Depending if you're using some NZBGet script here you can change the order or when it should be used
|