-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration and deprecation of -m option in favor of JSON RPC #3362
Comments
Yep, |
The website already calls it deprecated today: https://jamulus.io/wiki/Running-a-Server#-m-or---htmlstatus I think we should
|
Ok. After checking the output it's really just the connected clients' names. |
To get a client list, JSON RPC should be used instead of `--htmlstatus`/`-m`. Check out https://github.com/jamulussoftware/jamulus/blob/main/docs/JSON-RPC.md for more information on JSON RPC. Related to: jamulussoftware#3362
To get a client list, JSON RPC should be used instead of `--htmlstatus`/`-m`. Check out https://github.com/jamulussoftware/jamulus/blob/main/docs/JSON-RPC.md for more information on JSON RPC. Related to: jamulussoftware#3362
To get a client list, JSON RPC should be used instead of `--htmlstatus`/`-m`. Check out https://github.com/jamulussoftware/jamulus/blob/main/docs/JSON-RPC.md for more information on JSON RPC. Related to: jamulussoftware#3362 Rephrase deprecation text
It is worth discussing deprecating the -m option and/or integrating missing features it into JSON RPC. It's not a core feature of Jamulus.
I think we had this discussion a while ago. Cc: @pljones
jamulussoftware/jamuluswebsite#1019 (comment)
The text was updated successfully, but these errors were encountered: