On Sun, 2003-10-12 at 20:16, sam@superduper.net wrote:
On Mon, Oct 06, 2003 at 09:50:11PM +0100, Alastair Tse wrote:
On another note, is there anyone who has python bindings for libid3tag? If not, I'd probably spend a little time writing some.
Actually, I just made some basic ones last week.
http://www.superduper.net/index.py?page=pyid3tag
Its just a start. Let me know how you get on, i'd love some help on it.
I actually didn't get a reply so I thought no one was working on it. So as an exercise to learn how SWIG works, I made some as well :) I forgot to announce it or anything. I think the bindings are pretty complete except for id3_tag_render(). I don't understand how to tell how much buffer to give to render a tag or if it allocates the memory for you.
http://www-lce.eng.cam.ac.uk/~acnt2/code/
Maybe we could combine our efforts somehow.
Cheers,