2019-10-07, 08:36 PM
Yes, it does, but the UI doesn't currently allow you to setup the directories. You can add them by editing config.xml though. After this, you can use select from the available directories when scheduling a recording.
<RecordingDirectory>C:\Users\Public\Videos\</RecordingDirectory>
<ExtraRecordingDirectories>D-Temp~D:\Temp~</ExtraRecordingDirectories>
Basically, <RecordingDirectory> is the "DEFAULT" recording directory. <ExtraRecordingDirectories> is any extra directories available. It's a little cryptic to read, but basically they added in pairs, with each element separated with a ~ character. The first item in the pair is the name. The second is the location. So, "D-Temp" points to D:\Temp. You can add other pairs for more directories. ie, <ExtraRecordingDirectories>D-Drive~D:\~E-Drive~E:\~F-Drive~F:\</ExtraRecordingDirectories>
I'll be adding settings for this in the web app in the near future.
<RecordingDirectory>C:\Users\Public\Videos\</RecordingDirectory>
<ExtraRecordingDirectories>D-Temp~D:\Temp~</ExtraRecordingDirectories>
Basically, <RecordingDirectory> is the "DEFAULT" recording directory. <ExtraRecordingDirectories> is any extra directories available. It's a little cryptic to read, but basically they added in pairs, with each element separated with a ~ character. The first item in the pair is the name. The second is the location. So, "D-Temp" points to D:\Temp. You can add other pairs for more directories. ie, <ExtraRecordingDirectories>D-Drive~D:\~E-Drive~E:\~F-Drive~F:\</ExtraRecordingDirectories>
I'll be adding settings for this in the web app in the near future.