An open API service indexing awesome lists of open source software.

https://github.com/tenacityteam/libid3tag

Temporary mirror of libid3tag. Please use https://codeberg.org/tenacityteam/libid3tag instead!
https://github.com/tenacityteam/libid3tag

Last synced: 26 days ago
JSON representation

Temporary mirror of libid3tag. Please use https://codeberg.org/tenacityteam/libid3tag instead!

Awesome Lists containing this project

README

          

libid3tag - ID3 tag manipulation library
Copyright (C) 2000-2004 Underbit Technologies, Inc.

$Id: README,v 1.5 2004/01/23 09:41:32 rob Exp $

===============================================================================

INTRODUCTION

libid3tag is a library for reading and (eventually) writing ID3 tags, both
ID3v1 and the various versions of ID3v2.

See the file `id3tag.h' for the current library interface.

===============================================================================

BUILDING AND INSTALLING

libid3tag depends on zlib. It uses the CMake build system. To build it,
run:

cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/to/install/to -S . -B build
cmake --build build --parallel number-of-cpu-cores
cmake --install build

===============================================================================

COPYRIGHT

Please read the `COPYRIGHT' file for copyright and warranty information.
Also, the file `COPYING' contains the full text of the GNU GPL.

Send inquiries, comments, bug reports, suggestions, patches, etc. to:

https://codeberg.org/tenacityteam/libid3tag

See also Tenacity's homepage on the Web:

http://tenacityaudio.org

===============================================================================