diff --git a/NZBGet/How-to-setup-NZBGet.md b/NZBGet/How-to-setup-NZBGet.md new file mode 100644 index 000000000..e2cddf31d --- /dev/null +++ b/NZBGet/How-to-setup-NZBGet.md @@ -0,0 +1,88 @@ +### 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. + +------ + +#### Some Basics + +`${MainDir}` => Root directory for all tasks. + +`${AppDir} `=> Where NZBGet is installed. + +`${DestDir} `=> Destination directory for downloaded files. + + + +#### PATHS + +![](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`) +`InterDir` => Files are downloaded into this directory (before unpack+par2) +` 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) + + + +`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. +`Port` => Port to connect to. +`Password` => Password to use for authentication. +`Encryption` => Encrypted server connection (TLS/SSL). (**PREFERED TO USE THIS!!!**) +`Connections` => Maximum number of simultaneous connections.(Use as less as possible Don't max it !!!) +`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) +`Unpack` => Unpack downloaded nzb-files. +`Extensions` => List of extension scripts for this category. + +#### INCOMING NZBS + +![](images/1571593246863.png) + + + +`AppendCategoryDir` => Create subdirectory with category-name in destination-directory. + + + +#### DOWNLOAD QUEUE + +![](images/1571593722708.png) + + + +#### CHECK AND REPAIR + + + +![](images/1571593790053.png) + + + +#### UNPACK + + + +![](images/1571593877357.png) + + + diff --git a/NZBGet/images/1571585368207.png b/NZBGet/images/1571585368207.png new file mode 100644 index 000000000..e918113a1 Binary files /dev/null and b/NZBGet/images/1571585368207.png differ diff --git a/NZBGet/images/1571588271831.png b/NZBGet/images/1571588271831.png new file mode 100644 index 000000000..74bef7e82 Binary files /dev/null and b/NZBGet/images/1571588271831.png differ diff --git a/NZBGet/images/1571592811138.png b/NZBGet/images/1571592811138.png new file mode 100644 index 000000000..92329c73f Binary files /dev/null and b/NZBGet/images/1571592811138.png differ diff --git a/NZBGet/images/1571593246863.png b/NZBGet/images/1571593246863.png new file mode 100644 index 000000000..f5eb6fc00 Binary files /dev/null and b/NZBGet/images/1571593246863.png differ diff --git a/NZBGet/images/1571593722708.png b/NZBGet/images/1571593722708.png new file mode 100644 index 000000000..ccfc0caf6 Binary files /dev/null and b/NZBGet/images/1571593722708.png differ diff --git a/NZBGet/images/1571593790053.png b/NZBGet/images/1571593790053.png new file mode 100644 index 000000000..7f40828f2 Binary files /dev/null and b/NZBGet/images/1571593790053.png differ diff --git a/NZBGet/images/1571593877357.png b/NZBGet/images/1571593877357.png new file mode 100644 index 000000000..1b7a25219 Binary files /dev/null and b/NZBGet/images/1571593877357.png differ