mirror of
https://github.com/taglib/taglib.git
synced 2025-07-17 20:44:20 -04:00
ba7adc2bc261ed634c2a964185bcffb9365ad2f4
* Respect atom type when converting rate tag TagLib prior to #818 (commitff28cf276c
) read and wrote the "rate" tag as text, and switched to reading it as integer value even when the atom class is a text type. This breaks reading existing files, and can be avoided by taking the atom type into account. This fixes issue #885. * Respect MP4::Item type when writing the rate tag TagLib prior to #818 (commitff28cf276c
) read and wrote the "rate" tag as text, and switched to writing the integer value of the MP4::Item. This breaks writing from applications which supply the value as StringList, which was the previously implemented API. Applications using an MP4::Item(UInt) are still supported without changes on the application side. This is the complementary writing part for issue #885.
Merge branch 'cmake-allow-BUILD_SHARED_LIBS-to-drive-ENABLE_STATIC' of https://github.com/tSed/taglib into tSed-cmake-allow-BUILD_SHARED_LIBS-to-drive-ENABLE_STATIC
TagLib
TagLib Audio Metadata Library
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.
Description
Languages
C++
95.9%
CMake
2.5%
C
1.1%
Logos
0.5%