Difference between revisions of "Customized Remote Control Keys"

From MythTV Official Wiki
Jump to: navigation, search
(Tips, Hints, and customised keys for remote controls)
 
(Tips, Hints, and customised keys for remote controls)
Line 19: Line 19:
  
 
Add something like this to your lircrc:
 
Add something like this to your lircrc:
 +
  
 
<code>
 
<code>

Revision as of 04:48, 3 October 2006

Remote Control Keys

Tips, Hints, and customised keys for remote controls

This page documents remote control tips, hints, and customised remote control keys. These are generally applicable to all remote control setups. For setup steps and customisations specific to a particular type of remote control see ???

Customised keys

Restart Mythtv key

Give the mythtv user permission via sudo. Edit /etc/sudoers and add the following line:

mythtv ALL=NOPASSWD: /etc/init.d/mythbackend

If you are running mythtv as a different user you will change mythtv to the user name you are using.

This sets up sudo so that user mythtv can do "sudo /etc/init.d/mythbackend restart".

Add something like this to your lircrc:


  1. Power Off/Exit

begin prog = irexec button = OFF config = /script/to/re-cycle/everything end

From PaulPick in the mythtv mailing list.

--indulis 04:48, 3 October 2006 (UTC)