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

#606 Persist state of recorder #608

Conversation

pljones
Copy link
Collaborator

@pljones pljones commented Sep 20, 2020

"norecord" value of "1" stored in inifile when Enable recorder is not checked in GUI, else stored as "0".

If --norecord is passed, stored value is not read (hence recorder remains disabled).

If --norecord is not passed, stored value is read and passed to recorder.

Recorder amended only to log (apparent) change in state.

(Because CServer is running before its configuration has been fully determined, this means that the recorder will still start up enabled if --norecord, issuing its state message; if the inifile then sets it to norecord, it will issue a second message for the change in state.)

@corrados
Copy link
Contributor

Do you think we need a ChangeLog entry for this small change?

@corrados corrados merged commit 3610a18 into jamulussoftware:master Sep 20, 2020
@pljones
Copy link
Collaborator Author

pljones commented Sep 20, 2020

The general wording in the last one should have covered it. And I thought I'd done it. So... it's more of a fix, really.

@pljones pljones deleted the feature/#606-persist-state-of-recorder branch September 20, 2020 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants