Hi,


I have the need now to use both the generic_record and ivtv_record plugins at the same time in one instance of Freevo. The plan is to have a VideoGroup property to specify which one to use to record related channels.

Right now there is already support for having multiple okugins of the same type, the audio player plugins do this. I would have the recording plugins register in the same way (doing this now in my working copy).

In order to do this without hacking it up I wish to add proper plugins support to helpers. Right now recordserver just calls plugin.init_special_plugin(config.plugin_record). Instead I would rather have this in my config:

plugin.activate('tv.generic_record', 'recordserver')
plugin.activate('tv.ivtv_record', 'recordserver')

Where 'recordserver' may be any given helper. If you wish to init plugins inside your helper you could just call plugins.init('helper name') and we could add some code in init() do init all the activated plugins for that helper.

Does this sound ok?

-Rob


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to