I don't see my downloads

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

I don't see my downloads

Post by jutil »

Hello everybody,

I've recently installed sabnzbd+ on my synology nas DS211J. In the option i've put the download in the video folder. Ex : video\folder of download\movies.avi. But when i want to see them trough my PS3 with DLNA, i don't see the downloaded folder, I've to manually move the video (in video\movies.avi) in the video folder. In chmod of the downloaded folder i've 777. Can you help me please. Thx
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I don't see my downloads

Post by shypike »

It's hard to follow how you have setup you folders.
Usually the best thing to do is to use full internal NAS paths
for each catogory.
Make sure the internal paths correspond to external share paths.
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

My download folder is : /volume/video. In this folder i've already files that i see trouhgh dlna. but the new file downloaded doesn't appear ( ex of download : /volume/video/mymovies/movies.avi) I've have to put them manually in /volume/video to see them. It is mire clear?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I don't see my downloads

Post by shypike »

I still don't understand what the final location is. What does "ex of download" mean?
Do the downloads go to /volume/video/mymovies?
SABnzbd will only add "mymovies" to the path if you told it to do that in Config->Categories.
Do you use categories?
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

excuse me, i don't speak very well english.
ex of download means example of download.
In the configuration of sabnzbd i choose /volume/video for the "complete download". So when i download a movie, sabnzbd create a different folder for each movie and put the movie in.
Example for a movie named "Spiderman" : /volume/video/Spiderman/spiderman.avi
When it is here, i don't see it (via dlna) i've to put it in /volume/video/ manually.
I don't use categories.

I hope it was more clear for you. Thank you to try to help me.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I don't see my downloads

Post by shypike »

Did you set a value in the field "Permissions for completed downloads" in Config->Folders?
You probably have to set something like "777" or "755".
This will only affect new downloads.
The fact that your base folder has "777" is not not enough.
On Unix systems permissions are not inherited by new sub-folders.
(More info here: http://wiki.sabnzbd.org/unix-permissions)
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

yes i've set 777 for the permissions for completed.
I believe i find why it still don't work. when i check the property of the folder the owner and group values are 0. It's strange because the others folder (that i created manually) these value are "admin" and "users". So i've changed it for one folder and i will check it tonight.
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

Ii still don't work. Il don't understand
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I don't see my downloads

Post by shypike »

You'll probably need ssh (terminal) access to your system to examine the exact access rights.
Check if there's a difference between folders created by SABnzbd and folders made in another way.
Ditto for the files.
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

Ok i'll Check this tonight
Deano_uk
Newbie
Newbie
Posts: 1
Joined: September 21st, 2011, 1:43 pm

Re: I don't see my downloads

Post by Deano_uk »

I have this same problem exactly. Ive checked the permission of the folders on the NAS drive and they are the same as on the folders I can see. This is really odd.
jutil
Newbie
Newbie
Posts: 7
Joined: September 2nd, 2011, 4:52 pm

Re: I don't see my downloads

Post by jutil »

I don't find the solution, i try again...
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: I don't see my downloads

Post by shypike »

One issue can be that all files and folders that SABnzbd creates are owned by
the account it runs under (maybe "root").
This may make files inaccessible over a share.
Create a file from your PC on the share and check whether there are differences in ownership.

If ownership is the cause, then you need to make a user script to change ownership.
Post Reply