On 9/9/07, <b class="gmail_sendername">Warpme</b> &lt;<a href="mailto:warpme@o2.pl">warpme@o2.pl</a>&gt; 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>&nbsp;&nbsp;prog = mythtv<br>&nbsp;&nbsp;button = audio<br>&nbsp;&nbsp;config = #<br>end<br><br>Pressing &quot;#&quot; key on keyb switches audio, but pressing audio key on
<br>remote doesn&#39;t. Remote is working OK - I tested audio key with other<br>mplayer command.<br>I think it is problem of &quot;#&quot; 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 &quot;#&quot; key to mplayer ?</blockquote><div><br>You&#39;ve got a couple problems here.&nbsp; First of all, you&#39;re sending the command to the wrong program.&nbsp; The other problem is that mplayer doesn&#39;t use keystroke commands in the .lircrc file.&nbsp; You should use something like this:
<br><br>begin<br>&nbsp; prog = mplayer<br>&nbsp; button = audio<br>&nbsp; config = switch_audio<br>end<br><br>Carl Fongheiser<br></div></div><br>