2004-06-14 07:30:44 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY id3lib-download-http "http://prdownloads.sourceforge.net/id3lib/id3lib-&id3lib-version;.tar.gz">
|
|
|
|
<!ENTITY id3lib-download-ftp " ">
|
|
|
|
<!ENTITY id3lib-size "928 KB">
|
|
|
|
<!ENTITY id3lib-buildsize "39 MB">
|
|
|
|
<!ENTITY id3lib-time "1.01 SBU">
|
|
|
|
]>
|
|
|
|
|
2003-09-21 00:52:04 +08:00
|
|
|
<sect1 id="id3lib" xreflabel="id3lib-&id3lib-version;">
|
2004-08-10 12:23:09 +08:00
|
|
|
<sect1info>
|
2004-08-10 12:25:57 +08:00
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
2004-08-10 12:23:09 +08:00
|
|
|
</sect1info>
|
2004-05-07 11:24:31 +08:00
|
|
|
<?dbhtml filename="id3lib.html"?>
|
2003-09-21 00:52:04 +08:00
|
|
|
<title>id3lib-&id3lib-version;</title>
|
|
|
|
|
2004-06-14 07:30:44 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Introduction to <application>id3lib</application></title>
|
|
|
|
|
|
|
|
<para><application>id3lib</application> is a library for reading, writing and manipulating ID3v1
|
|
|
|
and ID3v2 tags.</para>
|
|
|
|
|
|
|
|
<sect3><title>Package information</title>
|
|
|
|
<itemizedlist spacing='compact'>
|
|
|
|
<listitem><para>Download (HTTP): <ulink url="&id3lib-download-http;"/></para></listitem>
|
|
|
|
<listitem><para>Download (FTP): <ulink url="&id3lib-download-ftp;"/></para></listitem>
|
|
|
|
<listitem><para>Download size: &id3lib-size;</para></listitem>
|
2005-01-11 01:48:41 +08:00
|
|
|
<listitem><para>Estimated disk space required: &id3lib-buildsize;</para></listitem>
|
2004-06-14 07:30:44 +08:00
|
|
|
<listitem><para>Estimated build time: &id3lib-time;</para></listitem></itemizedlist>
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>id3lib</application></title>
|
|
|
|
|
|
|
|
<para>Install <application>id3lib</application> by running the
|
|
|
|
following commands:</para>
|
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<para>The id3lib package contains the <filename
|
|
|
|
class="libraryfile">libid3</filename> library and
|
|
|
|
<command>id3convert</command>, <command>id3cp</command>,
|
|
|
|
<command>id3info</command> and <command>id3tag</command>.</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
|
|
|
|
<sect3><title>libid3</title>
|
|
|
|
<para><filename class="libraryfile">libid3</filename>
|
|
|
|
provides functions for the ID3v1/v2 tag editing programs.
|
|
|
|
</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>id3convert</title>
|
|
|
|
<para><command>id3convert</command> converts between
|
|
|
|
ID3v1/v2 tagging formats.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>id3cp</title>
|
|
|
|
<para><command>id3cp</command> extracts ID3v1/v2 tags from
|
|
|
|
digital audio files.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>id3info</title>
|
|
|
|
<para><command>id3info</command> prints ID3v1/v2 tag
|
|
|
|
contents.</para></sect3>
|
|
|
|
|
|
|
|
<sect3><title>id3tag</title>
|
|
|
|
<para><command>id3tag</command> is an utility for editing ID3v1/v2
|
|
|
|
tags.</para></sect3>
|
|
|
|
|
|
|
|
</sect2>
|
2003-09-21 00:52:04 +08:00
|
|
|
|
|
|
|
</sect1>
|