rasjones / anarchintosh-projects

Automatically exported from code.google.com/p/anarchintosh-projects
0 stars 0 forks source link

Download to smb share does not work #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set the download path to a 'smb://' share
2. Try to download a video from Icefilms

What is the expected output? What do you see instead?
- Downloading a video like it does on local storage, instead it errors that 
that the download folder is not set.

What version of the product are you using? On what operating system?
- IceFilms 1.1.35
- OpenELEC 3.2.0

Please provide any additional information below.

Original issue reported on code.google.com by ian.hoog...@gmail.com on 22 Sep 2013 at 8:27

GoogleCodeExporter commented 9 years ago
Not only does it not work for samba shares but doesn't work for NFS shares 
either.  I'm running IceFilms 1.1.37.  If you mount an NFS share to a local 
directory this works just fine.

Original comment by g1ngerni...@hotmail.com on 6 Nov 2013 at 10:02

GoogleCodeExporter commented 9 years ago
I've just tried it using AFP and that doesn't work either.

Original comment by g1ngerni...@hotmail.com on 6 Nov 2013 at 1:41

GoogleCodeExporter commented 9 years ago
you have to mount the smb share either manually or in fstab

e.g.

mkdir /media/downloads
mount -t cifs -o 
user=username,password=password,rw,hard,nosetuids,noperm,sec=ntlm,rsize=65536 
//Your-SMB-Share/Path /media/downloads

(depending on your system ,you may have to use SUDO )

now edit the download path to be RootFS -> media -> downloads  

(sometimes ice films will save your download as ".avi" , which is not visible 
from Mac OS ,
until you force Mac OS to show hidden files, shouldn't be the case on windows)

Original comment by vass.er...@gmail.com on 29 Dec 2013 at 9:11