views:

79

answers:

1

I previously asked this question, but now I've gotten lazy and I'm trying to figure out how to do it from script (vbscript specifically). Specifically what I want to know is:

How can I set Artist, Song Title, Genre, etc on a mp3 file from vbscript?

Thanks

+1  A: 

Here are instructions.

There's a DLL required which can be gotten from freely available Creative Blaster drivers.

Also see this project - seems to support many languages including vbscript

If you're not wedded to vbscript idea, Perl has a very nice library MP3::Tag or somesuch (just google for perl+mp3+tag); assuming you're game for installing Windows Perl (Strawberry or Active Perl)

DVK
Your first link doesn't seem related, but I like the library (id3lib). Know of a good set of instructions for using it with vbscript?
C. Ross
Sorry, nothing more than at the link :(
DVK