Joel CARNAT wrote:
Here you go:On Mon, Dec 10 2007 - 09:48, John Molohan wrote: EVENTS['dvd']['GREEN'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuNext') EVENTS['dvd']['YELLOW'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelNext') EVENTS['video']['RED'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuNext') EVENTS['video']['GREEN'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuPrior') EVENTS['video']['YELLOW'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelNext') EVENTS['video']['BLUE'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelPrior') EVENTS['video']['1'] = Event(VIDEO_SEND_XINE_CMD, arg='ZoomIn') EVENTS['video']['2'] = Event(VIDEO_SEND_XINE_CMD, arg='ZoomOut') EVENTS['video']['3'] = Event(VIDEO_SEND_XINE_CMD, arg='ZoomReset') EVENTS['video']['STAR'] = Event(VIDEO_SEND_XINE_CMD, arg='ToggleAspectRatio') EVENTS['video']['DVD'] = Event(VIDEO_SEND_XINE_CMD, arg='RootMenu') EVENTS['video']['NEXT'] = Event(VIDEO_SEND_XINE_CMD, arg='EventNext') EVENTS['video']['PREV'] = Event(VIDEO_SEND_XINE_CMD, arg='EventPrior') All you need is the Audio and Spu but I thought you might be interested in the rest. John |
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
_______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
