On 9/9/07, <b class="gmail_sendername">Warpme</b> <<a href="mailto:warpme@o2.pl">warpme@o2.pl</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi *<br><br>I have problem witch configuring LIRC to cycle switching DVD audio tracks.<br><br>I put following statement into LIRCRC file:<br><br>begin<br> prog = mythtv<br> button = audio<br> config = #<br>end<br><br>Pressing "#" key on keyb switches audio, but pressing audio key on
<br>remote doesn't. Remote is working OK - I tested audio key with other<br>mplayer command.<br>I think it is problem of "#" char - which is interpreted by LIRCD as<br>comment sign - not char to be passed to mplayer.
<br>How can I then configure LIRC to pass "#" key to mplayer ?</blockquote><div><br>You've got a couple problems here. First of all, you're sending the command to the wrong program. The other problem is that mplayer doesn't use keystroke commands in the .lircrc file. You should use something like this:
<br><br>begin<br> prog = mplayer<br> button = audio<br> config = switch_audio<br>end<br><br>Carl Fongheiser<br></div></div><br>