Re: Reading ID3v2
Blake Watters <[email protected]>
| Newsgroups | gmane.comp.audio.netjuke.user |
|---|---|
| Message-ID | <[email protected]> |
Actually, the preferable way to fix this issue (and the way I've fixed it in CVS) is to switch the calls in getid3.php, in function GetAllFileInfo() to HandleID3v2Tag() and HandleID3v1Tag(). The v1 tag handling function was being called first and as such having a higher priority than the v2 tags. Blake At 01:58 AM 4/3/2003 +0200, Andreas Jeromin wrote: > > i had some problems also, > > and i expect things to be better in the next release > >A little hack for my problem, found in: > >http://sourceforge.net/forum/forum.php?thread_id=836282&forum_id=137462 > >Changing the line in lib/getid3/getid3.php from: > >CopyFormatCommentsToRootComments($ThisFileInfo['id3v2'][ >'comments'], $ThisFileInfo, true, false, false); > >to > >CopyFormatCommentsToRootComments($ThisFileInfo['id3v2'][ >'comments'], $ThisFileInfo, true, true, false); > >Its work fine. > >jero > > >------------------------------------------------------- >This SF.net email is sponsored by: ValueWeb: >Dedicated Hosting for just $79/mo with 500 GB of bandwidth! >No other company gives more support or power for your dedicated server >http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ >_______________________________________________ >Netjuke-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/netjuke-users ------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/