Re: [Freevo-users] Re: adding menu events to remote

2005-03-08 Thread Jaap Struyk
Op di 08-03-2005, om 16:56 schreef Dirk Meyer: > No (I think). What do you want to do? Press the video button and the video menu opens ;-) So I added in event.py: MENU_EVENTS = { 'TV': MENU_TV, 'VIDEOS': MENU_VIDEOS, 'MUSIC' : MENU_MUSIC, 'PICTURES' : MENU_PICTU

[Freevo-users] Re: adding menu events to remote

2005-03-08 Thread Dirk Meyer
Jaap Struyk wrote: > Op vr 04-03-2005, om 13:29 schreef Dirk Meyer: > >> It's the mediamenu plugin and it is activated when the special media >> directories are activated. E.g. plugin.activate('image') activate the >> image mimetype plugin and that plugin activates the image menumenu. > > So I have

Re: [Freevo-users] Re: adding menu events to remote

2005-03-04 Thread Jaap Struyk
Op vr 04-03-2005, om 13:29 schreef Dirk Meyer: > It's the mediamenu plugin and it is activated when the special media > directories are activated. E.g. plugin.activate('image') activate the > image mimetype plugin and that plugin activates the image menumenu. So I have to write a event_handler fo

[Freevo-users] Re: adding menu events to remote

2005-03-04 Thread Dirk Meyer
Jaap Struyk wrote: > Hello, > > Since my pvr150 remote has buttons for tv, audio etc. it would be great > if pressing them would inmediatly open the desired menu entry. > I digged trough the source, but can't find what calls the submenu's. > Adding them to event.py doesn't look that hard, but I can