[REQ] Multiple Scan Folders

Feel free to talk about anything and everything in this board.
Post Reply
celestian02
Newbie
Newbie
Posts: 24
Joined: May 2nd, 2010, 10:02 am

[REQ] Multiple Scan Folders

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

Re: [REQ] Multiple Scan Folders

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

Re: [REQ] Multiple Scan Folders

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

Re: [REQ] Multiple Scan Folders

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

Re: [REQ] Multiple Scan Folders

Post 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!
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: [REQ] Multiple Scan Folders

Post by exussum »

Doesnt the scanning folder search inside dirs in that folder also ? If so use a symbolic link inside ?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [REQ] Multiple Scan Folders

Post by shypike »

Only folders that match a category name will be scanned
and the nzb will be assigned to that category.
exussum
Jr. Member
Jr. Member
Posts: 79
Joined: November 18th, 2010, 2:51 am

Re: [REQ] Multiple Scan Folders

Post by exussum »

so

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

would work assuming a category called dropbox ?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [REQ] Multiple Scan Folders

Post by shypike »

Yes.
castortray
Newbie
Newbie
Posts: 23
Joined: February 10th, 2012, 2:58 am

Re: [REQ] Multiple Scan Folders

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: [REQ] Multiple Scan Folders

Post by shypike »

Yes, it does.
castortray
Newbie
Newbie
Posts: 23
Joined: February 10th, 2012, 2:58 am

Re: [REQ] Multiple Scan Folders

Post by castortray »

that's cool !!!

thank you for your prompt answer !!!
Post Reply