somehow a password in the meta-data doesn't get.. saved? This is before "<file" in my nzb-file:
Code: Select all
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"><head><meta type="category">tv</meta><meta type="password">SECRETPASSWORD</meta></head>
Code: Select all
DEBUG::[nzbstuff:473] META-DATA = {u'category': [u'tv'], u'password': [u'SECRETPASSWORD']}
Code: Select all
DEBUG::[newsunpack:568] Running unrar ['/usr/bin/unrar', 'x', '-idp', '-o-', '-or', '-p-', "/path/to/file.part01.rar", "/dest/_UNPACK_Jobname/"]
INFO::[newsunpack:707] 0 Datei(en)/Ordner entpackt in 0 Sekunden
DEBUG::[newsunpack:441] rar_unpack(): Rars: []
DEBUG::[newsunpack:442] rar_unpack(): Newfiles: []
INFO::[newsunpack:212] Unrar finished on /.....
DEBUG::[newsunpack:1382] build_filelists(): joinables: []
DEBUG::[newsunpack:1383] build_filelists(): zips: []
DEBUG::[newsunpack:1384] build_filelists(): rars: ["/path/to/file.part09.rar", "/path/to/file.part11.rar", ... andsoon]
DEBUG::[newsunpack:1385] build_filelists(): ts: []
INFO::[postproc:342] unpack_magic finished on Jobname
Is the metadata-password not yet used? And, why fails extracting silently?
Using debian wheezy, "UNRAR 5.00 beta 8 freeware Copyright (c) 1993-2013 Alexander Roshal" (unrar -v says this)
Thanks,
pleged