Page 1 of 1

Categories without newzbin?

Posted: March 1st, 2009, 8:31 am
by Coeluh
Can there be categories without newzbin? Like with different blackholes or something?

Re: Categories without newzbin?

Posted: March 1st, 2009, 8:37 am
by shypike
Yes, read the Wiki!
http://sabnzbd.wikidot.com/configure-directories.
Watched Folder

This folder supports user-defined categories in two ways:

Sub Folders
Create a folder inside your watched folder with the same name as one of your categories. Placing a file inside that folder will add the category with the same name as the sub-folder when it is imported.
Example: If you have a category called "Random", place a file inside C:\WatchedFolder\Random\ and it will be picked up and assigned to the "Random" category (if it exists).

Filename Prefix
If an NZB file has a prefix, for examle "{{movies}}My favourite movie.nzb", it will be handled as the file "My favourite movie.nzb", having category "movies".

Re: Categories without newzbin?

Posted: March 1st, 2009, 11:18 am
by Coeluh
shypike wrote: Yes, read the Wiki!
http://sabnzbd.wikidot.com/configure-directories.
Watched Folder

This folder supports user-defined categories in two ways:

Sub Folders
Create a folder inside your watched folder with the same name as one of your categories. Placing a file inside that folder will add the category with the same name as the sub-folder when it is imported.
Example: If you have a category called "Random", place a file inside C:\WatchedFolder\Random\ and it will be picked up and assigned to the "Random" category (if it exists).

Filename Prefix
If an NZB file has a prefix, for examle "{{movies}}My favourite movie.nzb", it will be handled as the file "My favourite movie.nzb", having category "movies".
Thanks!