Skip to content
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

Closed
chrisrimple opened this issue Jun 6, 2021 · 6 comments
Closed

Command Line Options missing from list #1837

chrisrimple opened this issue Jun 6, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@chrisrimple
Copy link

chrisrimple commented Jun 6, 2021

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

@chrisrimple chrisrimple added the bug Something isn't working label Jun 6, 2021
@chrisrimple
Copy link
Author

It looks like --multithreading may also be missing from the Wiki

@dcorson-ticino-com
Copy link
Contributor

I think the doc has been separated in two; client doc and server doc.
All those command line options you see missing are server options.

@jujudusud
Copy link
Member

Since it is a website issue, could you please close it here and open it in jamuluswebsite repository ?

@chrisrimple
Copy link
Author

I think the doc has been separated in two; client doc and server doc.
All those command line options you see missing are server options.

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.

@chrisrimple
Copy link
Author

Since it is a website issue, could you please close it here and open it in jamuluswebsite repository ?

Done. Thanks for pointing out the other repository.

@jujudusud
Copy link
Member

Please see issue 520 in website repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants