I’m trying to read a file’s id3v2 tag information using the TagLib# library with Powershell.
Reading the standard tag properties is not a problem (artist, title etc.), but I’m having difficulty figuring out how to read the ID3v2 frames (specifically the COMMENT).
Can anyone provide a simple example as to how to accomplish this?
Documentation on this is scarce it seems.
Figured it out.
This is what I was trying to accomplish:
Sorry if I was not descriptive enough.
And thanks for the willingness to help.