Team. Probably a silly question. I have my main Kodi Instance where I mounting my shares using NFS within the autostart.sh and that is running on LibreELEC (Kodi 17.5). I move the library to an external SQL and everything works fine. Now I started with my 2nd instance and copied the advancedsettings.xml (FireStick - Kodi 17.6) and I can see the library and watched marks etc. but I'm unable to play any file. I know I'm missing something but not sure what is. Below my NFS mount on the main Kodi (LibreELEC)
mount -t nfs 192.168.1.121:/volume1/video /storage/videos -o nolock; \
mount -t nfs 192.168.1.121:/volume1/TV /storage/tvshows/ -o nolock; \
I tried mounting my media sources on the 2nd Kodi instance via NFS the video add source within Kodi and didn't scan the content as I think it will add duplicates to my library if path is different (not sure). I name the mount volumes the same (/storage/videos and /storage/tvshows/) and still getting the file no longer available error message. If I go directly to the video source and select a file from there I can play the file no problem so the share is working fine.
What I'm missing here?
THanks in advanced.
-embeleco