1README for id3tool
2
3id3tool: a program for manipulating mp3 ID3 Tags
4
5Using id3tool:
6--==========--
7id3tool should be fairly straight forward.
8
9run it with "-h" to get usage.
10
11no flags, with a filename prints the tags
12
13--set-blah flags with a filename sets the ID3 tag
14
15id3tool now also has a manpage [a really dodgey one yes, but a
16manpage].  If somebody volunteers to write a better manpage, I will
17consider whatever is produced.
18
19History:
20--====--
21id3tool was written as a test program for a small id3 stub I'd written
22for the "Ultimate MP3 Player" which is still a concept, and no code ;)
23Having made a useful tool for setting ID3 tags [I hate GUI tag
24editors] I decided I might as well tidy it up and release it.
25
26The ID3 tag stub was originally written under windows, using ANSI C,
27and copied over to linux where it worked perfectly first time. [yay!]
28
29id3.c can still be ripped out of id3tool to provide id3 tag
30manipulaiton functionality for other programs under the terms of the
31BSD License.
32
33Originally, I wasn't going to have any Win32 support, but somebody
34submitted a patch - so I've incorporated it with some `corrections'.
35
36ID3tool became available under the BSD license with 1.2.
37
38The Future of id3tool:
39--==================--
40id3tool has reached the end of its development - I no longer have the
41time to reinvent the wheel.
42
43I will continue to patch the few bugs in id3tool as I find them.
44
45Donations:
46--======--
47If you want to make me feel all nice and fuzzy for writing this,
48please send me Music CDs, especially anime soundtracks, or Anime
49DVDs... I could always do with more of both. :) Email me
50(xfire@xware.cx) for my current postal address.
51
52Alternatively, you could do the Samba thing, and buy me some Pizza ;)
53
54Copyright/License Blurb:
55--====================--
56
57id3tool is released under the modified BSD license.  Read COPYING
58for details.
59
60Happy Hacking.
61
62-- Chris Collins <xfire@xware.cx>  11 Jul 2005 08:45 EST (+1000)
63