Go to file
2017-06-13 09:40:01 +09:00
3rdparty/utf8-cpp Isolate 3rdparty library for easier maintenance. 2017-06-07 12:51:44 +09:00
bindings Merge branch 'master' into merge-master-to-taglib2 2016-10-30 21:20:23 +09:00
cmake Merge branch 'master' into taglib2 2015-08-10 00:40:22 +09:00
doc Move docs building to CMake 2011-02-13 12:22:42 +00:00
examples Merge branch 'master' into merge-master-to-taglib2 2015-12-03 14:44:17 +09:00
taglib Move deprecated functions setID3v2FrameFactory(). 2017-06-13 09:40:01 +09:00
tests Remove a deprecated function FileRef::create(). 2017-06-12 17:27:08 +09: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 Ignoring files generated when creating an Xcode project via cmake. 2014-08-23 20:37:32 -07:00
.travis.yml Merge branch 'master' into merge-master-to-taglib2 2017-06-09 11:11:44 +09:00
AUTHORS Add myself to maintainers. 2016-03-03 10:06:51 +09:00
cmake_uninstall.cmake.in added uninstall target 2011-06-26 21:58:51 +02:00
CMakeLists.txt Merge branch 'master' into merge-master-to-taglib2 2017-06-09 11:11:44 +09:00
config.h.cmake Remove optional dependencies on Boost. 2017-06-09 11:31:22 +09:00
ConfigureChecks.cmake Remove optional dependencies on Boost. 2017-06-09 11:31:22 +09: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 Support building documentation out-of-source-dir 2011-04-09 19:15:46 +02:00
INSTALL.md Update INSTALL.md 2017-06-05 14:49:09 +02:00
NEWS Update NEWS. 2017-06-12 13:07:21 +09:00
README.md Add README.md. 2016-11-08 22:56:42 +09:00
taglib-config.cmake Skip the patch version if it's 0 2015-08-25 17:04:34 +02:00
taglib-config.cmd.cmake Merge branch 'master' into merge-master-to-taglib2 2015-11-19 11:37:18 +09:00
taglib.pc.cmake Fix .pc file configuration. 2015-12-21 22:25:49 +01:00

TagLib

Build Status

TagLib Audio Meta-Data Library

http://taglib.org/

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, WAV, AIFF, MP4 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.