Is it possible, using TagLibSharp, to remove a Lyrics3v2 tag from a MP3 file?
I wonder if it's possible to remove a Lyrics3v2 tag type from a MP3 file using TagLibSharp library. This documentation says that the block entry starts with word " LYRICSBEGIN " and ends with " LYRICS200 ", also it says that the ID3 tag should be present to let exists the Lyrics3v2 tag ...but it doesn't specifies if reffers to ID3v1 or ID3v2 tag, or any of them, anyways I don't understand that part, because Lyrics3v2 tag is a single tag type, is not part of an ID3v1/ID3v2 tag type, it has its own entry on the mp3 header so... I don't understand what it means about the ID3v1/ID3v2 "dependancy".