My Other Software
Here's some other stuff I've written, mostly to "scratch an itch" of one
sort or another. As with the
Apple II stuff,
everything here is
GPL'd. I currently only have links to source code, but binaries for
Mac OS X and/or Windows might be made available as I get around to it.
-
tagger 0.2 (last updated 2 October 2006)
I wanted a tagger that would handle the different formats of audio
files in my collection. It needed to be a command-line app so I
could easily mass-tag lots of files with some shell scripts. I
never found something that worked the way I wanted it to work, so
I threw this together. It's basically a wrapper for
TagLib and
FAAD2. It handles MP3
(ID3v1 and ID3v2), Ogg Vorbis, FLAC, and AAC
(iTunes tag format). You can view existing tag info, change/create
tags, and (where applicable) extract/insert cover art. It's
nice to finally have cover art on all of the files on my iPod. :-)
This version fixes the endianness and word-size issues that kept the
original release from working properly on AMD64 and PowerPC systems.
I've built and tested the code on x86 (Linux), AMD64 (Linux), and
PowerPC (Mac OS X with MacPorts), and it now appears to be working on all three.
It should work on other architectures and OSes as well. I had the
previous version running on Windows with the help of Cygwin, but haven't
tried building it on Windows lately.
Original content copyright © 1997-
2012
Scott Alfter; all rights reserved.
Archived materials are the property of their respective owners.