Ability to select a network share as the "save" directory
I do not run OBS from the same machine that is running StepMania. If I want to be able to capture and manage the everyone.dance game room for a stream, I must run everyone.dance from the streaming PC. I do have access to the StepMania machine through a network share and can access the "save" directory from the streaming PC.
The ability to select a custom "save" directory would be 🔥.
Definitely a good idea! Will put this on the todo list. 😊
The really fun part here will be what each system considers a valid path For linux boxes you can pretty much mount anything, anywhere -> If you can already select something like /tmp/foo then this already works there For windows paths are insanely complicated. Relevant info here, but I'm not sure how that works in the javascript world (Pray there's a utility library to handle it): https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats
I can already select a network path on Windows (mapped to Z:) for the StepMania directory and it installs the lua stuff just fine.