Commit graph

21 commits

Author SHA1 Message Date
clinton-hall
ed359e8468 add option to convert to ASCII. fixes #204 2013-11-25 12:03:54 +10:30
clinton-hall
9dae7979e4 only parse movie list 50 at a time. Fixes #206 2013-11-25 10:18:12 +10:30
clinton-hall
12ff0c4a34 fix parsing of json data for movie id. fixes #182 2013-09-27 13:31:16 +09:30
Clinton Hall
f22f0bedeb change to searcher.try_next api call. fixes #177 2013-09-14 15:58:54 +09:30
clinton-hall
8248c14887 add option to remove path. fixes #162 fixes #163
thanks @dmccormack
2013-07-11 22:43:57 +09:30
clinton-hall
41130030c1 don't need user/pass when using api. fix #142 2013-05-28 13:20:09 +09:30
clinton-hall
e9fc2b16f5 add custom wait_for time. Fixes #129 2013-05-23 14:48:51 +09:30
clinton-hall
2950caad33 add exception on logging close #83 2013-05-01 13:51:11 +09:30
Clinton Hall
629240fc39 fix format error 2013-04-13 21:57:31 +09:30
Clinton Hall
d81e289c20 bring release_status check outside of 2 timer
the release status is changed BEFORE the movie is moved.
For moving of large files, this could see us exit before the rename has completed.
Our main concern is for utorrent to ensure we don't resume seeding while still trying to move files.
In this case, we are concerned with hard-linking only. in which case we can assume we are on the same disk and therefore all file movements should occur within the 2 minute limit.
So, we still wait 2 minutes... But we return a successful result here assuming that large file copies are procceding :)
2013-04-09 10:37:03 +09:30
clinton-hall
3b076a5cfa improve passing of download_id 2013-04-08 15:00:49 +09:30
Clinton Hall
270a5df2e0 fixed "and" in condition checks. 2013-04-05 22:01:06 -07:00
clinton-hall
030b5575d7 a more fixes and try/except 2013-04-06 10:40:21 +10:30
clinton-hall
70ce5e7842 keep trying 2013-04-06 00:34:24 +10:30
clinton-hall
1b5898d75c more fixes to imdbid 2013-04-06 00:17:18 +10:30
clinton-hall
d37c120bc6 fix imdb id search 2013-04-05 22:18:29 +10:30
Joel Kåberg
4c0c737933 syntax error 2013-04-05 11:33:12 +03:00
clinton-hall
b85289dda0 get imdb from db. minor fixes 2013-04-04 10:01:11 +10:30
clinton-hall
83f95f1f4f Allow postprocess of individual folder 2013-04-03 16:01:31 +10:30
Clinton Hall
34357280be add safety for delete_failed 2013-03-23 14:11:48 -07:00
clinton-hall
cd470ae1ad Ouch. Almost lost these :( 2013-03-13 23:15:34 -07:00