Hi, I have a Raspberry Pi 2 running OSMC RC, which works great. However, I am now also trying to setup a second Pi (original Pi1 B) with OSMC RC.
I want to have a shared library for both, which I read about on Kodi Wiki, but I’m a bit confused about network storage.
All of my media is currently on a Banana Pi running Bananian. It shares via NFS to my RPi2, which is all working great, and according to the Kodi Wiki is the right thing for a shared library.
However, I’m not sure if the way I have set it up will work:
Currently, I have set the NFS share from the BPi, to auto mount on boot on the RPi2 (as /mnt/bananapi). I have then added /mnt/bananapi/films; /mnt/bananapi/tv; /mnt/bananapi/music; to my Kodi library.
Will this work? Or, should I have not bothered mounting them, and just adding them to Kodi library through by paths (i.e. nfs://192.168.1.132//nfsshare/films)?