Always puts file in its own folder - How do you turn this off?

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
jericko
Newbie
Newbie
Posts: 9
Joined: January 2nd, 2010, 9:56 pm

Always puts file in its own folder - How do you turn this off?

Post by jericko »

When I download a TV show/movie, it unrars it and moves it to my completed folder, but it puts it in its own folder and renames the folder but not the file.  I do not want it to be in its own folder, rather just the file in the root of my completed folder if that makes sense.  I can not seem to find this setting anywhere.

Thanks
Jason

Windows 7 64
Latest RC of SAB
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Always puts file in its own folder - How do you turn this off?

Post by shypike »

Dive into the Sorting options.
It's a bit too complicated, but usable.
thebig
Newbie
Newbie
Posts: 3
Joined: April 23rd, 2011, 8:14 am

Re: Always puts file in its own folder - How do you turn this off?

Post by thebig »

Same problem here.

Already tried to include the category I don't want to have individual folders in sorting, remove from sorting, leave sorting string blank... No dice. I would also like to know how to download files under some categories to x:\download\category\filename.extension instead of x:\download\category\filename\filename.extension

The correct string should be "%fn.%ext", right?


SABnzbd+ 0.6.0 RC2
Windows 7 64bit
Last edited by thebig on April 23rd, 2011, 8:40 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Always puts file in its own folder - How do you turn this off?

Post by shypike »

For seasons I use this:
%sn/Season %s
It will get me all episodes in a single folder.
series-name/Season X/

The alternative is to use this basic user script:
@echo off
move /y %1\* %1\..
rd /q %1
thebig
Newbie
Newbie
Posts: 3
Joined: April 23rd, 2011, 8:14 am

Re: Always puts file in its own folder - How do you turn this off?

Post by thebig »

shypike wrote: For seasons I use this: ...
When saving to separate folders it works fine. the question is how to save to the default category folder, not a subfolder in it.
The alternative is to use this basic user script:...
Is there a way to use separate scripts to different categories (on SABnzbd 0.6.0RC2)? The point is not to use this in ALL categories, just some.

edit: I see now there is a way to refine the script to recognize the category. But still I'd like to see the behavior I stated above.
edit2: Bummer. The script didn't work.
Last edited by thebig on April 23rd, 2011, 12:46 pm, edited 1 time in total.
jericko
Newbie
Newbie
Posts: 9
Joined: January 2nd, 2010, 9:56 pm

Re: Always puts file in its own folder - How do you turn this off?

Post by jericko »

Thanks shypike, you were correct, it was in the sorting options.
thebig
Newbie
Newbie
Posts: 3
Joined: April 23rd, 2011, 8:14 am

Re: Always puts file in its own folder - How do you turn this off?

Post by thebig »

Really, what skins you guys are using? I can't find this settings.

So far if I add a download to category XYZ it goes to its own folder (a subfolder inside the category folder) and the partial solution to  have a script running must be done manually here (changed while in the queue), the script won't run even thought I put it in the categories AND default RSS behavior for that particular feed.  ???

I guess there must be something wrong with my .ini. I just recently upgraded to 0.6.0 RC2 from a really old build. Maybe I'll clean everything and start from scratch  :-\
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Always puts file in its own folder - How do you turn this off?

Post by shypike »

There have been quite some changes in the last year.
In principle the sabnzbd.ini file should be compatible in that old ini files should be accepted by new versions.
However, I must admit that we did not test every conceivable upgrade path.
Primarily from the later 0.5.x releases.
jericko
Newbie
Newbie
Posts: 9
Joined: January 2nd, 2010, 9:56 pm

Re: Always puts file in its own folder - How do you turn this off?

Post by jericko »

I am running the plush gold - and I updated recently from a really old version (over a year old)

The setting I changed was on the sorting tab under Generic Sorting, I choose "default" then hit the button on the in the middle that says "no folders"

Hope that helps you.
Post Reply