How To Clear Tvheadend Settings
To clear all settings like “factory default”and tvheadend reset password.
stop service tvheadend and delete configuration files in folder /home/hts/.hts/, and GUI reset password:
sudo service tvheadend stop sudo rm -r /home/hts/.hts/ sudo dpkg-reconfigure tvheadend sudo service tvheadend start
Discuss article in ArsTech Forum
Thanks for the Article. I had the same problem after installing Tvheadend from within the RasPi4 Software Manager and just added a superuser/password:
sudo service tvheadend stop
sudo nano /home/hts/.hts/tvheadend/superuser
{
“username”: “superuser_name”,
“password”: “superuser_password”
}
sudo service tvheadend start