mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Update nzbGet 0.8.0 to function same as 9.0
This commit is contained in:
parent
699b7ae498
commit
d4a35659a3
1 changed files with 5 additions and 3 deletions
|
@ -11,15 +11,15 @@ PythonCmd=/usr/local/python/bin/python
|
|||
NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
|
||||
|
||||
# Set the full path where completed movies should be placed
|
||||
# before CouchPotato's Renamer is called
|
||||
TV_DL_DIR=/usr/local/nzbget/complete/tv
|
||||
# before SickBeard's Renamer is called
|
||||
TvDownloadDir=/usr/local/nzbget/complete/tv
|
||||
|
||||
# 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
|
||||
MOVIES_DL_DIR=/usr/local/nzbget/complete/movies
|
||||
MoviesDownloadDir=/usr/local/nzbget/complete/movies
|
||||
|
||||
|
||||
##############################################################################
|
||||
|
@ -49,6 +49,8 @@ CouchPotato=yes
|
|||
# Category for Couchpotato's postprocessing (eg. movies)
|
||||
CouchPotatoCategory=movies
|
||||
|
||||
# Clean up list. (space seperated, default *.nzb *.sfv *.1)
|
||||
FileCleanUp=*.nzb *.sfv *.1
|
||||
|
||||
##############################################################################
|
||||
### POSTPROCESSING-PARAMETERS ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue