eyeD3

Display and manipulate id3-tags on the command-line

Install

All systems
curl cmd.cat/eyeD3.sh
Debian Debian
apt-get install eyed3
Ubuntu
apt-get install eyed3
Arch Arch Linux
pacman -S python2-eyed3
image/svg+xml Kali Linux
apt-get install eyed3
Fedora
dnf install python2-eyed3
Windows (WSL2)
sudo apt-get update sudo apt-get install eyed3
Raspbian
apt-get install eyed3

eyed3

Display and manipulate id3-tags on the command-line

A command-line editor to add/edit/remove ID3-tags on mp3 files. It supports version 1.0,1.1,2.3 and 2.4 of the ID3 standard. Additionally it displays several information about the file such as length and bitrate from an MP3 file.

python-eyed3

Python module for id3-tags manipulation (Python 2 version)

A Python module for the manipulation of ID3 tags. It supports versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve information such as length and bit rate from an MP3 file. This is the Python 2 version of the package.

python3-eyed3

Python module for id3-tags manipulation (Python 3 version)

A Python module for the manipulation of ID3 tags. It supports versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve information such as length and bit rate from an MP3 file. This is the Python 3 version of the package.

python2-eyed3

A Python module and program for processing ID3 tags. Information

about mp3 files(i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4.