{"id":19289445,"url":"https://github.com/audacity/libid3tag","last_synced_at":"2025-06-22T01:34:07.214Z","repository":{"id":92835590,"uuid":"370353580","full_name":"audacity/libid3tag","owner":"audacity","description":"Audacity maintained version of libid3tag","archived":false,"fork":false,"pushed_at":"2021-05-24T17:57:35.000Z","size":674,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T02:54:43.204Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/audacity.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-24T13:01:51.000Z","updated_at":"2024-04-29T04:44:44.000Z","dependencies_parsed_at":"2023-03-03T05:00:28.189Z","dependency_job_id":null,"html_url":"https://github.com/audacity/libid3tag","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/audacity/libid3tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacity%2Flibid3tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacity%2Flibid3tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacity%2Flibid3tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacity%2Flibid3tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/audacity","download_url":"https://codeload.github.com/audacity/libid3tag/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/audacity%2Flibid3tag/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261220286,"owners_count":23126726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T22:15:27.667Z","updated_at":"2025-06-22T01:34:02.189Z","avatar_url":"https://github.com/audacity.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n libid3tag - ID3 tag manipulation library\n Copyright (C) 2000-2004 Underbit Technologies, Inc.\n\n $Id: README,v 1.2 2004-06-08 06:38:14 dmazzoni Exp $\n\n===============================================================================\n\nINTRODUCTION\n\n  libid3tag is a library for reading and (eventually) writing ID3 tags, both\n  ID3v1 and the various versions of ID3v2.\n\n  See the file `id3tag.h' for the current library interface.\n\n  This package uses GNU libtool to arrange for zlib to be linked\n  automatically when you link your programs with this library. If you aren't\n  using GNU libtool, in some cases you may need to link with zlib\n  explicitly:\n\n      ${link_command} ... -lid3tag -lz\n\n===============================================================================\n\nBUILDING AND INSTALLING\n\n  Note that this library depends on zlib 1.1.4 or later. If you don't have\n  zlib already, you can obtain it from:\n\n      http://www.gzip.org/zlib/\n\n  You must have zlib installed before you can build this package.\n\nWindows Platforms\n\n  libid3tag can be built under Windows using either MSVC++ or Cygwin. A\n  MSVC++ project file can be found under the `msvc++' subdirectory.\n\n  To build libid3tag using Cygwin, you will first need to install the Cygwin\n  tools:\n\n      http://www.cygwin.com/\n\n  You may then proceed with the following POSIX instructions within the\n  Cygwin shell.\n\n  Note that by default Cygwin will build a library that depends on the\n  Cygwin DLL. You can use MinGW to build a library that does not depend on\n  the Cygwin DLL. To do so, give the option --host=mingw32 to `configure'.\n  Be certain you also link with a MinGW version of zlib.\n\nPOSIX Platforms (including Cygwin)\n\n  The code is distributed with a `configure' script that will generate for\n  you a `Makefile' and a `config.h' for your platform. See the file\n  `INSTALL' for generic instructions.\n\n  The specific options you may want to give `configure' are:\n\n      --disable-debugging       do not compile with debugging support, and\n                                use more optimizations\n\n      --disable-shared          do not build a shared library\n\n  By default the package will build a shared library if possible for your\n  platform. If you want only a static library, use --disable-shared.\n\n  If zlib is installed in an unusual place or `configure' can't find it, you\n  may need to indicate where it is:\n\n      ./configure ... CPPFLAGS=\"-I${include_dir}\" LDFLAGS=\"-L${lib_dir}\"\n\n  where ${include_dir} and ${lib_dir} are the locations of the installed\n  header and library files, respectively.\n\nExperimenting and Developing\n\n  Further options for `configure' that may be useful to developers and\n  experimenters are:\n\n      --enable-debugging        enable diagnostic debugging support and\n                                debugging symbols\n\n      --enable-profiling        generate `gprof' profiling code\n\n===============================================================================\n\nCOPYRIGHT\n\n  Please read the `COPYRIGHT' file for copyright and warranty information.\n  Also, the file `COPYING' contains the full text of the GNU GPL.\n\n  Send inquiries, comments, bug reports, suggestions, patches, etc. to:\n\n      Underbit Technologies, Inc. \u003csupport@underbit.com\u003e\n\n  See also the MAD home page on the Web:\n\n      http://www.underbit.com/products/mad/\n\n===============================================================================\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudacity%2Flibid3tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faudacity%2Flibid3tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faudacity%2Flibid3tag/lists"}