Page 1 of 1

Easy way to get Web Interface on Mac

Posted: Thu Nov 12, 2015 11:20 am
by sodac
Hi,

is struggled a while to get the web interface running on MAC. The Info in the manual also states that its quite difficult on MAC ond that you need to open the package in the Terminal etc...

I found this solution:
open the apple script editor, and simply create a new app with the following code:

Code: Select all

do shell script "/Applications/QLC+.app/Contents/MacOS/qlcplus -w"
You might have to adjust your path to qlc.

If you save it as a standalone app, you can simply open this app and the -w flag is set!