Op wo 27-12-2006, om 12:34 schreef Stephen Rowles:

> Oh, one other thing... is it possible to configure the  "Live TV", "DVD" 
> etc buttons to jump straight to those things in freevo? It would be 
> really nice to jump straight to the TV guide using the "Guide" button on 
> the remote, Videos using the "DVD Menu" button etc.

You can add:
EVENTS['menu']['TV'] = Event(MENU_GOTO_TV)
EVENTS['menu']['VIDEOS'] = Event(MENU_GOTO_VIDEOS)
EVENTS['menu']['MUSIC'] = Event(MENU_GOTO_MUSIC)
EVENTS['menu']['PICTURES'] = Event(MENU_GOTO_IMAGES)              
EVENTS['menu']['GUIDE'] = Event(MENU_GOTO_TVGUIDE)
EVENTS['menu']['RADIO'] = Event(MENU_GOTO_RADIO)
to your local_conf.py
-- 
Groetjes Japie



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to