Commit graph

14 commits

Author SHA1 Message Date
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