[mythtv-users] Is there an approved may to remove frontend settings?

Jean-Yves Avenard jyavenard at gmail.com
Tue Feb 4 11:16:53 UTC 2014


This is what I do:

in mysql:

SELECT DISTINCT `hostname` FROM `settings`;

that returns all the hostnames

DELETE FROM `settings` WHERE `hostname` = 'identifier';

to delete the settings for PC name "identifier"

Having too many settings unfortunately can cause problem, especially in mythweb.


More information about the mythtv-users mailing list