labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remote Control Socket feature unable to handle spaces in filename updates?

NIH-FAB opened this issue · comments

I'm trying to control LabRecorder via RCS with Matlab. I'm able to send commands to start/stop recording as well as change the filename fields, however the Study Root field fails to update when I send a path that includes space characters. Similarly, I haven't been able to remotely update the template field (using %b,%s,%p). It looks like these are issues with the regex patterns specified in mainwindow.cpp. Just wondering if this feature is intentional or if it could be easily modified.

Closed with #33