Re: Display Artist-Song

Dean Sellis <[email protected]> Mon, 11 Aug 2003 22:27:29 -0500
Newsgroups gmane.comp.apache.mod-mp3
Message-ID <[email protected]>
I found the problem.  iTunes is using ID3V2.2 and there seems to be a 
problem with the code in the id3.c file. Line 131 in id3.c:  while 
(lseek(fd, 0, SEEK_CUR) < totalsize) is always false so none of the 
tags are ever read in.  This is in the id_2_2 function call.  I don't 
know how to fix it yet, but I'm still working on it.

Dean


On Monday, August 11, 2003, at 09:59  AM, Brian Aker wrote:

> On Sun, 2003-08-10 at 19:11, Dean Sellis wrote:
>> I think I found the problem.  It seems mod_mp3 won't read id3v2 tags,
>> and iTunes doesn't write id3v1 tags.  Most of my files were encoded
>> with iTunes and so there is no information for mod_mp3 to read.  I'm
> Actually it should be able to. What program did you use to do the
> encoding?
> 	-Brian
> -- 
> _______________________________________________________
> Brian "Krow" Aker, [email protected]
> Seattle, Washington
> http://krow.net/
> http://askbrian.org/
> _______________________________________________________
> You can't grep a dead tree.
>
> _______________________________________________
> Mod_mp3 mailing list
> [email protected]
> http://lists.tangent.org/mailman/listinfo/mod_mp3