Thanks for the reply but I have it working now
The issue was the location of the files. I did a test with the following direct path to my recorded files:
<entry name="recordingpath">\\SERVER\Recordings\Recording</entry>
When I viewed the MediaPortal.log file it said it was trying to read from:
\\SERVER\Recordings\Recording\Recording
I needed to have the ROOT path to my recordings drive, not the absolute path to the directory. So after removing the \Recording directory from the recordingpath, it played the file AND comskip kicked in just as before.
This has now basically got my multi-seat setup operating exactly how it did in single-seat setup
The issue was the location of the files. I did a test with the following direct path to my recorded files:
<entry name="recordingpath">\\SERVER\Recordings\Recording</entry>
When I viewed the MediaPortal.log file it said it was trying to read from:
\\SERVER\Recordings\Recording\Recording
I needed to have the ROOT path to my recordings drive, not the absolute path to the directory. So after removing the \Recording directory from the recordingpath, it played the file AND comskip kicked in just as before.
This has now basically got my multi-seat setup operating exactly how it did in single-seat setup