How can I add metadata to MP3s for Windows Media player from a script
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
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)
精彩评论