Hi, I’ve gone through this before at Vero4K: want to use as PVR / view OTA broadcasting - but the instructions there no longer seem to work (I’ve had to reinstall Kodi along the way and am trying to rebuild it).
I have a Synology NAS @ 192.168.2.99 and my Vero4k is 192.168.2.51. I can view video files on the NAS without issue. What I’m trying to do is to use TVH to watch over the air TV. I have that working too and can watch shows, use the EPG, etc. I want to have the recorded shows saved to a PVR folder on my NAS. I see in TVH where you specify the location to save recordings, but something isn’t working as it fails.
Going through previous help, here is where we are:
file contents of /etc/auto.master
(way down at the bottom after of existing stuff
+dir:/etc/auto.master.d
+auto.master
/- /etc/auto.nfs.shares --timeout 15 browse
file contents of etc/auto.nfs.shares
is:
/mnt/Diskstation/PVR 192.168.2.99:/volume2/PVR
Using the command:
showmount -e 192.168.2.99
gives me:
osmc@osmc:~$ showmount -e 192.168.2.99
Export list for 192.168.2.99:
/volume2/PVR *
/volume2/video *
/volume2/music *
osmc@osmc:~$
As far as I know, this means PVR, video and music are all mounted. I don’t know how video & music got in there. I assume I did it a long time ago in Kodi itself when I set things up to see movie video files.
Typing ls /mnt/pvr
gives me
ls: cannot access '/mnt/pvr': No such file or directory
I don’t really know what the issue is or how to resolve it so I can save recorded TV to my NAS in the PVR folder.