4 messages in com.googlegroups.android-developersRe: read id3 info from mp3's
FromSent OnAttachments
John20 Jan 2008 13:35 
acopernicus20 Jan 2008 15:07 
John21 Jan 2008 09:49 
michael30 Jan 2008 07:04 
Subject:Re: read id3 info from mp3's
From:michael (kuh@gmail.com)
Date:01/30/2008 07:04:29 AM
List:com.googlegroups.android-developers

Did somebody manage to use Android with www.jthink.net/jaudiotagger? According to http://dev.orf.at/trac/jala/wiki/Mp3LibraryEvaluation, the jaudiotagger library is quite a bit more up-to-date than the one at http://www.vdheide.de/projects.html. However, I experienced some problems. Namely, I got an extra (nonsense) character in front of the a tag field, and the last character of the tag is missing. For example,

tag.getFirstArtist()

returns "♥Billy Joe" instead of "Billy Joel".

I do only experience these problems in Android. In a "normal" Java program, above command returns the expected "Billy Joel" on the same file. Did somebody experience the same problems, and/or know what the reason for this behavior might be?

Thanks,

On Jan 21, 6:49 pm, John <john@gmail.com> wrote:

Cool, thanks.

I also found a smaller library by Jens Vonderheide
(http://www.vdheide.de/projects.html) which I managed to use successfully in Android.

John

On Jan 20, 4:07 pm, acopernicus <bios@gmail.com> wrote:

I don't know about Android, but I've successfully used this project before to readID3tags: www.jthink.net/jaudiotagger.