then is will not be auto.shypike wrote:You can couple a storage location to a category.
Like: TV-C to C:\video and TV-G to G:\
You still have to select a category for each NZB.
Easy guide to sorting/categories
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.
-
- Newbie
- Posts: 4
- Joined: April 14th, 2014, 2:07 pm
Re: Easy guide to sorting/categories
-
- Newbie
- Posts: 6
- Joined: November 4th, 2014, 9:58 am
Re: Easy guide to sorting/categories
These posts were SUPER helpful in setting up my post processing with SickBeard and Sab, but when it moves the file it includes the release group in the name (D:\TV Shows\showname\season ##\showname - S##E## - episodetitle.720p.release.group.ext)
Any suggestions to only get the episode name?
Any suggestions to only get the episode name?
Re: Easy guide to sorting/categories
Is it not possible to use UPPERCASE LETTERS in Category names?
Re: Easy guide to sorting/categories
Categories are case insensitive, because you can also use them in filenames and the filesystems of most operating systems are also case insensitive.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Easy guide to sorting/categories
Every time I try to set a Category name like "TV" or "Movies" sabnzbd forcibly converts it to "tv" and "movies" so I wouldn't describe that as case insensitive, it seems to have a clear preference for all lowercase no matter what I want.... ;-p
Re: Easy guide to sorting/categories
We choose always lower case, because of that file system thing
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Easy guide to sorting/categories
That was a really long way to say "No".
Re: Easy guide to sorting/categories
I would love it if each download would produce one folder, which would contain one episode in the SxxExx format. It seems like the string %sn/S%0sE%0e - %en/%sn - S%0sE%0e - %en.%ext should do that, but that yields a folder with the show name, within which are separate folders for each episode. Can someone suggest a string that would result in one download, one folder of one show with its job name and SxxExx info?
Re: Easy guide to sorting/categories
Every / gives a new folder-level, so you have 2 directory-levels:
%sn/ --> Serie Folder
S%0sE%0e - %en/ --> Episode Folder
%sn - S%0sE%0e - %en.%ext --> File
%sn/ --> Serie Folder
S%0sE%0e - %en/ --> Episode Folder
%sn - S%0sE%0e - %en.%ext --> File
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: Easy guide to sorting/categories
So simply removing the %sn/ at the beginning ought to do the job for me! Will give it a try. Many thanks!!
EDIT - It worked! Thanks!
EDIT - It worked! Thanks!