Hi!

I'm working on implementing an audio detach bar (with modified a detach.py).
From detach.py I call plugin.activate() for my DaemonPlugin. This
works as expected.  I also have a draw() function in this plugin, and I need
to have a reasonably high poll_interval for the time elapsed/remaining/etc
for the plugin to be usable. When playing is over, the poll of this plugin is
therefore unnecessary.

So, the problem is getting this plugin removed from the list of plugins
where the initial draw() is called. I've tried plugin.shutdown, but all this
seems to do is to call the shutdown for my own plugin.

I have tried to find answers in the code, but so far I've been unsuccessfull. 

Any thoughts? :)

Regards

Viggo Fredriksen


-------------------------------------------------------
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

Reply via email to