Commit Graph

  • dd9d04cb52 exit with correct code following update. Needed to show successfull PP in NZBGet. clinton-hall 2014-04-29 14:59:43 +09:30
  • 00ca156564 further requests status checks. fixes #348 #351 clinton-hall 2014-04-29 13:53:40 +09:30
  • 8188455e13 only report success and clean if we get a success comment from SickBeard. fixes #348 #351 clinton-hall 2014-04-29 12:02:50 +09:30
  • 0d3060ddf2 fix for media get when no error and no media returend. fixes #345 if movie not in CPS, result = {"media": null, "success": false}. clinton-hall 2014-04-29 11:33:59 +09:30
  • 409a88359e Fixed issues with copy link function when target link is actually a file and src is just a folder. echel0n 2014-04-28 17:52:24 -07:00
  • 7dbc7c8267 ume torrent if not deleting. fixes #352 clinton-hall 2014-04-28 12:02:06 +09:30
  • dbdbb21fae support 7z binary. fixes #351 clinton-hall 2014-04-28 11:51:28 +09:30
  • 0e985f9181 Fixed issue with manual runs. echel0n 2014-04-26 16:22:41 -07:00
  • b9f15a918e More userscript fixes echel0n 2014-04-26 05:44:46 -07:00
  • 6b7785956f More userscript fixes echel0n 2014-04-26 05:37:24 -07:00
  • fe71a53fb6 Fix for unhshable type with userscripts echel0n 2014-04-26 05:35:41 -07:00
  • c45e0c0a30 Fixed userscripts issue echel0n 2014-04-26 05:32:49 -07:00
  • 2c8feb41b1 Fix for globals echel0n 2014-04-26 05:30:04 -07:00
  • 684e1c5545 Fix for manual runs with data from DB echel0n 2014-04-26 05:24:32 -07:00
  • d0b55d3d53 Fixes issue #350, unicode errors echel0n 2014-04-25 14:48:28 -07:00
  • 0d725a78d6 Resolves userscript issues. Converted userscript categories to new subsection format. echel0n 2014-04-25 12:19:07 -07:00
  • a81464502e Fixes issue with KeyErrors recently being returned echel0n 2014-04-25 10:19:43 -07:00
  • eec6ed3b11 Fixed issue for wrong destination set for cleaning in TorrentToMedia. echel0n 2014-04-25 03:02:38 -07:00
  • 6594433ca5 Fixed our cleanDir function so that we now pass in path, section, and subsection instead of it just trying to do a recursive clean. echel0n 2014-04-25 02:56:00 -07:00
  • 175f023224 Fixed issue with cleanProc function echel0n 2014-04-25 02:48:02 -07:00
  • 5bd3a6ac9d Fixed issue with getDirs function echel0n 2014-04-25 02:46:04 -07:00
  • e20becd41c Fixed issue with config class code, The new method I implemented to return our data from our config stored in memory was actually removing the items we were getting so I implemented a copy of the data so the original data is no longer touched other then for lookups echel0n 2014-04-25 02:24:16 -07:00
  • a9b13881a3 Code cleanup echel0n 2014-04-24 23:52:52 -07:00
  • f5f0ff6e10 Fixes issues with extracting and linking of archives. Fixes other issues from previous update. echel0n 2014-04-24 23:41:26 -07:00
  • 289d451112 Cleaned up code and fixed a few small bugs. echel0n 2014-04-24 21:23:10 -07:00
  • 4bd04436bc Fixes extraction issues and occasionally not locating mediafiles echel0n 2014-04-23 20:41:55 -07:00
  • e8dc530a31 Added yaml library package echel0n 2014-04-23 20:07:06 -07:00
  • f7e56b979b Fixes issues #344, #314 echel0n 2014-04-23 19:50:51 -07:00
  • c8ddbc4836 Extract issues fixed echel0n 2014-04-23 10:35:40 -07:00
  • 41e0d10e25 Fixes all SSL issues echel0n 2014-04-23 10:27:14 -07:00
  • 17271bcc51 More details given when copylink says target already exists echel0n 2014-04-23 08:54:06 -07:00
  • 63157919fa Fixes issue with torrent not resuming or removing. echel0n 2014-04-23 08:32:00 -07:00
  • 4d1ec040e9 Fix issue #341 list indices must be intergers not str echel0n 2014-04-23 08:13:55 -07:00
  • be65be2735 Small Bug fix echel0n 2014-04-22 23:30:38 -07:00
  • 817f310169 Fixed a bug in the minSize function, was backwards so it never returned results when media files existed. echel0n 2014-04-22 21:26:44 -07:00
  • c0f61ecb2d Added response checking to confirm a valid 200 http response code is returned echel0n 2014-04-22 20:41:46 -07:00
  • 94ca5f245a Fix for dirName typo in autoProcessTV echel0n 2014-04-22 20:39:00 -07:00
  • 0e7b8eacab Added code in to confirm that the clientAgent returned from the download info in the DB is correct for the script being run so that nzb's don't get processed by torrent scripts and vise-versa. echel0n 2014-04-22 19:11:35 -07:00
  • 868ac210e9 Added minSize option to all category subsections, this allows you to set a minimum size requirement for downloads to pass to be considered a valid media file and if they fail this check there ignored echel0n 2014-04-22 09:56:11 -07:00
  • dea39ba4cc Revert "Added minSize option to all category subsections, this allows you to set a minimum size requirement for downloads to pass to be considered a valid media file and if they fail this check there ignored and removed from disk, Default size is 200MB." echel0n 2014-04-22 09:04:15 -07:00
  • 8f93dc5354 Added minSize option to all category subsections, this allows you to set a minimum size requirement for downloads to pass to be considered a valid media file and if they fail this check there ignored and removed from disk, Default size is 200MB. echel0n 2014-04-22 09:01:30 -07:00
  • 232f64c697 Fixes issue #344 echel0n 2014-04-22 08:34:22 -07:00
  • f185e6903b Fixed lib importing for our custom packages echel0n 2014-04-22 08:26:08 -07:00
  • 2f7ee9ff08 More lib fixes echel0n 2014-04-22 08:20:48 -07:00
  • 563fae527f More lib fixes echel0n 2014-04-22 08:18:28 -07:00
  • 74a71a2cb0 Renamed lib folder to libs echel0n 2014-04-22 08:18:16 -07:00
  • 4a9a378d52 Fix for six.py echel0n 2014-04-22 08:08:22 -07:00
  • 8e7e70332a More import fixes echel0n 2014-04-22 08:04:16 -07:00
  • b6ac6ca16b Fixing imports echel0n 2014-04-22 08:02:03 -07:00
  • 3fdc575865 More bug fixeds echel0n 2014-04-22 07:56:43 -07:00
  • 67e35cd4e4 More lib fixes echel0n 2014-04-22 07:54:39 -07:00
  • 33754b8d1e Fix for guessit importing echel0n 2014-04-22 07:52:26 -07:00
  • bc7847522e Fixes for lib importing echel0n 2014-04-22 07:49:35 -07:00
  • dbfae9899b Fix for download info not returning results echel0n 2014-04-22 07:34:56 -07:00
  • 4332ce5967 Fix for download info echel0n 2014-04-22 07:31:57 -07:00
  • 3d1b6b032e Added in missing code for database logging echel0n 2014-04-22 07:21:21 -07:00
  • ae65bd6a4c Added option to turn of database logging to log file echel0n 2014-04-22 07:18:43 -07:00
  • 3f137ae3b6 Added database support, we now store all variables passed into our scripts so that in the event something fails and you need to perform a manual run it can find those variables by a database lookup and re-use them. echel0n 2014-04-22 06:22:37 -07:00
  • c6e4ab442e Fixes issue with deleteOriginal being set yet not actually deleting any files. echel0n 2014-04-22 03:39:29 -07:00
  • eeca672e00 We now append the torrent info hash to the output destination folder name, this allows us to re-use it for manual runs if something failed during the post-processing or other future uses. echel0n 2014-04-22 02:53:39 -07:00
  • 52b41aa5de Fixes typo for delete_failed option echel0n 2014-04-22 02:18:01 -07:00
  • f65d60ab7d Fixes issue #343 echel0n 2014-04-22 02:11:51 -07:00
  • 3d50c82281 Fixes issue #341 and #340 echel0n 2014-04-22 01:49:43 -07:00
  • 04cb189c34 Removed unrequired libs after changing out GuessIT lib package for one that CP uses. echel0n 2014-04-21 23:09:35 -07:00
  • 6fea9ddb40 Switched out guessit libs for the one CP uses, seems to have less depends echel0n 2014-04-21 23:07:04 -07:00
  • a6cd0f156b Small code correction typo echel0n 2014-04-21 13:19:50 -07:00
  • 3c8b858baf Removed getffmpeg.sh (reverted from commit 8190a5ccae478690d95aced4baea1caef4dc3c3b) echel0n 2014-04-21 13:17:44 -07:00
  • cad690cf97 We seperated checks for ffmpeg and ffprobe so each disable seperately if not found. echel0n 2014-04-21 13:15:07 -07:00
  • cf483bbe29 Removed auto-installer for ffmpeg and replaced code with a message to install manually. echel0n 2014-04-21 13:07:14 -07:00
  • 69f4e531e1 Bypass status check for movies added not in wanted list. echel0n 2014-04-21 12:00:19 -07:00
  • bd6881b33e Testing new idea for CP adding of movies not in wanted list. echel0n 2014-04-21 11:39:20 -07:00
  • dea4c5d32a Fixes issue with TorrentNoLink returning incorrect value. echel0n 2014-04-21 11:25:24 -07:00
  • 65b4562d11 Gracefully exits if unable to locate movie in wanted list echel0n 2014-04-21 11:17:46 -07:00
  • e24dcade19 only set failed if we can verify corrupt. only try install if make exists. clinton-hall 2014-04-21 21:05:21 +09:30
  • eec3134bdb Corrected typo in exec string echel0n 2014-04-20 23:17:27 -07:00
  • 797d5daae6 Corrected a download/install issue for x264 lib echel0n 2014-04-20 23:13:44 -07:00
  • 6a65d74f3a Changed echel0n 2014-04-20 23:08:01 -07:00
  • 66b29931a2 Renaming transcoder echel0n 2014-04-20 23:07:44 -07:00
  • f1bb7c0be7 Renaming transcoder echel0n 2014-04-20 23:07:03 -07:00
  • df2a8178f0 Changes made to auto-installer for ffmpeg echel0n 2014-04-20 23:03:42 -07:00
  • 8190a5ccae Removed getffmpeg.sh echel0n 2014-04-20 22:55:31 -07:00
  • 0f08619ac5 Added in a ffmpeg auto-installer function to our Transcoder class echel0n 2014-04-20 22:55:06 -07:00
  • c691cd6c6d Fixed issue in Transcoder for transcoding video files via ffmpeg, had typo for setting presets echel0n 2014-04-20 22:17:10 -07:00
  • ab00c8a858 Fixes issues with NzbGet exit codes echel0n 2014-04-20 22:16:28 -07:00
  • 3a637cc86d Fix for NzbGet exit status echel0n 2014-04-20 22:13:58 -07:00
  • b6c1967ee7 Another fix for NzbGet exit status echel0n 2014-04-20 22:11:42 -07:00
  • 1b9e5ffc7a Fix for nzbGet exit status echel0n 2014-04-20 22:08:24 -07:00
  • a7d367c93b Extraction now takes place after linking is done in destination folder. echel0n 2014-04-20 21:13:36 -07:00
  • a183295657 Cleaned up log messages for Transcoder and logs echel0n 2014-04-20 21:01:57 -07:00
  • f71321c24a Fixed a typo echel0n 2014-04-20 20:50:47 -07:00
  • 9836562d8b Fix for video corruption check issues echel0n 2014-04-20 20:44:52 -07:00
  • 27d722e8b1 All processing sections now can enable/disable linking for torrents via TorrentNoLink option in autoProcessMedia.cfg echel0n 2014-04-20 18:04:50 -07:00
  • 0053fdcf3e Added cleanup of processing folders to start and end of scripts, helps resolve issues where empty folders or misc files left behind cause processing scripts to execute without need. echel0n 2014-04-20 16:28:27 -07:00
  • 9c817af60e Code corrected our conditional check for extraction. echel0n 2014-04-20 14:29:17 -07:00
  • f73167ba74 Added new option 'extract' to all processing sections, set to 1 for nzbToMedia or TorrentToMedia to extract files from archives or set to 0 for the processor to do the extraction after we finish processing what files we are able to. echel0n 2014-04-20 14:25:15 -07:00
  • d511b54e66 Fixed issues with checking for video corruption echel0n 2014-04-20 13:28:48 -07:00
  • 2391f4a5de Fixes issue #332 with is_sample problem. echel0n 2014-04-20 08:19:26 -07:00
  • 26ccefbae6 New fix for issue #332 echel0n 2014-04-20 07:56:41 -07:00
  • 0fac36b4fc Added in untracked files for guessit. Fixed issue #332, we confirm if str or list and take action depending on result. echel0n 2014-04-20 07:49:46 -07:00
  • 6a0158d801 Complete re-code of linking in TorrentToMedia echel0n 2014-04-19 22:47:10 -07:00