Good afternoon.
When reading a Tag string that contains \ (Escape for ), the string is truncated at the \ position.
For example:
A wma file metadata contains the string "Markowitz\Franke Previte\John DeNicolas" in the tag Composers[0].
var sourceFile = TagLib.File.Create(pInputFile);
sourceFile.Tag.Composers[0] returns just "Markowitz"
Any suggestions?
Thank you.
Mauricio.