Do not create folders for final processed file(s)
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings. - Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Do not create folders for final processed file(s)
How do I tell sabnzbd+ not to create a folder per nzb? When processing is complete I just want to see the final file(s). Under "Sorting" I've selected "No folders" but it still creates folders for each nzb download. I'm using the latest version 0.5.6 with smpl theme on Windows 7 x64.
Re: Do not create folders for final processed file(s)
That's just the way SABnzbd works.
"No folders" in sorting works only for single file downloads.
If you insist you can create your own post-processing script:
@echo off
move /y %1 %1\..
Also don't forget that the posters often include an extra folder level in the RAR files.
"No folders" in sorting works only for single file downloads.
If you insist you can create your own post-processing script:
@echo off
move /y %1 %1\..
Also don't forget that the posters often include an extra folder level in the RAR files.

