Go to file
Rosen Penev 00cfee30b6
github: add dependabot (#1141)
Bot to update CI.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-09-10 07:10:59 +02:00
.github github: add dependabot (#1141) 2023-09-10 07:10:59 +02:00
3rdparty/utf8-cpp clang-tidy: Use override keyword 2023-07-22 07:09:58 +02:00
bindings manual range loop conversions (#1126) 2023-09-06 20:58:13 +02:00
cmake/modules Update FindCppUnit.cmake (#1076) 2022-12-21 14:14:35 +01:00
doc Fix Doxygen API documentation 2022-10-24 07:06:23 +02:00
examples Consistently use quote form when including our own headers 2023-07-22 07:09:58 +02:00
taglib replace vector with array (#1140) 2023-09-10 06:44:13 +02:00
tests manual range loop conversions (#1126) 2023-09-06 20:58:13 +02:00
.astylerc Add astylerc 2015-05-18 11:31:55 +02:00
.editorconfig Add OS X settings to travis.yml. 2016-02-14 03:29:03 +09:00
.gitignore Version 1.13.1 2023-07-01 07:43:27 +02:00
AUTHORS Update documentation for version 1.12.0 2021-02-15 10:37:11 +01:00
cmake_uninstall.cmake.in added uninstall target 2011-06-26 21:58:51 +02:00
CMakeLists.txt Windows: Remove unused FileName member, disable two warnings 2023-07-09 07:01:37 +02:00
config.h.cmake Various cleanups (#1099) 2023-08-05 10:31:46 -05:00
ConfigureChecks.cmake Various cleanups (#1099) 2023-08-05 10:31:46 -05:00
COPYING.LGPL Different LGPL version than was referenced in headers 2010-09-22 00:07:26 +00:00
COPYING.MPL Got permission from all (non-trivial) contributors to dual license under the MPL. 2007-10-10 18:22:58 +00:00
Doxyfile.cmake Fix Doxygen API documentation 2022-10-24 07:06:23 +02:00
INSTALL.md Add CMake option for building with ZLib 2021-03-29 20:21:59 +02:00
NEWS Set version and date for TagLib 2.0, simplify SO versioning 2023-07-09 07:01:37 +02:00
README.md Use GitHub Actions instead of Travis CI 2022-10-23 11:01:26 +02:00
taglib-config.cmake Fix taglib-config for cross compiling (#998) 2021-03-06 14:52:25 +01:00
taglib-config.cmd.cmake Use GNUInstallDirs 2021-03-06 14:52:25 +01:00
taglib.pc.cmake cmake: generate pc files with the use of prefix (#1071) 2022-12-04 13:27:58 +01:00

TagLib

Build Status

TagLib Audio Metadata Library

https://taglib.org/

TagLib is a library for reading and editing the metadata of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags in FLAC, MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE, and ASF files.

TagLib is distributed under the GNU Lesser General Public License (LGPL) and Mozilla Public License (MPL). Essentially that means that it may be used in proprietary applications, but if changes are made to TagLib they must be contributed back to the project. Please review the licenses if you are considering using TagLib in your project.