Support *nix / mac style remote paths SMB CIFS

When running under windows it is easy to just mount a share for the library with a \\ UNC path however when running under linux it appears only local paths / are supported as anything typed puts a / in front of it.
This can be worked around by mounting a path in advance but that is extra work to create the path and add the mount command to start-up.
It would be nice if the library supported cifs:// and smb:// paths directly as this would reduce setup work, especially for novices.
This can be worked around by mounting a path in advance but that is extra work to create the path and add the mount command to start-up.
It would be nice if the library supported cifs:// and smb:// paths directly as this would reduce setup work, especially for novices.