> Hi! > > I am a new freevo user who might be interested in a bit of development > work > also. > > I have a picoLCD display hooked up to my freevo-box and want to be able to > use the keypads that is attached to it. > I have managed to get it working by modifying plugins/lcd.py but I'm > having > problems with the event system. > Currently I just mapped my keys to MENU_UP, MENU_SELECT and so on, and it > works fine as I can traverse the menu and start playing back videos. I > can't > seem to be able to get it to stop though. > > Which event am I supposed to send? I have tried STOP and MENU, but none > seem > to work, but I am of course not sure the problem is not with my code...
IIRC you should be using the EXIT event, which stops and moved up in the menu stack. > Where can I find more developer documentation on freevo in general and the > event system in particular? Good question, I'm not sure there may be some information in the HTML docs which does contain some developer documentation. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
