vote up 1 vote down star

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

flag

1 Answer

vote up 1 vote down

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)

link|flag
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 Oct 28 at 12:49
Sorry, nothing more than at the link :( – DVK Oct 29 at 15:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.