Question on the new Mac OSX UI
Forum rules
Help us help you:
Help us help you:
- 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.
Question on the new Mac OSX UI
Ive been using sabnzbd for quiet a while - thanks for this great software. Since the latest beta versions, theres kind of a mac osx ui integration, which shows up on the top bar. My question is, how to disable this, and go back to the old behaviour, where you could only access sabnzbd through the webinterface. Thanks.
Re: Question on the new Mac OSX UI
I consulted the irc channel and got the hint to try this api call:
http://localhost:8080/api?mode=osx_icon ... d=PASSWORD
of course with username and password and api key replaced. This gives a webpage that says "ok", but the osx icon still comes up after restart. Any further ideas on this? Thanks in advance!
http://localhost:8080/api?mode=osx_icon ... d=PASSWORD
of course with username and password and api key replaced. This gives a webpage that says "ok", but the osx icon still comes up after restart. Any further ideas on this? Thanks in advance!
Re: Question on the new Mac OSX UI
There are some special files you can create to influence this.
I fail to remember what they are.
I'll pass on your question to our OSX developer rAf.
I fail to remember what they are.
I'll pass on your question to our OSX developer rAf.
Re: Question on the new Mac OSX UI
Hi,
To not display icon in statusbar : Create a empty file named ~/Library/Application Support/SABnzbd/notDisplayMenu
To not display speed when downloading next to icon Create a empty file named ~/Library/Application Support/SABnzbd/notDisplaySpeed
To not display icon in statusbar : Create a empty file named ~/Library/Application Support/SABnzbd/notDisplayMenu
To not display speed when downloading next to icon Create a empty file named ~/Library/Application Support/SABnzbd/notDisplaySpeed
Re: Question on the new Mac OSX UI
Thanks. Worked as expected