Page 1 of 1
Access to downloaded files
Posted: August 2nd, 2015, 12:54 pm
by utilisateur
Hi,
I have configured SABnzbd on my NAS Synology as recommended, by putting "volume1/downloads/incomplete" etc... as folders. But as the default root is "/usr/local/sabnzbd/var", the complete path is : "/usr/local/sabnzbd/var/volume1/downloads/incomplete" so I can't access to the downloaded files.
So I'm just looking for a simple way to download files in the folders I've specificly created for, directly in Volume 1/Downloads.
Thank you
Re: Access to downloaded files
Posted: August 2nd, 2015, 3:47 pm
by shypike
Just set full paths (starting with /) for all paths in Config->Paths.
Re: Access to downloaded files
Posted: August 3rd, 2015, 3:50 am
by utilisateur
Thank you for your answer.
I assume I wasn't very clear
If I put the full path, I don't have any issue for downloading files, but then how can I access them easily ? Because on my NAS I can easily access shared folders that I've created directly in /Volume 1, but I can't access easily "/usr/local/sabnzbd/var/volume1".
Re: Access to downloaded files
Posted: August 3rd, 2015, 4:24 am
by shypike
You can set any path that you want, you're not limited to the default location.
Just set the "Temporary Download Folder" to /volume1/downloads/incomplete
Note the slash at the start of the path.
This assumes that SABnzbd can actually write to /volume1/downloads
Re: Access to downloaded files
Posted: August 3rd, 2015, 4:36 am
by utilisateur
I've done so, but SABnzbd automatically changes it with the full path "/usr/local/sabnzbd/var/volume1"...
At the very top of the page, it's written default root path "/usr/local/sabnzbd/var" and I can't change that.
Re: Access to downloaded files
Posted: August 3rd, 2015, 5:02 am
by shypike
utilisateur wrote:I've done so, but SABnzbd automatically changes it with the full path "/usr/local/sabnzbd/var/volume1"...
That only happens because the path doesn't exist AND cannot be created by SABnzbd.
You'll have to come up with a path that is.
Possibly a sub-folder of where you want the completed downloads to end.
Re: Access to downloaded files
Posted: August 3rd, 2015, 6:05 am
by utilisateur
Then I don't understand why it's not accepted by SABnzbd...
I've created a shared folder "downloads" (iin Volume 1) and sub folders "complete", "incomplete", "nzb2download" with R/W permissions for "Users".
Did I do something wrong ?
Re: Access to downloaded files
Posted: August 3rd, 2015, 10:35 am
by shypike
It's hard to tell for me whether or not you did something wrong.
SABnzbd just examines if it can create the path if not existing or whether it's writeable.
Re: Access to downloaded files
Posted: August 3rd, 2015, 1:01 pm
by utilisateur
Ok I've found the problem...I had to add Write access to "User" group for sub-folders also (Complete, Incomplete Under Downloads)
Thank you
Re: Access to downloaded files
Posted: August 3rd, 2015, 3:54 pm
by shypike
Right. Happy downloading.