mcallegari / qlcplus

Q Light Controller Plus (QLC+) is a free and cross-platform software to control DMX or analog lighting systems like moving heads, dimmers, scanners etc. This project is a fork of the great QLC project written by Heikki Junnila that aims to continue the QLC development and to introduce new features.
Apache License 2.0
991 stars 356 forks source link

v5 missing web interface #1500

Closed JonnyTech closed 9 months ago

JonnyTech commented 9 months ago

Describe the bug Unable to start the AppImage with command-line parameters

To Reproduce Steps to reproduce the behavior:

$ wget https://www.qlcplus.org/downloads/5.0.0_beta3/QLC+_5.0.0_beta3-x86_64.AppImage
$ chmod +x QLC+_5.0.0_beta3-x86_64.AppImage
$ ./QLC+_5.0.0_beta3-x86_64.AppImage -w

Q Light Controller Plus version 5.0.0 Beta 3
This program is licensed under the terms of the Apache 2.0 license.
Copyright (c) Heikki Junnila (hjunnila@users.sf.net)
Copyright (c) Massimo Callegari (massimocallegari@yahoo.it)

Q Light Controller Plus: Unknown option 'w'.

Expected behavior The command-line parameters should be passed to the application

Desktop (please complete the following information):

Additional context Without that ability, I cannot use the web interface. Maybe enabling the web interface can be implemented in settings?

JonnyTech commented 9 months ago

I am an idiot. Just checked the QLC+ 5 Status document and see that the web interface is missing from version 5.

Is there any other way to control QLC+ 5 remotely? I have scripts that run only on v5 and would like to trigger them from an external input.

yestalgia commented 9 months ago

I am an idiot. Just checked the QLC+ 5 Status document and see that the web interface is missing from version 5.

Is there any other way to control QLC+ 5 remotely? I have scripts that run only on v5 and would like to trigger them from an external input.

You could use the Web Interface of v4 and use it to trigger an artnet output which could then trigger your script in V5

JonnyTech commented 9 months ago

You could use the Web Interface of v4 and use it to trigger an artnet output which could then trigger your script in V5

Interesting, thank you very much @yestalgia - it sounds complicated but I shall try it