Web Interface QLC Mac
-
- Posts: 19
- Joined: Thu Nov 03, 2022 3:33 pm
- Real Name:
Good evening everyone, still a new question, I tried to peek in the forum but nothing to do. My qlc is installed on my macbook pro, i would like to install on my iphone in lan, then reach it from web page. I can't do it, how can I do? I read that there is something to edit on the mac like lines of like command lines and similar. Could you help me? Thank you very much
- mcallegari
- Posts: 4823
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
-
- Posts: 19
- Joined: Thu Nov 03, 2022 3:33 pm
- Real Name:
thanks for the answer, I read the guide but I didn't understand anything of what I have to do Could you spmcallegari wrote: ↑Mon Nov 21, 2022 3:08 pm https://www.qlcplus.org/docs/html_en_EN ... eters.html
Option -w
- edogawa
- Posts: 638
- Joined: Thu May 07, 2015 10:34 am
- Real Name: Edgar Aichinger
I've copied the relevant passage and moved the things you have to type, into markdown code blocks so you can better see what to do.
OSX:
This is the most difficult case since QLC+ on OSX is bundled into a DMG package.
You need to open a terminal and "cd" into the QLC+ DMG like this:When done, type "qlcplus" followed by the parameters you needCode: Select all
cd QLC+.app\Contents\MacOS
Code: Select all
qlcplus -w
-
- Posts: 19
- Joined: Thu Nov 03, 2022 3:33 pm
- Real Name:
i opened the qlc from terminal from that folder, then from that path, in terminal i entered that command but nothing happensedogawa wrote: ↑Tue Nov 22, 2022 9:28 am I've copied the relevant passage and moved the things you have to type, into markdown code blocks so you can better see what to do.
OSX:
This is the most difficult case since QLC+ on OSX is bundled into a DMG package.
You need to open a terminal and "cd" into the QLC+ DMG like this:When done, type "qlcplus" followed by the parameters you needCode: Select all
cd QLC+.app\Contents\MacOS
Code: Select all
qlcplus -w
-
- Posts: 19
- Joined: Thu Nov 03, 2022 3:33 pm
- Real Name:
okok no problem, saying thank you is not much, unfortunately there is something I can't understand and I'm wrong, as soon as you can you really tell me step by step. Thank you very much
- mcallegari
- Posts: 4823
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
Sorry to interrupt, but this is a generic OS-related question.
This is macOS knowledge, not QLC+ related.
Googling a little bit I found this:
https://superuser.com/questions/16750/h ... -in-mac-os
An alternative I've been suggested is Automator:
https://support.apple.com/guide/automator/welcome/mac
This is macOS knowledge, not QLC+ related.
Googling a little bit I found this:
https://superuser.com/questions/16750/h ... -in-mac-os
An alternative I've been suggested is Automator:
https://support.apple.com/guide/automator/welcome/mac
-
- Posts: 243
- Joined: Mon Apr 20, 2015 5:07 am
- Real Name: Mark Lohrey
This was discussed here:
viewtopic.php?p=45974#p45974
(Edgar just used back slashes '\' instead of forward '/' )
If you want to access it from your phone, then your phone will need to be on the same network as the mac and you will need to access the webpage via the mac's IP address, and as Massimo said, this could be found in a MacOS specific (or any web discussion really) discussion.
viewtopic.php?p=45974#p45974
(Edgar just used back slashes '\' instead of forward '/' )
If you want to access it from your phone, then your phone will need to be on the same network as the mac and you will need to access the webpage via the mac's IP address, and as Massimo said, this could be found in a MacOS specific (or any web discussion really) discussion.
- monodistortion
- Posts: 2
- Joined: Thu Oct 26, 2023 10:15 pm
- Real Name: Nick Marshall
I'll try to help since the instructions here are clearly wrong and don't work on a Mac.
https://www.qlcplus.org/old/docs/html_e ... eters.html
In the Mac terminal you use the "/" to separate directories. In the terminal you would type:
One useful trick on Macs is you can drag the file or folder into the terminal window to get its path, so you could just type "cd " and drag the folder into the terminal window to save time.
Then to run the application type:
The "./" (dot slash) is required in the Unix command line to run a program in the current directory.
https://www.computerhope.com/jargon/d/dotslash.htm
Running the application with the web interface or with any of the other startup options is similar:
Or, you can skip the "cd" command and run the app directly from the first command:
Also, if you're new to Unix terminal commands-- you can press the up arrow on your keyboard to repeat the previous command.
https://www.qlcplus.org/old/docs/html_e ... eters.html
In the Mac terminal you use the "/" to separate directories. In the terminal you would type:
Code: Select all
cd /Applications/QLC+.app/Contents/MacOS
Then to run the application type:
Code: Select all
./qlcplus
https://www.computerhope.com/jargon/d/dotslash.htm
Running the application with the web interface or with any of the other startup options is similar:
Code: Select all
./qlcplus -w
Code: Select all
/Applications/QLC+.app/Contents/MacOS/qlcplus -w
Last edited by monodistortion on Thu Oct 26, 2023 10:48 pm, edited 1 time in total.
- mcallegari
- Posts: 4823
- Joined: Sun Apr 12, 2015 9:09 am
- Location: Italy
- Real Name: Massimo Callegari
- Contact:
If the documentation is "clearly wrong", why don't you put your effort in improving it rather than leaving information buried in a forum thread?
In the top right part of each documentation page there is an "Edit this page" link. Have you seen it?
To be honest when a guide says "open a terminal", I expect a user to know what the guide is talking about.
Linux users never complained about ./ cause they know how a terminal works.
It seems this is not the case for macOS users.
In the top right part of each documentation page there is an "Edit this page" link. Have you seen it?
To be honest when a guide says "open a terminal", I expect a user to know what the guide is talking about.
Linux users never complained about ./ cause they know how a terminal works.
It seems this is not the case for macOS users.
- monodistortion
- Posts: 2
- Joined: Thu Oct 26, 2023 10:15 pm
- Real Name: Nick Marshall
Sorry I hadn't seen the new documentation since the links above and Google search results I've seen go to the old html documentation.
https://www.qlcplus.org/old/docs/html_e ... eters.html
https://docs.qlcplus.org/v4/advanced/co ... parameters
I would say that 95% or more of Mac users have never used the Terminal since it's not necessary for anything except the most esoteric oddball Unix things. I can't think of a single normal Mac app that requires you to use the Terminal.
If people want to start QLC+ with command line parameters it's probably best to create an AppleScript or Applet with the parameters. That way a novice user can just double click on the Applet to launch QLC+ with any required parameters.
https://www.qlcplus.org/old/docs/html_e ... eters.html
https://docs.qlcplus.org/v4/advanced/co ... parameters
I would say that 95% or more of Mac users have never used the Terminal since it's not necessary for anything except the most esoteric oddball Unix things. I can't think of a single normal Mac app that requires you to use the Terminal.
If people want to start QLC+ with command line parameters it's probably best to create an AppleScript or Applet with the parameters. That way a novice user can just double click on the Applet to launch QLC+ with any required parameters.