Page 1 of 1

download file not folder

Posted: May 7th, 2009, 4:58 pm
by MARKYB0Y
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

Re: download file not folder

Posted: May 8th, 2009, 1:41 pm
by shypike

Re: download file not folder

Posted: May 8th, 2009, 2:36 pm
by switch
0.5 will come with a sorting option that can move your downloads into the parent directory.

Re: download file not folder

Posted: May 9th, 2009, 9:47 am
by MARKYB0Y
shypike wrote: Read the Wiki: http://sabnzbd.wikidot.com/folder-sorting
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 folder

Re: download file not folder

Posted: May 9th, 2009, 11:29 am
by shypike
This question has been answered serveral times.
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