Robin, sorry to jump in here but I have just tried your script (Version
0.2.3) on Windows and I get this error "Couldn't write tag! at
C:/Perl/site/lib/MP3/TAG/ID3v2.pm line 350.". Do you any ideas what
would cause this? 

I should say I needed to make 2 changes to make it work on Windows: 
1. Changed: #our $flaccmd = "/usr/bin/flac"; and #our $lamecmd =
"/usr/bin/lame";
To: our $flaccmd = "flac.exe"; and our $lamecmd = "lame.exe";
2. Changed $mp3->new_tag("ID3v2"); to $mp3->newTag("ID3v2");

Neil


-- 
Neil Sleightholm
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to