2019-10-14, 01:54 AM
That <ExtraRecordingDirectories> needs to encode both a name and a path. ie,
<ExtraRecordingDirectories>KIDS~D:\Kids~MOVIES~D:\Movies~</ExtraRecordingDirectories>
So these bits are separated by ~ characters, and go in pairs, so for that example....
"KIDS" records to "D:\Kids"
"MOVIES" records to "D:\Movies"
<ExtraRecordingDirectories>KIDS~D:\Kids~MOVIES~D:\Movies~</ExtraRecordingDirectories>
So these bits are separated by ~ characters, and go in pairs, so for that example....
"KIDS" records to "D:\Kids"
"MOVIES" records to "D:\Movies"