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_PICTURES,
    'GUIDE'     : MENU_TV_GUIDE,
    'RADIO'     : MENU_RADIO
    }

And on top of that file to the menu entry's:

MENU_TV                 = Event('TV')
MENU_VIDEOS             = Event('VIDEO_PLAYER')
MENU_MUSIC              = Event('AUDIO_PLAYER')
MENU_PICTURES           = Event('IMAGE_PLAYER')
MENU_TV_GUIDE           = Event('TV_GUIDE')
MENU_RADIO              = Event('RADIO_PLAYER')

These entry's are also in my lircrc so pressing the video button gives
me a message that VIDEO_PLAYER has no eventhandler.
So I tryed:
MENU_VIDEOS = Event(plugin.activate('video'))
But in that case freevo doesn't even boot.
My best bet is that somewhere I have to add an eventhendler for the
plugin.activate function, but I can't see where.
-- 
Groetjes Japie



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to