how to access mp3 id3 tags in c++

okay, i'm trying to make my own little id3 tag editor for mp3s

i'm writing this using microsoft visual c++ 6.0

i have no clue where to start, i just made a little class header with some functions to retrieve the tags and more functions to change them. I made some private data members to represent fields such as location, title, artist, and genre of mp3.

i wanted to have a loop that would read each mp3 file in a given directory. For each file it would load the mp3 tag fields into the program.

can anybody help me out with this, thanks

Comments

  • Hi,
    You should visit the www.wotsit.org. and search for mp3 you will get what r you looking for.
    thanks.
    ----------------------->ASH
    : okay, i'm trying to make my own little id3 tag editor for mp3s
    :
    : i'm writing this using microsoft visual c++ 6.0
    :
    : i have no clue where to start, i just made a little class header with some functions to retrieve the tags and more functions to change them. I made some private data members to represent fields such as location, title, artist, and genre of mp3.
    :
    : i wanted to have a loop that would read each mp3 file in a given directory. For each file it would load the mp3 tag fields into the program.
    :
    : can anybody help me out with this, thanks
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion