Commit graph

67 commits

Author SHA1 Message Date
Clinton Hall
844bae645e Typo. Fixes #393 2014-05-16 22:28:19 +09:30
clinton-hall
ba525234c3 fixed nzbdrobe status check. fixes #391 2014-05-14 22:31:30 +09:30
clinton-hall
60787842ce several styling and check status fixes. #376 2014-05-08 10:41:24 +09:30
Clinton Hall
d9465de4d8 Correct exit on connect failure 2014-05-07 22:18:08 +09:30
Clinton Hall
3cdaa39de6 Clean up. 2014-05-07 22:06:26 +09:30
Clinton Hall
162d428dc0 Add wait_for. Fixes #370 #373 2014-05-07 22:05:11 +09:30
clinton-hall
9711c84313 import time. How did I miss that. fixes #370 #373 2014-05-07 20:14:16 +09:30
clinton-hall
139618548b add self to input. Fixes #373 #370 2014-05-07 17:18:14 +09:30
clinton-hall
e7cbc250b8 correct call for numMissing. fixes #370 #373 2014-05-07 08:08:00 +09:30
clinton-hall
1f829db4a3 cleanup and fix for #370 2014-05-06 12:51:26 +09:30
clinton-hall
bc3b3eb2c5 check for change of missing episodes in NZBDrone. fixes #370 #366 2014-05-05 12:45:05 +09:30
clinton-hall
37a8b5aca1 added NZBDrone fork test and FFProbe path check. fixes #367 2014-05-03 20:04:15 +09:30
clinton-hall
c54f06f3a5 fix status codes check. fixes #356 2014-05-03 08:39:46 +09:30
clinton-hall
5c80905cd6 conver to post command. fixes #355 #356 2014-05-02 12:35:16 +09:30
clinton-hall
39bf06f358 match status for success and failed download. fixes #360 2014-05-02 09:13:29 +09:30
clinton-hall
5905622145 correct status check for nzbdrone. fixes #346 2014-04-30 06:42:35 +09:30
clinton-hall
00ca156564 further requests status checks. fixes #348 #351 2014-04-29 13:53:40 +09:30
clinton-hall
8188455e13 only report success and clean if we get a success comment from SickBeard. fixes #348 #351 2014-04-29 12:02:50 +09:30
echel0n
a81464502e Fixes issue with KeyErrors recently being returned 2014-04-25 10:19:43 -07:00
echel0n
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 2014-04-25 02:24:16 -07:00
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
be65be2735 Small Bug fix 2014-04-22 23:30:38 -07:00
echel0n
817f310169 Fixed a bug in the minSize function, was backwards so it never returned results when media files existed. 2014-04-22 21:26:44 -07:00
echel0n
c0f61ecb2d Added response checking to confirm a valid 200 http response code is returned 2014-04-22 20:41:46 -07:00
echel0n
94ca5f245a Fix for dirName typo in autoProcessTV 2014-04-22 20:39:00 -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
f65d60ab7d Fixes issue #343 2014-04-22 02:11:51 -07:00
echel0n
3d50c82281 Fixes issue #341 and #340 2014-04-22 01:49:43 -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
119d1e72e3 Fixed logging for TV processing 2014-04-19 09:15:13 -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
086eaaa516 Updated requests lib.
More code cleanup done.
2014-04-17 20:44:41 -07:00
echel0n
cdadf045a8 Code cleanup 2014-04-17 07:25:08 -07:00
echel0n
92d00ed62a Removed duplicate code from initalizer.
Fixed up code for delete_failed in both TV and Movie autoPP scripts.
2014-04-17 06:06:36 -07:00
echel0n
c883bab8ff Fixed bug in autoProcessTV 2014-04-13 13:14:38 -07:00
echel0n
a2eb80f619 Re-added back NZBGet options to our stub files.
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.
2014-04-13 12:27:29 -07:00
echel0n
77e07be6c8 Added remote_path option to CouchPotato section, allows setting the basepath for where CouchPotato looks for its video files on the server its installed on.
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.
2014-04-13 10:32:10 -07:00
echel0n
36df37d45e Added headers to autoProcess* scripts to make logging nicer 2014-04-12 06:04:33 -07:00
echel0n
d2e3275562 Fixed bugs in nzbTo* scripts.
autoProcessTV now gets movie_id even for previously post-processed movies so that we can skip further post-processing gracefully.

Code cleanup misc ...
2014-04-12 05:51:37 -07:00
echel0n
18926d1db8 Massive changes to the way we handle our config, its now loaded and stored in memory so that we don't keep loading it and possibly get corrupt values.
New logger class added,logger options removed from settings.
2014-04-11 20:09:00 -07:00
echel0n
279ce5e4d0 Merge branch 'clinton-hall/dev-CH'
Conflicts:
	TorrentToMedia.py
2014-04-11 00:25:13 -07:00
clinton-hall
432bc87d10 change check for Torren_NoLink. fixes #314 2014-04-09 16:13:13 +09:30
echel0n
0ca0e43752 Monkey Patched our config class.
Fixed code for enabled check.
Tweaked a few things here and there.
2014-04-07 09:11:14 -07:00