Re: Re: MP3::Tag - iTunes cannot read ID3 tags written by MP3::Tag?

2007-06-28 Thread glen_les...@pobox.com
Solved (Thanks Activeperl mailing list!) Changing the MP3::Tag config entry to: MP3::Tag-> config("id3v23_unsync",0); fixed the problem with iTunes. I simply had the wrong syntax in the original listing. The following altered code is workin

MP3::Tag - iTunes cannot read ID3 tags written by MP3::Tag?

2007-06-26 Thread glen_les...@pobox.com
Greetings, Just trying to re-arrange ID3 information in a large set of MP3 files. Before I run the following Perl script, iTunes can read the ID3 tagging information. After writing ID3 information to the MP3, iTunes no longer reads any tagging information from the MP3. Does anyone