mirror of
https://github.com/nzbget/nzbget.git
synced 2026-04-24 14:56:53 -04:00
46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
# Template configuration file for postprocessing script "postprocess-example.sh".
|
|
# Please refer to "postprocess-example.sh" for usage instructions.
|
|
|
|
##############################################################################
|
|
### PATHS ###
|
|
|
|
# Set the full path to unrar if it is not in your PATH.
|
|
UnrarCmd=unrar
|
|
|
|
|
|
##############################################################################
|
|
### OPTIONS ###
|
|
|
|
# Delete rar-files after unpacking (yes, no).
|
|
DeleteRarFiles=yes
|
|
|
|
# Rename img-files to iso (yes, no).
|
|
RenameIMG=yes
|
|
|
|
# Joint TS-files (yes, no).
|
|
JoinTS=no
|
|
|
|
##############################################################################
|
|
### POSTPROCESSING-PARAMETERS ###
|
|
|
|
# This section defines parameters, which can be set for each nzb-file
|
|
# individually using either web-interface or command line.
|
|
# Example command line for setting parameter "password" to value "123" for
|
|
# nzb-file with id=2:
|
|
# nzbget -E G O Password=123 2
|
|
|
|
# Perform postprocessing (yes, no).
|
|
#
|
|
# Set to "no" to skip postprocessing for this nzb-file.
|
|
PostProcess=yes
|
|
|
|
# Password for encrypted posts.
|
|
#
|
|
# If the post requires a password for unpacking.
|
|
Password=
|
|
|
|
# Destination directory.
|
|
#
|
|
# NOTE: NZBGet must have write-access-rights for that directory.
|
|
DestDir=
|