[GENERAL] - Tensai75/nzb-monkey-go GitHub Wiki
In this section you can define some general parameters of the program.
target
Default: target = "EXECUTE"
Sets how to handle the nzb files.
Since v0.1.12 it is possible to set several handlers by seperating them with commas, e.g.
target = "EXECUTE,SABNZBD"
The possible values are:
-
EXECUTE
Will download the nzb file and execute the default program associated with the .nzb file extension. Make sure section
[EXECUTE]
is configured properly.Execution can be disabled in the
[EXECUTE]
section in order to have the nzb files downloaded only. -
SABNZBD
Will send the nzb file to an installation of SABnzbd. Make sure section
[SABNZBD]
is configured properly. -
NZBGET
Will send the nzb file to an installation of NZBGet. Make sure section
[NZBGET]
is configured properly. -
SYNOLOGYDLS
Will send the nzb file to an installation of Synology Downloadstation. Make sure section
[SYNOLOGYDLS]
is configured properly.
categorize
Default: categorize = "off"
Defines whether a category should be choosen for the nzb file. This is only usefull for the targets supporting categories, i.e. SABnzbd and NZBGet.
The possible values are:
-
off
Will disable categorization.
-
auto
Will automatically set a category based on the regular expressions defined in the
[CATEGORIZER]
section. -
manual
Will provide a select menu with the available categories of the target for the user to choose the category.
success_wait_time
Default: success_wait_time = 3
Defines the seconds to wait befor ending/closing the program window after the program ended successfully
error_wait_time
Default: error_wait_time = 10
Defines the seconds to wait befor ending/closing the program window after the program ended with an error
debug
Default: debug = false
If set to true, the cmd line output will be saved to the file logfile.txt
in the same folder as the nzb-monkey-go executable on Windows and MacOS or to /tmp/nzb-monkey-go.log
on Linux.