Evan Hisey wrote:
> Duncan-
>   Not sure if this needs to be a feature request or a bug. I watch a
> lot of mkv and ogm files with subtitle streams. Using mplayer or Xine
> manaully I can select the  subtitle stream. I am not able to do this
> in Freevo while watching videos. Subtitle selection does work for
> DVDs.

Me too, but I tend to use the subtitle key on the remote rather than the
menu.

I think that this is a bug, rather than a feature.

In my local_conf.py I have these defined:
EVENTS['video']['ENTER'] = Event(VIDEO_MANUAL_SEEK)
EVENTS['video']['REPLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -60')
EVENTS['video']['SKIP'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +60')
EVENTS['video']['PLAY'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_set 1.0')
EVENTS['video']['FFWD'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='speed_mult
2.0')
EVENTS['video']['REW'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pausing seek
-30')
EVENTS['video']['LANG'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='switch_audio')
EVENTS['video']['SUBTITLE'] = Event(VIDEO_SEND_MPLAYER_CMD,
arg='vobsub_lang')
EVENTS['video']['CH+'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos -1')
EVENTS['video']['CH-'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='sub_pos +1')
EVENTS['video']['GREEN'] = Event(VIDEO_SEND_MPLAYER_CMD,
arg='audio_delay +0.05')
EVENTS['video']['YELLOW'] = Event(VIDEO_SEND_MPLAYER_CMD,
arg='audio_delay -0.10')
EVENTS['video']['GUIDE'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='screenshot')

Possible some events that should be added to the mplayer video plug-in.


-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to