Getting close to finished once more. I can only think of one more thing it needs to release, which is hook up "hide incompletes".
- Code: Select all
- Sonarr: Change Sonarr interface to first try to set the NZB Specific download folder, then use the main download folder if it doesnt; exist.
- NZB: NZB Autoload will not default to the NZB specific download folder but will fall back to the main NZB folder if there’s no NZB Specific folder set.
- NZB: Some modern NZB’s lie about how many chunks the files has. It looks like I need to ignore maxindex in the subject. They still work but the download looks ugly.
A unnamed user kindly provided a class that demonstrated the fix.
- Display: Calendar control for load range dialog now goes as far back in time as the “storage age†setting.
- Display: After doing DB compaction there’s no indication of space freed. Should log it.
- Display: Add pause state display for children in download list. User request.
- Display: When you use Move in the files list, the display doesn’t reflect the new path. Can also make files vanish from the files list on restart (not from disk)
- Display: Report that Newsbin’s icon doesn’t update when downloads complete.
- The NewsBin Pro icon in the Windows taskbar is not resetting when a
task it down. It still has the little play arrow like when its
downloaded something .Even if its not doing anything.
- Display: GUI stalling still happens from time to time. Particularly in release build.
- AutoPAR: Fix for problem where a RAR set contains a file with a leading space AND you're downloading to the same folder you intend to unrar to. The leading space prevented copy to final destination.
- AutoPAR: Behavior change when unraring to download folder. Before, Newsbin would rename the duplicate files out of the way when copying to the final folder. Now Newsbin detects the conflict and copies to a "Decode Copy (N)" folder instead so, the user can choose which copy he wants.
- AutoPAR: Can only download a set once per session
- AutoPAR: Report that it can't be disabled. In fact it was true. It still counts blocks but won't repair or unrar when disabled.
- Download: Changing server configuration should ungulag all connections. Failed connections get sent to jail for 5 minutes. In cases where the user changes the password to the correct one, we really want to release the connections from jail to try again.
More stuff in the release notes but these are the high spots. I've attempted to make the remote NZB link NZB Filename finder more robust. It's important for Newsbin to know the Sonarr NZB Filename for pathing to work properly.