On Fri, Feb 08, 2002 at 11:03:11PM -0700, Jason L. Cook wrote:
> I just added code to the Winamp 2 plugin that reads/writes ID3v1.1 tags in
> FLAC files from the 'Get File Info' dialog and properly reports the
artist
> and title information to the playlist. In what format would you prefer the
> new code?
I don't speak for Josh, but unified diffs (e.g., diff -ru old-tree new-tree)
are the most common format for managing these kinds of changes.
> Additionally, do you think it would be worth adding this functionality to
> the FLAC API? It would be cool to have the capability to write ID3v1 tags
> from the command-line encoder.
I'm not sure that this belongs in the FLAC API; it should be able to remain
the same regardless of the tagging schemes that may come and go. There is
already a libid3 that is used by several other projects, and that is
probably how it should work.
--
- mdz