labstreaminglayer / App-LabRecorder

An application for streaming one or more LSL streams to disk in XDF file format.
MIT License
123 stars 45 forks source link

Setting `PathTemplate` in the configurations file unsets other fields #110

Open GniLudio opened 8 months ago

GniLudio commented 8 months ago

When setting the PathTemplate (File Name/Template) field through the LabRecorder.cfg file, the fields Block/Task, Particpant and Session are unset.

Only affects PathTemplate. (Other settings like StudyRoot don't unset other fields)

Modified PathTemplate

Unsets the fields Block/Task, Particpant and Session.

PathTemplate=exp%n/block_%b.xdf

image

Modified StudyRoot

Doesn't unset the other fields.

StudyRoot=D:/Documents/Recordings/XDF_Recordings

image

Modified StudyRoot and PathTemplate

Also unsets the other fields:

StudyRoot=D:/Documents/Recordings/XDF_Recordings
PathTemplate=exp%n/block_%b.xdf

image

Unmodified Configuration

image