I was conducting a little test with intentionally misnamed rar files. Quickpar will auto-recognize them and will rename/repair whenever needed. Not so with the par2.exe included with Sabnzbd.
Here's what quickpar does. Very much wanted:
Included with Sabnzbd are commandline versions of the par2 tool that seem to date back to the original 2003-07-15 (!!!!!) version from Peter Brian Clements (only treated with Intel Threading Building Blocks):
Code: Select all
[newsunpack:1211] PAR2 output was
par2cmdline version 0.4, Copyright (C) 2003 Peter Brian Clements.
par2cmdline comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it and/or modify
it under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. See COPYING for details.
Loading "test.par2".
Loading: 2.3%
Loading: 17.6%
Loading: 19.9%
Loading: 35.3%
Loading: 37.6%
Loading: 53.0%
Loading: 55.3%
Loading: 70.6%
Loading: 72.9%
Loading: 88.3%
Loading: 90.6%
Loading: 95.7%
Loading: 98.7%
Loaded 14 new packets
There are 6 recoverable files and 0 other files.
The block size used was 384000 bytes.
There are a total of 216 data blocks.
The total size of the data files is 82591272 bytes.
Verifying source files:
Target: "test.part1.rar" - missing.
Target: "test.part2.rar" - missing.
Target: "test.part3.rar" - missing.
Target: "test.part4.rar" - missing.
Target: "test.part5.rar" - missing.
Target: "test.part6.rar" - missing.
Scanning extra files:
Repair is required.
6 file(s) are missing.
You have 0 out of 216 data blocks available.
Repair is not possible.
You need 216 more recovery blocks to be able to repair.
Also: I can not find any commandline switch that may force something like quickpar does. Not in the original, not in the tbb rebuild.
Have I missed some options? Should I use another par commandline tool?
Is the following not related to this problem (I read it like it is):
What's new in SABnzbd 0.7.6 Beta 1:
November 10th, 2012
Features:
· Properly handle par2-sets that were renamed after creation by the poster
I use SABnzb 0.7.9.
?