in reply to Including "End of String" in character class?

Assuming you'd save the stream to a file, you could use MP3::M3U to parse the absolute paths of each song and hand them over to MP3::Tag.

(just for the records)
  • Comment on Re: Including "End of String" in character class?

Replies are listed 'Best First'.
Re^2: Including "End of String" in character class?
by doran (Deacon) on Mar 16, 2007 at 19:26 UTC
    Unfortunately MP3::M3U is for playlists, and I'm parsing a stream, so there's no file. Thanks though.