Skip to content

Commit

Permalink
inform nzbget of success
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Feb 21, 2015
1 parent dab5a82 commit b3d143d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NZBGetPostProcess.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,13 +143,14 @@
print "[WARNING] File conversion failed!"
#DEBUG#print "%d of %d files converted", (converted, attempted)

# Couc
if (category.lower() == cateories[0]):
#DEBUG#print "Sickbeard Processing Activated"
autoProcessTV.processEpisode(path, settings, nzb)
sys.exit(POSTPROCESS_SUCCESS)
elif (category.lower() == cateories[1]):
#DEBUG#print "CouchPotato Processing Activated"
autoProcessMovie.process(path, settings, nzb, status)
sys.exit(POSTPROCESS_SUCCESS)
elif (category.lower() == cateories[2]):
#DEBUG#print "Sonarr Processing Activated"
#Example:curl http://localhost:8989/api/command -X POST -d '{"name": "downloadedepisodesscan"}' --header "X-Api-Key:XXXXXXXXXXX"
Expand Down

0 comments on commit b3d143d

Please sign in to comment.