I have just bought a Western Digital My cloud home.
On the cloud, all of my music files are synchronized in the folder “Sync from desktop” (created by the sync application)
But for Plex, all music files must be in folder “Plex\Shared Music”
Is it possible to customise the Plex music file folder (“Sync from desktop” instead of “Plex\Shared Music” ) ?
Or is it possible to customise the synchronized folder in My cloud home (“Plex\Shared Music” instead of “Sync from desktop” )
You could try to create a link to include the sync folder into the Plex Music folder.
If you have terminal access to the WD NAS you could try creating a hard link (ln "<path to the source folder>" "<path to the target folder>"); from what I’ve read, there might be issues if you create a soft link (ln -s ...) as the different apps might not follow those links.
@tom80H said:
You could try to create a link to include the sync folder into the Plex Music folder.
If you have terminal access to the WD NAS you could try creating a hard link (ln "<path to the source folder>" "<path to the target folder>"); from what I’ve read, there might be issues if you create a soft link (ln -s ...) as the different apps might not follow those links.
Just here to clarify a linux point.
Hard links don’t work on directories. Only symlinks are allowed with directories. ln -s /real/dir /new/dir/name
if it’s documented, they’re hiding it damn well :S
I assume you have mapped the My Cloud device as a network drive in Windows? Can you try to right-click and make a shortcut of the folder, so you can move that one to the target location? Not sure this works… seeing there’s nearly no questions/discussions on this, I hope the most simple approach might actually work (fingers crossed)
No i have not mapped the device, it was done when i installed the WD software.
But it does not seem to be a Mounted Network Share but it seems to be a Mounted Network Drive using what is known as a Call Back FIle System (this is the answer from a guy from an other forum).
But i don’t know if i have the hand to customize it ?