resize mp3 file without losing id3 tags
I have a perl module called Astroboy that organizes mp3 files by id3 tags. In my test suite I have mp3 files, they’re large and clunky.
Using lame to resize the files loses the id3 tags I need.
So I wrote this hack/script to make sure the id3 basic artist, song, and album tags are still there when I make the thing small.
Make sure you have deps..
yum -y install lame
cpan Carp Cwd LEOCHARRE::DEBUG Getopt::Std::Strict
Download mp3resize.
