How to clear TVH settings for fresh setup?
Added by Stefan N. over 7 years ago
Hi,
can someone tell me how to completely clear TVH from a Raspi 3? Somehow the config is messed up and I would like to set it up from scratch.
I already deleted the hts folder which did not work. Can someone give me a guidance please? Using TVH 4.2 on Raspbian Stretch on a RPi3.
Best regards
Stefan
Replies (4)
RE: How to clear TVH settings for fresh setup?
-
Added by Mark Clarkstone over 7 years ago
You need to stop the service before deleting the config (it gets saved on exit).
RE: How to clear TVH settings for fresh setup?
-
Added by Stefan N. over 7 years ago
Thats what I tried, I stopped and even disabled the service. When I try to delete /home/hts, this does not really work well, as I always get the info the folder would not be empty, but I can't see any content in it. If I then restart TVH, the config is still there. It there another folder that has to be deleted as well?
RE: How to clear TVH settings for fresh setup?
-
Added by saen acro over 7 years ago
sudo service tvheadend stop sudo rm -r /home/hts/.hts/ sudo service tvheadend start
Try this.
RE: How to clear TVH settings for fresh setup?
-
Added by Stefan N. over 7 years ago
Perfect, that worked. Thanks a lot! :-9