pyprinttags

Python3 bindings for the TagLib audio metadata library

Install

All systems
curl cmd.cat/pyprinttags.sh
Debian Debian
apt-get install python3-taglib
Ubuntu
apt-get install python3-taglib
image/svg+xml Kali Linux
apt-get install python3-taglib
Fedora
dnf install python3-pytaglib
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-taglib
Raspbian
apt-get install python3-taglib

python3-taglib

Python3 bindings for the TagLib audio metadata library

Pytaglib provides an easy interface to read and write metadata of audio files in Python. It relies on the TagLib library and thus supports all formats that are supported by TagLib, which include all relevant formats in use today. Pytaglib allows you to use arbitrary tag names (not only the most common ones like TITLE, ARTIST, ALBUM, ...) and even define multiple values for the same tag, as long as the metadata system of the underlying audio file supports that.

python3-pytaglib

based on TagLib