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
Clinton Hall
0bb2c5f856
changed logging as per #65
2013-02-19 21:12:25 -08:00
Clinton Hall
982ea2bcec
cleanup variables
...
fixed flatten.
added test for failure conditions. failed postprocessing allowed only on extract fail.
Fully tested on Win7.
2013-02-19 17:39:39 -08:00
Clinton Hall
2213279086
utorrent not passing category if doesn't exist.
2013-02-19 14:28:54 -08:00
Clinton Hall
e7ca93f127
Only look for file name, not ext in Torrent Name
2013-02-18 16:13:19 -08:00
Clinton Hall
23045c8db1
remove any samples from packed
2013-02-18 16:06:46 -08:00
Clinton Hall
f7ed953815
log last details.
2013-02-18 15:59:08 -08:00
Clinton Hall
e4533510ed
.iso
2013-02-18 02:48:51 -08:00
Clinton Hall
465a0b2abe
At least 1 video file
2013-02-18 02:46:21 -08:00
Clinton Hall
3021ed66f8
working. But miss logging from autoProcess
2013-02-17 23:44:42 -08:00
Clinton Hall
4948b3c4c1
more fixes
2013-02-17 23:40:37 -08:00
Clinton Hall
eb0f21ae12
Opps... lost the logging import.
2013-02-17 23:32:51 -08:00
Clinton Hall
1cb0e7188b
minor fixes... now compiles. Should run
2013-02-17 23:08:56 -08:00
Clinton Hall
d086811270
more logging + minor fixes
2013-02-17 23:01:27 -08:00
Clinton Hall
0460a5c1c7
created functions and improved flow
2013-02-17 22:18:41 -08:00
Clinton Hall
ce70c374c2
Added linktastic as braid
2013-02-17 15:25:39 -08:00
Clinton Hall
dd1f196d4c
fixed dirbase references
2013-02-16 17:47:30 -08:00