Skip to content

Album rows can have long string pointers too #36

@brunchboy

Description

@brunchboy

You already account for the fact that Artist rows can use two-byte string offsets. It turns out that other tables have this property as well, including Album rows. This also applies to Track rows, but we have never seen one in the wild whose subtype indicates use of one-byte offsets, probably because the row itself is so long (so many string offsets in it).

This dual-subtype format is also used for Tag and Tag Track rows, but I don’t think you support those at all yet (they are found in the exportExt.pdb file). So it may be that until you decide to add those, you only need to fix the Album implementation.

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