2014-11-23, 11:58 AM
I think I have path substitution working!! In the XBMC log file I had an error reading advancedsettings.xml file. My problem was that I didn't have the <advancedsettings> statement at the start and end of the contents!
<advancedsettings>
<pathsubstitution>
<substitute>
<from>D:\</from>
<to>smb://192.168.0.146/d/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
It does seem to be working as I can watch in progress recordings on the box with the new settings but not on the one with the default settings. From the XBMC log file the change is not 100% clear as there are still several references to the http source of the playback file but it also lists the smb: source as well.
Chris
<advancedsettings>
<pathsubstitution>
<substitute>
<from>D:\</from>
<to>smb://192.168.0.146/d/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
It does seem to be working as I can watch in progress recordings on the box with the new settings but not on the one with the default settings. From the XBMC log file the change is not 100% clear as there are still several references to the http source of the playback file but it also lists the smb: source as well.
Chris