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!
- Host: GitHub
- URL: https://github.com/tenacityteam/libid3tag
- Owner: tenacityteam
- License: gpl-2.0
- Created: 2023-03-18T03:44:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T17:42:23.000Z (almost 3 years ago)
- Last Synced: 2025-12-12T07:39:32.178Z (8 months ago)
- Language: C
- Homepage: https://codeberg.org/tenacityteam/libid3tag
- Size: 400 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
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
===============================================================================