Search found 214 matches

by ALbino
January 4th, 2016, 3:19 pm
Forum: General Help
Topic: Empty NZB Files and Not Adding Files to sabnzbd
Replies: 2
Views: 3415

Re: Empty NZB Files and Not Adding Files to sabnzbd

You should edit that to remove your private API key, and then you should go to OZnzb and change it to a new one.
by ALbino
December 24th, 2015, 2:59 pm
Forum: General Help
Topic: Repair failed, not enough repair blocks
Replies: 12
Views: 9580

Re: Repair failed, not enough repair blocks

Shypike:
downloadmonkey wrote:
  • I've 3 Usenet providers (Astraweb, UsenetServer, ExtremeUsenet) and I manually switched through all providers (e.g. 3 separate downloads)
by ALbino
December 7th, 2015, 5:28 pm
Forum: Beta Releases
Topic: Prevent error messages on optional servers?
Replies: 3
Views: 2131

Re: Prevent error messages on optional servers?

Glad I could help :)
by ALbino
December 7th, 2015, 4:16 am
Forum: Beta Releases
Topic: Prevent error messages on optional servers?
Replies: 3
Views: 2131

Re: Prevent error messages on optional servers?

Instead of preventing the errors, why not just use the Scheduling feature to disable the server during the 12 hours you don't have access?

http://wiki.sabnzbd.org/configure-scheduling-0-7
by ALbino
November 28th, 2015, 4:12 pm
Forum: General Help
Topic: 99.99%
Replies: 6
Views: 2504

Re: 99.99%

Is there any way to enable more even more thorough debugging than +Debug to try and help track it down?
by ALbino
November 27th, 2015, 6:36 pm
Forum: General Help
Topic: 99.99%
Replies: 6
Views: 2504

Re: 99.99%

When this happens to me (which is often) I can usually solve it by clicking Force Disconnect in Status -> Connections. See the top of your third screen shot for the button I'm describing.
by ALbino
November 23rd, 2015, 3:28 pm
Forum: General Help
Topic: Sab downloads killing network performance [solved]
Replies: 15
Views: 7592

Re: Sab downloads killing network performance

shypike wrote:I have never seen it saturate my 100 Mbit/sec fiber connection.

I'm surprised by that. I saturate my 150mbit fiber connection with SABnzbd every day with no problems.
by ALbino
November 20th, 2015, 9:23 pm
Forum: General Help
Topic: SABnzbd - Wizard keeps appearing
Replies: 20
Views: 7645

Re: SABnzbd - Wizard keeps appearing

You don't need Python for SABnzbd, but it looks like maybe the script you're running during post processing does.
by ALbino
November 12th, 2015, 8:02 pm
Forum: General Help
Topic: failed downloads
Replies: 8
Views: 3643

Re: failed downloads

It hangs sometimes, I have no idea why. When it happens to me I just kill the par2.exe process in Task Manager, let it fail, then repair/extract manually.
by ALbino
November 12th, 2015, 6:36 pm
Forum: General Help
Topic: failed downloads
Replies: 8
Views: 3643

Re: failed downloads

Normally this can be fixed by killing the par2.exe process.
by ALbino
November 5th, 2015, 7:34 pm
Forum: General Discussion
Topic: What is the solution to obfuscation?
Replies: 11
Views: 19807

Re: What is the solution to obfuscation?

It looks like under TV you don't have Default selected, so it's not applying to anything. Select Default, then hit save and try again.
by ALbino
October 30th, 2015, 11:08 pm
Forum: Debian/Ubuntu Package
Topic: Classic theme missing sabnzbdplus-theme-classic (0.8.0~beta1
Replies: 3
Views: 3551

Re: Classic theme missing sabnzbdplus-theme-classic (0.8.0~b

I'm pretty sure both Classic and Mobile were removed from 0.8.0. There were various Github commits to that effect anyway.
by ALbino
October 30th, 2015, 1:12 am
Forum: General Discussion
Topic: What is the solution to obfuscation?
Replies: 11
Views: 19807

Re: What is the solution to obfuscation?

You need to enable Sorting. Take a look at this page:

http://wiki.sabnzbd.org/configure-sorting
by ALbino
October 26th, 2015, 5:18 pm
Forum: Post-Processing Scripts
Topic: Bad downloaded file/folder names
Replies: 4
Views: 8115

Re: Bad downloaded file/folder names

You can fix the problem with Handbrake and the space by putting quotes around your variable/path, like you did for your HandBrakeCLI variable, or your move path.
by ALbino
October 26th, 2015, 2:12 pm
Forum: Post-Processing Scripts
Topic: Bad downloaded file/folder names
Replies: 4
Views: 8115

Re: Bad downloaded file/folder names

I dealt with the subdirectory problem in a really ugly way. I just moved ALL of the files to the root directory and then processed the MKV file. Here's my code: rem <-- Moving All Files Out of Subdirectories --> rem <-- Tried flat_unpack in SABnzbd, but that didn't work --> set MoveToFolder="%~...