Hi there,
I'm trying to get Tvheadend to store recordings to my NAS. Trying...
I created the file /storage/.config/system.d/storage-tvhrec.mont
[Unit]
Description=TCH Aufnahmen
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.24.3/tvhrec
Where=/storage/tvhrec/
Options=username=***,password=***,rw
Type=nfs
[Install]
WantedBy=multi-user.target
Then I ran systemctl enable storage-music.mount and after rebooting my machine set the Tvheadend recording path to /storage/tvhrec .
What happens confuses me: Inside the tvhrec-share on my NAS I find a recording I made weeks ago when I first set up Tvheadend which was not in the folder my previous recordings were. Strange to me but ok. The real problem to me is, that new recordings are someplace I do not know but not in the tvhrec-share on my NAS.
Where did I go wrong?