Aubin Paul wrote: > Hopefully Dischi will read this email, because the main issue is how > to send commands to the mplayer plugin. Currently, I don't know how to > call function in the mplayer plugin from another plugin, which is what > we'd have to do for the bookmarking to "talk" back.
Maybe we could use the OSD_MESSAGE event. Right now, different parts of Freevo use rc.postevent(OSD_MESSAGE, arg="a nice string") to let tinyosd display it. Since tinyosd won't work with mplayer (since the osd is not active). The mplayer plugin could catch OSD_MESSAGE and display it. But in the long term, I would prefer enhancing the bmovl plugin for mplayer. Dischi -- Bad spellers of the world Untie! ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
