Search found 9 matches

by delicatepc
August 1st, 2011, 10:47 am
Forum: Bug Reports
Topic: Sab misses a few blocks on download
Replies: 24
Views: 13178

Re: Sab misses a few blocks on download

Sounds good. I will go ahead and disable the samples logic moving forward.

thanks,
dpc
by delicatepc
July 31st, 2011, 3:42 pm
Forum: Bug Reports
Topic: Sab misses a few blocks on download
Replies: 24
Views: 13178

Re: Sab misses a few blocks on download

It failed. Since the nzb is excessively large im going to pass on it for now (im leaning toward bad nzb). In the meantime I will turn of the Samples logic. Out of curiosity was it fixed in 0.6.6 (and how)?

Thanks,
dpc
by delicatepc
July 31st, 2011, 3:26 pm
Forum: Bug Reports
Topic: Sab misses a few blocks on download
Replies: 24
Views: 13178

Re: Sab misses a few blocks on download

Difference between Par2 files from the original and the separately downloaded par2 files is about 5mb. Replaced the par2 files and running the retry again.

~dpc
by delicatepc
July 31st, 2011, 2:55 pm
Forum: Bug Reports
Topic: Sab misses a few blocks on download
Replies: 24
Views: 13178

Re: Sab misses a few blocks on download

Ahh yes I tested and that is the case (nzb is not modified). Not sure how i find which files are missing. It reports 24 missing blocks. Log where that would be? So for test I using a nzb that only fetches the par2 files and download only. I will then see if there is a noticable difference between th...
by delicatepc
July 31st, 2011, 2:43 pm
Forum: Bug Reports
Topic: Sab misses a few blocks on download
Replies: 24
Views: 13178

Re: Sab misses a few blocks on download

So I spotted this bug on several of my files. Simply disabling "Do Not Samples" and clicking the retry still fails. If I still have the original NZB file how would I go about fixing this (locally - running quick par remotely not really option due to size)? Is this an issue where the actual...
by delicatepc
April 26th, 2010, 11:01 pm
Forum: General Help
Topic: Latest Stable/Beta redirects/links for scripting download purposes?
Replies: 5
Views: 3589

Re: Latest Stable/Beta redirects/links for scripting download purposes?

Solved. This is for FreeNAS: https://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=15&t=6511 #!/bin/bash #Define the architeture of the box arch=`uname -m` echo "      *******Archeticture of Machine is" $arch "*******" echo #Pull latest version number and assign to vari...
by delicatepc
April 21st, 2010, 5:55 pm
Forum: General Help
Topic: Latest Stable/Beta redirects/links for scripting download purposes?
Replies: 5
Views: 3589

Re: Latest Stable/Beta redirects/links for scripting download purposes?

It does however contain the version numbers which are relatively simple to convert to paths and filenames. Hmm this is looking good. Not the absolute best but very solid because i believe this is used by SABnzbd itself tell user a newer version is available. Time to learn how to script it to pull t...
by delicatepc
April 21st, 2010, 5:30 pm
Forum: General Help
Topic: Latest Stable/Beta redirects/links for scripting download purposes?
Replies: 5
Views: 3589

Re: Latest Stable/Beta redirects/links for scripting download purposes?

Would you have any suggestions on what to use as the tie in? Some ideas that floating in my heads: 1. Have a page on SABnzbd.org that redirects to the latest stable and beta. Its not automated solution but it has to be way to be standardized and consistent (and maintaince it would be low). 2. Same i...
by delicatepc
April 21st, 2010, 5:07 pm
Forum: General Help
Topic: Latest Stable/Beta redirects/links for scripting download purposes?
Replies: 5
Views: 3589

Latest Stable/Beta redirects/links for scripting download purposes?

SOLVED - See last post. Hi, Is there a standard link of fetching latest stable/beta? For example: Stable http://downloads.sourceforge.net/project/sabnzbdplus/sabnzbdplus/latest/SABnzbd-latest-src.tar.gz Beta http://downloads.sourceforge.net/project/sabnzbdplus/sabnzbdplus-beta/latest/SABnzbd-latest-...