Skip to content

NAudio.Lame truncates strings containing Escaped characters. #79

@mauricioorld

Description

@mauricioorld

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions