mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
Match 9.0
This commit is contained in:
parent
e440313d11
commit
a9a5c65872
1 changed files with 27 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue