Match 9.0

This commit is contained in:
clinton-hall 2012-12-18 15:19:18 -08:00
commit a9a5c65872

View file

@ -1,3 +1,28 @@
#
# This file if part of nzbget
#
# Template configuration file for postprocessing script "nzbget-postprocess.sh".
# Please refer to "nzbget-postprocess.sh" for usage instructions.
#
# Copyright (C) 2008-2012 Andrey Prygunkov <hugbug@users.sourceforge.net>
# Copyright (C) 2012 J<>rgen Seif <thor78@gmx.at>
#
# 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
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
#
############################################################################## ##############################################################################
### PATHS ### ### PATHS ###
@ -38,7 +63,7 @@ RenameIMG=yes
JoinTS=no JoinTS=no
# Perform SickBeard's postprocessing (yes, no). # Perform SickBeard's postprocessing (yes, no).
SickBeard=no SickBeard=yes
# Category for SickBeard's postprocessing. # Category for SickBeard's postprocessing.
SickBeardCategory=tv SickBeardCategory=tv
@ -49,7 +74,7 @@ CouchPotato=yes
# Category for Couchpotato's postprocessing (eg. movies) # Category for Couchpotato's postprocessing (eg. movies)
CouchPotatoCategory=movies CouchPotatoCategory=movies
# Clean up list. space seperated, in brackets, default *.nzb *.sfv *.1 # Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
FileCleanUp=(*.nzb *.sfv *.1) FileCleanUp=(*.nzb *.sfv *.1)
# Toggle detailed output (yes, no) # Toggle detailed output (yes, no)