Commit graph

131 commits

Author SHA1 Message Date
Joel Kåberg
c49e9c702d some minor cleanups 2013-03-25 11:17:21 +01:00
Joel Kåberg
f1a9d62fde stop the loop when found the correct file 2013-03-25 10:15:41 +01:00
Joel Kåberg
9a28ff9d73 more clogging! 2013-03-25 09:26:11 +01:00
Joel Kåberg
b17770115d dont clogg the console with stuff ;) 2013-03-25 09:23:09 +01:00
Clinton Hall
bfb0ff4eea add re and remove un-used variable 2013-03-24 18:28:46 -07:00
Clinton Hall
fee3ec2897 Only extract part1 of multipart. fixes #100 2013-03-24 18:24:39 -07:00
Clinton Hall
801c9de31f absolute path for autoProcess folder 2013-03-14 02:19:54 -07:00
Clinton Hall
da1bbfd31a call these hidden scripts 2013-03-13 23:09:45 -07:00
Clinton Hall
5d8d84e216 minor fixes 2013-03-13 21:54:00 -07:00
Clinton Hall
8cf6646aea add call to migrate 2013-03-13 20:26:21 -07:00
Clinton Hall
04ea1abf5f separate extensions section 2013-03-12 23:38:00 -07:00
Clinton Hall
828c984ce3 remove transcoder from here 2013-03-12 23:36:02 -07:00
Clinton Hall
7d12463deb fixes.
note. we need to read switches as integers. setting uselink = False, True, 0, 1 all result in 
if uselink: being evaluated as true!!!
2013-03-11 23:14:02 -07:00
Clinton Hall
9e3a05c229 pause before transcoding and deleting samples. 2013-03-11 22:19:00 -07:00
Joel Kåberg
3f308e21ee minor correction 2013-03-09 09:07:55 +01:00
Clinton Hall
6a98bf0482 added transcoder 2013-03-08 17:36:25 -08:00
Clinton Hall
84a57ba80d add placeholder for transcoder and delete original 2013-03-08 04:30:01 -08:00
Joel Kåberg
e6a44e5153 dont pause archived download content 2013-03-08 08:51:20 +01:00
Clinton Hall
9bd464b588 added Gamez 2013-03-06 21:42:09 -08:00
Clinton Hall
f57089f727 added Headphones and Mylar
Note:
If we set any of these categories (cpsCategory, sbCategory, hpCategory, mlCategory) = ''
in the config, this will not try to process these categories.
But adding the category (e.g. music) to the [Torrent] categories will still allow these categories to be linked/copies/extracted etc.
2013-03-05 19:41:31 -08:00
Clinton Hall
5ffedfc2d8 copy/link all for non-video categories. 2013-03-04 19:39:40 -08:00
Clinton Hall
0e98775915 allow processing of other categories.
need to specify "keepExtensions"
Also fixed spelling of extension
2013-03-04 19:28:44 -08:00
Clinton Hall
ffe68f3f15 resolve merge conflicts 2013-03-04 18:58:16 -08:00
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