[mythtv-users] Livetv idle timer in 0.21: where to set?

Michael T. Dean mtdean at thirdcontact.com
Thu Mar 13 17:01:17 UTC 2008


On 03/13/2008 07:42 AM, Ronald Frazier wrote:
> Looking at the code, there is no place to set this in the GUI. You
> will need to insert it into the database directly (in the settings
> table). The setting name is LiveTVIdleTimeout, and the value is the
> number of minutes after which to timeout.You can do that using the
> following SQL command (replace <X> with the number of minutes you want
> to set the timeout to, and replace <Y> with the hostname of your
> frontend).
>
> INSERT INTO `mythconverg`.`settings` (`value` ,`data` ,`hostname`)
> VALUES ('LiveTVIdleTimeout', '<X>', '<Y>');

At least use MythWeb to set it...  And/or full backup before messing 
with the DB.

Mike


More information about the mythtv-users mailing list