Hello,
I'm using XBMC 11.0 and I'm interested in substituting the path used by XBMC for a specific add-on. Is that possible?
I tried:
OR
but it still tried to load from "C:\Users\XXX\AppData\Roaming\XBMC\addons\plugin.video.XXX\"
Is this possible at all?
Thank you,
Sebastian
I'm using XBMC 11.0 and I'm interested in substituting the path used by XBMC for a specific add-on. Is that possible?
I tried:
Code:
<substitute>
<from>C:\Users\XXX\AppData\Roaming\XBMC\addons\plugin.video.XXX\</from>
<to>smb://10.10.0.1/XBMCfiles/addons/plugin.video.XXX</to>
</substitute>
OR
Code:
<substitute>
<from>special://home/addons/plugin.video.XXX</from>
<to>smb://10.10.0.1/XBMCfiles/addons/plugin.video.XXX</to>
</substitute>
but it still tried to load from "C:\Users\XXX\AppData\Roaming\XBMC\addons\plugin.video.XXX\"
Is this possible at all?
Thank you,
Sebastian