in reply to Re: Ogg Vorbis tag parsing in pure perl
in thread OGG Vorbis tag parsing in pure perl

 Thanks for the feedback, I like the trick with the map, I knew the tag finding could be done in a better manner - I don't know why I didn't see that earlier!

 I should really be using one of the real tag parsing packages; this code is meant to be a fallback position if OGG::Vorbis can't be found.

 (I prefer to have code running minimally rather than dying when modules aren't found; if at all possible)

Steve
---
steve.org.uk
  • Comment on Re: OGG Vorbis tag parsing in pure perl