id summary reporter owner description type status priority milestone component version resolution keywords cc 1126 [Extractor] Extracting not working with Move Complete enabled lenwar "I noticed that extracting does not always work properly. This happens when the downloaded (for example) .rar files have spaces in them. The files to be extracted should get "" (or get escaped of course) along with them. So: unrar -x ""totally legal thing I downloaded.rar""[[BR]] or[[BR]] unrar -x totally\ legal\ thing\ I\ downloaded.rar[[BR]] in stead of[[BR]] unrar x totally legal thing I downloaded.rar[[BR]] Also note that I have my ""Extracted directory"" in my ""completed directory"" So my relevant tree looks like so: deluge/downloading[[BR]] deluge/completed[[BR]] deluge/completed/extracted[[BR]] (maybe that's got something to do with it? Haven't looked at the code, so I wouldn't know) The unrar command under Linux doesn't like it that way. (it'll only see the ""totally"" part of the file) I'm using 1.2.0 beta5, but earlier beta's had the same thing." bug closed minor 1.3.8 Plugin 1.2.0 Fixed Extractor gareth@…