-
Notifications
You must be signed in to change notification settings - Fork 227
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
Command Line Options missing from list #1837
Comments
It looks like --multithreading may also be missing from the Wiki |
I think the doc has been separated in two; client doc and server doc. |
Since it is a website issue, could you please close it here and open it in jamuluswebsite repository ? |
The Wiki shows both client and server command line options on a single page, and the server options I've listed are missing from that page. |
Done. Thanks for pointing out the other repository. |
Please see issue 520 in website repository. |
Describe the bug
There appear to be valid command line options missing from the list at https://jamulus.io/wiki/Command-Line-Options
To Reproduce
I'm doing a clean install of 3.8.0, building it myself without a *.deb file. I'm creating the *.service file manually. For 3.7.0, my ExecStart was:
ExecStart=/usr/local/bin/Jamulus
--server
--nogui
--serverinfo "School of Rock WS;Seattle, WA;225"
--welcomemessage "message here"
--numchannels 20
--fastupdate
--centralserver anygenre2.jamulus.io:22224
Expected behavior
Of the command line options I'm using, the Wiki is missing:
--server
--serverinfo
--welcomemessage
--numchannels
--centralserver has been replaced by --directoryserver, so I'm not surprised that it's missing from the Wiki. But the others are not mentioned in the Change Log so are likely still available, but missing from the Wiki.
Operating system
Linux Debian x64
Version of Jamulus
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: