-
Notifications
You must be signed in to change notification settings - Fork 14
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
Record and Playback #68
Comments
For reference, autoplay block of code is here: Leave it to you guys to change it as you see fit. I've been hesitant to pass all the LX CLI args to plugins, this feels like a potential security issue. I guess I could add some explicit plugin args. It seems simpler to me that you guys just have your own e.g. If you set things up that way, I don't think you will have to worry about someone going "oh I'm gonna call |
@mcslee - yep, I'm good with putting that stuff in our our own headless.sh |
Will take on moving the files around. I think it's actually fine with a single well known name. |
The files have all been moved around, we run out of the Chromatik directory now. |
Hi Mark, I'd like to use the autoplay option like you've discussed. I have tested with the current code, it works, and the script is trivial in Mac/Linux, it's just Powershell doesn't make changing working directories back after a crash trivial (at least I haven't found it yet) I looked at the code, and happy to add it in the plugin, but I don't think I get access to all the cmd line options, right? Please advise. |
Is this enough? Merge that if you like. It'll look for autoplay in the Let me know if this is supremely annoying, I can also go ahead and pass some selective args to plugins. |
Need to be able to save a recording, and then play it back.
Would very much like to have the ability to specify via command line which recording to play back. I think that the first pass on this feature automatically picks up a file with a pre-defined name, which is going to cause some amount of wailing and gnashing of teeth when files get overwritten.
(We could try to fix this by modifying the run script, and just copying files in the script)
The text was updated successfully, but these errors were encountered: