Kodi Community Forum
pathsubstitution - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: pathsubstitution (/showthread.php?tid=121488)



pathsubstitution - locomot1f - 2012-01-30

is there a way to have more than one pathsubstituion read in XBMC?

anytime I try to add another pathsubstitution, only the first one is recognized.

i've tried a couple different formats:
Code:
<pathsubstitution>
   <substitute>
   </substitute>
</pathsubstitution>

<pathsubstitution>
   <substitute>
   </substitute>
</pathsubstitution>

and...
Code:
<pathsubstitution>
   <substitute>
   </substitute>

   <substitute>
   </substitute>
</pathsubstitution>



- Ned Scott - 2012-01-30

Your second example should work.


- locomot1f - 2012-01-30

ah!!

user error... was spelling substitute wrong...

try typing that fast 3 times. :-D

thanks for the clarification!


- Betard - 2012-01-31

hey locomot1f, not trying to hijack the thread... but I noticed you were trying to pathsubstitute multiple things.

I have been looking for a way to have a single location for profiles / addons / content settings etc... have you found a good resource you can share that might show all the substitions we can make?