On Fri, Jan 02, 2004 at 02:31:25PM +0100, Cyril Lacoux [Yack] wrote:
> I'm talking about a way to drawing something on the screen (text, gauge ..) to 
> display sound settings in :
>  - freevo
>  - mplayer
>  - xine
>  - tvtime
>  - any application which freevo could starts
> 
> I tried to use a modified version of tiny_osd which use ProgressBox, it works 
> fine in freevo but don't work when being in mplayer or xine.
> Xosd is a problem since all users don't use XFree.
> 
> That I whish to have is an only one plugin which could do both.
> 
> If you have a solution, I'll be very happy!

Each of the plugins will need to be modified to use the respective
applications OSD functionality. For example, mplayer uses
"osd_show_text" while tvtime can use 'DISPLAY_MESSAGE', I don't know
about XINE, but all the individual plugins have to do is watch for an
"OSD_MESSAGE" and draw on the screen. 

As of right now, the only application that I don't know about is XINE.
TVTime could be done with a few lines of code, but because I don't
have a TVTime-compatible tuner card, I can't really do it and test it.

(See http://tvtime.sourceforge.net/usage.html#tvtimecommand for the
DISPLAY_MESSAGE syntax)

Aubin


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to