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
Always puts file in its own folder - How do you turn this off?
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: Always puts file in its own folder - How do you turn this off?
Dive into the Sorting options.
It's a bit too complicated, but usable.
It's a bit too complicated, but usable.
Re: Always puts file in its own folder - How do you turn this off?
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
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.
Re: Always puts file in its own folder - How do you turn this off?
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
%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
Re: Always puts file in its own folder - How do you turn this off?
When saving to separate folders it works fine. the question is how to save to the default category folder, not a subfolder in it.shypike wrote: For seasons I use this: ...
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.The alternative is to use this basic user script:...
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.
Re: Always puts file in its own folder - How do you turn this off?
Thanks shypike, you were correct, it was in the sorting options.
Re: Always puts file in its own folder - How do you turn this off?
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
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
Re: Always puts file in its own folder - How do you turn this off?
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.
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.
Re: Always puts file in its own folder - How do you turn this off?
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.
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.