I'm using SABnzbd Mac version 0.7.12. Everything works great except in the case where part of a file set has been intentionally misnamed. I'm talking about a series of rar files like this:
Real-file-name.rar
Real-file-name.r00
Real-file-name.r01
Real-file-name.r02
Real-file-name.r03
DF93n5ngkDJFH3n5lG.r04
DF93n5ngkDJFH3n5lG.r05
If the .par2 file itself is misnamed, SABnzbd apparently never downloads it and doesn't do the par check. I see lines like this in the log:
2013-05-27 13:48:07,125::INFO::[postproc:548] Par2 check starting on AutoNZB-2913c
2013-05-27 13:48:07,126::INFO::[__init__:859] /Storage/Downloads/nzbtemp/AutoNZB-2913c/__ADMIN__/__verified__ missing
2013-05-27 13:48:07,126::INFO::[postproc:579] No par2 sets for AutoNZB-2913c
2013-05-27 13:48:07,128::INFO::[postproc:594] Par2 check finished on AutoNZB-2913c
If the .par2 file is named correctly but some of the other files are misnamed, I see this in the log:
2013-05-20 16:22:29,245::INFO::[postproc:548] Par2 check starting on AutoNZB-bdbe2
2013-05-20 16:22:29,245::INFO::[__init__:859] /Storage/Downloads/nzbtemp/AutoNZB-bdbe2/__ADMIN__/__verified__ missing
2013-05-20 16:22:29,245::INFO::[postproc:568] Running repair on set This.Is.The.Filename
2013-05-20 16:22:29,247::INFO::[newsunpack:1411] Cannot Quick-check missing file This.Is.The.Filename.r18!
2013-05-20 16:22:29,247::INFO::[newsunpack:821] Scanning "/Storage/Downloads/nzbtemp/AutoNZB-bdbe2/This.Is.The.Filename.par2"
2013-05-20 16:22:29,266::INFO::[downloader:664] Thread
[email protected]:119: forcing disconnect
2013-05-20 16:22:31,509::INFO::[newsunpack:1031] Verified in 2 seconds, repair is required
2013-05-20 16:22:31,510::INFO::[newsunpack:1082] Need to fetch 418 more blocks, checking blocks
2013-05-20 16:22:31,510::INFO::[newsunpack:1104] 0 blocks available
2013-05-20 16:22:31,515::INFO::[newsunpack:839] Par verify failed on /Storage/Downloads/nzbtemp/AutoNZB-bdbe2/This.Is.The.Filename.par2!
When the files are all named correctly, this is the log:
2013-01-07 03:48:01,087::INFO::[postproc:547] Par2 check starting on AutoNZB-bdbe2
2013-01-07 03:48:01,087::INFO::[__init__:859] /Storage/Downloads/nzbtemp/AutoNZB-bdbe2/__ADMIN__/__verified__ missing
2013-01-07 03:48:01,087::INFO::[postproc:567] Running repair on set This.Is.The.Filename
2013-01-07 03:48:01,090::INFO::[newsunpack:795] Quick-check for This.Is.The.Filename is OK, skipping repair
2013-01-07 03:48:01,090::INFO::[newsunpack:857] Deleting /Storage/Downloads/nzbtemp/This.Is.The.Filename.par2
2013-01-07 03:48:01,091::INFO::[postproc:591] Par2 check finished on AutoNZB-bdbe2
If the unrar fails, I can find all the files in the temporary folder and manually unrar myself, although I have to go back and manually download the .par2 if SABnzbd didn't already grab it.