SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Sponsored Links

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

libid3 0.1.0 by Ben Canning <bdc@bdc.cx>

This is a small library for reading and writing ID3v1 tags to and from MP3 files. It was developed for use with MP3html by the same author.

At this time, there are still a fair amount of functions which I want to add just to make this behave more like a true library but almost all of the core functionality is done and I've begin to implement some of the extraneous stuff (the stuff that could just as easily be done by the application, but people like to have it in a library).

The only documentation is this file and the comments in libid3.c. I feel that it's pretty easy to figure out, but if you have any problems, don't hesitate to send me an email.
--

TODO
write interface docs finish interface implementation

--

Functions

        + = Completed
        / = Semi-completed (still has bugs/missing features)
          = (blank) Not even started

+ id3_read
+ id3_has_tag
+ id3_write
+ id3_read_by_filename
+ id3_has_tag_by_filename
+ id3_write_by_filename
+ id3_clear
+ id3_create
+ id3_clean
+ id3_string_to_genre
+ id3_genre_to_string
+ id3_valid_genre
+ id3_export
id3_remove
id3_remove_by_filename

id3_write_artist
id3_write_album
id3_write_title
id3_write_year
id3_write_genre
id3_write_comment

id3_set_artist
id3_set_album
id3_set_title
id3_set_year
id3_set_genre
id3_set_comment

--
EOF


Sponsored Links

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.