OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)
(2015-08-28, 16:08)Milhouse Wrote:
Code:
cp /etc/samba/smb.conf /storage/.config/samba.conf

then add whatever extra shares you need, eg.

Code:
[Kodi]
  path = /storage/.kodi
  available = yes
  browsable = yes
  public = yes
  writable = yes
  root preexec = mkdir -p /storage/.kodi

For some strange reason, this shows my /media/USB folder instead of /storage/.kodi. In WinSCP under storage/ I see .kodi and .kodi[USB] so maybe that gives a clue? I added an entry just for /storage/.kodi/temp so it looks like this:

[Kodi]
path = /storage/.kodi
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage/.kodi

[Temp]
path = /storage/.kodi/temp
available = yes
browsable = yes
public = yes
writable = yes
root preexec = mkdir -p /storage/.kodi/temp

and now Temp shows my USB root, whilst Kodi correctly shows /storage/.kodi with the temp folder under it!


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi (Kodi 16.0) - by doveman2 - 2015-09-26, 22:30
Bluetooth on #1003 - by cdvreede - 2015-10-13, 11:08
Re: RE: Bluetooth on #1003 - by Milhouse - 2015-10-13, 13:24
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi (Kodi 16.0)10