Page 1 of 1

Stop NB from creating multiple folder for one download

PostPosted: Tue Nov 19, 2013 6:03 pm
by gargoyle67
Hi,
How can I stop newbin from creating multiple folders for downloads ? for example I download say a tv episode newsbin creates the show name folder plus 2 sometimes 3 other folders called the name of the show plus "part01" at the end of the description or subtitle folders. I'm using the "$(FILENAME)\" path variable, I've looked at the help pages with all the variables and can't see one that would stop it.

Re: Stop NB from creating multiple folder for one download

PostPosted: Tue Nov 19, 2013 7:51 pm
by Quade
Filename is problematic because Newsbin has to try to pull it out of the subject. If the files don't all have the same format for the filenames, you might get this. I'll have to think about it.

Re: Stop NB from creating multiple folder for one download

PostPosted: Wed Nov 20, 2013 3:59 am
by gargoyle67
Thanks dude.

Re: Stop NB from creating multiple folder for one download

PostPosted: Sat Feb 14, 2015 6:57 am
by gargoyle67
Not been on here in a while, Was this ever implemented at all ?

Re: Stop NB from creating multiple folder for one download

PostPosted: Sat Feb 14, 2015 8:02 am
by itimpi
How are you adding the files to Newsbin? If via a NZB file then you are better off using $(NZBFILE) rather than $(FILENAME). Trying to use the filename is always likely to be problematical as you are leaving yourself at the whim of how the uploaders specified each file.

Re: Stop NB from creating multiple folder for one download

PostPosted: Sat Feb 14, 2015 9:49 am
by gargoyle67
Ah yes I am itimpi, Thanks that makes sense, I'll give that a try.

Many thanks Image link not allowed for unregistered users

Re: Stop NB from creating multiple folder for one download

PostPosted: Sun Feb 15, 2015 6:03 am
by gargoyle67
Actually looking at my settings again I was indeed using the $(NZBFILE) filter so still the same problem.

Re: Stop NB from creating multiple folder for one download

PostPosted: Sun Feb 15, 2015 9:10 am
by itimpi
gargoyle67 wrote:Actually looking at my settings again I was indeed using the $(NZBFILE) filter so still the same problem.

If you are using that then I do not understand how the problem could be occurring unless you have multiple NZB files for the same post. I have never had a singe NZB file split across multi0le folders.