Guys, I am stuck again....
The installer sets as default folder for tv recordings /var/lib/tvheadend/recordings which is actually not well thought, for people like me having 1 smaller partition for root and one separate for home. With the recordings folder on root, my 40 GB are full within few hours. I wanted to have both recordings and timeshift on home and created the following folders
/home/htpc/tvrecordings
/home/htpc/timeshift
entered in terminal the following commands
sudo chown -R hts:video /home/htpc/tvrecordings
sudo chown -R hts:video /home/htpc/timeshift
sudo service tvheadend stop
sudo service tvheadend start
but Tvheadend keeps saying
dvr: the directory '/home/htpc/tvrecordings' is not accessible
Can anyone kindly help me? By the way, htpc is the name of the user I set when installing Ubuntu 22.04.