Commit graph

408 commits

Author SHA1 Message Date
clinton-hall
919ea031a8 Merge branch 'refactor0.7' into dev
Conflicts:
	TorrentToMedia.py
2013-03-04 18:17:13 -08:00
Clinton Hall
7accf74fb9 added safeName for windows directory 2013-03-04 16:21:18 -08:00
Clinton Hall
6909e0edb5 another small fix 2013-03-04 15:13:55 -08:00
Clinton Hall
9d32800a50 a few fixes. 2013-03-04 15:05:32 -08:00
Clinton Hall
6818cb30b6 moved CPS renamer complete check to autoprocess 2013-03-03 17:48:08 -08:00
Joel Kåberg
fb7d1529cc minor fix and added license for 7zip 2013-03-03 12:05:20 +01:00
Joel Kåberg
b01c6247dd cleanup, unnecessary variables 2013-03-02 22:20:35 +01:00
Joel Kåberg
51a0366906 my bad :) 2013-03-02 13:24:58 +01:00
Joel Kåberg
9fa6a86f1a fixes to category search 2013-03-02 13:18:19 +01:00
Joel Kåberg
182841ecbb match all categorys 2013-03-02 13:11:51 +01:00
Joel Kåberg
e322c81392 more cleanup, fixes 2013-03-02 12:49:22 +01:00
Joel Kåberg
42ba5b11e1 more changes, cleanup 2013-03-02 11:17:28 +01:00
Joel Kåberg
833d9556d9 cleanup and more 2013-03-02 10:54:14 +01:00
Clinton Hall
5768a1a3ba remove references to videofile 2013-03-02 01:53:47 -08:00
Clinton Hall
975fe7cfa9 monitor directory, not file 2013-03-02 01:51:22 -08:00
Clinton Hall
ef60db5563 Fix call to is_sample 2013-03-01 15:17:08 -08:00
Berkona
54d5358b14 Merge branch 'dev' of github:clinton-hall/nzbToMedia into dev 2013-03-01 17:32:08 -05:00
Clinton Hall
fb45216768 create_destination now in util 2013-03-01 14:30:38 -08:00
Berkona
3e952ba035 Fixed create_destination 2013-03-01 17:29:38 -05:00
Clinton Hall
f5bfa17354 Create destination here, not extractor 2013-03-01 13:46:17 -08:00
Clinton Hall
5ec0fce884 fix is_sample and add exit to create_destination 2013-03-01 09:55:10 -08:00
Joel Kåberg
356b2059d9 typo 2013-03-01 13:06:43 +01:00
Joel Kåberg
9c34ac2a35 use common create_destination
instead of duplicate code in both copylink and extractor
2013-03-01 11:10:10 +01:00
Joel Kåberg
f41b576967 cleanup and fixes
- cleaned up logger messages
- SIZE_CUTOFF moved to config
- useLink changed to true/false (easier to understand)
- removed which.py (included in extractor.py)
- added a check in the extractor to support transmission (otherwise it
will fail), but note that it will not be able to check if an command is
executable
2013-03-01 10:55:58 +01:00
Clinton Hall
0db69fa50c remove obsolete function 2013-03-01 01:12:17 -08:00
Clinton Hall
1cb43e4ad6 comment for deletion later. 2013-02-27 22:07:31 -08:00
Clinton Hall
a920568d44 fixed utorrent loading.. I hope. Added extractor
extractor now tested in windows after some changes
2013-02-27 22:02:21 -08:00
Clinton Hall
3d9675f66e Logging now in sub-routines 2013-02-27 18:30:38 -08:00
Clinton Hall
c134c65adf added slight time delay in while loop. 2013-02-26 20:04:26 -08:00
Berkona
c819c3da92 Merged changed to upstream 2013-02-26 18:38:39 -05:00
Berkona
054e9bf59c Removed extraneous loop branching, fixed TorrentToMedia for PEP standards 2013-02-26 18:33:08 -05:00
Jon Monroe
ec6398fcb6 Simplified is_sample 2013-02-26 08:55:35 -05:00
Clinton Hall
e652fad813 indenting
We need to work on a standard...
do we want to use tabs, 2 spaces, or 4 spaces?

Most of what I did originally used 4 spaces (I think this is the default for idle).
2013-02-25 23:24:20 -08:00
Clinton Hall
08a05ef748 check for CPS renamer complete. + comments
Can we still use logger while logfile open?

We might want to review those two log entries... or add logging to the autoPorcess* scripts.
2013-02-25 23:19:11 -08:00
Berkona
36a3dabadb Forgot to add linkage between our new function parsing and TorrentToMedia 2013-02-26 02:07:22 -05:00
Joel Kåberg
b01ca87bbe fixed indentation and some minor cleanup 2013-02-25 23:08:11 +01:00
Berkona
f0bf5fb0cb Added better parsing strategy 2013-02-25 15:43:17 -05:00
Joel Kåberg
5cecfac776 removed binary files and a unnecessary sleep 2013-02-25 11:34:05 +01:00
Joel Kåberg
d32b4d0e73 dont import time 2013-02-25 11:04:11 +01:00
Joel Kåberg
48c8b44bd3 hardlink solution for uTorrent 2013-02-25 11:02:51 +01:00
Clinton Hall
fa1e401c88 fix unrar on *nix using default unrar 2013-02-21 21:57:25 -08:00
Clinton Hall
4ddd55484c fix array to string, add datetime
now checks for recent files if we are passed the root directory and have (can determine) category.
Also preserve .cp(ttxxxxx) in names.
2013-02-21 18:16:26 -08:00
Clinton Hall
f0846fe480 fix for individual files 2013-02-21 09:33:24 -08:00
Clinton Hall
847809df3b fix logging information 2013-02-20 20:10:36 -08:00
Clinton Hall
195636280f fix loop 2013-02-20 19:53:00 -08:00
Clinton Hall
ed2aa30c02 fix categories 2013-02-20 19:43:41 -08:00
Clinton Hall
3d717a6216 minor fixes... now compiles. Should run 2013-02-20 18:49:14 -08:00
Clinton Hall
ccb8474e15 loop-through directory in cat_search + deluge 2013-02-20 18:39:27 -08:00
Clinton Hall
f5a3136cfc fixed logging of output from autoprtocess 2013-02-19 21:34:37 -08:00
Clinton Hall
5883a135d7 Revert to working version and then apply logging 2013-02-19 21:21:38 -08:00