Search found 168 matches

by Puzzled
February 17th, 2026, 6:29 am
Forum: General Help
Topic: Different "Temporary Download Folder" based on category?
Replies: 30
Views: 117257

Re: Different "Temporary Download Folder" based on category?

madburg wrote: February 17th, 2026, 6:04 am SABnzbd performs the actual extraction (decompression) process within the incomplete folder (temporary folder).
No, it doesn't. It unpacks to an _UNPACK_<nzbname> directory in /complete, which it renames to <nzbname> when the unpacking is done.
by Puzzled
February 17th, 2026, 5:23 am
Forum: General Help
Topic: Different "Temporary Download Folder" based on category?
Replies: 30
Views: 117257

Re: Different "Temporary Download Folder" based on category?

The optimisation of decompressing files has nothing to do with what is being requested in this thread request, I would ask that you read and try to understand what is being requested. If you understood what I wrote and how SABnzbd works then you wouldn't have replied so arrogantly so please take yo...
by Puzzled
February 16th, 2026, 12:28 pm
Forum: General Help
Topic: Different "Temporary Download Folder" based on category?
Replies: 30
Views: 117257

Re: Different "Temporary Download Folder" based on category?

Just so I'm on the same page, are you saying because when the RAR files are decompressing, SABnzbd needs to do both; read the compressed RAR file and write the decompressed file thus causing the slow down? Depends on what you mean by "the slow down" but yes, it will read the RAR files and...
by Puzzled
February 15th, 2026, 2:39 pm
Forum: General Help
Topic: Different "Temporary Download Folder" based on category?
Replies: 30
Views: 117257

Re: Different "Temporary Download Folder" based on category?

Some of you do not seem to be aware that most usenet content is RAR compressed. SABnzbd will download the RAR files to the incomplete dir and unpack them to the complete dir. Because of this, if you put the incomplete and complete dir on the same disk then that will usually be much slower than havin...
by Puzzled
October 15th, 2025, 12:16 pm
Forum: General Help
Topic: Orphaned Jobs wiped my drive?!
Replies: 12
Views: 26251

Re: Orphaned Jobs wiped my drive?!

Using the root of a drive that you have filled with other stuff as temp isn't the best idea, but someone who does that will probably click delete on auto pilot as well. You could add a verification step to make it very clear what's going on. "Are you sure you want to DELETE all these directorie...
by Puzzled
September 17th, 2025, 3:59 pm
Forum: General Help
Topic: Syntax errors starting 4 5 3 [Slackware]
Replies: 10
Views: 11658

Re: Syntax errors starting 4 5 3 [Slackware]

What does the sabnzbd script you are starting contain?
by Puzzled
September 14th, 2025, 1:56 pm
Forum: General Discussion
Topic: ultimate server build 100Gbps?
Replies: 19
Views: 46722

Re: ultimate server build 100Gbps?

With that kind of setup you might see a difference if you tweak receive_threads and switchinterval slightly up or down in Config/Special. receive_threads is the number of Python threads used for handling download connections and switchinterval is https://www.geeksforgeeks.org/python/python-sys-setsw...
by Puzzled
July 3rd, 2025, 10:19 am
Forum: General Help
Topic: How to resume from "too little disk space"
Replies: 6
Views: 13887

Re: How to resume from "too little disk space"

Is Config / Folders / Minimum Free Space for Temporary Download Folder set to a high enough limit for it to stop before the disk is actually full? Otherwise it won't be able to pause and recover gracefully. Also it only checks the default download disk so it won't work if it's a category writing to ...
by Puzzled
May 25th, 2023, 6:04 pm
Forum: Debian/Ubuntu Package
Topic: Install Failure via Debian contrib repository
Replies: 1
Views: 8037

Re: Install Failure via Debian contrib repository

The version available in Debian is ancient. You'd be better of running it from source. Unpack it or check out with git and then run "python3 -m pip install -r requirements.txt" to install the requirements. I'm not sure if that will fix your problem though. Are you trying to contact it from...
by Puzzled
May 25th, 2023, 12:38 pm
Forum: General Help
Topic: Slow download speeds with gigabit internet service
Replies: 28
Views: 95223

Re: Slow download speeds with gigabit internet service

How many connections are you using for each server? Seems like you've tested almost everything. If you are using all the available connections then my last suspects are the router or the ISP. Speed test sites can give a false impression because ISPs almost always optimize those connections.
by Puzzled
May 14th, 2023, 5:19 pm
Forum: General Help
Topic: Unpacking pauses download?
Replies: 9
Views: 40127

Re: Unpacking pauses download?

It's an old DS... i know. But with NZBget i get better download speed while unpacking. I don't know why that would be. It's possible that your nice or ionice values give unrar priority over SAB and that's why it takes so long to save the new data. Another alternative is that SAB uses more RAM and t...
by Puzzled
May 14th, 2023, 2:15 pm
Forum: General Help
Topic: Unpacking pauses download?
Replies: 9
Views: 40127

Re: Unpacking pauses download?

Does the download disk have a lot to do? The downloading is technically not paused, it's just SAB letting you know that it is unable to write the data as fast as it is downloading it. For some reason it has to wait up to 30 seconds to clear the buffer of downloaded data. That's very unusual. It woul...
by Puzzled
April 14th, 2023, 5:32 pm
Forum: Post-Processing Scripts
Topic: sabnzbd_monitor.py - Detects and prevents downloads stalling and keeps everything running 100%.
Replies: 5
Views: 38061

Re: sabnzbd_monitor.py - Detects and prevents downloads stalling and keeps everything running 100%.

There isn't much documentation other than what's in the code. The known issues are mostly what's on Github: https://github.com/sabnzbd/sabnzbd/issues I fixed a bug related to stalled downloads a while ago, maybe it can point you in the right direction: https://github.com/sabnzbd/sabnzbd/commit/fd3ec...
by Puzzled
April 14th, 2023, 4:43 pm
Forum: Beta Releases
Topic: Warning: Failed to import 1 files from .....
Replies: 4
Views: 37321

Re: Warning: Failed to import 1 files from .....

The NZB has a file with no segments (no actual data to download). It's the indexer that has to fix it.