[REQ] Multiple Scan Folders

Feel free to talk about anything and everything in this board.

[REQ] Multiple Scan Folders

Postby celestian02 » February 4th, 2012, 8:28 am

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.
celestian02
Newbie
Newbie
 
Posts: 24
Joined: May 2nd, 2010, 11:02 am

Re: [REQ] Multiple Scan Folders

Postby shypike » February 4th, 2012, 10:50 am

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.
User avatar
shypike
Administrator
Administrator
 
Posts: 16541
Joined: January 18th, 2008, 1:49 pm

Re: [REQ] Multiple Scan Folders

Postby celestian02 » February 4th, 2012, 11:30 am

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 ;)
celestian02
Newbie
Newbie
 
Posts: 24
Joined: May 2nd, 2010, 11:02 am

Re: [REQ] Multiple Scan Folders

Postby babiulep » February 4th, 2012, 4:29 pm

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!
babiulep
Newbie
Newbie
 
Posts: 10
Joined: November 8th, 2008, 11:15 am

Re: [REQ] Multiple Scan Folders

Postby celestian02 » February 5th, 2012, 11:49 am

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!
celestian02
Newbie
Newbie
 
Posts: 24
Joined: May 2nd, 2010, 11:02 am

Re: [REQ] Multiple Scan Folders

Postby exussum » February 7th, 2012, 4:29 pm

Doesnt the scanning folder search inside dirs in that folder also ? If so use a symbolic link inside ?
exussum
Jr. Member
Jr. Member
 
Posts: 79
Joined: November 18th, 2010, 3:51 am

Re: [REQ] Multiple Scan Folders

Postby shypike » February 7th, 2012, 6:02 pm

Only folders that match a category name will be scanned
and the nzb will be assigned to that category.
User avatar
shypike
Administrator
Administrator
 
Posts: 16541
Joined: January 18th, 2008, 1:49 pm

Re: [REQ] Multiple Scan Folders

Postby exussum » February 7th, 2012, 6:16 pm

so

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

would work assuming a category called dropbox ?
exussum
Jr. Member
Jr. Member
 
Posts: 79
Joined: November 18th, 2010, 3:51 am

Re: [REQ] Multiple Scan Folders

Postby shypike » February 8th, 2012, 2:55 am

Yes.
User avatar
shypike
Administrator
Administrator
 
Posts: 16541
Joined: January 18th, 2008, 1:49 pm

Re: [REQ] Multiple Scan Folders

Postby castortray » February 10th, 2012, 4:35 am

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
castortray
Newbie
Newbie
 
Posts: 23
Joined: February 10th, 2012, 3:58 am

Re: [REQ] Multiple Scan Folders

Postby shypike » February 10th, 2012, 7:12 am

Yes, it does.
User avatar
shypike
Administrator
Administrator
 
Posts: 16541
Joined: January 18th, 2008, 1:49 pm

Re: [REQ] Multiple Scan Folders

Postby castortray » February 10th, 2012, 8:03 am

that's cool !!!

thank you for your prompt answer !!!
castortray
Newbie
Newbie
 
Posts: 23
Joined: February 10th, 2012, 3:58 am


Return to General Discussion