libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libextractor] problem parsing id3 tag on mp3


From: Christian Grothoff
Subject: Re: [libextractor] problem parsing id3 tag on mp3
Date: Thu, 12 Apr 2007 11:04:53 -0600
User-agent: KMail/1.9.5

On Thursday 12 April 2007 10:05, lcimmier wrote:
> Hi, and thanks to your so quickly answer !
>
> My embedded board is based on an ARM9 system, but configuration detect
> little-endian.

Hmm.  Maybe that's the problem? Maybe you have to use a compiler option like
-mbig-endian?  See also http://gcc.gnu.org/ml/gcc-help/2000-07/msg00178.html.

> For commands you requested, I didn't get any output...
> It looks like it use some other extractor plugins.
>-mbig-endian
> hum... Is there some option to get some debug output ?

Not for LE.  

> Anyway, thanks a lot for helping me !

I'm trying ;-).

Christian

> Laurent
>
> > Dear Laurent,
> >
> > Looks interesting.  I'd like some information to help my investigation:
> > 1) is this embedded board a big-endian system (ARM, PPC, etc?)
> > 2) can you run extract with options to make sure to only run a particular
> > extractor, and see which one produces the nonsense? The options would be:
> >
> > $ extract -n -l libextractor_mp3extractor FILENAME.mp3
> > $ extract -n -l libextractor_id3v24extractor FILENAME.mp3
> > $ extract -n -l libextractor_id3v23extractor FILENAME.mp3
> > $ extract -n -l libextractor_id3v2extractor FILENAME.mp3
> >
> > That way, we'll know in which of the 4 source files we should look.
> >
> > Thanks!
> >
> > Christian
> >
> > On Thursday 12 April 2007 07:40, lcimmier wrote:
> > > Hi,
> > > I'm currently working on libextractor, in addition of mediatomb to get
> > > an upnp server to put on an embedded board. But I have some problems
> > > when trying to see ID3 tag on mp3 with the extract command.
> > > For the same mp3, on my computer I get :
> > > format - 128 kbps, 44100 hz, 5m45 stereo
> > > resource-type - MPEG V1
> > > mimetype - audio/mpeg
> > > description - Blankass: Mon drapeau (Elliott)
> > > genre - Rock
> > > year - 2005
> > > album - Elliott
> > > artist - Blankass
> > > title - Mon drapeau
> > > content type - (17)
> > > And when doing the same command on the embedded board :
> > > format - 128 kbps, 44100 hz, 5m45 stereo
> > > resource-type - MPEG V1
> > > mimetype - audio/mpeg
> > > description - Blankass: Mon drapeau (Elliott)
> > > comment -                               
> > > genre - Rock
> > > year - 2005                              
> > > album - Elliott
> > > artist - Blankass
> > > title - Mon drapeau
> > > title - Mon drapeauTPE1
> > > content type - (17)TIT2
> > > year - 2005TCON
> > > album - ElliottTYER
> > > At first time, I believed it was because of libiconv, but I get the
> > > latest version, cross compiled it, and make the right link on
> > > configure...
> > > So, I really don't know what happened, and any information will be
> > > welcome...
> > > I think it should be because of a missing library, but I don't see
> > > which one...
> > > If you have some free time, please, can you help me ???
> > > Bye !
> > >
> > > Laurent Cimmier
> > >
> > > PS : sorry if my english isn't as good as it should be, but I'm
> > > french... :-/
> >
> > _______________________________________________
> > libextractor mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/libextractor
>
> _______________________________________________
> libextractor mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/libextractor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]