What is the simplest way to read just the v1 tag if it's there, and just the v2 tag if it's there?
Kendall
Kendall Shaw wrote:
What is the simplest way to read just the v1 tag if it's there, and just the v2 tag if it's there?
You can either use the file API or you can read the tags from the file yourself and just use libid3tag to parse them.
My next post will try to better demystify libid3tag somewhat...