OK, thanks. The “create mount” on the Vero side is where I was confused. So I’m to this point in these directions:
sudo nano /etc/auto.nfs.shares
/mnt/<server1>/<share1> <IP of server1>:</path/to/share1>
/mnt/<server2>/<share2> <IP of server2>:</path/to/share2>
Will this work, or should I stay away from these default folders?
/home/osmc/Movies 192.168.50.243/mnt/media/movies
/home/osmc/TV\ Shows 192.168.50.243/mnt/media/shows
Then my advancedsettings would be
<advancedsettings>
<pathsubstitution>
<substitute>
<from>nfs://192.168.50.243/mnt/media/shows/</from>
<to>/home/osmc/TV Shows/</to>
</substitute>
</pathsubstitution>
</advancedsettings>
etc.