Skip to content

CODExperiments

Doing it MY way!

  • Home
  • 2012
  • February
  • 22
  • NZB Completion Checker 1.0.0.3beta released

NZB Completion Checker 1.0.0.3beta released

Posted on February 22, 2012March 4, 2012 By Zoon 17 Comments on NZB Completion Checker 1.0.0.3beta released
Programming, Usenet

Another day – another release!

This release only brings minor bug-fixes – namely to the issue some were having after they entered their settings the first time and didn’t select the server as primary. This is now fixed. This bug will only occur once… unless you delete all you servers, and start over!

Remember to support NZB Completion Checker – Sign up to Astraweb via this banner 🙂

A new first-run wizard was also added. This should help new users with less experience in how to setup their first connection. Users who already have configured their servers, should not see the wizard!

There still is an outstanding issue with the breakdown report. Some bytes seem to be miscalculated. This is going to be fixed soon! Now I’m working on the closed alpha release. I still have a few days left before release – so be patient 🙂

The download link has been updated! Enjoy 🙂

Tags: NZB NZBcc Usenet

Post navigation

❮ Previous Post: NZB Completion Checker alpha signup
Next Post: NZB Completion Checker now with online -community- check! ❯

You may also like

Programming
NZB Completion Checker 1.0.0.1b released!
February 5, 2012
Usenet
Upcoming changes – alpha release
March 26, 2012
Programming
Newshosting.com quick review
March 29, 2012
Programming
NZB Completion Checker v1.2.1.0 released
August 29, 2012

17 thoughts on “NZB Completion Checker 1.0.0.3beta released”

  1. Tom says:
    February 24, 2012 at 14:25

    Is it possible to get a scrollbar in the log window?

  2. Zoon says:
    February 24, 2012 at 19:10

    Sure thing! I’ll add it to the next release!

  3. Jason says:
    February 26, 2012 at 07:33

    Nice software, testing it out right now on a NZB that someone complained of being incomplete and that pars couldn’t fix. My question is though, if this software says a NZB is incomplete, how will we know if the pars are able to fix it or not?

    NZB Completion Checker may report something as being incomplete, but pars could be fine and fix it so it doesn’t matter if the post is incomplete. At what level should I take the risk of downloading something?

    For example, here is a screenshot of the report it just came up with for the NZB I ran it through.

    http://tinyurl.com/7vcu2e2

    Based on that report, I’m guessing I should avoid this NZB? Bytes and Segments are 98% and 99% but completed files percentage is only 55%. But overall NZB status says 98.696% complete, I guess I’m confused on what I should look at to determine whether I should take the risk to download something or not.

    BTW I have multiple servers setup in SAB but I only setup 1 server (Astraweb) in the completion checker. I’m betting if I download this NZB my alternate servers in SAB will probably fill in the empty spots.

  4. Zoon says:
    February 26, 2012 at 17:16

    Hi Jason!

    There really is no way to be absolutely sure if the PAR files can repair it or not! The PAR files might be damaged/missing, or there might not be enough PAR files 🙁

    However, I plan on updating the breakdown form with a PAR chart. This chart will try to show you the PAR coverage… if possible! Still working on it though 🙂 But looking at the screen shot, I wouldn’t download the file, since too many files have been damaged!

    But all the stats are there, to help you judge if the file is worth downloading or not!

  5. Jason says:
    February 26, 2012 at 22:16

    Thanks for the reply, BTW I downloaded the file fine, but it had to use my backup servers in order to fill the empty spots. If I had used Astraweb only, it would have failed. Just wish Sabnzbd had a way to set the priority level of backup servers, apparently it won’t happen for quite sometime and that sucks for people like me that have multiple backup servers.

    http://forums.sabnzbd.org/viewtopic.php?f=4&t=9946&p=61879#p61879

  6. Zoon says:
    February 27, 2012 at 22:32

    Hi again!

    I can’t see why you would want to prioritize your backup servers – unless you have been using all of your download quota 🙂 NZBcc btw, just goes through the list, until it runs out of servers to check or finds the segment. It took me about 5 minutes just to add that part. But SABnzbd is written in Python – and all though I don’t know much about that language, it might just be a bit more difficult to change than C#.

    If I had the time, I would have written an NZB downloader instead of an NZB checker. I’m sure it would have been fun writing it 🙂 … oh well.. maybe next time 🙂

  7. Tom says:
    February 28, 2012 at 20:58

    I also would appreciate priorities for backup servers because one might have several block accounts where one is more expensive than the other one.

    @Jason: If you set up all your servers in NZBCC, then you will know if your backup servers have the empty spots.

    @Zoon:
    NZBCC will not always save my settings so when I start it it might have old settings, for example an old server that I deleted. Where are the settings stored?
    How does the server traversal work? What if I have three servers and my primary server is the second one in the list? Possibility to re-arrange the servers?

  8. Tom says:
    February 28, 2012 at 21:36

    Is each thread responsible for one file?
    I checked an nzb where all files were done except for one file where one segment was apparently missing. As my secondary server was not responding, the check was hanging on that segment although there were several more segments within that same file that were to be checked.

    I propose that you add all segments to a queue and have the threads go through the queue, in that way one file might be checked by many threads.

    Optimally, you have one queue for each server and you put all the segments into the queue for the primary queue and as segments fail, you add/move them to the queue of one of the other servers in the order that the servers are set up.

  9. Zoon says:
    February 29, 2012 at 05:47

    Good point on the expensive servers! I think I’ll add a priority option on the server properties list.

    The server traversal option is easy to explain. Whenever NZBcc encounters a missing segment, is goes through the list of servers, in the order you see them on config screen – skipping your main server, and it only stops when it finds the segment, or runs out of servers to check!

    It will not be possible to re-arrange the servers, but I will make it possible to prioritize them 🙂

  10. Zoon says:
    February 29, 2012 at 05:52

    Correct! One file per thread. That seemed logical at the time.

    What you propose have already been added to the NZBcc 2.0 road map. I though about it while releasing 0.8 alpha – but I also realized that it was a huge change to the current code base. It would take about 5 days to correct it (I can only work on NZBcc ½-1 hour a day – IF I’m lucky). So I choose to postpone it till later.

    But it will be changed eventually!!

    Thanks for the input though 🙂

  11. Zoon says:
    February 29, 2012 at 08:03

    Sorry… forgot to answer your question regarding where the settings are stored. You can find the server settings here: %appdata% under the folder NZBcc. However, the server settings are encrypted. You can try and delete the file, and create it again.

    But I’ll have a look at the “delete server” code, just to see it I can spot any problems!

  12. Tom says:
    March 1, 2012 at 09:34

    Hi again,
    Thanks for your replies!
    Just wanted to comment about the priority/reordering of servers.
    My comment was mostly a reply to what Jason said about SABnzbd, but as headers sometimes counts against usage, it might be a good option for NZBCC as well.

    Isn’t reorganising the servers in a specific order and prioritizing them the same thing? Instead of inputting a number for priority, one could instead move the servers so that the primary is on top, then second, third etc. It’s really a two ways to accomplish the same thing and I think that it’s easier to move servers up/down than inputting a priority number.

    Found another bug: If the STAT validation method is selected, when clicking Settings, there is a pop-up warning: Only one validation method can be selected!

  13. Zoon says:
    March 1, 2012 at 10:55

    Hi Tom!

    Since my development time is pretty restricted right now, it’s a lot easier to just input the priority, than making drag’n’drop work correctly within a listbox. So I think I’m going to go with that 🙂

    Regarding the bug, I don’t think it is a bug. As it is right now, you have to deselect the HEAD method, before selecting the STAT method. It’s an old leftover from the old settings system, I just haven’t gotten around to fixing yet 🙂 But eventually, it will be fixed.

  14. Tom says:
    March 1, 2012 at 13:52

    The bug is that I only have STAT selected but the warning still comes up.
    To reproduce:
    Go to Settings, unselect HEAD, select STAT.
    Close Settings window and exit application.
    Start NZBCC again, click on Settings – warning appears.

    I know your time is limited, just throwing some ideas at you 🙂
    Doesn’t have to be drag’n’drop, can also be two arrows on top of the list 🙂

  15. Zoon says:
    March 1, 2012 at 19:12

    Thanks for the report! It will be fixed in the next version of NZBcc.

    I appreciate you input, please keep it coming 🙂 And good idea on the two arrows. Sounds like a quick and good approach!

  16. Jason says:
    March 3, 2012 at 01:05

    According to the main admin over at the sabnzbd forums, the 0.7.0 version of sab will have a completion checker. Will be curious to see how they implement it.

    http://forums.sabnzbd.org/viewtopic.php?f=4&t=10024&p=61880#p61880

  17. Zoon says:
    March 4, 2012 at 12:20

    Good to know! Hope they don’t steal too much 🙂 🙂 🙂 LOL….

Leave a Reply

You must be logged in to post a comment.

Downloads

Get it while it's HOT:
NZBcc 1.2.2.0

Downloads
might be ad supported. If so, click in top right corner to continue when the counter reaches 0.

Support NZBcc



Sign up to Dropbox using this link

Archives

  • March 2016
  • September 2014
  • July 2014
  • January 2014
  • August 2013
  • January 2013
  • December 2012
  • November 2012
  • September 2012
  • August 2012
  • June 2012
  • May 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • August 2011
  • July 2011
  • April 2011
  • January 2011
  • December 2010
  • November 2010
  • August 2010
  • July 2010
  • April 2010
  • March 2010
  • January 2009

Tag Cloud

AJAX Android Articles C# Download FMV Giganews HLSL HTML HTML5 Javascript jQuery MPEG Decoding MySQL Netflix NZB NZBcc PHP SQL Usenet Windows 7 XNA

Copyright © 2025 CODExperiments.

Theme: Oceanly News Dark by ScriptsTown