I need id3lib to read track lengths for my program,
however for some tracks GetMp3HeaderInfo returns NULL,
even though other programs have no problem reading the
MPEG info for the same track. I can supply sample
tracks that exhibit this bug if needed.
In case any one else is having the same problem, I found a
better algorythm to calculate the track length.
The code was taken from the EasyTag project, which in turn
was taken from the XMMS multimedia player and code written
by by Michael Hipp.
See the code in the NomadSync project for details: http://cvs.sourceforge.net/viewcvs.py/nomadsync/nomadsync/src/libmpg123/
;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1037837
In case any one else is having the same problem, I found a
better algorythm to calculate the track length.
The code was taken from the EasyTag project, which in turn
was taken from the XMMS multimedia player and code written
by by Michael Hipp.
See the code in the NomadSync project for details:
http://cvs.sourceforge.net/viewcvs.py/nomadsync/nomadsync/src/libmpg123/
;)