Author Topic: When Rootnode is empty, auto unpar doesn't start...  (Read 2873 times)

Offline pieper

  • Contributor
  • ***
  • Posts: 45
When Rootnode is empty, auto unpar doesn't start...
« on: February 03, 2007, 08:22:10 PM »
I've tested this with the  alps.par2 post. This post has 11 rarfiles, What I do is I delete part 10 from the rootnode, so this file will be missing.
When all par2 files are paused, The auto unpar procedure starts:
- 2 parfiles will be unpaused to download 53 blocks.
- Auto unpar starts, to create part 10
- Auto unrar starts
it works like it should  
When all files are unpaused, all files will be downloaded but the auto unpar procedure doesn't start...

Don't you think the current decision making in ABZ is not sufficient enough. Isn't something like this better?
 
IF  queue is 0 AND unparring is necessary THEN
__IF  necessary par2 files are already available THEN
____Start unparring
__ELSE
____download extra par2 files.
____Start unparring
__END IF
END IF

Offline Rdl

  • Administrator
  • *****
  • Posts: 3943
When Rootnode is empty, auto unpar doesn't start...
« Reply #1 on: February 09, 2007, 12:31:33 AM »
Fixed. Thx for reporting.