NFS support
#31
Yes a few changes have been done and improved/fixed but another revision was upped https://github.com/xbmc/xbmc/commit/e825...53e7de58b6

Its been building and working ok for me, whence I saw this I thought I just mention it, for future reference. I know you build it differently for IOS but its essentially same code.
Reply
#32
Ok, I'm having a small bug where it won't recursively scan for new TV shows unless I force it to.

xbmc-send -a "UpdateLibrary(video,nfs://server.local/tank/TV/)"

Won't find anything. (Even though I know I have new TV shows that came in).


xbmc-send -a "UpdateLibrary(video,nfs://server.local/tank/TV/NCIS/)"

Works. It also must have the trailing / or it doesn't seem to want to work either.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply

Logout Mark Read Team Forum Stats Members Help
NFS support0