[Muine] Announcing taglib-sharp-0.0.1 (A hopeful canidate for Muine)
- From: Brian Kerrick Nickel <brian nickel gmail com>
- To: Muine List <muine-list gnome org>
- Subject: [Muine] Announcing taglib-sharp-0.0.1 (A hopeful canidate for Muine)
- Date: Wed, 28 Jun 2006 04:56:40 -0700
Over the years, there's been a lot of talk about using TagLib (C++ library by Scott Wheeler) but for whatever reasons (I assume the technical issues of accessing specific features in TagLib with c glue), it has yet to happen. So I've started work on TagLib#, a complete
port of TagLib to the .Net framework.
Right now, I just released 0.0.1 (0.0.0 was a straight port with only read support tested). Features include:
- Read/Write support for MP3, OGG, FLAC, MPC, M4A
- Default accessors tailored for Muine-style use., eg. string [] Tag.Artists rather than string Tag.Artist
- Not a line of C.
- Access to deep members of specific tags. eg. ByteVector picture_data = ((AppleTag) mp4_file.Tag).GetData ("pic") [0];
The source is at:
http://www.public.asu.edu/~bnickel/TagLibSharp/taglib-sharp-0.0.1.tar.gz
This does not install, so after untarring enter the taglib-sharp-0.0.1 directory and:
./compile
cd tests
./tag-editor /path/to/my/file.m4a (REQUIRES GTK-SHARP 2.0+)
As one Mono Summer-of-Code project is creating complete Mono bindings for GStreamer, it's possible that Muine could end the year without libmuine.
- Brian
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]