Page 1 of 1
Do not create folders for final processed file(s)
Posted: December 12th, 2010, 2:04 am
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.
Re: Do not create folders for final processed file(s)
Posted: December 12th, 2010, 6:53 am
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.