Skip to content

VorbisComments: Support current/total TRACKNUMBER fields #499

@Serial-ATA

Description

@Serial-ATA

It seems to be a pretty common issue where, rather than using the TRACKTOTAL field, the track total will be stored in the TRACKNUMBER field as current/total, just like APE and ID3v2.

Workaround: #431 (comment)

The solution is simple, just need to add a special case for TRACKNUMBER here:

match key {

Split on '/' if present, and insert both a TRACKNUMBER and TRACKTOTAL item.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueThese issues are a good way to get started with Loftyhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions