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

..03-May-2022-

3rdparty/utf8-cpp/H15-Feb-2021-661484

bindings/H03-May-2022-636330

cmake/modules/H15-Feb-2021-142104

doc/H03-May-2022-398330

examples/H03-May-2022-517313

taglib/H03-May-2022-48,16724,668

tests/H03-May-2022-9,9667,728

.astylercH A D15-Feb-2021350 1918

.editorconfigH A D15-Feb-2021397 2216

.gitignoreH A D15-Feb-2021784 5049

.travis.ymlH A D15-Feb-2021443 3323

AUTHORSH A D15-Feb-2021889 2422

COPYING.LGPLH A D15-Feb-202125.9 KiB503418

COPYING.MPLH A D15-Feb-202125.2 KiB471396

ConfigureChecks.cmakeH A D15-Feb-20214.5 KiB204175

Doxyfile.cmakeH A D15-Feb-20218 KiB211209

INSTALL.mdH A D15-Feb-20217.4 KiB220165

NEWSH A D15-Feb-202114.5 KiB337292

README.mdH A D15-Feb-20211 KiB2719

cmake_uninstall.cmake.inH A D15-Feb-2021791 2220

config.h.cmakeH A D15-Feb-2021985 3525

taglib-config.cmakeH A D15-Feb-2021702 5647

taglib-config.cmd.cmakeH A D15-Feb-20211.1 KiB3732

taglib.pc.cmakeH A D15-Feb-2021316 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
7https://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,
13and 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]: https://id3.org/
22  [Ogg Vorbis]: https://xiph.org/vorbis/
23  [FLAC]: https://xiph.org/flac/
24  [GNU Lesser General Public License]: https://www.gnu.org/licenses/lgpl.html
25  [Mozilla Public License]: https://www.mozilla.org/MPL/MPL-1.1.html
26
27