mid3cp
audio metadata editing library
Install
- All systems
-
curl cmd.cat/mid3cp.sh
- Debian
-
apt-get install python-mutagen
- Ubuntu
-
apt-get install python-mutagen
- Alpine
-
apk add mutagen
- Arch Linux
-
pacman -S mutagen
- 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
- Dockerfile
- dockerfile.run/mid3cp
- Docker
-
docker run cmd.cat/mid3cp mid3cp
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.