Skip to content

New added support for IPLS only works partially #312

Open
@PeterCodar

Description

@PeterCodar

#208 has added (partially) IPLS Support.

The IPLS frame will no longer be detected as UnknownFrame but as TextInformationFrame.
Unfortunately, this does not fully work and don't return all available text.

To reprocude:
Add a new IPLS tag to an example song, for example in a tagging program like Mp3tag use INVOLVEDPEOPLE
Add a value like this:
author:Jimmy Fallon;
save it and try to read it with the help of taglib-sharp.

You only get back author as IPLS.

The expected result would be
author:Jimmy Fallon;

According to the standard:

The body simply contains a terminated string with the involvement directly followed by a terminated string with the involvee followed by a new involvement and so on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions