Added a status check for processed files in HeadPhones.
Fixed a bug in HeadPhones with passing params via requests.
Fixed SickBeard and CouchPotato conditionals for deleting failed files.
Re-coded autoProcessMovies, it now will attempt to get imdbID from dirName, nzbName and if both fail it then uses a regex to get the movie title and uses that to perform a search on CouchPotato.
We also now get the release_id and use that instead of movie id.
Fixed a bug that was preventing failed downloads from working properly for CouchPotato.
autoProcessTV now gets movie_id even for previously post-processed movies so that we can skip further post-processing gracefully.
Code cleanup misc ...
Added in manual run for TorrentToMedia.
All autoProcessing scripts now auto-detect the correct section based on sub-section.
NzbDrone support is 90% done but is not functional ... YET!
Lots more I'm sure but I wanted this released for those that where having issues.
nzbToMedia now fully performs manual runs for all autoProcessing scripts.
autoProcessing categories are now sub-sections in the autoProcessingMedia.cfg file which allows you to have a unlimited amount of categories for your liking.
nzbToMedia supports categories for all autoProcessing scripts now.
Minor bug fixes and code cleanup performed during the re-code.
Auto-migration code will convert old-style cfg files to new-style cfg format.