[RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...)
Hi, I was looking for a way to mount my nfs drives OS level instead of using the builtin nfs:// library as there is a big performance issues over vpn (my storage is located halfway across the world ;-) ).

So, I wrote the startup_script.sh and added it to the startup option

But apparently there seems to be an issue... see logs below

Kodi.log:
http://pastebin.com/peJQLEFq

script:
-rwxr-xr-x 1 rein staff 196B Aug 28 13:40 startup_script.sh


Reins-MacBook-Pro:userdata rein$ cat startup_script.sh
#!/bin/bash
mkdir /Volumes/Series
mkdir /Volumes/Movies
mount -t nfs 192.168.22.51:/mnt/DroboFS/Shares/Series /Volumes/Series
mount -t nfs 192.168.22.51:/mnt/DroboFS/Shares/Movies /Volumes/Movies

Can you help?
Reply


Messages In This Thread
Great! - by gnorf - 2013-02-27, 22:50
[RELEASE] Pilulli Revisited - by KenV99 - 2014-06-28, 18:18
RE: [RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...) - by RaZer0r - 2015-08-28, 14:09
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Execute user scripts on specific XBMC actions (play starts/stops...)4