Symlink on Synology with centrale Database
#1
I have 2 volume's and i share it over NFS.

My Series dir was getting 2 big for my volume1 so i removed it 2 volume2.

My share was nfs:\\***.***.***.***\volume1\Video\Series and i changed it 2 nfs:\\***.***.***.***\volume2\Series.

I made a symlink (mount -o bind /volume2/Series /volume1/Video/Series) This works great for windows and sickbeard.

But XBMC can't see nfs:\\***.***.***.***\volume1\Video\Series but i can see nfs:\\***.***.***.***\volume2\Series. I don't want 2 redo my database Sad.

What can i do? Or Try?
Reply
#2
path subs (wiki)?
Reply
#3
You mean advancedsettings.xml?
Code:
-<videodatabase>
<type>mysql</type>
<host>?.?.?.?</host>
<port>3306</port>
<user>?</user>
<pass>?</pass>
</videodatabase>
-<musicdatabase>
<type>mysql</type>
<host>?.?.?.?</host>
<port>3306</port>
<user>?</user>
<pass>?</pass>
</musicdatabase>
-<pathsubstitution>
-<substitute>
<from>special://profile/playlists/</from>
<to>nfs://?.?.?.?/volume1/Video/XBMC/playlists/</to>
</substitute>
-<substitute>
<from>special://masterprofile/sources.xml</from>
<to>nfs://?.?.?.?/volume1/Video/XBMC/sources.xml</to>
</substitute>
-<substitute>
<from>special://masterprofile/Thumbnails</from>
<to>nfs://?.?.?.?/volume1/Video/XBMC/Thumbnails/</to>
</substitute>
</pathsubstitution>
Reply

Logout Mark Read Team Forum Stats Members Help
Symlink on Synology with centrale Database0