Duncan- The MENU_GOTO_TV and MENU_GOTO_TVGUIDE seem to be getting lost in side freevo. The VIDEOS,MUSIC, and PICTURES are all working fine. Then selecting TV or GUIDE, either nothing at all happens or there is a long delay and then it goes to the Main Menu. I have DEBUG = 1 but I am getting nothing to indicate any problems.
>From my local_conf.py: EVENTS['global']['TV'] = Event(MENU_GOTO_TV) EVENTS['global']['VIDEOS'] = Event(MENU_GOTO_VIDEOS) EVENTS['global']['MUSIC'] = Event(MENU_GOTO_MUSIC) EVENTS['global']['PICTURES'] = Event(MENU_GOTO_IMAGES) EVENTS['global']['GUIDE'] = Event(MENU_GOTO_TVGUIDE) Evan On 10/28/06, SourceForge.net <[EMAIL PROTECTED]> wrote: > Bugs item #1567501, was opened at 2006-09-29 08:13 > Message generated for change (Comment added) made by duncanwebb > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1567501&group_id=46652 > > Please note that this message will contain a full copy of the comment thread, > including the initial issue submission, for this request, > not just the latest update. > Category: other > Group: 1.5.4 > Status: Closed > Resolution: Accepted > Priority: 5 > Private: No > Submitted By: Duncan Webb (duncanwebb) > Assigned to: Nobody/Anonymous (nobody) > Summary: Adds events to go directly to videos, etc > > Initial Comment: > Patch sumbitted by Hans Meine > > goto-media-menu.diff - This adds events which I have > bound to my "Videos" / "Music" / "Photos" buttons on my > remote. Very handy, very unlikely to break anything. > Also, speeds up the image moving by simply setting > larger step sizes (necessary for my lirc remote, maybe > not for others). Could be improved to use a > user-configurable step size. > > ---------------------------------------------------------------------- > > >Comment By: Duncan Webb (duncanwebb) > Date: 2006-10-28 20:50 > > Message: > Logged In: YES > user_id=104395 > > Add these events to local_conf.py > > EVENTS['menu']['TV'] = Event(MENU_GOTO_TV) > EVENTS['menu']['VIDEOS'] = Event(MENU_GOTO_VIDEOS) > EVENTS['menu']['MUSIG'] = Event(MENU_GOTO_MUSIC) > EVENTS['menu']['PICTURES'] = Event(MENU_GOTO_IMAGES) > > > > ---------------------------------------------------------------------- > > Comment By: Duncan Webb (duncanwebb) > Date: 2006-09-29 19:00 > > Message: > Logged In: YES > user_id=104395 > > I can confirm that this works a treat. > > Would it be possible to add: > TV, Radio and Guide as they would be very handy too. > > ---------------------------------------------------------------------- > > Comment By: Duncan Webb (duncanwebb) > Date: 2006-09-29 14:51 > > Message: > Logged In: YES > user_id=104395 > > Patch applied in r8265. > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=446895&aid=1567501&group_id=46652 > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Freevo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-devel > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
