当我把有声CD撕到MP3's的时候,曲目就被搞混了。磁盘并不总是被正确地标记--我相信这会阻止自动翻录和非法复制。看来MP3Tag将完成这项工作,但它是一个Windows程序,不是吗?有Ubuntu的等价物吗?
谢谢
CP
发布于 2015-08-23 00:50:53
下面是运行该命令时生成的列表:
apt-cache search mp3 | grep tags
提示,GTK应用程序有一个GUI。
easytag - GTK+ editor for audio file tags
eyed3 - Display and manipulate id3-tags on the command-line
id3tool - Command line editor for id3 tags
libjaudiotagger-java - library for editing tags like ID3 in audio files such as MP3s
libmp3-tag-perl - Module for reading tags of MP3 audio files
mp3rename - Rename mp3 files based on id3tags
python-eyed3 - Python module for id3-tags manipulation
python-id3 - Python module for id3-tags manipulation
python-tagpy - Python module for manipulating tags in music files
ruby-mp3tag - Ruby library for manipulating ID3V1.1 tags in MP3
swac-scan - Metatags scanner for SWAC audio collections
taggrepper - search and match tags of audio files against regular expressions
看起来easytag
就是你要找的东西。
运行以下命令来安装它:
sudo apt-get update
sudo apt-get install easytag
或者从ubuntu软件中心安装它。
https://askubuntu.com/questions/664698
复制相似问题