2011-04-21, 19:54
I have a mysql database on my NAS. I am successfully sharing it between my xbmc installations ( one is a atv2 and other a linux box).
I also have the thumbnails directory on the NAS. I used a symbolic link on the linux box (after a cifs mount) and used a path substitute like
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>smb://192.168.0.1/c/Thumbnails/Thumbnails</to>
</substitute>
</pathsubstitution>
on the atv2. This works as well for the master profile.
My question is
1) Can i share the thumbnails for the other profiles. In this case the kids have a different profile.
2) If yes. Can the kids profile have a different sources.xml? This sources.xml is a subset of the master and would need additional images.
3) How would I do it?. Add additional path substitutes or symbolic links? or would they need additional Thumbnail directories on the NAS?
Thanks.
I also have the thumbnails directory on the NAS. I used a symbolic link on the linux box (after a cifs mount) and used a path substitute like
<pathsubstitution>
<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>smb://192.168.0.1/c/Thumbnails/Thumbnails</to>
</substitute>
</pathsubstitution>
on the atv2. This works as well for the master profile.
My question is
1) Can i share the thumbnails for the other profiles. In this case the kids have a different profile.
2) If yes. Can the kids profile have a different sources.xml? This sources.xml is a subset of the master and would need additional images.
3) How would I do it?. Add additional path substitutes or symbolic links? or would they need additional Thumbnail directories on the NAS?
Thanks.