Updated screenshots and description including instant move and hardlinks support

Updated screenshots and description including instant move and hardlinks support
pull/1/head
TRaSH 4 years ago
parent 257e79017a
commit 88c1c4fc43

@ -1,41 +1,37 @@
### How to setup NZBGet to use with Sonarr/Radarr.
This basic example is based on the use of the [Linux|Server.io's](https://hub.docker.com/r/linuxserver/radarr/) docker images,
Even that I personally don't prefer their folder setup it's easy for starters to use and also because most people use their docker images I decided to use them for this tutorial.
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.
------
#### Some Basics
`${MainDir}` => Root directory for all tasks.
`${AppDir} `=> Where NZBGet is installed.
`${DestDir} `=> Destination directory for downloaded files.
>`${MainDir}` => Root directory for all tasks.
`${AppDir} `=> Where NZBGet is installed.
`${DestDir} `=> Destination directory for downloaded files.
#### PATHS
![](images/image-20200209125552547.png)
![](images/1571585368207.png)
I will only explain the so called most importand paths.
`MainDir` => `/downloads`
`DestDir` => `${MainDir}/completed` (so it will go in to `/downloads/completed`)
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`)
`InterDir` => Files are downloaded into this directory (before unpack+par2)
` NzbDir` => Directory for incoming nzb-files.
`NzbDir` => Directory for incoming nzb-files.
`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!!!**)
#### NEWS-SERVERS
![](images/1571588271831.png)
#### NEWS-SERVERS
![](images/1571588271831.png)
`Active` => Use this news server.
>`Active` => Use this news server.
`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.
@ -45,44 +41,44 @@ I will only explain the so called most importand paths.
`Connections` => Use the lowest possible amount of connections +1 to gain your max download speed.
`Retention` => How long the articles are stored on the news server.
#### CATEGORIES
![](images/1571592811138.png)
`Name` => This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films)
`DestDir` => `${DestDir}` Destination directory (/downloads/completed/Movies)
#### 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)
`Unpack` => Unpack downloaded nzb-files.
`Extensions` => List of extension scripts for this category.
#### INCOMING NZBS
![](images/1571593246863.png)
#### INCOMING NZBS
![](images/1571593246863.png)
`AppendCategoryDir` => Create subdirectory with category-name in destination-directory.
>`AppendCategoryDir` => Create subdirectory with category-name in destination-directory.
#### DOWNLOAD QUEUE
![](images/image-20191201110525320.png)
>`WriteBuffer` => If you're low on memory don't set this to high.
#### CHECK AND REPAIR
#### LOGGING
![](images/image-20200209130753069.png)
#### CHECK AND REPAIR
![](images/1571593790053.png)
#### UNPACK
![](images/1571593877357.png)
>`DirectUnpack`=> This might lower your download speed but the overall time could be faster. (disable on low powered devices)
##### EXTENSION SCRIPTS
![](images/image-20200209131003689.png)
Depending if you're using some NZBGet script here you can change the order or when it should be used

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Loading…
Cancel
Save