[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[工具合集] 获取、修改mp3文件信息的工具id3tool

上传一个修改mp3信息的命令行工具 id3tool ,用法比较简单,id3tool mp3file.mp3 可以显示 mp3file.mp3 文件的信息,加上一些参数可以修改mp3文件的信息,比如专辑名、艺术家、出版年份等等。也可以和for命令结合使用来批量修改很多歌曲的信息。

这里给个例子:
E:\xml\tools>id3tool -h
id3tool version 1.2a
Copyright (C) 1999-2005, Christopher Collins
id3tool comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
welcome to redistribute it under certain conditions.  For details refer to the
file "COPYING" included with this program.
This product includes software developed by the NetBSD Foundation, Inc. and
its contributors.
usage:
id3tool [<options>] <filename>
  -t, --set-title=WORD          Sets the title to WORD
  -a, --set-album=WORD          Sets the album to WORD
  -r, --set-artist=WORD         Sets the artist to WORD
  -y, --set-year=YEAR           Sets the year to YEAR [4 digits]
  -n, --set-note=WORD           Sets the note to WORD
  -g, --set-genre=INT           Sets the genre code to INT
  -G, --set-genre-word=WORD     Sets the genre to WORD
  -c, --set-track=INT           Sets the track number to INT
  -l, --genre-list              Shows the Genre's and their codes
  -v, --version                 Displays the version
  -h, --help                    Displays this message
Report bugs to Chris Collins <[email=ccollins@pcug.org.au]ccollins@pcug.org.au[/email]>
E:\xml\tools>id3tool.exe "Ozone - Dragostea Din Tei.mp3"
Filename: Ozone - Dragostea Din Tei.mp3
Song Title:     Dragostea Din Tei
Artist:         O-Zone
Year:           2003
Genre:          Pop (0xD)

E:\xml\tools>id3tool.exe -t "maiahi" -a "My album" -r lxmxn "Ozone - Dragostea Din Tei.mp3"
E:\xml\tools>id3tool.exe "Ozone - Dragostea Din Tei.mp3"
Filename: Ozone - Dragostea Din Tei.mp3
Song Title:     maiahi
Artist:         lxmxn
Album:          My album
Year:           2003
Genre:          Pop (0xD)

http://bcn.bathome.net/s/tool/index.html?key=id3tool
1

评分人数

have a try

thank u
收入分四种:狂劳不得,多劳少得,少劳多得,不劳狂得。还好,我是第二种!

TOP

感谢分享,正需要这个。
心绪平和,眼藏静谧。

TOP

TOP

这个工具不错,谢谢分享。

TOP

千千静听就可以修改歌曲信息的

TOP

回复 6楼 的帖子

千千静听可以支持命令行么?
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

TOP

正好想批处理mp3,谢谢了.

TOP

好工具,谢谢了。

TOP

批处理mp3收藏

TOP

回复 1# lxmxn

内嵌封面无法加入啊。

TOP

返回列表