spreadred

Results 77 comments of spreadred

I don't think this PR should be merged unless it is paired with a corresponding config option to either enable or disable this functionality. Perhaps, this should be better tackled...

True, I can't think of a normal circumstance where the desired behavior is to overwrite existing files but since this has been the functionality (whether intended or not) since the...

I haven't made any Deluge plugins before (I can't even seem to find decent documentation), but do we have access to Python libraries from within the scope of the plugin...

https://pypi.python.org/pypi/pyunpack seems like a promising extraction library supporting many, many formats.

Not only does this spawn multiple processes, it seems to usually fail to properly extract the complete archive as the output file is getting overwritten upon each spawned process by...

If the command 7z x XXXX.part01.rar is run, the archive extracts fine. Running 7z x on any other part file, XXXX.part02.rar for example, only extracts (I'm assuming) the data contained...