taglib-config
Development files for taglib
Install
- All systems
-
curl cmd.cat/taglib-config.sh
- Debian
-
apt-get install libtag1-dev
- Ubuntu
-
apt-get install libtag1-dev
- Alpine
-
apk add taglib
- Arch Linux
-
pacman -S taglib
- Kali Linux
-
apt-get install libtag1-dev
- CentOS
-
yum install taglib-devel
- Fedora
-
dnf install taglib-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtag1-dev
- OS X
-
brew install taglib
- Raspbian
-
apt-get install libtag1-dev
- Dockerfile
- dockerfile.run/taglib-config
- Docker
-
docker run cmd.cat/taglib-config taglib-config
powered by Commando
taglib-devel
Development files for taglib
libtag1-dev
audio meta-data library - development files
TagLib is a library for reading and editing audio meta data, commonly know as tags. - A clean, high level, C++ API to handling audio meta data. - Format specific APIs for advanced API users. - ID3v1, ID3v2, APE, FLAC, Xiph, iTunes-style MP4 and WMA tag formats. - MP3, MPC, FLAC, MP4, ASF, AIFF, WAV, TrueAudio, WavPack, Ogg FLAC, Ogg Vorbis, Speex and Opus file formats. - Basic audio file properties such as length, sample rate, etc. - Long term binary and source compatibility. - Extensible design, notably the ability to add other formats or extend - current formats as a library user. - Full support for unicode and internationalized tags. - Dual MPL and LGPL licenses. - No external toolkit dependencies. This is the development package which contains headers and static libraries for the TagLib Audio Meta-Data Library.
taglib
TagLib is a library for reading and editing the meta-data of
several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack, TrueAudio files, as well as APE Tags.