m h wrote:
> I changed the path in the settings to "/media/server/HDD2"
I hope you changed the path in one of the profiles in Configuration > Recording > Digital Video Recorder Profiles
"in the settings" is hopelessly vague.
> On the top changed the space, it shows the HDD2 drive right, so the setting is OK.
> The problem is that TVH can't write the records. I found in the forum, this is a common issue, but the solutions doesn't work for me. They're grant acces to 775 or 777, to user hts? I don't understand these, what is a hts user?
The default installation creates a user 'hts' which TVHeadend uses, but TVH doesn't have to run as this user. You can check with:
$ pgrep -a tvheadend
22723 /usr/bin/tvheadend -f -p /var/run/tvheadend.pid -u foo -g video
This indicates that TVH is running as user foo.
> TVH only in its default folder. Why?
Before you ask why, you should ask if.
TVH is not limited to recording in its default folder, it can record anywhere the tvh process has permission to write.
My TVH records to /var/spool/pvr for example.
So, the two things you need to know are:
1) What user is running tvh?
2) What permissions does your recording folder have? [ check with 'ls -lahF /media/server/' ]