• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

3rdparty/utf8-cpp/H19-Apr-2021-661484

bindings/H03-May-2022-636330

cmake/modules/H19-Apr-2021-142104

doc/H03-May-2022-398330

examples/H03-May-2022-517313

taglib/H03-May-2022-47,81524,420

tests/H03-May-2022-8,7946,653

AUTHORSH A D19-Apr-2021820 2220

COPYING.LGPLH A D19-Apr-202125.9 KiB503418

COPYING.MPLH A D19-Apr-202125.2 KiB471396

ConfigureChecks.cmakeH A D19-Apr-20214.7 KiB216186

Doxyfile.cmakeH A D19-Apr-20218 KiB211209

INSTALL.mdH A D19-Apr-20215.8 KiB176127

NEWSH A D19-Apr-202113.8 KiB324279

README.mdH A D19-Apr-20211 KiB2719

cmake_uninstall.cmake.inH A D19-Apr-2021791 2220

config.h.cmakeH A D19-Apr-20211,018 3626

taglib-config.cmakeH A D19-Apr-2021685 5647

taglib-config.cmd.cmakeH A D19-Apr-20211.1 KiB3732

taglib.pc.cmakeH A D19-Apr-2021300 1210

README.md

1# TagLib
2
3[![Build Status](https://travis-ci.org/taglib/taglib.svg?branch=master)](https://travis-ci.org/taglib/taglib)
4
5### TagLib Audio Metadata Library
6
7http://taglib.org/
8
9TagLib is a library for reading and editing the metadata of several
10popular audio formats. Currently it supports both ID3v1 and [ID3v2][]
11for MP3 files, [Ogg Vorbis][] comments and ID3 tags
12in [FLAC][], MPC, Speex, WavPack, TrueAudio, WAV, AIFF, MP4, APE,
13DSF, DFF, and ASF files.
14
15TagLib is distributed under the [GNU Lesser General Public License][]
16(LGPL) and [Mozilla Public License][] (MPL). Essentially that means that
17it may be used in proprietary applications, but if changes are made to
18TagLib they must be contributed back to the project. Please review the
19licenses if you are considering using TagLib in your project.
20
21  [ID3v2]: http://www.id3.org
22  [Ogg Vorbis]: http://vorbis.com/
23  [FLAC]: https://xiph.org/flac/
24  [GNU Lesser General Public License]: http://www.gnu.org/licenses/lgpl.html
25  [Mozilla Public License]: http://www.mozilla.org/MPL/MPL-1.1.html
26
27