1 - Fixes a crash bug that rarely happens but needed fixing.
2 - More robust handling of passwords embedded in NZB Filenames. There was an issue with ZIP's and RARS that contain NZB's. Now the passwords priotity is:
a - Embedded in the NZB Itself
b - In the NZB Filename
c - In the filename of the ZIP or RAR that contained the NZBs
https://s3.us-east-1.amazonaws.com/downloads.newsbin.com/downloads/beta/nb691B5-5672.exeThings I'm looking at for the next beta
1 - Report that unrar is slow. Going to compare 7z unraring to native unrar code.
2 - Encountered an old encoding for the subject that I thought was handled but apparently isn't. This is very rare. it's a 20 year old encoding that's not used anymore.
3 - Idea to speed up header display.
4 - Getting partial 7z decode working. This is needed to detect the new "encrypted RAR inside split 7z" posts.
5 - Ran into a case where a download was complete but the PAR was missing a file. It prevented automatic decoding.