Revision: mp3tools--devel--0--patch-32 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Mon Oct 31 04:49:23 CET 2005 Standard-date: 2005-10-31 03:49:23 GMT New-files: Makefile id3get.cc id3put.cc obsolete/.arch-ids/=id syntax.cc syntax.h New-directories: obsolete obsolete/.arch-ids Renamed-files: id3get obsolete/id3get id3list obsolete/id3list id3put obsolete/id3put Modified-files: README mp3cat {arch}/=tagging-method New-patches: lorentey@elte.hu--2004/mp3tools--devel--0--patch-32 Summary: Reimplement id3get and id3put in C++ (*shudder*) using TagLib, for compatibility with ID3v2 4.0. Keywords: * id3get.cc: New file. * id3put.cc: New file. * syntax.cc: New file. * syntax.h: New file. * Makefile: New file. * mp3cat: Add -CSDAL option and use utf8 pragma. Convert file to UTF-8. Replace TYER with TDRC. (process_file): Invoke id3get to get at the tags; don't use MP3::Tag or MP3::Info. Disable tag conversions and updates. Calculate max track number for each album. (generate_album_filename): Use the max track, not the number of available tracks to decide how many digits to reserve for the track number. * obsolete: New directory. * id3get: Move to obsolete. * id3put: Move to obsolete. * id3list: Move to obsolete. * README: Update. * {arch}/=tagging-method (precious, unrecognized): Shut up TLA about .o files.