do note the video for my setup is outdated. my blog steps are kept up to date though.
Hi Joshua, i seem to have run into some problems and im hoping you can help me.
First let me explain how I've set everything up and how i intend to use it. I didn't do any of the transmission stuff and I have the following folder structure:
downloads\complete\movies (not "movie" like on your video and website)
downloads\complete\tv
downloads\incomplete\
videos\movies
videos\tvshows
I would like downloaded movies to go to downloads > complete > movies, it auto rename them, once i watch i'll manually move it to videos > movies, same with tv shows downloads\complete\tv then i manually move to videos\tvshows
Problem 1:
The nginx doesn't seem to be working i can access the plugins via the following urls
http://192.168.0.35:5050/couchpotato/
http://192.168.0.35:8081/sickrage/home
http://192.168.0.35:8080/sabnzbd/
When i remove the port from sickrage and couchpotato i get 404 error not found but sabnzbd works.
http://192.168.0.35/sabnzbd/ (works)
http://192.168.0.35/sickrage/home (404 not found)
http://192.168.0.35/couchpotato/ (404 not found)
---
My next problem is with couchpotato.
when the newer versions of sab install now it auto generates a few categories for you, "movies", "tv" etc, so i decided to use the one it created called "movies" and not "movie" like your guide (you'll also notice i have a movies folder in downloads instead of movie.
I got this error:
Code:
[21:35:15] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[21:35:15] [INFO]::MAIN: Checking database structure...
[21:35:15] [INFO]::MAIN: Checking if git needs an update
[21:35:16] [INFO]::MAIN: No update needed
[21:35:16] [INFO]::MAIN: nzbToMedia Version:80c8ad58523ab99825c02f3855f9bd3dc9945d57 Branch:master (FreeBSD 10.3-STABLE)
[21:35:16] [INFO]::MAIN: #########################################################
[21:35:16] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[21:35:16] [INFO]::MAIN: #########################################################
[21:35:16] [INFO]::MAIN: Script triggered from SABnzbd
[21:35:16] [ERROR]::MAIN: Category:[movies] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.
[21:35:16] [ERROR]::MAIN: A problem was reported in the /usr/local/share/nzbToMedia/nzbToCouchPotato.py script.
so i looked in the autoProcessMedia file and changed [[movie]] to [[movies]]
Code:
[CouchPotato]
#### autoProcessing for Movies
#### movie - category that gets called for post-processing with CPS
[[movies]]
enabled = 1
apikey = f276a2b9056d45c29cc7xxxxxxxxxx
host = localhost
port = 5050
###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
ssl = 0
web_root = /couchpotato
# Enable/Disable linking for Torrents
Torrent_NoLink = 0
keep_archive = 1
method = renamer
delete_failed = 1
wait_for = 2
extract = 1
# Set this to minimum required size to consider a media file valid (in MB)
minSize = 0
# Enable/Disable deleting ignored files (samples and invalid media files)
delete_ignored = 1
##### Enable if Couchpotato is on a remote server for this category
remote_path = 0
##### Set to path where download client places completed downloads locally for this category
watch_dir = ""
##### Set the recursive directory permissions to the following (0 to disable)
chmodDirectory = 0
Now from the sab history it looks like it worked
CouchPotato: Successfully post-processed Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD.nzb! (More)
but when i go to downloads > movies there is nothing there. It shows up for half a second after it unpacks then once it processes it vanishes.
Code:
[21:57:19] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[21:57:19] [INFO]::MAIN: Checking database structure...
[21:57:19] [INFO]::MAIN: Checking if git needs an update
[21:57:19] [INFO]::MAIN: No update needed
[21:57:19] [INFO]::MAIN: nzbToMedia Version:80c8ad58523ab99825c02f3855f9bd3dc9945d57 Branch:master (FreeBSD 10.3-STABLE)
[21:57:19] [INFO]::MAIN: #########################################################
[21:57:19] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[21:57:19] [INFO]::MAIN: #########################################################
[21:57:19] [INFO]::MAIN: Script triggered from SABnzbd
[21:57:19] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
[21:57:19] [INFO]::MAIN: Calling CouchPotato:movies to post-process:Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD.nzb
[21:57:19] [INFO]::MAIN: Attemping imdbID lookup for Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD.nzb
[21:57:19] [INFO]::MAIN: Searching folder and file names for imdbID ...
[21:57:19] [INFO]::MAIN: Searching IMDB for imdbID ...
[21:57:19] [INFO]::MAIN: Found imdbID [tt1211837]
[21:57:20] [INFO]::TRANSCODER: Checking [Doctor.Strange.2016.720p.BluRay.DTS.x264-PriMaLHD.mkv] for corruption, please stand by ...
[21:57:20] [INFO]::TRANSCODER: SUCCESS: [Doctor.Strange.2016.720p.BluRay.DTS.x264-PriMaLHD.mkv] has no corruption.
[21:57:20] [POSTPROCESS]::COUCHPOTATO: Starting renamer scan for Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD.nzb
[21:57:20] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Finished renamer scan for folder /mnt/media/downloads/complete/movies/Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD
[21:57:20] [POSTPROCESS]::COUCHPOTATO: Checking for status change, please stand by ...
[21:57:20] [POSTPROCESS]::COUCHPOTATO: SUCCESS: Movie tt1211837 has now been added to CouchPotato
[21:57:20] [INFO]::CLEANDIR: Doing Forceful Clean of /mnt/media/downloads/complete/movies/Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD
[21:57:20] [INFO]::MAIN: Deleting /mnt/media/downloads/complete/movies/Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD
[21:57:20] [INFO]::MAIN: The /usr/local/share/nzbToMedia/nzbToCouchPotato.py script completed successfully.
CouchPotato: Successfully post-processed Doctor Strange 2016 720p BluRay DTS x264-PriMaLHD.nzb!
TO and FROM under Renamer are set to /mnt/media/downloads/complete/movies/