• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-3,3002,448

examples/H03-May-2022-4,8643,658

id3com/H03-May-2022-3,9582,996

include/H02-Mar-2003-4,9033,444

libprj/H03-May-2022-657484

m4/H02-Mar-2003-508395

prj/H03-May-2022-2,2451,190

src/H03-May-2022-13,3669,003

zlib/H07-May-2022-25,55619,110

AUTHORSH A D02-Mar-2003148 65

COPYINGH A D02-Mar-200324.7 KiB483400

ChangeLogH A D02-Mar-2003357.3 KiB10,6027,429

HISTORYH A D02-Mar-200318.1 KiB316265

INSTALLH A D02-Mar-20037.7 KiB180145

Makefile.amH A D02-Mar-20033.1 KiB8863

Makefile.inH A D03-May-202217 KiB540433

NEWSH A D02-Mar-200315.4 KiB326285

READMEH A D02-Mar-20032.9 KiB9970

THANKSH A D02-Mar-20036.1 KiB123112

TODOH A D02-Mar-20032 KiB4232

acconfig.hH A D02-Mar-20032.9 KiB10649

aclocal.m4H A D02-Mar-2003151.5 KiB4,5994,056

config.guessH A D02-Mar-200340.4 KiB1,3891,194

config.h.inH A D02-Mar-20035.7 KiB218161

config.h.win32H A D02-Mar-20035.1 KiB182137

config.h.win32.inH A D02-Mar-20035.2 KiB182137

config.subH A D02-Mar-200329.3 KiB1,4901,349

configureH A D03-May-2022389.8 KiB13,09310,741

configure.inH A D02-Mar-20039.3 KiB320270

depcompH A D02-Mar-200311.8 KiB412275

id3lib.specH A D02-Mar-20035.2 KiB193140

id3lib.spec.inH A D02-Mar-20035.2 KiB193142

install-shH A D02-Mar-20035.5 KiB252153

ltconfigH A D02-Mar-200392 KiB3,0182,323

ltmain.shH A D02-Mar-2003136.5 KiB5,0104,004

makefile.win32H A D02-Mar-20034 KiB149117

makewin32.batH A D02-Mar-20031.1 KiB3628

missingH A D02-Mar-20038.6 KiB284224

mkinstalldirsH A D02-Mar-2003723 4123

reconfH A D02-Mar-2003765 2826

README

1General Information
2===================
3
4id3lib is a software library for manipulating ID3v1/v1.1 and ID3v2 tags.
5id3lib 3.0.x conforms to all ID3v2 standards up to and including the ID3v2.3.0
6informal standard.
7
8The id3lib project makes use of the resources available through
9SourceForge.net.  Using SourceForge, the id3lib project is able to provide
10several tools for developers, including a project homepage, a mailing list, a
11patch manager, bug tracking, and cvs access, among other things.
12
13The id3lib project page, which includes links to all of the above, is:
14  http://sourceforge.net/project/?group_id=979
15
16The official id3lib homepage is:
17  http://id3lib.sourceforge.net
18
19The id3lib developers' mailing list's address is:
20  id3lib-devel@lists.sourceforge.net
21
22You can subscribe, unsubscribe, and view mailing list archives at:
23  http://lists.sourceforge.net/mailman/listinfo/id3lib-devel
24
25Information about ID3v2 and related standards can be found at:
26   http://www.id3.org
27
28Installation
29============
30
31See the file 'INSTALL'
32
33Requirements
34============
35
36In order to successfully compile and use id3lib, the following programs and
37libraries are needed:
38
39Compiling:
40----------
41g++ 2.8/egcs 1.0.3 (or compatible)
42GNU make
43autoconf 2.13
44automake 1.4
45zlib
46doxygen (optional, for creating documentation)
47
48Using:
49----------
50zlib
51
52How to report bugs
53==================
54
55To report a bug, submit it to the bug tracker, linked to from the id3lib
56project page, or send mail to the id3lib-devel mailing list.
57
58If you send it to the mailing list, please include the following:
59
60* The version of id3lib
61
62* Information about your system. For instance:
63
64   - What operating system and version
65   - For Linux, what version of the C library
66
67  And anything else you think is relevant.
68
69* How to reproduce the bug.
70
71  Please include either a short test program that exhibits the
72  behavior or an example tag that isn't correctly parsed/rendered by
73  the library.  As a last resort, you can also provide a pointer to
74  a larger piece of software or tagged file that can be downloaded.
75
76* If the bug was a crash, the exact text that was printed out
77  when the crash occured.
78
79* Further information such as stack traces may be useful, but
80  is not necessary.
81
82Patches
83=======
84
85Patches can be submitted to the patch manager at the id3lib project page, as
86mentioned above.  Please follow the instructions there.  So as not to annoy
87uniterested parties with large email messages, it is preferable that you not
88send such patches to the mailing list.
89
90For Further Reading
91===================
92
93id3lib is free software. Please see the COPYING file for details.
94For documentation, please see the files in the doc subdirectory.
95See the HISTORY file for information about development up to version 3.05a.
96See the NEWS file for information about development since 3.05a.
97See the ChangeLog file for an account of changes made to files in the library.
98See the AUTHORS and THANKS files to see who has contributed to id3lib.
99