Video files are now checked for corruption befoer being sent for post-processing by either SickBeard, NzbDrone, or CouchPotato.
Added ffmpeg_path option to Transcoder section allowing end-user to set where there ffmpeg is located.
Logging of debug messages is now optional via log_debug option location in autoProcessMedia.cfg
Lots of code cleanup has been performed including cleanup log messages and corrections of spelling errors.
Improved release lookup code for autoProcessMovie, narrows search results down by making API calls to the download clients to compare results in CouchPotato's database.
Partially added in searching for downloads via download client API calls, more work to be done on this.
NZB Client users but set there client in the cfg, either sabnzbd or nzbget.
Cleaned up some more of the code in TorrentToMedia and nzbToMedia.
Custom userscripts folder added to avoid auto-update conflicts so long as the custom scripts are stored in said folder, this folder is added to .gitignore
Moved cleanup function from TorrentToMedia into nzbToMediaUtils.
Folder cleanup is performed automatically after a successful postprocess for both nzb and torrent processing scripts.
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.
Fixed issue in TorrentToMedia with noFlatten variable for HeadPhones.
Changed name of function get_categories to get_sections in nzbToMediaUtil.
Added code in get_dirnames to properly return back the directory could not find anything to process in.
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.