您会推荐哪种应用程序让 Linux 来标记 MP3?在Windows下我曾经使用Tag&Rename并且非常喜欢它;它在 Wine 下运行良好,但我想要一些可以本地运行的东西。
答案1
答案2
我主要使用mid3v2
.您可以sudo apt-get install python-mutagen
在 Ubuntu 或sudo easy_install pip;sudo pip install mutagen
OS X 中安装它。
$ mid3v2 -h
Usage: mid3v2 [OPTION] [FILE]...
Mutagen-based replacement for id3lib's id3v2.
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-v, --verbose be verbose
-q, --quiet be quiet (the default)
-e, --escape enable interpretation of backslash escapes
-f, --list-frames Display all possible frames for ID3v2.3 / ID3v2.4
--list-frames-v2.2 Display all possible frames for ID3v2.2
-L, --list-genres Lists all ID3v1 genres
-l, --list Lists the tag(s) on the open(s)
--list-raw Lists the tag(s) on the open(s) in Python format
-d, --delete-v2 Deletes ID3v2 tags
-s, --delete-v1 Deletes ID3v1 tags
-D, --delete-all Deletes ID3v1 and ID3v2 tags
--delete-frames=FID1,FID2,...
Delete the given frames
-C, --convert Convert tags to ID3v2.4 (any editing will do this)
-a "ARTIST", --artist="ARTIST"
Set the artist information
-A "ALBUM", --album="ALBUM"
Set the album title information
-t "SONG", --song="SONG"
Set the song title information
-c "DESCRIPTION":"COMMENT":"LANGUAGE", --comment="DESCRIPTION":"COMMENT":"LANGUAGE"
Set the comment information
-g "GENRE", --genre="GENRE"
Set the genre or genre number
-y YYYY[-MM-DD], --year=YYYY[-MM-DD], --date=YYYY[-MM-DD]
Set the year/date
-T "num/num", --track="num/num"
Set the track number/(optional) total tracks
You can set the value for any ID3v2 frame by using '--' and then a frame ID.
For example:
mid3v2 --TIT3 "Monkey!" file.mp3
would set the "Subtitle/Description" frame to "Monkey!".
Any editing operation will cause the ID3 tag to be upgraded to ID3v2.4.
id3v2
不id3tag
支持 Unicode,id3tool
也不mp3info
支持 ID3v2。
答案3
我刚刚发现了这个小程序水坑标记。它不如“标记和重命名”那么精彩,但也足够接近了。
来自网站:
puddletag 是一个为 GNU/Linux 创建的音频标签编辑器(主要是为 GNU/Linux 创建的),类似于 Windows 程序 Mp3tag。与大多数 GNU/Linux 标记器不同,它使用类似电子表格的布局,以便您想要手动编辑的所有标记都可见且易于编辑。
支持常用的标签编辑器功能,例如从文件名中提取标签信息、使用模式和基本标签编辑根据标签重命名文件。
然后是函数,它可以执行诸如替换文本、修剪文本、大小写转换等操作。操作可以自动执行重复任务。还支持使用 Amazon(包括封面艺术)、Discogs(也有封面艺术!)、FreeDB 和 MusicBrainz 进行网络查找。还有很多,但我已经达到了逗号配额。
支持的格式:ID3v1、ID3v2 (mp3)、MP4 (mp4、m4a 等)、VorbisComments (ogg、flac)、Musepack (mpc)、Monkey's Audio (.ape) 和 WavPack (wv)。
答案4
我用Ex Falso。它安装了 QuodLibet 音乐播放器,所以我试了一下。
我已经将它用于单个文件、批量文件......它非常直观,而且最重要的是,效果非常好。