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: lcimmier
Subject: Re: [libextractor] problem parsing id3 tag on mp3
Date: Tue, 17 Apr 2007 11:24:13 +0200

Hi
I'm still here !!!
As I told you, I cleaned my cross compiler tools, and then, try to
rebuild libextractor and libiconv in little endian.
But, the problem is still here.
Then, I tried to cross compile libextractor (and libiconv) for an other
board, working on ppc, and also configured in little endian. And I get
the same error.
So, now, I try to cross compile it for an other target, still on ppc,
but in big endian.
I will see if the problem comes from little endian.
I will told you the results, when I will have them.

Bye.

Laurent


Le vendredi 13 avril 2007 à 17:26 +0200, lcimmier a écrit :
> Well, I've tried some different configuration, but there arent any
> changes...
> Monday, I will first make a big cleaning on my distrib before restarting
> compiling, but in little endian.
> I found lots of config.log which told that my system runs on little
> endian.
> 
> I wish you a good week end !
> 
> Bye
> 
> Laurent
> 
> Le vendredi 13 avril 2007 à 12:55 +0200, lcimmier a écrit :
> > Hi,
> > I tried to modifie the configure file to force compilation in big endian
> > mode, but there's no changes.
> > But I saw something strange...
> > In the config.log of libiconv, the character codage was seen like little
> > endian when in the configure of libextractor, it detects big endian....
> > Anyway, I changed libiconv configure to match big endian codage, but I
> > still get errors.
> > 
> > I will try to fix all configurations in little endian, but I don't think
> > it will change anything.
> > 
> > I'll tell you results of tests.
> > 
> > Bye
> > 
> > Laurent
> > 
> > Le jeudi 12 avril 2007 à 11:04 -0600, Christian Grothoff a écrit :
> > > 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
> > > 
> > > 
> > > _______________________________________________
> > > libextractor mailing list
> > > address@hidden
> > > http://lists.gnu.org/mailman/listinfo/libextractor





reply via email to

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