mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Removed unrar etc and synced with nzbget dev
Also removed path to python... scripts here have x permissions and should be executable on the system. Also, python should be in the system path.. if not users should add this!
This commit is contained in:
parent
1648c9343c
commit
a495440280
1 changed files with 6 additions and 39 deletions
|
@ -1,11 +1,10 @@
|
||||||
#
|
#
|
||||||
# This file if part of nzbget
|
# 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.
|
# Please refer to "nzbget-postprocess.sh" for usage instructions.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2008-2012 Andrey Prygunkov <hugbug@users.sourceforge.net>
|
# Copyright (C) 2008-2013 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
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -26,48 +25,23 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### PATHS ###
|
### 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.
|
# Set the full path to sabToSickBeard.py for SickBeard's postprocessing.
|
||||||
NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
|
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
|
# Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing
|
||||||
NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py
|
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.
|
# Set the full path to the Custom Postprocess script.
|
||||||
CustomScript=
|
CustomScript=
|
||||||
|
|
||||||
# Set the full path where completed downloads should be placed
|
|
||||||
# before the Custom postprocess is called
|
|
||||||
CustomDownloadDir=
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### OPTIONS ###
|
### OPTIONS ###
|
||||||
|
|
||||||
# Delete rar-files after unpacking (yes, no).
|
|
||||||
DeleteRarFiles=yes
|
|
||||||
|
|
||||||
# Rename img-files to iso (yes, no).
|
# Rename img-files to iso (yes, no).
|
||||||
RenameIMG=yes
|
RenameIMG=yes
|
||||||
|
|
||||||
# Joint TS-files (yes, no).
|
# Joint TS-files (yes, no).
|
||||||
JoinTS=no
|
JoinTS=yes
|
||||||
|
|
||||||
# Perform SickBeard's postprocessing (yes, no).
|
# Perform SickBeard's postprocessing (yes, no).
|
||||||
SickBeard=yes
|
SickBeard=yes
|
||||||
|
@ -83,7 +57,7 @@ CouchPotatoCategory=movies
|
||||||
|
|
||||||
# Perform Custom postprocessing (yes, no).
|
# Perform Custom postprocessing (yes, no).
|
||||||
Custom=yes
|
Custom=yes
|
||||||
|
|
||||||
# Category for Custom postprocessing (eg. movies)
|
# Category for Custom postprocessing (eg. movies)
|
||||||
CustomCategory=music
|
CustomCategory=music
|
||||||
|
|
||||||
|
@ -98,23 +72,16 @@ Debug=no
|
||||||
|
|
||||||
# This section defines parameters, which can be set for each nzb-file
|
# This section defines parameters, which can be set for each nzb-file
|
||||||
# individually using either web-interface or command line.
|
# 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:
|
# nzb-file with id=2:
|
||||||
# nzbget -E G O Password=123 2
|
# nzbget -E G O PostProcess=no 2
|
||||||
|
|
||||||
# Perform postprocessing (yes, no).
|
# Perform postprocessing (yes, no).
|
||||||
#
|
#
|
||||||
# Set to "no" to skip postprocessing for this nzb-file.
|
# Set to "no" to skip postprocessing for this nzb-file.
|
||||||
PostProcess=yes
|
PostProcess=yes
|
||||||
|
|
||||||
# Password for encrypted posts.
|
|
||||||
#
|
|
||||||
# If the post requires a password for unpacking.
|
|
||||||
Password=
|
|
||||||
|
|
||||||
# Destination directory.
|
# Destination directory.
|
||||||
#
|
|
||||||
# NOTE: NZBGet must have write-access-rights for that directory.
|
|
||||||
DestDir=
|
DestDir=
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue