2004.08.02 Ryan McGuigan * RELEASE 0.13 2004.08.01 Ryan McGuigan * audiotag: added initial support for renaming files based on meta-data, minor code cleanup * README: added example for file renaming 2004.06.13 Ryan McGuigan * RELEASE 0.12 2004.06.12 Ryan McGuigan * README: bug list updated * audiotag: major code cleanup, symlinks are now followed correctly 2004.04.05 Ryan McGuigan * README: updated * audiotag: minor code cleanup * RELEASE 0.11 2004.04.02 Ryan McGuigan * audiotag: fix improper filename quoting for external programs * audiotag: make all filetypes optional, but at least 1 required * audiotag: minor code cleanup, typo fixes * audiotag: added a patch from someone who's email address I lost... if it was you, you're out there somewhere, let me know :D 2004.03.30 Ryan McGuigan * audiotag: minor code cleanup 2004.03.27 Ryan McGuigan * audiotag: minor code cleanup, make oggvorbis support optional 2003.11.12 Ryan McGuigan * audiotag: replaced quiet_system() with fork_exec() - fork()s, then exec()s, capturing the output from std(out|err) show the user what went wrong, give them a chance to quit * added --year option * README: updated README * RELEASE 0.10 2003.11.11 Ryan McGuigan * audiotag: very minor code cleanup 2003.11.09 Ryan McGuigan * audiotag: convert genre args to proper case * audiotag: change = => : in output * RELEASE 0.9 2003.11.09 Ryan McGuigan * audiotag: minor code cleanup * audiotag: initial flac support added * README: added homepages to requirements list * audiotag: check for valid genre names, added list-genres option * RELEASE 0.8 2003.11.08 Ryan McGuigan * audiotag: added stupid comment complaining about .ogg encapsulated files :) - don't know wtf to do about that * audiotag: ummm... added album options to usage() - wtf, I thought I already did that... - I'm losing it ;) * audiotag: added get_flac_info(), more FIXMEs 2003.11.07 Ryan McGuigan * audiotag: better sanity check, ignore case of ogg/mp3 extension, ignore non-ogg/mp3 files given on command-line, upper-cased program name, drastically changed format of output - it's more readable, imo * RELEASE 0.7 2003.11.05 Ryan McGuigan * audiotag: check for symlinks in descend_into(), code cleanup, added a sanity check(test for vorbiscomment, id3info, and id3tag in path), quiet_system() now returns exit status 2003.11.03 Ryan McGuigan * README: updated * RELEASE 0.6 2003.11.02 Ryan McGuigan * major bug fixes * added directory traversal (--recursive/-r) * added --track/-T option 2003.10.29 Ryan McGuigan * RELEASE 0.5 2003.10.?? Ryan McGuigan * audiotag: started project