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

..03-May-2022-

CHANGELOGH A D10-Jul-20052.8 KiB7970

COPYINGH A D05-Nov-20023.3 KiB6554

INSTALLH A D04-Nov-2002607 2114

Makefile.amH A D04-Nov-2002308 2620

Makefile.inH A D10-Jul-200519.2 KiB609533

READMEH A D10-Jul-20051.9 KiB6343

README.Win32H A D05-Nov-2002500 149

acconfig.hH A D04-Nov-20021.7 KiB6124

aclocal.m4H A D10-Jul-200534.5 KiB933798

bsd_getopt.cH A D10-Jul-200511.9 KiB449287

bsd_getopt.hH A D04-Nov-2002686 3622

config.h.inH A D10-Jul-20053.3 KiB12391

config.h.win32H A D10-Jul-20051.1 KiB4735

configureH A D10-Jul-2005157.7 KiB5,3484,377

configure.inH A D10-Jul-2005525 2518

depcompH A D10-Jul-200514.8 KiB527335

id3.cH A D04-Nov-20025.9 KiB263211

id3.hH A D04-Nov-20022.4 KiB7831

id3tool.1H A D04-Nov-20021.8 KiB6767

id3tool.cH A D11-Jul-200510.4 KiB394334

id3tool.makH A D11-Jul-2005609 3525

install-shH A D13-Jan-20005.5 KiB251152

missingH A D13-Jan-20006.1 KiB189152

mkinstalldirsH A D13-Jan-2000732 4123

update-confH A D05-Apr-200092 84

README

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

README.Win32

1The Win32 Port was originally submitted by Steve Kemp.
2
3Steve's web page is at http://www.tardis.ed.ac.uk/~skx/
4
5The diffs he submitted were a bit messy, and the makefile was not
6acceptible in the state in which he submitted it.
7
8He originally submitted the GNU getopt implementation for use with
9Win32, this has since been replaced with NetBSD's getopt. (for
10licensing reasons).
11
12For build instructions, please refer to INSTALL.
13-- Chris Collins <ccollins@pcug.org.au>  5 Nov 2002 13:55 EDT (+1100)
14