Episode Butler - How to use nogui switch in OSX

Got a program that plays well with SABnzbd? Share it here!
Post Reply
JayBird
Jr. Member
Jr. Member
Posts: 82
Joined: August 18th, 2008, 3:21 am

Episode Butler - How to use nogui switch in OSX

Post by JayBird »

I have episode butler set to boot up at login

System Preference > Accounts > Login Items

When EB starts, it starts safari aswel.

I know there is the "nogui" parameter i can use, but i dont knw how to use it.

Any ideas

Thanks
Camelot
Jr. Member
Jr. Member
Posts: 64
Joined: August 18th, 2008, 6:23 am

Re: Episode Butler - How to use nogui switch in OSX

Post by Camelot »

you could create an applescript wrapper. Open the applescript editor and enter:

Code: Select all

do shell script "open /Applications/episodebutler/episodebutler.jar -nogui"
not sure if you need the dash, as I don't know the syntax for the "nogui" command. Then just add the applescript to your startup items instead of episode butler directly
Post Reply