[mythtv-users] Re:Need .mythtv/lircrc file for AverTV Studio remote

Alexander Petkov ap154036 at cue1.umt.edu
Mon Jan 17 00:01:38 EST 2005


>I tried copying the "/etc/lircd.conf" file to
~mythtv/.mythtv/lircrc and this didn't work. 

The lircd.conf file is for specifying the names on each button on the remote and its code in hex.

You want to pu your lircrc file in ~/.mythtv
The one where you specify what you want to happen if you press a button:

        begin
                prog   = irexec
                button = TV
                config = mythfrontend
        end

        begin
                prog   = mythtv
                button = EXIT
                config =  Esc
        end

        begin
                prog   = mythtv
                button = ENTER
                config =  Return
        end





More information about the mythtv-users mailing list