如何从脚本向 Windows Media Player 的 MP3 添加元数据
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里是说明。
需要一个 DLL,可以从免费提供 Creative Blaster 驱动程序。
另请参阅此项目 - 似乎支持许多语言,包括 vbscript
如果您不喜欢 vbscript 想法,Perl有一个非常好的库 MP3::Tag 或类似的东西(只需谷歌搜索 perl+mp3+tag);假设您愿意安装 Windows Perl(Strawberry 或 Active Perl)
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)