1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-27 16:54:19 +01:00
strawberry-audio-player-win.../3rdparty/taglib
2019-09-11 00:36:03 +02:00
..
ape Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
asf Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
dsdiff Fix typos and spelling 2019-08-22 18:45:32 +02:00
dsf Fix typos and spelling 2019-08-22 18:45:32 +02:00
flac Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
it Fix typos and spelling 2019-08-22 18:45:32 +02:00
mod Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
mp4 TagLib MP4 - setTrack()/setYear() accepts 0 to remove the tag 2019-08-26 23:50:14 +02:00
mpc Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
mpeg Fix typos and spelling 2019-08-22 18:45:32 +02:00
ogg Update taglib 2019-09-11 00:36:03 +02:00
riff Update taglib 2019-09-11 00:36:03 +02:00
s3m Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
toolkit Fix typos and spelling 2019-08-22 18:45:32 +02:00
trueaudio Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
wavpack Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
xm Fix typos and spelling 2019-08-22 18:45:32 +02:00
audioproperties.cpp
audioproperties.h Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
CMakeLists.txt Change compiler flags 2019-07-08 21:59:07 +02:00
config.h.cmake
ConfigureChecks.cmake
COPYING
fileref.cpp
fileref.h Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
README.md
tag.cpp
tag.h Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
taglib_config.h.cmake
taglib_export.h
tagunion.cpp
tagunion.h Change namespaces for compatibility 2019-04-26 01:12:42 +02:00
tagutils.cpp
tagutils.h Change namespaces for compatibility 2019-04-26 01:12:42 +02:00

TagLib

Build Status

TagLib Audio Metadata Library

http://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, DSF, DFF, 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.