Page 1 of 1

how to do Deep configuration?

Posted: January 21st, 2009, 4:46 am
by doronpascal
Hello all,
I searched for how to on those subject with no result, so I'll ask if anybody know...
first; I installed the software on Vista.

I want to change the system folder from its default to a custom one like: c:\program files\sabnzbd
(system folder which contains the INI file)

I also want to change the virtual folder from "sabnzbd" to a custom one, like: "news"
(virtual folder = "http://localhost:port/")

I'll be very thanksful for who tells me a "how to" of first, second or both questions.
thanks in advance for any answer.

Re: how to do Deep configuration?

Posted: January 21st, 2009, 4:50 am
by shypike
Start SABnzbd with a parameter:
  -f full-path-of-ini-file

Change the shortcut for this.
(you could have checked out the Help Wiki: http://sabnzbd.wikidot.com/command-line-parameters )

For the second one you either have to hack the source code (good luck)
or put SABnzbd behind an Apache server, which remaps the virtual path.