Commit graph

97 commits

Author SHA1 Message Date
clinton-hall
9f947dc111 exit success if all files processed. Fixes https://github.com/RuudBurger/CouchPotatoServer/issues/3611 2014-07-12 08:07:03 +09:30
Clinton Hall
85afe098cf Fix error log. 2014-07-12 06:28:16 +09:30
clinton-hall
a2e38f0e39 catch the error from CouchPotato. Helps #472 #471 2014-07-10 09:57:04 +09:30
clinton-hall
1d3f8ac4d6 log params with url. Helps #472 2014-07-10 09:44:11 +09:30
clinton-hall
2f73fa01df better logging and exit if unable to ignore release. 2014-06-28 14:12:28 +09:30
clinton-hall
c039568253 catch subliminal errors and ruturn success when no new downloads found. 2014-06-28 14:07:48 +09:30
clinton-hall
c3889c01b1 add subliminal for subtitle download. #253 2014-06-27 17:04:44 +09:30
clinton-hall
18d2e661d8 more definitive testing of isVideoGood. 2014-06-26 11:32:13 +09:30
clinton-hall
ae13aaff68 HeadPhones status check changes and typos. Fixes #447 2014-06-25 10:27:02 +09:30
clinton-hall
c1d770740a new transcoder options. #253 #149 #143 2014-06-22 07:32:22 +09:30
clinton-hall
72b2fb7967 more charreplace. #424 2014-06-14 11:58:31 +09:30
clinton-hall
66e1f40789 add imdb_id to file name. https://github.com/RuudBurger/CouchPotatoServer/issues/3431 2014-06-13 10:28:55 +09:30
clinton-hall
ee8dec7109 better handling for manual snatches. Fixes #432 2014-06-12 11:52:30 +09:30
clinton-hall
51e790743d add Chartranslator. Fixes #424 2014-06-10 14:23:25 +09:30
clinton-hall
d569b5d6d5 new remote path handling #409 2014-05-30 20:49:22 +09:30
clinton-hall
7ece7997a9 fix remote_path handling on different os types. 2014-05-26 16:49:19 +09:30
clinton-hall
c54f06f3a5 fix status codes check. fixes #356 2014-05-03 08:39:46 +09:30
clinton-hall
00ca156564 further requests status checks. fixes #348 #351 2014-04-29 13:53:40 +09:30
clinton-hall
0d3060ddf2 fix for media get when no error and no media returend. fixes #345
if movie not in CPS, result = {"media": null, "success": false}.
2014-04-29 11:33:59 +09:30
echel0n
289d451112 Cleaned up code and fixed a few small bugs. 2014-04-24 21:23:10 -07:00
echel0n
f7e56b979b Fixes issues #344, #314
Added in code to place single files or groups of files that are not contained in a folder into there own folder or grouped folder based on parsing of the filenames to extract details required to determin correcting folder naming.
2014-04-23 19:50:51 -07:00
echel0n
41e0d10e25 Fixes all SSL issues 2014-04-23 10:27:14 -07:00
echel0n
232f64c697 Fixes issue #344 2014-04-22 08:34:22 -07:00
echel0n
f185e6903b Fixed lib importing for our custom packages 2014-04-22 08:26:08 -07:00
echel0n
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. 2014-04-22 06:22:37 -07:00
echel0n
52b41aa5de Fixes typo for delete_failed option 2014-04-22 02:18:01 -07:00
echel0n
3d50c82281 Fixes issue #341 and #340 2014-04-22 01:49:43 -07:00
echel0n
69f4e531e1 Bypass status check for movies added not in wanted list. 2014-04-21 12:00:19 -07:00
echel0n
bd6881b33e Testing new idea for CP adding of movies not in wanted list. 2014-04-21 11:39:20 -07:00
echel0n
65b4562d11 Gracefully exits if unable to locate movie in wanted list 2014-04-21 11:17:46 -07:00
echel0n
0f08619ac5 Added in a ffmpeg auto-installer function to our Transcoder class 2014-04-20 22:55:06 -07:00
echel0n
d511b54e66 Fixed issues with checking for video corruption 2014-04-20 13:28:48 -07:00
echel0n
2391f4a5de Fixes issue #332 with is_sample problem. 2014-04-20 08:19:26 -07:00
echel0n
6a0158d801 Complete re-code of linking in TorrentToMedia 2014-04-19 22:47:10 -07:00
echel0n
d26cc388d1 Updated allowed status for search results 2014-04-19 11:14:42 -07:00
echel0n
e1a5e0b11b Fixed status check for movies 2014-04-19 10:12:20 -07:00
echel0n
66b8549914 Added in a comparison check for last edited release incase we don't have enough information gathered to perform a proper status check. 2014-04-18 21:15:13 -07:00
echel0n
88fd7f64ed More fixes 2014-04-18 19:50:32 -07:00
echel0n
d5fe1c871e Re-coded our safeName function used for sanitizing filenames.
Changed code for checking final status of processed movies.
2014-04-18 19:31:00 -07:00
echel0n
3db20ab072 Added a check for length of results before we decide if we need to narrow them down further by checking the download clients 2014-04-18 14:37:53 -07:00
echel0n
de20ddd9b2 Added in allowed release status 'done' 2014-04-18 14:16:02 -07:00
echel0n
c2855973ce Removed check for WANTED status as this interfears with being able to post-process movies that were not snatched from CP but obtained via other means. 2014-04-18 14:00:10 -07:00
echel0n
2fa178ee7c Reverted previous changes in regards to checking for download status as now we just filter it out from the search all together 2014-04-18 13:56:21 -07:00
echel0n
59a8629715 Fixed another typo 2014-04-18 13:48:52 -07:00
echel0n
44c28238be We now check for status downloaded and skip post-processing if found. 2014-04-18 13:47:57 -07:00
echel0n
714c2577c4 Fixed a typo 2014-04-18 13:41:12 -07:00
echel0n
ab1c886e38 We now get the clientAgent from the release info and send that with the download_id to insure CouchPotato is happy. 2014-04-18 13:39:19 -07:00
echel0n
eb7822b60b Updated logger code to now include the section, formatting has been modified as well.
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.
2014-04-18 13:23:39 -07:00
echel0n
dd41ff3b2f Fixed 2 bugs in autoProcessMovie, one that was giving a keyError on '_id' and another that was preventing imdbID from being returned correctly. 2014-04-18 07:13:12 -07:00
echel0n
fd4d14be64 We now can post-process files not inside of there own folder, we simply confirm there at the root of our category or watch folder then move them into there own seperate foldersand go from there.
nzbName's are now cleaned up.
2014-04-18 03:10:24 -07:00