Thanks
Run Sab+ Sickbeard From External Drive
Forum rules
Help us help you:
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.
Run Sab+ Sickbeard From External Drive
Hi, I'm new here but have been using both these programs for a long time now. I recently got a new external hard drive and it raised the question of rather I can run Sab+ and Sickbeard from here? I already have my XBMC settings saved to here. Ideally, what I'd like to be able to do is hookup my ext. drive to any PC and continue being able to use these programs. I apologize if this has been addressed before but I just spent the past three hours doing a Google search and looking here and was still unable to find an answer.
Thanks
Thanks
Re: Run Sab+ Sickbeard From External Drive
Just copy SABnzbd's program folder to the external drive.
Then always start it with the -f parameter, specifying the location of the admin files.
Keep in mind that the assigned drive letter may very per system.
Then always start it with the -f parameter, specifying the location of the admin files.
Keep in mind that the assigned drive letter may very per system.
Re: Run Sab+ Sickbeard From External Drive
Awesome, thanks
What about the stuff located in userprofile%\AppData\Local\sabnzbd\
Should I do anything with that?
Thanks
What about the stuff located in userprofile%\AppData\Local\sabnzbd\
Should I do anything with that?
Thanks
Re: Run Sab+ Sickbeard From External Drive
That's what you should copy to the location specified by -f
SABnzbd.exe -f my-folder
Using the -f parameter means that all data will be in "my-folder",
except for folders for which you set full paths.
SABnzbd.exe -f my-folder
Using the -f parameter means that all data will be in "my-folder",
except for folders for which you set full paths.
Re: Run Sab+ Sickbeard From External Drive
Hi, sorry but I've been scratching my head trying to figure out how to start a program on Win7 with the f parameter? I tried right clicking on SABnzbd.exe Properties but can't figure out where to go from here 
Re: Run Sab+ Sickbeard From External Drive
The box that's called "target". It now says
"C:\program files (x86)\sabnzbd\sabnzbd.exe"
change it to this:
"C:\program files (x86)\sabnzbd\sabnzbd.exe" -f your-folder
"C:\program files (x86)\sabnzbd\sabnzbd.exe"
change it to this:
"C:\program files (x86)\sabnzbd\sabnzbd.exe" -f your-folder
Re: Run Sab+ Sickbeard From External Drive
Are you referring to the "Run" program or the "Command Prompt" as described here - http://pcsupport.about.com/od/commandli ... prompt.htm
Re: Run Sab+ Sickbeard From External Drive
"Run" supports the same syntax.
However, it''s more practical to modify the properties of the SABnzbd icon on the desktop.
What I wrote is the value that the "target" field should have.
However, it''s more practical to modify the properties of the SABnzbd icon on the desktop.
What I wrote is the value that the "target" field should have.
Re: Run Sab+ Sickbeard From External Drive
I feel so stupid haha. It finally clicked what you were trying to tell me. Please let me know if this is incorrect but I should move the previously mentioned files to my Ex. Drive (F) and then make sure that any shortcuts I create on the main drive point to (F) and not (C)
So here is what I currently have
F:\sabnzbd
F:\sabnzbd\admin
F:\sabnzbd\SABnzbd.exe -f \admin

So here is what I currently have
F:\sabnzbd
F:\sabnzbd\admin
F:\sabnzbd\SABnzbd.exe -f \admin

Re: Run Sab+ Sickbeard From External Drive
Shortcuts are normally placed on the desktop, hence the C: drive.
But they can still point to anywhere.
You can also create a shotcut on the F: drive, using Explorer.
The alternative is to create a little batch file on the F: drive.
Content:
Name it sabnzbd.cmd
Just double-click it to start.
But they can still point to anywhere.
You can also create a shotcut on the F: drive, using Explorer.
The alternative is to create a little batch file on the F: drive.
Content:
Code: Select all
@echo off
start f:\sabnzbd\sabnzbd.exe -f f:\adminJust double-click it to start.
Re: Run Sab+ Sickbeard From External Drive
I assume that I do the same thing with Sickbeard? But then I should change where the processing script is located. Thank you for being so patient with me. It is noticed and greatly appreciated. Other pro's on other forums would have just given up on me long ago
Re: Run Sab+ Sickbeard From External Drive
I assume SickBeard can be handled the same way, but I simply don't know the details.

