Commit graph

408 commits

Author SHA1 Message Date
clinton-hall
65517ddef3 don't flatten hp category, and move delete to end. fixes #186 2013-10-07 17:23:40 +10:30
clinton-hall
3bd6243288 ready for V8.5 release 2013-10-05 09:20:11 +09:30
Clinton Hall
b31f8a2465 Still extract headphones. Fixes #182 2013-10-01 06:42:14 +09:30
Clinton Hall
0478117f6d Don't copy or delete for HeadPhones. fixes #182 2013-10-01 06:24:28 +09:30
Clinton Hall
fb0cb695bf Always success for non video. Fixes #182 2013-09-27 22:43:24 +09:30
clinton-hall
12ff0c4a34 fix parsing of json data for movie id. fixes #182 2013-09-27 13:31:16 +09:30
Clinton Hall
be8b9c68c9 Always process for HeadPhones etc. fixes #182
We shouldn't stop HeadPhones processing when no movies are detected!
2013-09-27 09:44:11 +09:30
Clinton Hall
6e15331673 Fix Transmission Host and Port. Fixes #182 2013-09-25 19:31:00 +09:30
Clinton Hall
b1a0ef609d Extra clientAgent to resume. Fix #178
Missed this one earlier.
2013-09-16 23:08:14 +09:30
clinton-hall
a6bc91ad0e remove obsolete code and add transmissionrpc calls fixes #178 2013-09-16 14:31:53 +09:30
clinton-hall
ea80cbaf24 single file torrent sub directory name changed. fixes #176 2013-09-10 08:42:54 +09:30
clinton-hall
b8e03b1b9d don't include 720p or 1080p as "parts". fixes #167 2013-07-25 22:12:22 +09:30
clinton-hall
f949f955cb extract each sub-folder fixes #164 2013-07-12 22:37:41 +09:30
clinton-hall
c7947952c4 Conflicts:
autoProcess/Transcoder.py
2013-05-26 22:49:03 +09:30
Michael Johnson
15262b639d Fixed a crash caused by a typo 2013-05-26 06:15:54 -03:00
clinton-hall
99c4961f6a added flatten + media check. fixes #127 fixes #131 2013-05-23 15:39:47 +09:30
clinton-hall
61d6fe5cb9 remove hard-code delete_original. now uses config value. 2013-05-17 21:45:53 +09:30
clinton-hall
2950caad33 add exception on logging close #83 2013-05-01 13:51:11 +09:30
Clinton Hall
8037fa4e5e Merge pull request #118 from nervling/python_2.6
Use python set notation that is supported previous to Python 2.7
2013-04-20 12:57:51 -07:00
Kyle Klein
6ee08b99b0 Added support for symbolic linking. 2013-04-20 12:20:11 -07:00
Kyle Klein
96693eb3d8 Use python set notation that is supported previous to Python 2.7 2013-04-20 11:47:29 -07:00
clinton-hall
5433d9ad20 added Wake (WOL) option 2013-04-15 16:05:14 +09:30
clinton-hall
7668b5bed6 improved importing of autoProcess modules 2013-04-13 10:30:19 +09:30
clinton-hall
3b076a5cfa improve passing of download_id 2013-04-08 15:00:49 +09:30
Clinton Hall
e07f8e6a9a Pass hash, not id 2013-04-05 01:51:04 -07:00
clinton-hall
83f95f1f4f Allow postprocess of individual folder 2013-04-03 16:01:31 +10:30
Clinton Hall
7cbb44b013 only find parts when more than 1 fix #105 2013-04-01 03:15:20 -07:00
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