Folder selection in OSX

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
creashor
Newbie
Newbie
Posts: 6
Joined: May 31st, 2009, 3:13 pm

Folder selection in OSX

Post by creashor »

Hi

I am having difficulty in configuring sabnzdb so that it moves my files to a USB hard drive attached to the back of the Mac.

I am runing 0.4.11 on OSX 1.5.7.

As it stands I want to move the files to a drives called Iomega. However in the sabnzdb folder configuration page it seems to dictate that the completeion file must live within my own users file structure. I have tried everything i know to override that so that I can point it to the volume called Iomega but all that happens is that sabnzdb just creates a folder called Iomega etc within my own users structure.

Anyone help me out?

Thanks

Nick
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Folder selection in OSX

Post by switch »

What sort of paths have you currently tried?

Did you try

Code: Select all

/Volumes/nameofdrive/Downloads
as mentioned on our wiki?

Is the USB hard drive plugged in all the time? SABnzbd doesn't have great support for external hard drives if you unplug them frequently, or run sabnzbd when they are not plugged in.

You may have better success with a userscript that moves your files after the files have been downloaded to an internal drive.
creashor
Newbie
Newbie
Posts: 6
Joined: May 31st, 2009, 3:13 pm

Re: Folder selection in OSX

Post by creashor »

Hi there

Thanks for taking the time to reply.

The USB drive is a permanent fixture on the Mac and is never removed.

I tried the /Volumes/nameofdrive/Downloads method you mentioned but that just created a new path under my user.

I am not that technical so the scripts will be an challenge :-)

Thanks

Nick
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Folder selection in OSX

Post by switch »

Your external drive may actually be called something different than Iomega. If I knew OSX I could tell you how to check.

You can try opening terminal and typing the following:

Code: Select all

cd /Volumes/
ls
To see if their is a volume with a similar name to Iomega, such as iomega-1

However it might not show up, I would wait to see if any OSX guys have a solution.
creashor
Newbie
Newbie
Posts: 6
Joined: May 31st, 2009, 3:13 pm

Re: Folder selection in OSX

Post by creashor »

Hi

It shows up as Iomega.

There could be a noob alert here though, I did not put the leading forward slash. I suspect that is causing me the issue.

I will test and report back. At least it might help someone as careless as me in the future.

Thanks

Nick
creashor
Newbie
Newbie
Posts: 6
Joined: May 31st, 2009, 3:13 pm

Re: Folder selection in OSX

Post by creashor »

Confirmed idiot. That missing forward slash was the key.

Apologies for wasting your time and thanks so much for taking the time to reply.

Cheers

Nick
creashor
Newbie
Newbie
Posts: 6
Joined: May 31st, 2009, 3:13 pm

Re: Folder selection in OSX

Post by creashor »

Donation sent.

Great product.

Thanks
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: Folder selection in OSX

Post by switch »

No worries, glad you got the problem sorted out. I just wish there was a way to simply select the folder you wish to use.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Folder selection in OSX

Post by rAf »

Hi,
I don't know a easiest way to get this path.  I think switch answer is the good one.
You're good to get a mac ;)
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Folder selection in OSX

Post by rAf »

Or I've just found this one :

Code: Select all

diskutil info /Volumes/
Post Reply