diff --git a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf index ee3045b4..1047346e 100644 --- a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf @@ -1,11 +1,10 @@ # # This file if part of nzbget # -# Template configuration file for postprocessing script "nzbget-postprocess.sh". +# Template configuration file for post-processing script "nzbget-postprocess.sh". # Please refer to "nzbget-postprocess.sh" for usage instructions. # -# Copyright (C) 2008-2012 Andrey Prygunkov -# Copyright (C) 2012 J�rgen Seif +# Copyright (C) 2008-2013 Andrey Prygunkov # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,48 +25,23 @@ ############################################################################## ### PATHS ### -# Set the full path to unrar if it is not in your PATH. -UnrarCmd=unrar - -# Set the full path to python if it is not in your PATH. -PythonCmd=/usr/local/python/bin/python - # Set the full path to sabToSickBeard.py for SickBeard's postprocessing. NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py -# Set the full path where completed movies should be placed -# before SickBeard's Renamer is called -TvDownloadDir= - # Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py -# Set the full path where completed movies should be placed -# before CouchPotato's Renamer is called -MoviesDownloadDir= - -# Set the full path to any dependency required for your Custom -# Postprocess script if it is not in your PATH. -CustomCmd=/usr/local/python/bin/python - # Set the full path to the Custom Postprocess script. CustomScript= -# Set the full path where completed downloads should be placed -# before the Custom postprocess is called -CustomDownloadDir= - ############################################################################## ### 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 +JoinTS=yes # Perform SickBeard's postprocessing (yes, no). SickBeard=yes @@ -83,7 +57,7 @@ CouchPotatoCategory=movies # Perform Custom postprocessing (yes, no). Custom=yes - + # Category for Custom postprocessing (eg. movies) CustomCategory=music @@ -98,23 +72,16 @@ Debug=no # 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 +# Example command line for setting parameter "PostProcess" to value "no" for # nzb-file with id=2: -# nzbget -E G O Password=123 2 +# nzbget -E G O PostProcess=no 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= ##############################################################################