Do not create folders for final processed file(s)

Get help with all aspects of SABnzbd
Forum rules
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.
Post Reply
minimal
Newbie
Newbie
Posts: 1
Joined: December 12th, 2010, 1:50 am

Do not create folders for final processed file(s)

Post by minimal »

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.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Do not create folders for final processed file(s)

Post by shypike »

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.
Post Reply