2011-09-29, 13:58
I am running the nightlies and I've successfully set up pathsubstitution to use the Thumbnails folder on my central server in place of the default lolcation. I would like to do the same with my playlists, but I can't seem to get it to work. I've tried:
and
I thought I read somewhere that <pathsubstitution> could be used for any of the special:\\ paths. Am I doing something wrong or is it not possible?
Code:
<pathsubstitution>
<substitute>
<from>special://videoplaylists</from>
<to>smb://192.168.1.2/xbmc_stuff/playlists/video/</to>
</substitute>
</pathsubstitution>
and
Code:
<pathsubstitution>
<substitute>
<from>special://masterprofile/videoplaylists</from>
<to>smb://192.168.1.2/xbmc_stuff/playlists/video/</to>
</substitute>
</pathsubstitution>
I thought I read somewhere that <pathsubstitution> could be used for any of the special:\\ paths. Am I doing something wrong or is it not possible?