I copied a lircrc from the net and there were no UP / DOWN mappings registered, so my commonly used list-selector-buttons CH+/CH- had a completely other meaning (page down, page up in the menu box).
Hope this helps someone, "freevo makelircrc" helped me to find the issue. -------- Original-Nachricht -------- > Datum: Mon, 21 Jan 2008 15:33:24 +0100 > Von: "Joel Wiesmann" <[EMAIL PROTECTED]> > An: [EMAIL PROTECTED], [email protected] > Betreff: Re: [Freevo-users] Problems with the freevo menu & IR > Hi Duncan > > It's not the lirc daemon.. I did some debugging and altrough I'm not > familliar with python, I've found something confusing: > > In menu.py on line 591 the MENU_PAGEDOWN event is handled. I did a > debugging "print" whenever this function is called. When I pressed the > down-button > this function has only been called ONCE for each time I pressed the button > - looks good. > > Later in the code, on line #609 it sais as an action for the keypress: > curr_selected = bottom_index > > Which makes no sense for me, so I replaced it with: > curr_selected = curr_selected + 1 > > Now it works just fine...? > > Kind regards > Joel > > -------- Original-Nachricht -------- > > Datum: Mon, 21 Jan 2008 15:24:55 +0100 > > Von: Duncan Webb <[EMAIL PROTECTED]> > > An: [email protected] > > Betreff: Re: [Freevo-users] Problems with the freevo menu & IR > > > Joel Wiesmann said the following, on 21/01/2008 14:55: > > > Hi there > > > > > > I've set up Freevo and everything runs fine except the IR control. > > > > > > IRW shows me that my remote is sending messages twice, so I tried > > everything with (and without) the "delay" and "repeat" options in the > lircrc > > file. Anyway nothing seems to help, if I press the down/up button it > will > > _always_ jump to the very first or very last list-item. > > > > > > I have no clue whether this is a bug in pylirc, freevo, lirc or a > > misconfiguration :(. The setup is fresh, so I haven't done anything > special in > > the configuration. > > > > > > The really strange thing is, that the Volume-Buttons physically work > > exactly the same like the Channel-Buttons and changing volume is always > fine > > (5% steps). If I try to use the volume-buttons for navigating the menu, > it > > has the same misbehaviour (jumping to first/last item). So something > must be > > wrong regarding menu/list navigation?! > > > > > > Someone ever had the same problem? > > > > You can try setting repeat=0 in the lircrc file, this stops the lirc > > daemon sending repeats of the same button. > > > > Duncan > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Freevo-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/freevo-users > > -- > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
