LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Working with mp3's using QT (https://www.linuxquestions.org/questions/programming-9/working-with-mp3s-using-qt-116948/)

ankitgdit 11-17-2003 03:49 AM

Working with mp3's using QT
 
Hi ,
i am working on an Audio - Video Organiser for this i need to extract information from the mp3 file . What i know is that all the mp3 files contains information abt artists , genre etc at the beginning . Now i want to how to this using Qt , if neone of u know how to do this plz reply to this thread , every kind of help is highly appreciated . Thanks

ankit

acid_kewpie 11-17-2003 06:46 AM

QT and ID3 tags have absolutely nothign in common at all... you really can't use them together. on thee file side of things you can extract tag data to your own datatypes of choice, but when you come to display this data, it is simply generic data you are inserting into tables and such like., so the two do not know about each others existance......

ankitgdit 11-18-2003 09:39 PM

hi acid,
Thanx for ur reply , now can u suggest any method to implement this .
bye

acid_kewpie 11-19-2003 02:21 PM

you're joking right?

like i said, they are NOT RELATED. there is no way to implement this (whatever "this" is meant to be) as they are not used in the same scope.

mr_segfault 11-19-2003 04:49 PM

ankitgdit,

Are you just wanting to know how to extract the information you want from the mp3? If so that can't be too hard..

I went to google did a search for: mp3 file structure header

And the first link was: http://www.multiweb.cz/twoinches/MP3...3FileStructure


That might help you, let us know how you get along..

Cheers]

jinksys 11-23-2003 04:15 PM

You may want to check out www.id3.org - it's a site about the ID3 standard and how to implement code for extracting the ID3 information.
You may also want to check out http://id3lib.sourceforge.net/ which is the homepage for a id3 library that simplifies writing and reading of ID3 tags.


All times are GMT -5. The time now is 06:14 PM.