Page 1 of 1

Where are my downloads

Posted: August 31st, 2012, 1:05 am
by Katzi
I am using sabnzbd on my qnap. It seems to be working great, but... where are my downloads?

When a download is finished, I can se that it is placed here: /share/MD0_DATA/Download/sabnzbd/complete/ ,but where is that? I can see it's a relative path, but relative to what and how do I access my downloads?

I have tried with http://192.168.1.3:8080/share/MD0_DATA/ ... /complete/ without any success.

Are network paths like \\192.168.1.3\movies supported?

Re: Where are my downloads

Posted: August 31st, 2012, 1:39 am
by shypike
/share/... is not a relative path, but an absolute and also internal path.
How this maps to a Windows-style share is for you to find out.
SABnzbd doesn't know and cannot know.
Isn't there anything in the NAS's user manual or the support forum?
You may need to use another internal path.

Re: Where are my downloads

Posted: August 31st, 2012, 3:25 am
by Katzi
Ok, I figured it out. A new share has been created on my NAS. The share name is Download, so that would give me this path: \\192.168.1.3\Download\sabnzbd\

In Configuration, under Folders, is it possible to use network shares in the "Completed Downloads Folder" field? Can I put in \\192.168.1.3\movies instead of /share/MD0_DATA/Download/sabnzbd/complete/?

Re: Where are my downloads

Posted: August 31st, 2012, 4:49 am
by shypike
Katzi wrote:Can I put in \\192.168.1.3\movies instead of /share/MD0_DATA/Download/sabnzbd/complete/?
No, you must use internal paths (like /share).
The operating system of the NAS cannot handle Windows style paths.