Hello, everyone.

Does anyone know how to write to MP3 files using NReco.VideoInfo?
I know how to read the tags and custom tags, but I have no clue how to write to the MP3 files and have it save/overwrite the file without any user interaction.

If anyone has any clues as to how, that would be wonderful.
I appreciate any help anyone can provide.

The reason I need to do the MP3 write using NReco.VideoInfo, is it is already utilized in my project, and I prefer to keep using the same component.
However, as a fallback, I currently use TagLibSharp to edit the MP3s, as it was simple to code.
But NReco.VideoInfo is a bigger beast and harder to tame.

Wayne