Page 1 of 1

[REQ] Multiple Scan Folders

Posted: February 4th, 2012, 7:28 am
by celestian02
Hi,

Not sure whether it's the good section to post this but this is more like a feature request. Would it be possible to consider adding support for multiple watch folders? Having one is great, several would be a nice addition as one can use its download folder when using Sabnzbd on the computer it is installed on but then, remotely use a dropbox folder for example to start any downloads! Thanks.

Cel.

Re: [REQ] Multiple Scan Folders

Posted: February 4th, 2012, 9:50 am
by shypike
Why don't you just use the Dropbox folder for all NZB files?
After all, it's just a local folder that's kept in sync with remote locations.

Re: [REQ] Multiple Scan Folders

Posted: February 4th, 2012, 10:30 am
by celestian02
Ahah. I was expecting such an answer but using it exclusively for dropbox would mean that my Internet browser download dir. would be synched which is not something I would want as sometimes you need to download big files and you don't require this data to be synched.

The multiple scan dirs for Sabnzbd would be a nice addition, in my opinion ;)

Re: [REQ] Multiple Scan Folders

Posted: February 4th, 2012, 3:29 pm
by babiulep
That is the case when you save your NZB files in the browser's default download dir...
But if you use linux and associate this bash script with NZB files in your browser... (Preferences->Applications->NZB file)
You can save your NZB files directly in your dropbox folder instead of the default download dir.

#!/bin/bash
mv "${1}" /My/Dropbox/Folder/NZB/
exit 0

Cheers!

Re: [REQ] Multiple Scan Folders

Posted: February 5th, 2012, 10:49 am
by celestian02
Thanks for your reply. Made me think of using Hazel instead which does pretty myuch like what a script would do.

Anyway, I just thought it would be a nice addition and I believe it should not be much of an hassle to implement if we consider a list of target path to scan in python!

But anyway, Shypike is the only judge ;) Was just pointing that out. Thanks for your ideas!

Re: [REQ] Multiple Scan Folders

Posted: February 7th, 2012, 3:29 pm
by exussum
Doesnt the scanning folder search inside dirs in that folder also ? If so use a symbolic link inside ?

Re: [REQ] Multiple Scan Folders

Posted: February 7th, 2012, 5:02 pm
by shypike
Only folders that match a category name will be scanned
and the nzb will be assigned to that category.

Re: [REQ] Multiple Scan Folders

Posted: February 7th, 2012, 5:16 pm
by exussum
so

$ mount -t davfs https://dav.dropdav.com /home/user/.sab/watched/dropbox

would work assuming a category called dropbox ?

Re: [REQ] Multiple Scan Folders

Posted: February 8th, 2012, 1:55 am
by shypike
Yes.

Re: [REQ] Multiple Scan Folders

Posted: February 10th, 2012, 3:35 am
by castortray
shypike wrote:Only folders that match a category name will be scanned
and the nzb will be assigned to that category.
Hi,
I'm new, just switched from utorrent to sabnzbd :)

so you mean that for exmaple, If I set watched folder to:

C:\To_Download\sabnzbd

with two subfolders:

C:\To_Download\sabnzbd\movie
C:\To_Download\sabnzbd\tv

and after that I save nzb file to C:\To_Download\sabnzbd\movie folder, SABnzbd add it to the queue and assign to movie category (I have already created that category) ?

If not how to do that ?

Thanks in advance for any tips

Re: [REQ] Multiple Scan Folders

Posted: February 10th, 2012, 6:12 am
by shypike
Yes, it does.

Re: [REQ] Multiple Scan Folders

Posted: February 10th, 2012, 7:03 am
by castortray
that's cool !!!

thank you for your prompt answer !!!