Page 1 of 1

how to remove automatic browser lauch

Posted: February 16th, 2008, 10:43 pm
by guardianx
is it possible to stop sab from lauching firefox when i start the program ?
because i set up sab as a service according to this tut.. http://sabnzbdplus.wiki.sourceforge.net/Windows+service
and firefox give me the firefox is already running but is not responding error.  so i had to alt+crt+del.. it is getting annoying and i dont know how to fix it.. 

thanx

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 5:56 am
by shypike
If you set up SABnzbd to run as a service, always use the --daemon option.
This is an absolutely essential option to use for services.

Read the Wiki page on commandline optiio ns for more info.

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 6:41 am
by guardianx
how would i go about adding the  - b 0 option to the service?

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 6:44 am
by shypike
You don't need -b0, use -d (or --daemon).

I quote from forum member "Usenet":

Create an 'AppParameters' value of type REG_SZ and specify the parameters for your app.
For Example: AppParameters: REG_SZ: -d -f C:\bin\sabnzbd.ini

Doing this you can skip running startup scrips etc..

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 7:02 am
by guardianx
when i edit the value in regedit

C:\Program Files\SABnzbd\SABnzbd.exe

to

-d -f C:\Program Files\SABnzbd\SABnzbd.exe

and restart.. sab doesnt work anymore as a service

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 5:45 pm
by Usenet
What i meant was that you should add an additional parameter to the registry, where you store the switches..
Keep the ones you got, pointing out the directory and one pointing out the executable. Then add "my" where you point out the switch for running in daemon mode. OK?

Re: how to remove automatic browser lauch

Posted: February 17th, 2008, 9:39 pm
by bugmenot
guardianx wrote: is it possible to stop sab from lauching firefox when i start the program ?
You can just set auto_browser to 0 in sabnzbd.ini.