pyprinttags
Python3 bindings for the TagLib audio metadata library
Install
- All systems
-
curl cmd.cat/pyprinttags.sh
- Debian
-
apt-get install python3-taglib
- Ubuntu
-
apt-get install python3-taglib
- 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
- Dockerfile
- dockerfile.run/pyprinttags
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.