[libimdb-devel] project status - mid June 2003
Status: Pre-Alpha
Brought to you by:
jveldhuis
|
From: Jerry V. <je...@ma...> - 2003-06-16 05:01:27
|
Just in case someone actually finds this project, I thought I better post something to the devel list so it wasn't empty. I've put my prototype code into cvs, its the startings of a simple c interface to parsing the list files. I've decided to use swig to interface to java and perl... so far I have a working java interface, but the packaging on the java end needs some work. The c interface only supports parsing a couple of the list files to date. I want the interface to stabilize before I move too far, and make work for myself. The java interface supports the jlog c library for error callbacks and converts these into java callbacks (via method invocations) in java, but what I really want it both this and java exceptions to be thrown. To do this, I'll need to get swig to do some of the work... I know it can, I just have to spend the time.. Down the road I want to try out writing a perl interface, but it looks like it may be more work than I'm interested in. Maybe I'll hold off and see if someone with more interest comes along. First on the tool list is a utility to build a Berkley db of some of the list file contents and update tv_imdb (from the xmltv project) to use libimdb. The current implementation is really heavy on memory and I suspect I can do a better job with performance etc using libimdb as the base instead of try to manage everything in perl. Anyway... that's what things look like today. jerry |