I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-07-12 18:46:47-07 by dsch04
Writing multiple values to a frame
Hi,

I'm wondering how I can write multiple values to an mp3 file frame.

I have written a tool to convert from flac format to MP3 format (http://robinbowes.com/projects/flac2mp3) and have started running into cases where the flac file has multiple Artist tags, so I'd like to write those to the MP3 file.

Is it as simple as joining the multiple values together as a null-separated list? e.g.

"Andrew Davis\0Tasmin Little"

Thanks,

R.

Direct Responses: Write a response