John Molohan wrote:
> Duncan Webb wrote:
>> On 14/01/2009 07:56, Mario Lange said the following:
>>  
>>> Hello,
>>>
>>> it is possbile to join the mplayervis plugin together with the detach
>>> plugin? There could be 6 modes.
>>> 1) Windowed goom
>>> 2) Fullscreen goom
>>> 3) No goom
>>> 4) Detached (with Bar/no goom)
>>> 5) Detached (no Bar/ no goom)
>>> 6) Detached (with Bar/with goom)
>>>
>>> Because mplayervis and detach doesn`t works together :-( It is nice
>>> to hear music and watch Pictures!
>>>     
>>
>> It's not really possible to do, the idlebar only refreshes once a
>> second when the audio player is detached. When not detached it
>> refreshes much less often, every 30 seconds or so. To detach and play
>> a goom would cause a very high CPU load as all the installed plug-ins
>> are redrawn for every frame.
>>   
> I don't know anything about it but would this be possible with Adam's
> new osd patch? Does it draw it's own surface separately that goom could
> be drawn on?

Possible to draw on the existing surface but not that useful, it would
also draw in the image surface. Does anyone really want a tiny goom in
the idlebar?

After sending message I thought that the problem was the detaching of
the audio player. The normal detach key is 'd' conflicts with the
DISPLAY event. In local_conf.py adding:

DETACH_KEY = 'EXIT'

Will cause the player to detach when the ESC key is pressed instead of
the 'DISPLAY' event. Then goom stops and the normal detachbar is displayed.

Duncan

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to