Neil Sleightholm wrote:
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?

Which version of MP3::Tag are you using? In my version, line 350 is in the middle of pod section.

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";

Yep, as I would expect.

2. Changed $mp3->new_tag("ID3v2"); to $mp3->newTag("ID3v2");

You're definitely using an older version of MP3::Tag.

From the CPAN page:

new_tag()

[old name: newTag() . The old name is still available, but its use is not advised]

Can I suggest we take this thread off the slimdevices forum/list and over to my list for flac2mp3 as detailed here:

http://robinbowes.com/article.php/20050611002827903

R.
--
http://robinbowes.com

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

Reply via email to