Quote Originally Posted by raas View Post
if the downloaded package contains 'funky' characters like hyphens, spaces, underscores etc. it does not extract the package.

I think it has something to do with the unrar command not being called correct from within HellaNZB.. something like:

unrar e downloaded-package.rar

instead of:

unrar e 'downloaded-package.rar'
That's not the case. I have downloaded lots of packages with 'funky' characters, and they all unpack just fine.
A quote from the debug-log also proves this:
Code:
2007-11-27 13:22:46,241 spawnProcess THREAD ID: 2051  (/opt/bin/unrar l -y -p- -- "/tmp/harddisk/hellanzb/nzb/daemon.processing/Bla.Bla- Bla.Bla.Bla.u4e/Bla.Bla- Bla.Bla.Bla.u4e.part01.rar")
The only time a package I downloaded didn't unpack, was when the first.par2 file was damaged, so it couldn't verify. Perhaps hellanzb should also download the first non-empty par2 file, to prevent this behavior.