clinton-hall
c1d770740a
new transcoder options. #253 #149 #143
2014-06-22 07:32:22 +09:30
clinton-hall
ae82ce62a6
remove un-needed param. #433
2014-06-15 20:54:56 +09:30
clinton-hall
47a1dcb957
better nzbdrone status check. Fixes #433
2014-06-15 20:52:21 +09:30
clinton-hall
e58e71fd02
format error. Fixes #425
2014-06-15 07:54:34 +09:30
clinton-hall
72b2fb7967
more charreplace. #424
2014-06-14 11:58:31 +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
62ea41e7b2
pass through remote_path for nzbDrone. fixes #393
2014-05-18 16:08:29 +09:30
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