Hi all,
hopefully a quick and silly question
when I download a NZB the result is the file within a folder, is it possible to have just the final file downloaded and it not to be placed in a folder?
I would prefer to have a movie folder with movie1.avi, movie2.avi rather than those movies being in movie1 folder and movie2 folder
thanks
MARKYBOY
download file not folder
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.
Re: download file not folder
0.5 will come with a sorting option that can move your downloads into the parent directory.
Re: download file not folder
Um, of course I looked at the documentation first, but that doesnt help me, I do not want it sorted into clever folders, I dont want folders at all, I just want the files in the completed foldershypike wrote: Read the Wiki: http://sabnzbd.wikidot.com/folder-sorting
Re: download file not folder
This question has been answered serveral times.
It requires a user post processing script.
For Windows:
It requires a user post processing script.
For Windows:
Code: Select all
@echo off
move %1\* \WHAT_EVER_YOUR_FOLDER_IS
rmdir /s/q %1


