mutagen-inspect

audio metadata editing library

Install

All systems
curl cmd.cat/mutagen-inspect.sh
Debian Debian
apt-get install python-mutagen
Ubuntu
apt-get install python-mutagen
Alpine
apk add mutagen
Arch Arch Linux
pacman -S mutagen
image/svg+xml Kali Linux
apt-get install python-mutagen
CentOS
yum install python-mutagen
Fedora
dnf install python3-mutagen
Windows (WSL2)
sudo apt-get update sudo apt-get install python-mutagen
Raspbian
apt-get install python-mutagen
Docker
docker run cmd.cat/mutagen-inspect mutagen-inspect powered by Commando

python-mutagen

audio metadata editing library

Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level.

python3-mutagen

audio metadata editing library (Python 3)

Mutagen is a Python module to handle audio metadata. It supports FLAC, M4A, MP3, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, and WavPack audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. This package is built for Python 3.

mutagen

An audio metadata tag reader and writer implemented in pure python