hi all... i wanted something to schedule recordings remotely and comfortable, so i wrote this: http://demmer.ipax.tk/epiatv/freevo.html
then i thought maybe python is slow and also packaging to something that can be easily installed on a windows system creates a huge download because of the required twisted. i figured: small, fast: c++ i found a neat xmlrpc library and the rest is just command line parsing.. but then the hard part was getting the xml right for freevo. the recordserver offers this method to add a recording: def xmlrpc_scheduleRecording(self, prog=None): which is perfectly fine for use with python/twisted, but with other xmlrpc implementations it is not that easy to pass on a "prog" object as argument... they mostly offer strings, integers, floats and stuff... i am sure i will find a way to get around this for now, but i would like to suggest changing the argument types for xmlrpc methods to the usual ones in future releases (also since prog acts just as a "struct" of floats and strings here)... regards, Florian Demmer ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel