mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Remove default directories
This commit is contained in:
parent
60e5c3eaba
commit
6d64c17c1d
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
# 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-2012 Andrey Prygunkov <hugbug@users.sourceforge.net>
|
||||||
# Copyright (C) 2012 Jürgen Seif <thor78@gmx.at>
|
# Copyright (C) 2012 J<EFBFBD>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
|
||||||
|
@ -37,14 +37,14 @@ NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
|
||||||
|
|
||||||
# Set the full path where completed movies should be placed
|
# Set the full path where completed movies should be placed
|
||||||
# before SickBeard's Renamer is called
|
# before SickBeard's Renamer is called
|
||||||
TvDownloadDir=/usr/local/nzbget/complete/tv
|
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
|
# Set the full path where completed movies should be placed
|
||||||
# before CouchPotato's Renamer is called
|
# before CouchPotato's Renamer is called
|
||||||
MoviesDownloadDir=/usr/local/nzbget/complete/movies
|
MoviesDownloadDir=
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### OPTIONS ###
|
### OPTIONS ###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue