(2012-05-08 20:42)weaklund Wrote:(2012-05-08 20:38)drivesoslow Wrote: If you mount the folder in the OS and then add the mount point to XBMC as a video location it will. This is how I mount all my shares.
Hm, do you care to explain how? I'm very new to linux...
How do i mount my ssh/sftp-drive in my openelec-box and then add the mount point to XBMC?
Should be something like one of these examples added to your fstab:
Code:
username@IPAddress:/sahredpath /mountlocation fuse.sshfs defaults 0 0
xbmc@192.168.1.1:/mymovies /mnt/movies fuse.sshfs default 0 0Once you have mounted it you have to add /mnt/movies (or whatever) to XBMC
http://wiki.xbmc.org/index.php?title=Add...ia_sources

Search
Help