1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-12 08:36:22 +01:00
strawberry-audio-player-win.../3rdparty/taglib
2019-04-25 23:00:25 +02:00
..
ape Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
asf Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
dsdiff Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
dsf Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
flac Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
it Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
mod Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
mp4 Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
mpc Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
mpeg Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
ogg Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
riff Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
s3m Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
toolkit Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
trueaudio Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
wavpack Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
xm Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
audioproperties.cpp Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
audioproperties.h Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
CMakeLists.txt Add missing taglib configure checks 2019-04-25 21:37:44 +02:00
config.h.cmake Add missing taglib configure checks 2019-04-25 21:37:44 +02:00
ConfigureChecks.cmake Add missing taglib configure checks 2019-04-25 21:37:44 +02:00
COPYING Audio file detection by content 2018-05-10 15:29:28 +02:00
fileref.cpp Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
fileref.h Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
README.md Add 3rdparty/taglib/README.md 2019-01-07 02:14:51 +01:00
tag.cpp Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
tag.h Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
taglib_config.h.cmake Audio file detection by content 2018-05-10 15:29:28 +02:00
taglib_export.h Audio file detection by content 2018-05-10 15:29:28 +02:00
tagunion.cpp Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
tagunion.h Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
tagutils.cpp Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +02:00
tagutils.h Use namespace for static taglib to avoid collision with taglib 2019-04-25 23:00:25 +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.