Rob,
I want to call the videothumb function at the end of a recording job, but since the recording happens in the plugin and never seems to signal completion to the main recordserver, even the lockfile part happens completely in the individual plugin (ivtv_record or generic_record)
Is there any way that the recordserver knows the job is completed, or should I put the thumbnailing stuff into the individual plugins (redundant, but easy)
We should be able to notify the main portion of the recordserver now easily.
Its funny you should mention this because after you committed the fxd generation stuff to recordserver I initially had the thought that the individual plugins may be doing too much (redundant) work themselves and that it was good you committed those changes to recordserver.py.
Only after reading this email have I realized that we can leverage the event handling in recordserver that I added recently. We could create a RECORD_END (or something) event (perhaps with some descriptive args) and post it from the recording plugin. The main portion of recordserver would instantly pick it up and handle it however it wishes.
-Rob
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel